|
|
#1 | |
|
Guest
Posts: n/a
|
After successfully rebuilding the RPM packages (I had downloaded the right ones) and ran the test program nvcheck.sh it failed.
It said that the location /dev/nvidia1 did not exist or that it hadn't loaded properly. Whats wrong? Dan |
|
|
|
|
#2 | |
|
Registered User
Join Date: Aug 2002
Posts: 492
|
make sure the device exists..
You should see nvidia0,1,2,3 and nvidiactl in /dev. If one or more are missing, run the following: mknod /dev/nvidia0 c 195 0 ; chmod 666 /dev/nvidia0 mknod /dev/nvidia1 c 195 1 ; chmod 666 /dev/nvidia1 mknod /dev/nvidia2 c 195 2 ; chmod 666 /dev/nvidia2 mknod /dev/nvidia3 c 195 3 ; chmod 666 /dev/nvidia3 mknod /dev/nvidiactl c 195 255 ; chmod 666 /dev/nvidiactl |
|
|
|
|
|
|
#3 |
|
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 2,105
|
/dev/nvidia1 is only needed when you have more than one nvidia card. nvidia0 is used for card1, nvidia1 for card2 ...
So that doesn't have to be that serious. |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Aug 2002
Posts: 492
|
Could be a sign of a greater problem though, maybe makedevices.sh failed to run or crapped out after creating the first device...
Trashed rpm maybe.. Hard to say |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Memory leak in KDE plasma-desktop process with Nvidia driver | shmerl | NVIDIA Linux | 0 | 08-07-12 10:27 AM |
| nvidia driver quality decrease? | legluondunet | NVIDIA Linux | 17 | 06-26-12 10:03 AM |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |
| nvidia + 2.4.19 gentoo = messed up | ulukay | NVIDIA Linux | 18 | 11-01-02 11:58 PM |