Mar
21
Make Acer Extensa headphone speakers Work on Ubuntu
March 21, 2008 |
If you have purchase a Acer Extensa 4620, 5620, 4620Z and have Ubuntu installed. You may encounter one problem: mic/headphone jack/speakers don’t work out of the box. To get audio working, you may need to tweak your system a bit, follow the steps below, and you will work it out!
1. install install linux-backports-modules-generic by running the following command in the terminal
sudo apt-get install linux-backports-modules-generic
2. open audio configuration file by first running the command below in the terminal
sudo gedit /etc/modprobe.d/alsa-base
3. now you may see a chuck of code similar to the one below:
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
...
add the following line of code at the end of the chunk of code:
options snd-hda-intel model=acer
4. double click speaker icon to launch volume control. Make sure under File > Change Device > HDA Intel is selected. After that select “Edit” “Preferences” Then check every device listed. When you close that you should now have Playback, Recording and Options listed in the Volume Control. In Options select “Front Mic”. At this point I could record audio from the Sound Recorder with the built in mic but it was way too loud and distorted so play with the recording levels until it sounds good.
By now, you should have your mic/headphone jack/speakers, everything internal external working!
Related Articles:
Make Acer Extensa 4620Z Wireless Work on Ubuntu
Similar Posts
- Make Logitech USB microphone Work on Ubuntu
- Play iTunes m4a Files on Linux Ubuntu
- Transfer music mp3 to and from iPod Ubuntu
- Install and Configure LAMP on Ubuntu
- Ubuntu Hardy Broadcom Wireless Setup
- Install and Play Red Alert 2 on Ubuntu
- Install IE6 using IEs 4 Linux on Ubuntu
- Make Acer Extensa 4620Z Wireless Work on Ubuntu
- Install Adobe AIR for Linux Beta on Ubuntu
- Ubuntu Seperate Audio From Video
- Use aMule as eMule alternative on Ubuntu
- Install and Play Quake 4 on Ubuntu
- Install and Play Counter Strike on Ubuntu
- Burn Blu-Ray Disc on Ubuntu
- Linux Ubuntu Install Setup PHP cURL
- Install and Configure Wine on Ubuntu
- Install Google Earth on Ubuntu
- Install and Play Enemy Territory Quake Wars on Ubuntu
- Create Compile and Run .NET on Ubuntu
- Install and Play Quake III Arena on Ubuntu
- Install and Use Skype on Ubuntu
- Install Run and Play Doom 3 on Ubuntu
- Install and Use Audacity on Ubuntu
- Install and Play Quake 2 on Ubuntu
- Install and Configure phpMyAdmin on Ubuntu LAMP
- Ubutu Root Password
- Burn Audio CD on Ubuntu
- Use New iPod Nano with Ubuntu
- Install and Play Unreal Tournament on Ubuntu
- Ubuntu Convert Ogg Flac to mp3
- Ubuntu Best CHM Viewer
- Install Java Plugin on Ubuntu Firefox
- Ubuntu Configure Disable Touchpad
- Open VCD Using VLC on Ubuntu
- Install Flash CS on Ubuntu
- Manipulate Files Directories using Unix Shell
- Install and Run RealPlayer on Ubuntu
- Install Photoshop on Ubuntu
- Install and Play Diablo II on Ubuntu
- Amarok audio output unavailable the device is busy Solution
- Create a Subdomain Virtual Host on Ubuntu
- Virus on Ubuntu Wine
- Show hidden htaccess file on Ubuntu
- Switch Ubuntu Server to Desktop
- Ubuntu Install Chinese Input
- Wireless Keyboard with Ubuntu
- Install BitTorrent GUI Azureus on Ubuntu
- Ubuntu 7.10 Gutsy - Add Universe Multiverse Repositories
- SCIM Filesystem Name Rename Problem
- Ubuntu DVD Region Reassignment


































