hi there. while searching the forums for my problem i found this thread which is quite similar to my problems, however not quite the same.
i work with fc2, kernel 2.6.8.1 (alternative 2.6.7) and have big troubles getting the nforce drivers to work. i have a biostar motherboard with the nforce2 chip.
i downloaded the newest drivers and installed them with
Code:
sh NFORCE-Linux-x86-1.0-0283-pkg1.run
then i wanted to change my /etc/modprobe file as suggested. i therefore changed my original file
Code:
alias eth0 forcedeth
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias char-major-81-* bttv
options bttv radio=1 card=10 pll=1
options tuner type=5
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.6 ---
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---
alias char-major-195* nvidia
to
Code:
alias eth0 nvnet
alias sound-slot-0 nvsound
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias char-major-81-* bttv
options bttv radio=1 card=10 pll=1
options tuner type=5
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
note: my original modprobe.conf looks like this because when i restarted my comp with applying the changes to modprobe.conf as stated in the nvidia readme file i always get the error, that no sound-system had been loaded. furthermore, when i start as root "nvmixer" there are no entries in the "information tab". everything is greyed out. thus, i had to run "alsamixer" which detected my soundcard and added the alsaconf lines to my modprobe.conf.
additionally, after rebooting with the necessary changes done in /etc/modprobe.conf neither the eth device (works well with the dethforce module), nor the sound system is working properly.
another problem that occurs when i apply the suggested changes to the /etc/modprobe.conf (alias eth0 nvnet, alias snd-card-0 nvsound instead of forcedeth and the alsa settings) is that i can't boot in graphical modus. somehow, the nvidia graphic driver is affected as well (nvida fx 5500 is my graphic card).
the bootlogs have the following entries
Code:
localhost nvidia: Checking for nvidia kernel module failed
localhost nvidia: Disabling nvidia driver failed
as i thought it would be because lsmod gives me the follwing:
Code:
[root@localhost root]# lsmod
Module Size Used by
tuner 16857 0
tvaudio 18765 0
msp3400 19157 0
bttv 141837 0
video_buf 17221 1 bttv
i2c_algo_bit 7497 1 bttv
v4l2_common 5057 1 bttv
btcx_risc 3785 1 bttv
i2c_core 17345 5 tuner,tvaudio,msp3400,bttv,i2c_algo_bit
videodev 7105 1 bttv
snd_pcm_oss 42985 0
snd_mixer_oss 14017 2 snd_pcm_oss
snd_intel8x0 30829 2
snd_ac97_codec 58821 1 snd_intel8x0
snd_pcm 83529 2 snd_pcm_oss,snd_intel8x0
snd_timer 25413 1 snd_pcm
snd_page_alloc 8393 2 snd_intel8x0,snd_pcm
gameport 4033 1 snd_intel8x0
snd_mpu401_uart 7361 1 snd_intel8x0
snd_rawmidi 21733 1 snd_mpu401_uart
snd_seq_device 6473 1 snd_rawmidi
snd 45349 11 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 7713 2 snd
parport_pc 21249 1
lp 9133 0
parport 35977 2 parport_pc,lp
autofs4 20677 0
sunrpc 141861 1
forcedeth 15937 0
floppy 54001 0
sg 28385 0
scsi_mod 105361 1 sg
nvidia 4823380 12
ipv6 216325 14
dm_mod 47317 0
ohci_hcd 19793 0
ehci_hcd 27973 0
button 4825 0
battery 7117 0
asus_acpi 9177 0
ac 3533 0
ext3 96937 3
jbd 66521 1 ext3
however, when i try to uninstall the nforce drivers via
Code:
sh NFORCE-Linux-x86-1.0-0283-pkg1.run --uninstall
the wizard tells me that no sound drivers are installed. when i try to install them again, the wizard finds the installed drivers and suggests to overwrite them. if i do so, the problem still remains. i'm getting already a bit clueless this is quite stange, anyone who has a hint for me how to solve this problem? any help is greatly appreciated. thanks in advance...