Bug är rapporterad sedan en tid tilbaka o gjorde enligt hjälp att installera Alsa...
Det fungerar att spela in ljud men mikrofonen vill inte fungera med Skype.
Netbook remix är disten.
Asus 1005P problem med mikrofon. [Löst]
Kategoriregler
I detta forum diskuterar vi frågor relaterade till fysisk hårdvara.
Ubunturelaterade frågor ska ställas i Hårdvara
I detta forum diskuterar vi frågor relaterade till fysisk hårdvara.
Ubunturelaterade frågor ska ställas i Hårdvara
-
- Inlägg: 110
- Blev medlem: 25 sep 2007, 17:13
- OS: Linux Mint
- Utgåva: Vet inte/ingen utgåva passar
- Ort: Göteborg
Asus 1005P problem med mikrofon. [Löst]
Senast redigerad av 1 Saunafreak, redigerad totalt 27 gånger.
- CryingFreeman
- Inlägg: 2817
- Blev medlem: 29 aug 2007, 22:32
- OS: Ubuntu
- Utgåva: 22.04 Jammy Jellyfish LTS
- Ort: Östersund
Re: Asus 1005P problem med mikrofon.
Har du tittat på den community-dokumentation som finns för Skype?
https://help.ubuntu.com/community/Skype
https://help.ubuntu.com/community/Skype
-
- Inlägg: 110
- Blev medlem: 25 sep 2007, 17:13
- OS: Linux Mint
- Utgåva: Vet inte/ingen utgåva passar
- Ort: Göteborg
Re: Asus 1005P problem med mikrofon.
Tack för hjälpen.
Det löstes med detta o att efter det stänga av den ena mikrofonen.
Part A: Common instructions (Hardy, Intrepid, Jaunty & Karmic)
All users must must follow the steps in this section to guarantee a fully working PulseAudio configuration.
1. Backup (and then delete) your previous configuration files:
Code:
$ mkdir ~/pulse-backup && cp -r ~/.pulse ~/.asound* /etc/asound.conf /etc/pulse -t ~/pulse-backup/
$ rm -r ~/.pulse ~/.asound*
$ sudo rm /etc/asound.conf
Warning: As always, use caution when removing files on your system. Any typos can potentially cause data loss.
Note: Don't worry if some of these files did not exist on your system.
2. Ensure you have the necessary PulseAudio libraries and configuration utilities installed:
Code:
$ sudo apt-get install libasound2-plugins padevchooser libsdl1.2debian-pulseaudio
3. Ensure the evil "libflashsupport" library is not installed:
Code:
$ sudo apt-get remove --purge libflashsupport flashplugin-nonfree-extrasound
Note: the libflashsupport library was (and to a certain extent, still is) the most common cause of Firefox instability since the Hardy release, because many users have been misled into thinking they must install it to ensure Flash & PulseAudio can work correctly. If you notice any postings that recommend this library to be installed, please reply to the post and point them to this thread, or the bug report linked. The more people that are aware of this issue the better. Thanks!
4. (Karmic users - please skip this step, it's not necessary). Open System/Preferences/Sound. In the Devices section, ensure that all "Sound playback" options are set to Autodetect. Set the "Sound capture" item to "ALSA", or the appropriate hardware definition. Close the application when you're finished.
Note: Choosing PulseAudio for sound capture may result in crashes, so you are advised to choose the "direct" ALSA device instead.
5. Open the PulseAudio Volume Control application ("pavucontrol", or you can launch "Applications/Sound & Video/PulseAudio Device Chooser" and select Volume Control from this applet's menu). In the Output Devices section you will see a listing of the playback devices available on your system. Right-click on the entry that you desire to be made the default playback device on your system and enable the "Default" checkmark. Similarly, navigate to Input Devices, then right-click on the device you wish to set as your default input device (microphone), and ensure the "Default" setting is checked. Close the application when you're finished.
Note: If you are greeted with the error "Connection failed: Connection refused", manually launch PulseAudio before opening the PulseAudio Volume Control application:
Code:
$ pulseaudio & pavucontrol
6. Ensure that your sound card's PCM mixer is not muted or set to 0% volume (this appears to be a common bug in Intrepid and Jaunty):
Code:
$ alsamixer -Dhw
Note: When the PulseAudio ALSA plugins are active, you must explicitly specify your hardware device in alsamixer (marked in blue above), otherwise it will open the PulseAudio mixer.
7. Continue to Part B if you are running Hardy Heron (8.04), or Part C if you are running Intrepid Ibex (8.10). If you are running Karmic Koala (9.10) or Jaunty Jackalope (9.04), you're finished - log out and back in for changes to take effect!
Det löstes med detta o att efter det stänga av den ena mikrofonen.
Part A: Common instructions (Hardy, Intrepid, Jaunty & Karmic)
All users must must follow the steps in this section to guarantee a fully working PulseAudio configuration.
1. Backup (and then delete) your previous configuration files:
Code:
$ mkdir ~/pulse-backup && cp -r ~/.pulse ~/.asound* /etc/asound.conf /etc/pulse -t ~/pulse-backup/
$ rm -r ~/.pulse ~/.asound*
$ sudo rm /etc/asound.conf
Warning: As always, use caution when removing files on your system. Any typos can potentially cause data loss.
Note: Don't worry if some of these files did not exist on your system.
2. Ensure you have the necessary PulseAudio libraries and configuration utilities installed:
Code:
$ sudo apt-get install libasound2-plugins padevchooser libsdl1.2debian-pulseaudio
3. Ensure the evil "libflashsupport" library is not installed:
Code:
$ sudo apt-get remove --purge libflashsupport flashplugin-nonfree-extrasound
Note: the libflashsupport library was (and to a certain extent, still is) the most common cause of Firefox instability since the Hardy release, because many users have been misled into thinking they must install it to ensure Flash & PulseAudio can work correctly. If you notice any postings that recommend this library to be installed, please reply to the post and point them to this thread, or the bug report linked. The more people that are aware of this issue the better. Thanks!
4. (Karmic users - please skip this step, it's not necessary). Open System/Preferences/Sound. In the Devices section, ensure that all "Sound playback" options are set to Autodetect. Set the "Sound capture" item to "ALSA", or the appropriate hardware definition. Close the application when you're finished.
Note: Choosing PulseAudio for sound capture may result in crashes, so you are advised to choose the "direct" ALSA device instead.
5. Open the PulseAudio Volume Control application ("pavucontrol", or you can launch "Applications/Sound & Video/PulseAudio Device Chooser" and select Volume Control from this applet's menu). In the Output Devices section you will see a listing of the playback devices available on your system. Right-click on the entry that you desire to be made the default playback device on your system and enable the "Default" checkmark. Similarly, navigate to Input Devices, then right-click on the device you wish to set as your default input device (microphone), and ensure the "Default" setting is checked. Close the application when you're finished.
Note: If you are greeted with the error "Connection failed: Connection refused", manually launch PulseAudio before opening the PulseAudio Volume Control application:
Code:
$ pulseaudio & pavucontrol
6. Ensure that your sound card's PCM mixer is not muted or set to 0% volume (this appears to be a common bug in Intrepid and Jaunty):
Code:
$ alsamixer -Dhw
Note: When the PulseAudio ALSA plugins are active, you must explicitly specify your hardware device in alsamixer (marked in blue above), otherwise it will open the PulseAudio mixer.
7. Continue to Part B if you are running Hardy Heron (8.04), or Part C if you are running Intrepid Ibex (8.10). If you are running Karmic Koala (9.10) or Jaunty Jackalope (9.04), you're finished - log out and back in for changes to take effect!
- CryingFreeman
- Inlägg: 2817
- Blev medlem: 29 aug 2007, 22:32
- OS: Ubuntu
- Utgåva: 22.04 Jammy Jellyfish LTS
- Ort: Östersund
Re: Asus 1005P problem med mikrofon. [Löst]
@Saunafreak:
Bra att det löste sig för dig!
@all
Jag har börjat översätta ovanstående community-sida. Fortsätt gärna, och kolla så att informationen stämmer. http://ubuntu-se.org/wiki/Skype
Bra att det löste sig för dig!

@all
Jag har börjat översätta ovanstående community-sida. Fortsätt gärna, och kolla så att informationen stämmer. http://ubuntu-se.org/wiki/Skype
Re: Asus 1005P problem med mikrofon. [Löst]
För att förtydliga och ge psyke83 credit för guiden så är det här då orginallänken.
"psyke83" är mycket förkommande hos U-F bland support och utveckling..
http://ubuntuforums.org/showthread.php?t=789578
(han har sedan även knådat ihop equalizern för PA)
"psyke83" är mycket förkommande hos U-F bland support och utveckling..
http://ubuntuforums.org/showthread.php?t=789578
(han har sedan även knådat ihop equalizern för PA)