You are not logged in.

#1 2010-02-27 18:18:18

Shodan
Member
From: Finland
Registered: 2008-08-25
Posts: 30

NVIDIA: could not open the device file /dev/nvidia0 (Input/output err)

Just installed Arch64 and installed xorg, configured with nvidia-xconfig, but when it starts it fails:

NVIDIA: could not open the device file /dev/nvidia0 (Input/output error)
Failed to initialize the NVIDIA graphics device PCI:1:0:0

lspci

VGA compatible controller nVidia Corporation G94 (GeForce 9600 GT) (rev a1)

cat /proc/driver/nvidia/cards/0

model: Unknown
IRQ: 18
Video BIOS: ??.??.??.??.??
Card type: PCI-E
DMA Size: 32 bits
DMA Mask: 0xffffffff

This is on

kernel26 2.6.32.9-1
nvidia-96xx 96.43.16-1

/dev/nvidia0 exists ... but with cat it shows nothing.
Any ideas what could be wrong? (I'm on Windows at the moment, please help me! smile)

Offline

#2 2010-02-27 18:19:07

gazj
Member
From: /home/gazj -> /uk/cambs
Registered: 2007-02-09
Posts: 681
Website

Re: NVIDIA: could not open the device file /dev/nvidia0 (Input/output err)

modprobe nvidia

I believe

Offline

#3 2010-02-27 18:21:06

Shodan
Member
From: Finland
Registered: 2008-08-25
Posts: 30

Re: NVIDIA: could not open the device file /dev/nvidia0 (Input/output err)

Already did that, and also put it in modules() in rc.conf. No luck.

Offline

#4 2010-02-27 18:27:45

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: NVIDIA: could not open the device file /dev/nvidia0 (Input/output err)

Does it work if you install 195.36?

edit: Take it out of the modules array in rc.conf.  You don't need to do that.

Last edited by loafer (2010-02-27 18:28:33)


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#5 2010-02-27 18:30:45

Shodan
Member
From: Finland
Registered: 2008-08-25
Posts: 30

Re: NVIDIA: could not open the device file /dev/nvidia0 (Input/output err)

Tried installing the 'nvidia' package, but it gives an error about "API mismatch something something".

EDIT: already tried not having nvidia in modules() array

Last edited by Shodan (2010-02-27 18:31:46)

Offline

#6 2010-02-27 18:39:16

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: NVIDIA: could not open the device file /dev/nvidia0 (Input/output err)

Shodan wrote:

Just installed Arch64 and installed xorg, configured with nvidia-xconfig, but when it starts it fails:

VGA compatible controller nVidia Corporation G94 (GeForce 9600 GT) (rev a1)
kernel26 2.6.32.9-1
nvidia-96xx 96.43.16-1

/dev/nvidia0 exists ... but with cat it shows nothing.
Any ideas what could be wrong? (I'm on Windows at the moment, please help me! smile)

you are using the wrong nvidia package. for your card you need nvidia and nvidia-utils.

rmmod nvidia
pacman -S nvidia nvidia-utils
modprobe nvidia

Last edited by wonder (2010-02-27 18:40:55)


Give what you have. To someone, it may be better than you dare to think.

Offline

#7 2010-02-27 18:40:11

Shodan
Member
From: Finland
Registered: 2008-08-25
Posts: 30

Re: NVIDIA: could not open the device file /dev/nvidia0 (Input/output err)

As I said earlier, that gives some kind of "API mismatch" error when starting X.

Offline

#8 2010-02-27 18:44:19

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: NVIDIA: could not open the device file /dev/nvidia0 (Input/output err)

1. pacman -Rd your current nvidia packages.
2. install nvidia nvidia-utils
3. Reinstall xorg
4. make sure you've fully updated your system.
5. Make a minimal xorg.conf

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option "RandRRotation" "true"
    Option "NoLogo"        "true"
    Option "Coolbits"      "1"
EndSection

or run nvidia-xconfig

6. Reboot.

Offline

#9 2010-02-27 21:46:01

PirateJonno
Forum Fellow
From: New Zealand
Registered: 2009-04-13
Posts: 372

Re: NVIDIA: could not open the device file /dev/nvidia0 (Input/output err)

Shodan wrote:

As I said earlier, that gives some kind of "API mismatch" error when starting X.

make sure you completely remove the older driver. if you still have a problem, post the error log here


"You can watch for your administrator to install the latest kernel with watch uname -r" - From the watch man page

Offline

#10 2010-02-28 08:39:59

Fragger
Member
From: The Netherlands
Registered: 2009-03-09
Posts: 15

Re: NVIDIA: could not open the device file /dev/nvidia0 (Input/output err)

I had exactly the same, I was also using nvidia-96xx, have the same card btw wink

Offline

Board footer

Powered by FluxBB