Jump to content
Compatible Support Forums
Sign in to follow this  
StewartG

Asus A7N8x USB and Redhat 8

Recommended Posts

I might be stupid but I can't get USB to work on this motherboard, doesn't even see my mouse. I have installed the latest drivers from Nvidias web site but still no USB. Has anyone got this working ok?

 

Thanks

 

Stewart

Share this post


Link to post

which usb root hub module is enabled in your kernel????

 

It should be USB-OHCI. Type lsmod at the shell prompt and you should see this module loaded, if not try modprobe usb-ohci. That is if it's the same usb module as the first nforce board.....

Share this post


Link to post

They are present and correct, my mouse is an intelli-eye explorer and doesn't even light up, let alone work. I know the USB ports work and the mouse too 'cos I dual boot XP Pro.

Share this post


Link to post

open up a command shell and type dmesg

 

you should see something like the following.....

 

usb.c: registered new driver usbdevfs

usb.c: registered new driver hub

PCI: Setting latency timer of device 00:02.0 to 64

usb-ohci.c: USB OHCI at membase 0xe0892000, IRQ 3

usb-ohci.c: usb-00:02.0, PCI device 10de:01c2 (nVidia Corporation)

usb.c: new USB bus registered, assigned bus number 1

hub.c: USB hub found

hub.c: 3 ports detected

PCI: Setting latency timer of device 00:03.0 to 64

usb-ohci.c: USB OHCI at membase 0xe0894000, IRQ 7

usb-ohci.c: usb-00:03.0, PCI device 10de:01c2 (nVidia Corporation)

usb.c: new USB bus registered, assigned bus number 2

hub.c: USB hub found

hub.c: 3 ports detected

usb.c: registered new driver keyboard

usbkbd.c: :USB HID Boot Protocol keyboard driver

gameport0: Emu10k1 Gameport at 0xd400 size 8 speed 828 kHz

hub.c: new USB device 00:02.0-1, assigned address 2

usb.c: USB device 2 (vend/prod 0x45e/0x47) is not claimed by any active driver.

mice: PS/2 mouse device common for all mice

hub.c: new USB device 00:03.0-2, assigned address 2

usb.c: USB device 2 (vend/prod 0x50d/0x805) is not claimed by any active driver.

 

Post what your's shows so I can try to figure it out.....

Share this post


Link to post

Here you are.....

 

usb.c: registered new driver usbdevfs

usb.c: registered new driver hub

PCI: Setting latency timer of device 00:02.0 to 64

usb-ohci.c: USB OHCI at membase 0xe088f000, IRQ 5

usb-ohci.c: usb-00:02.0, PCI device 10de:0067 (nVidia Corporation)

usb.c: new USB bus registered, assigned bus number 1

hub.c: USB hub found

hub.c: 3 ports detected

PCI: No IRQ known for interrupt pin B of device 00:02.1. Please try using pci=biosirq.

usb-ohci.c: found OHCI device with no IRQ assigned. check BIOS settings!

PCI: Setting latency timer of device 00:02.2 to 64

hcd.c: ehci-hcd @ 00:02.2, PCI device 10de:0068 (nVidia Corporation)

hcd.c: irq 11, pci mem e0897000

usb.c: new USB bus registered, assigned bus number 2

ehci-hcd.c: USB 2.0 support enabled, EHCI rev 1. 0

hub.c: USB hub found

hub.c: 6 ports detected

usb.c: registered new driver hiddev

usb.c: registered new driver hid

hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>

hid-core.c: USB HID support drivers

mice: PS/2 mouse device common for all mice

 

The only odd thing I noticed was the request to assign an interupt to the USB hub, I never had to do this in any of my other PC's.

Share this post


Link to post

Hi,

I thought about buying the same Mainboard - how does it work with Linux ;(

At first you could log in as root and run "/usr/sbin/mouseconfig".

If that doesn't work try the other things listed below:

I would search for an option to assign that interrupt to the Hub (BIOS?).

Otherwise try to search Google Groups.

 

Hope this helps and please write some about the board working with Linux.

 

Adrian Lambeck

Share this post


Link to post

Well I got it working, tried the mouse in another port, not sure why this made a difference as the port is clearly working - when I run win xp it is all fine.

One of the two network ports is running, firewire is running so next on my list is some sound and the other network port.

Seems to run nice and smoothly, I have RH8 on my laptop and love it.

Share this post


Link to post

Well I now have everything working on this board with the exception of sound. This board is the Deluxe one with the Dolby Digital Sound Storm on board, but nothing I can do seems to make a difference.

 

Does anyone else have this card working under Redhat 8 or any other Linux variant?

 

I really want to drop XP and move to Redhat full time.

Share this post


Link to post

I've got this board working OK under MANDRAKE 9.0. I had to install the NForce drivers from NVIDIA to get sound working, using nvaudio. There seems to be an unstability in USB, my mouse tends to drop out now and then. I have to unplug the cable and reinsert it.

 

Another problem I've not solved yet is to enable the 3Com network adapter, the NVIDIA is Ok.

 

Best regards,

Odd A. Steinlein

Share this post


Link to post

I have tried the latest Nvidia drivers but I can't get any sound on Redhat 8. There are working drivers for the 3Com network port on the CD that came with the motherboard.

 

I think the problem I am having with the sound is down to Asus changing some of the hardware identifiers so the Nvidia drivers won't work right, this is certainly the case when installing drivers under Windows XP.

Share this post


Link to post

Hi -

 

With this board, FireWire is recognized but does not work (yet).

The 3com nic works with a simple patch.

The audio works with the nVidia nvaudio module on older kernels, with the i810_audio module that is in 2.4.20 kernel.

 

The audio module does not load at boot by itself at boot, you need to set up your /etc/rc.local file to load the audio module.

 

If you are using nVidia's audio module, add this line to /etc/rc.local

 

/sbin/modprobe nvaudio

 

If you are using the kernel module from 2.4.20 add

 

/sbin/modprobe i810_audio

 

-=-

The ide controller is not supported in current kernels and this causes a generic driver to be used that sucks, but 2.4.21pre4 has support for the ide device and gives much better drive read time (according to hdparm)

 

I have a kernel and instructions at

http://homepage.mac.com/mpeters/A7N8X/

 

Works for me.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×