![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Gee! These Aren't Roasted!
![]() Join Date: Feb 2007
Location: Chile
My beans are hidden!
Xubuntu 9.04 Jaunty Jackalope
|
This is my experience with microphone input problems, and how I solved them. Many people are having different problems with microphone input in Ubuntu, so I hope this post is helpful for some of them.
Both, with Edgy and Feisty, my hardware gets detected correctly out of the box, but I was unable to record anything, using a microphone plugged into the jack. This is my soundcard: Code:
$ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 Edgy: Code:
$ lspci [...] 00:14.2 Audio device: ATI Technologies Inc Unknown device 4383 [...] Code:
$ lspci [...] 00:14.2 Audio device: ATI Technologies Inc SB600 Azalia [...] From the command line, you can use alsamixer. Use TAB for selecting the 'Playback', 'Capture' or 'All' window, and use LEFT/RIGHT to select the desired control. You have to make sure you get the following settings right (all of them):
In my case, i had to enable 'Capture'. This is how it looked before the change (not-working). Note dashed line above 'Capture': And this is how it looked after getting it right. Note red 'CAPTUR' tag above 'Capture': Activating capture can be done easier with the amixer tool: Code:
$ amixer set 'Capture' cap Simply typing amixer in the terminal puts out your current settings. In my case, when 'Capture' was disabled, both channels were '[off]': Code:
Simple mixer control 'Capture',0 Capabilities: cvolume cswitch Capture channels: Front Left - Front Right Limits: Capture 0 - 15 Front Left: Capture 9 [60%] [13.50dB] [off] Front Right: Capture 9 [60%] [13.50dB] [off] Code:
Simple mixer control 'Capture',0 Capabilities: cvolume cswitch Capture channels: Front Left - Front Right Limits: Capture 0 - 15 Front Left: Capture 9 [60%] [13.50dB] [on] Front Right: Capture 9 [60%] [13.50dB] [on] [2007-04-23 EDIT: Better explained.] Last edited by jjalocha; April 23rd, 2007 at 10:08 AM.. Reason: more precise wording |
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|