Debian 5.0 Linux "Lenny" Sound on Toshiba E105-S1802 cheatsheet

Ok so you bought the Toshiba E105 and using the stock Lenny you have no sound, welcome to the club this
shit should work out-of-the-box but NO.

The first thing I did was to head over to here: Debian ath9k and follow the easy instructions to
backport/upgrade your kernel.

Next make sure you update all of your ALSA stuff, I used this helpful page:Debian Help

Next I borrowed an evil from the Ubuntu folks, using your favorite editor:

vi /etc/modprobe.d/alsa-base

add this to the bottom of the file:

options snd-hda-intel probe_mask=8 model=3stack

Please note this is what worked for me, some folks have emailed and said
they have just done the last step with success.

Home