Difference between revisions of "Asus EeePC 1025C"
(eeepc 1025c microphone ubuntu) |
(Added additional steps for ALSA apps like Audacity) |
||
Line 2: | Line 2: | ||
<nowiki>sudo sh -c "echo options snd-hda-intel model=laptop-dmic >>/etc/modprobe.d/alsa-base.conf"</nowiki> | <nowiki>sudo sh -c "echo options snd-hda-intel model=laptop-dmic >>/etc/modprobe.d/alsa-base.conf"</nowiki> | ||
Now reboot, and the built-in microphone will work. | Now reboot, and the built-in microphone will work. | ||
+ | |||
+ | If you find that Audacity does not record audio, do the following: | ||
+ | |||
+ | # Click on the volume control in the top bar and choose "Sound Settings..." | ||
+ | # Switch the "Connector" pop-up from "Internal Microphone" to "Microphone" | ||
+ | # Set the "Input volume" to 100% or so - test by speaking to your device and watching the "Input level" meter bar. | ||
+ | # Close the window and test. |
Revision as of 22:06, 24 May 2012
Everything works well on the EeePC 1025C out of the box, except for the built-in microphone. To fix it, press ctrl-alt-t to open a terminal and type the following command, followed by the enter key:
sudo sh -c "echo options snd-hda-intel model=laptop-dmic >>/etc/modprobe.d/alsa-base.conf"
Now reboot, and the built-in microphone will work.
If you find that Audacity does not record audio, do the following:
- Click on the volume control in the top bar and choose "Sound Settings..."
- Switch the "Connector" pop-up from "Internal Microphone" to "Microphone"
- Set the "Input volume" to 100% or so - test by speaking to your device and watching the "Input level" meter bar.
- Close the window and test.