diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-April/014076.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-April/014076.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-April/014076.html | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-April/014076.html b/zarb-ml/mageia-dev/2012-April/014076.html new file mode 100644 index 000000000..163b9dc17 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/014076.html @@ -0,0 +1,114 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] dkms-nvidia-current removes module when installing + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20dkms-nvidia-current%20removes%20module%20when%20installing&In-Reply-To=%3CCAKVccoXG0SHZEMa%3D1Y9PGUAu%2Bz5tOxXUtjQOHz7vodJNxbcBHA%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="014062.html"> + <LINK REL="Next" HREF="014082.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] dkms-nvidia-current removes module when installing</H1> + <B>simple w8</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20dkms-nvidia-current%20removes%20module%20when%20installing&In-Reply-To=%3CCAKVccoXG0SHZEMa%3D1Y9PGUAu%2Bz5tOxXUtjQOHz7vodJNxbcBHA%40mail.gmail.com%3E" + TITLE="[Mageia-dev] dkms-nvidia-current removes module when installing">simplew8 at gmail.com + </A><BR> + <I>Mon Apr 9 21:14:42 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="014062.html">[Mageia-dev] libgphoto version: freeze buster? +</A></li> + <LI>Next message: <A HREF="014082.html">[Mageia-dev] dkms-nvidia-current removes module when installing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#14076">[ date ]</a> + <a href="thread.html#14076">[ thread ]</a> + <a href="subject.html#14076">[ subject ]</a> + <a href="author.html#14076">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi, + +I saw that in nvidia-current.spec the nvidia module is being removed +from kernel after running dkms install: + +%post -n dkms-%{drivername} +/usr/sbin/dkms --rpm_safe_upgrade add -m %{drivername} -v +%{version}-%{release} && +/usr/sbin/dkms --rpm_safe_upgrade build -m %{drivername} -v +%{version}-%{release} && +/usr/sbin/dkms --rpm_safe_upgrade install -m %{drivername} -v +%{version}-%{release} --force + +# rmmod any old driver if present and not in use (e.g. by X) +rmmod nvidia > /dev/null 2>&1 || true + +this makes that after running dkms install the module is removed, this +loosing the purpose of isntalling this dkms package, see the output: + +Building module: +cleaning build area.... +make KERNELRELEASE=3.3.1-desktop-2.mga2 +SYSSRC=/lib/modules/3.3.1-desktop-2.mga2/build module........ +cleaning build area.... +cleaning kernel tree (make mrproper).... + +DKMS: build Completed. + +nvidia-current.ko.xz: + - Installation + - Installing to /lib/modules/3.3.1-desktop-2.mga2/dkms/drivers/char/drm/ + +depmod.......... +ERROR: could not insert 'nvidia_current': No such device + +Is possible that someone can remove that "rmmod" command from the %post section? +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="014062.html">[Mageia-dev] libgphoto version: freeze buster? +</A></li> + <LI>Next message: <A HREF="014082.html">[Mageia-dev] dkms-nvidia-current removes module when installing +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#14076">[ date ]</a> + <a href="thread.html#14076">[ thread ]</a> + <a href="subject.html#14076">[ subject ]</a> + <a href="author.html#14076">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |