Gentoo Archives: gentoo-user

From: "Budd
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] Gentoo system initialization scripts UDEV message
Date: Fri, 28 Oct 2005 12:52:31
Message-Id: 78CC38B659D30A439315C39FA5257AAFB510F0@ava-es3.solers.local
1 I used mknod in local.start. That seems to have fixed the problem.
2 Side note: a 2.1.11 kernel that I had lying around created the devices
3 correctly. I only had to do this for 2.1.13.
4
5 Thank you all.
6 -Tracy
7
8 -----Original Message-----
9 From: Neil Bothwick
10 Sent: Thursday, October 27, 2005 10:46 AM
11 To: gentoo-user@l.g.o
12 Subject: Re: [gentoo-user] Gentoo system initialization scripts UDEV
13 message
14
15 On Thu, 27 Oct 2005 09:43:27 -0400, Budd, Tracy wrote:
16
17 > I checked the Xorg.0.log. The only error message there was "Failed to
18 > initialize NVIDIA kernel module."
19 > I forgot to check dmesg.
20 > I am wondering if I need to use mknod. Eventhough the nvidia module
21 > seems to load (lsmod confirms this), I cannot find any entries in /dev
22
23 > for nvidia.
24
25 You need these lines in /etc/modules.d/nvidia
26
27 # Nvidia drivers support
28 alias char-major-195 nvidia
29 alias /dev/nvidiactl char-major-195
30
31 Then run modules-update
32
33
34 --
35 Neil Bothwick
36
37 Any sufficiently advanced bug is indistinguishable from a feature.
38
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Gentoo system initialization scripts UDEV message Neil Bothwick <neil@××××××××××.uk>