I just got hp mini and first thing I did was to install ubuntu 10.04 wiping out the winblows OS. everything worked until I tried to skype call and found the internal mic didn't work
Got this procedure from http://ubuntuforums.org/showthread.php?t=1279022 and with these modifications got it to work with 10.04
patch, gettext, libncurses5-dev, xmlto, xmltoman
- First, check that you have this packages installed (sudo apt-get install package_name):
cd ~ mkdir soundtmp cd soundtmp #
down load latest files from alsa-project.org alsa-driver, alsa-lib, alsa-utils to soundtmp directory
# tar xjf alsa-driver-1.0.23.tar.bz2 tar xjf alsa-lib-1.0.23.tar.bz2 tar xjf alsa-utils-1.0.23.tar.bz2 cd alsa-driver-1.0.23 ./configure --with-cards=hda-intel --with-kernel=/usr/src/linux-headers-$(uname -r) make sudo make install cd .. cd alsa-lib-1.0.23 ./configure make sudo make install cd .. cd alsa-utils-1.0.23 ./configure --disable-nls make sudo make install
options snd-pcsp index=-2 alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel options snd-hda-intel model=hp-m4 options snd-hda-intel enable_msi=1
- Change your alsa-base.conf file (sudo gedit /etc/modprobe.d/alsa-base.conf) adding these lines:
- Go to System>Preferences>Sound and change first 4 options to ALSA ← couldn't do this part there was no first 4 options …
- Reboot!
- After reboot you should hear login sound...
click on speaker icon and then pick preferences there you can adjust the volumes.
then install skype if not already installed and check the options. you should see options for the sound card in the sound devices hardware now. In my case I also had a web cam plugged in with its own mic and this shows up as an option now.
do a skype test call record your message and you should here it come back.