Microphone and headphones fixes for the netbook Toshiba Satellite T110

After playing for a few days with a brand new 3G iPad, I turned back to my powerful netbook, a Toshiba Satellite T110 running Ubuntu 10.04. One of the wishes for the year 2011 was to get done with the only 2 shortcomings of the beastly tiny machine that I found after 4 months of hard use: get the mic and the headset working.

Microphone

The problem: the built-in microphone does not work.
Solution: Install the last Alsa drivers and operate them from Gnome-Alsamixer

http://www.alsa-project.org/main/index.php/Main_Page

wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.23.tar.bz2
sudo tar -xvjf alsa-driver-1.0.23.tar.bz
cd [path]/alsa-driver-1.0.23/
sudo su
./configure
make
make install
# install gnome-alsamixer. If it is installed already, reboot.
sudo apt-get install gnome-alsamixer
gnome-alsamixer
GUI opens up: select Mic F on the left and IEC958 and IEC958 Default PCM on the right`

Repeat every time a new kernel is installed

Headset

The problem: The speakers keep working when a headset is plugged in
The solution: Add a line to alsa-base.conf

$ sudo gedit /etc/modprobe.d/alsa-base.conf
options snd-hda-intel model=”olpc-xo-1_5″

(from https://bugs.launchpad.net/ubuntu/+source/linux/+bug/573284)

Post to Twitter



Similar posts to Microphone and headphones fixes for the netbook Toshiba Satellite T110:



1 comment so far ↓

#1 Ludo (From France) on 06.13.11 at 7:55 am

Hello,
Do your headset works today after all new kernels installed since january ?
I tried to install alsa-blacports generic package : that’s solved microphone issue but the other effect is the headset doesn’t work ; and when i tried the solution for headset, the internal microphone doesn’t works and headset works !!!
Please help me.

Leave a Comment

Comments links could be nofollow free.