blob: 163b9dc170b81078974203a37f8b35ee37799cff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
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>
|