![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Way Too Much Ubuntu
![]() Join Date: Aug 2006
Beans: 271
Ubuntu 10.04 Lucid Lynx
|
Re: Need help in getting microphone to work.
Okay folks, I hope you are subscribed to this thread because I found the answer -- at least for those of us using a Dell Inspiron 1318, Lucid Lynx 64-bit. Open a terminal and enter these commands.
Code:
sudo gedit /etc/modprobe.d/alsa-base.conf
Code:
options snd-hda-intel model=dell-bios power_save=10 power_save_controller=N
Code:
killall pulseaudio&&sudo alsa force-reload&&pulseaudio -D
__________________
Dell Inspiron 1318 - Lucid Lynx 64-bit - Here is how to fix the built in mic. - Vampire power sucks! |
|
|
|
|
|
#12 |
|
Way Too Much Ubuntu
![]() Join Date: Aug 2006
Beans: 271
Ubuntu 10.04 Lucid Lynx
|
Re: Need help in getting microphone to work.
Better late than never. If you are using Intrepid Ibex or later on a 64-bit (might work for x86 also) Dell Inspiron 1318 laptop, here is the solution:
http://ubuntuforums.org/showthread.php?p=9307284 Works for Lucid Lynx (mine).
__________________
Dell Inspiron 1318 - Lucid Lynx 64-bit - Here is how to fix the built in mic. - Vampire power sucks! |
|
|
|
|
|
#13 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2010
Beans: 23
Ubuntu 10.04 Lucid Lynx
|
Re: Need help in getting microphone to work.
Hi, I've had the same problem on my wife's Dell Dimension C521. Thanks for the post, dolphinsonar, all works a treat now !
|
|
|
|
|
|
#14 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2010
Beans: 4
|
Re: Need help in getting microphone to work.
I have tried every solution posted that I can find but cannot restore the external mic (for my headset) to functionality. It worked FINE with Skype for a while, and suddenly the microphone no longer is detected.
All Alsamixer settings are correct, no mic input is muted anywhere. The Sound Recorder application says "Your audio capture settings are invalid. Please correct them with the "Sound Preferences" under the System-Preferences menu." BUT there are no combination of settings which make the Sound Recorder happy. What gets me is that this microphone USED TO work on Skype running this same OS Ubuntu 10.04 LTS Lucid Lynx 64-bit, but now nothing I do makes it function. Thanks for any help you can provide. |
|
|
|
|
|
#15 | |
|
Ubuntu addict and loving it
![]() Join Date: May 2008
Location: Ohio, USA
Beans: 3,969
Ubuntu Development Release
|
Re: Need help in getting microphone to work.
Quote:
Use a terminal="Applications->Accessories->Terminal" Enter these commands, one line at a time: Code:
sudo add-apt-repository ppa:ubuntu-audio-dev/ppa sudo apt-get update sudo apt-get install linux-alsa-driver-modules-$(uname -r) |
|
|
|
|
|
|
#16 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2010
Beans: 4
|
Re: Need help in getting microphone to work.
Thanks, Lidex, however the mic does not work at all. (I did use your suggestions and rebooted, but no dice).
I have verified the mic itself is working, but the OS doesn't 'see' it at all. Sound Recorder will not run (gives 'you have invalid settings' error message) yet no combination of settings makes it happy. Functionally, the sound portion of my setup performs as if no mic was connected at all; yet it IS connected but undetected. Still no joy... |
|
|
|
|
|
#17 | |
|
Ubuntu addict and loving it
![]() Join Date: May 2008
Location: Ohio, USA
Beans: 3,969
Ubuntu Development Release
|
Re: Need help in getting microphone to work.
Quote:
Code:
uname -a aplay -l cat /proc/asound/version head -n 1 /proc/asound/card*/codec#* Also helpful is the make/model of your PC/Laptop. Please post text output using code tags (the # in toolbar) |
|
|
|
|
|
|
#18 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2010
Beans: 4
|
Re: Need help in getting microphone to work.
My hardware is a Coolermaster tower with an AMD Athelon 64-bit +3200 processor and about 2GB of memory
# uname -a Linux CommonSense 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:28:05 UTC 2010 x86_64 GNU/Linux # aplay -l **** List of PLAYBACK Hardware Devices **** card 0: V8237 [VIA 8237], device 0: VIA 8237 [VIA 8237] Subdevices: 3/4 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 Subdevice #2: subdevice #2 Subdevice #3: subdevice #3 card 0: V8237 [VIA 8237], device 1: VIA 8237 [VIA 8237] Subdevices: 1/1 Subdevice #0: subdevice #0 # cat /proc/asound/version Advanced Linux Sound Architecture Driver Version 1.0.23. Compiled on May 21 2010 for kernel 2.6.32-22-generic (SMP). # head -n 1 /proc/asound/card*/codec#* head: cannot open `/proc/asound/card*/codec#*' for reading: No such file or directory |
|
|
|
|
|
#19 |
|
Ubuntu addict and loving it
![]() Join Date: May 2008
Location: Ohio, USA
Beans: 3,969
Ubuntu Development Release
|
Re: Need help in getting microphone to work.
Try gnome-alsamixer.
Gnome-alsamixer Using Alt+F2 run dialog Code:
gnome-alsamixer Soundcard tab to select / adjust levels. To install: Code:
sudo apt-get install gnome-alsamixer |
|
|
|
|
|
#20 |
|
First Cup of Ubuntu
![]() Join Date: May 2010
Beans: 9
|
Re: Need help in getting microphone to work.
Thanks lidex, everything's working perfectly now.
I think a lot of people's issues might be with the fact that ubuntu doesn't enable the microphone input by default. That's the problem I was facing, as well as a friend, and your guide just solved it for both of us. For new users: Even when you go to sound preferences and check your input, you see all the settings working and assume that there's sound coming in. But showing microphone input in Sound Preferences DOES NOT MEAN that it is enabled! You still need to enable your mic-in ports through the gnome-alsamixer. Follow lidex's instructions after that and you should be up and running. I have an Asus P5N-E SLI motherboard with Realtek ALC883 onboard audio - which is notorious for not working well with Alsa (even alsa's wiki says so). But now, everything is working smoothly! |
|
|
|
| Bookmarks |
| Tags |
| dell inspiron 1318, microphone not working |
| Thread Tools | |
| Display Modes | |
|
|