The headphone jack on my laptop wasn’t working in fedora 10 so I did a little bit of reading today and found this solution:
add the following to /etc/modprobe.conf
options snd-hda-intel model=6stack-digout
by the way, the soundcard is an intel HDA
March 10th, 2009 Chris Brown Posted in Fedora, Linux, Multimedia, Technology, Toshiba Laptop, alsa No Comments »
The headphone jack on my laptop wasn’t working in fedora 10 so I did a little bit of reading today and found this solution:
add the following to /etc/modprobe.conf
options snd-hda-intel model=6stack-digout
by the way, the soundcard is an intel HDA
July 10th, 2007 Chris Brown Posted in Fedora, Linux, OS, Operating System, Problem Solving, Technology, Toshiba Laptop, alsa 1 Comment »
A little bit of reading and some testing lead me to the fix for my Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller:
modprobe snd-hda-intel model=3stack
All good. Restart and it works.