NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
How to get microphone working on dell d630?I have debian lenny/sid on my D630 laptop. The sound driver has been I use skype software quite a lot, so it's very important to me that I'd It's really appreciated of your helps. Thanks. -- |
How to get microphone working on dell d630?
Here is the output of lspci:
00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PCI Express Root Port (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
#4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
#5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI
#2 (rev 02)
*00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
Controller (rev 02)*
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 2 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 6 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
#1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
#2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI
#3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI
#1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation Mobile LPC Interface Controller
(rev 02)
00:1f.1 IDE interface: Intel Corporation Mobile IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation Mobile SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller
(rev 02)
01:00.0 VGA compatible controller: nVidia Corporation Unknown device
042b (rev a1)
03:01.0 CardBus bridge: O2 Micro, Inc. Cardbus bridge (rev 21)
03:01.4 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02)
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5755M
Gigabit Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Broadcom Corporation Dell Wireless 1390 WLAN
Mini-PCI Card (rev 01
Michael Yang wrote:
> ALL:
>
> I have debian lenny/sid on my D630 laptop. The sound driver has been
> setup properly with alsa and is working well.However, the
> microphone(external, or built-in) doesn't work at all.
>
> I use skype software quite a lot, so it's very important to me that
> I'd like to know how to get it working. I searched on the google, but
> didn't get an answer. It seems to be an unresolved issue for D630. I'm
> wondering if there is anyone got it working before.
> Is there a lead I can follow to set it up?
>
> It's really appreciated of your helps.
>
> Thanks.
> Michael.
>
--
How to get microphone working on dell d630?
$ echo "amixer set 'Capture' cap" >> /etc/rc.local
$ shutdown -r 0
Sincerely,
Wanderlust
У нд, 2007-11-25 у 16:36 +0800, Michael Yang пише:
> ALL:
>
> I have debian lenny/sid on my D630 laptop. The sound driver has been
> setup properly with alsa and is working well.However, the
> microphone(external, or built-in) doesn't work at all.
>
> I use skype software quite a lot, so it's very important to me that I'd
> like to know how to get it working. I searched on the google, but didn't
> get an answer. It seems to be an unresolved issue for D630. I'm
> wondering if there is anyone got it working before.
> Is there a lead I can follow to set it up?
>
> It's really appreciated of your helps.
>
> Thanks.
> Michael.
>
>
--
How to get microphone working on dell d630?
Great. After doing the amixer setting, the control in alsamixer can be
configured for microphone now.
Thanks so much :)
Michael
wanderlust wrote:
> $ echo "amixer set 'Capture' cap" >> /etc/rc.local
> $ shutdown -r 0
>
>
> Sincerely,
> Wanderlust
>
> У нд, 2007-11-25 у 16:36 +0800, Michael Yang пише:
>
>> ALL:
>>
>> I have debian lenny/sid on my D630 laptop. The sound driver has been
>> setup properly with alsa and is working well.However, the
>> microphone(external, or built-in) doesn't work at all.
>>
>> I use skype software quite a lot, so it's very important to me that I'd
>> like to know how to get it working. I searched on the google, but didn't
>> get an answer. It seems to be an unresolved issue for D630. I'm
>> wondering if there is anyone got it working before.
>> Is there a lead I can follow to set it up?
>>
>> It's really appreciated of your helps.
>>
>> Thanks.
>> Michael.
>>
>>
>>
>
>
>
--
How to get microphone working on dell d630?
in konsole
What they have done is typed the following command in Konsole or any other terminal program as root:
echo "amixer set 'Capture' cap" >> /etc/rc.local
This is nothing but adding the line in quotes to the end of /etc/rc.local file.
On your next reboot when this file gets run the amixer has put a setting for the Capture. This enables the microphone input.
Any mixer you open will allow you to do the setting for this.
Ofcourse voice recording softwares like Sound Recorder also give this setting.
This being done you can use the microphone. graphical links to the mixers are easily found in Debian->Apps->Sound or in the Multimedia itself. (The former usually has more links)
Hope this sums up the above discussion.