On Mon, 2006-04-17 at 05:46 -0400, adel.essafi@xxxxxxxxxxx wrote: > dear list > when trying to do what was suggesting, I got this > > [root@localhost ~]# rmmod snd-hda-intel > ERROR: Module snd_hda_intel does not exist in /proc/modules > [root@localhost ~]# modprobe snd-hda-intel model=3stack position_fix=2 > snd_hda_intel: Unknown parameter `position_fix' > Guillermo Garron wrote: > > > hi, > > > > try this. > > > > Try this, > > #---cut here------ > > rmmod snd-hda-intel > > modprobe snd-hda-intel model=3stack position_fix=2 > > #----cut here---- > > > > if it works, then add this line to > > > > /etc/rc.local > > > > use also, > > > > alsamixer to make sure you have unmute the master and front suplies and > also set the sound level to a desire level :) > > > > > > regards, > > > > Guillermo. > > > > > > > > Adel ESSAFI wrote: > > > >> Hi list > >> I have installed FC4 on a toshiba laptop with realtek sound card. the > problem is that the sound dont work. > >> Can you please, give me some link to solve this problem. > >> Thanks > >> > >> > >> [adel@localhost ~]$ /sbin/lspci > >> .......................... > >> 00:1e.2 Multimedia audio controller: Intel Corporation > 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03) > >> ........................... > >> Look at bugzilla bug 178998 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178998 It is for FC5 but it will give you some tips. Assuming you have a valid /etc/modprobe.conf the line I would put int rc.local is simply: /sbin/modprobe snd-hda-intel assuming that module appears on you machine. Use locate to find out. > > -- Aaron Konstam <akonstam@xxxxxxxxxxxxx>