LinuxChris
11-04-03, 03:05 AM
I have a new machine with an ASUS A7N8X-VM motherboard.
This,had been, without a doubt the hardest Linux iinstall I have ever done.
Redhat 9.0
Anyway, I installed the nForce drivers, and got ethernet working, but USB has been a problem. I finally realised that only one bus had been set up by the nForce installer in /etc/modules.conf, an tried pluggin stuff into the usb ports on teh front of the box. Those work OK (printer and CF card reader anyway). I have no idea how to get the other bus working, however. This is my /etc/modules.conf:
alias usb-controller usb-ohci
alias usb-controller1 usb-ohci
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias eth0 nvnet
alias sound-slot-1 nvaudio
alias usb-interface usb-ohci
alias char-major-195 nvidia
On boot, the first USB bus loads fine, but the second one fails. Anyone have any ideas?
-Thanks, Chris
This,had been, without a doubt the hardest Linux iinstall I have ever done.
Redhat 9.0
Anyway, I installed the nForce drivers, and got ethernet working, but USB has been a problem. I finally realised that only one bus had been set up by the nForce installer in /etc/modules.conf, an tried pluggin stuff into the usb ports on teh front of the box. Those work OK (printer and CF card reader anyway). I have no idea how to get the other bus working, however. This is my /etc/modules.conf:
alias usb-controller usb-ohci
alias usb-controller1 usb-ohci
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias eth0 nvnet
alias sound-slot-1 nvaudio
alias usb-interface usb-ohci
alias char-major-195 nvidia
On boot, the first USB bus loads fine, but the second one fails. Anyone have any ideas?
-Thanks, Chris