Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

  1. #1
    Join Date
    Oct 2011
    Beans
    20

    Exclamation Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

    Acer Aspire One AO722 Microphone not working. I have a good sound in speakers.

    So far I have tried:-
    1. I have downloaded this and installed but it gives an error ask me whether you want to report this, I choose yes, http://people.canonical.com/~diwic/t...tg_0.1_all.deb
    (I uninstalled it)

    2. I am started with this

    # sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
    # sudo apt-get update
    # sudo apt-get install linux-alsa-driver-modules-$(uname -r)
    # sudo apt-get install pavucontrol

    But it gives an error "Unable to locate package linux-alsa-driver-modules-3.2.0.24-generic-pae" "Coudn't find any package by regex 'linux-alsa-driver-modules-3.2.0-24-generic-pae"

  2. #2
    Join Date
    Oct 2011
    Beans
    4

    Re: Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

    Me too! Acer One D260 Ubuntu 12.04 no mike. Sound settings-->Input shows no device in the window.

  3. #3
    Join Date
    Jan 2011
    Location
    Delaware, USA
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

    Same issue here with an Acer Aspire One in the D250.
    Last edited by Axxon95; May 4th, 2012 at 12:46 PM. Reason: Added model number.
    Main PC: i5 2500, 8GB RAM, GTX 960 4GB
    Laptop: AMD APU A8-7410, 8GB RAM(7GB Usable), R5 Mullins 1GB

  4. #4
    Join Date
    Nov 2005
    Location
    Barcelona
    Beans
    254
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

    same here, on my AO722. any help would be greatly appreciated.

  5. #5
    Join Date
    Nov 2005
    Location
    Barcelona
    Beans
    254
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

    here is the relevant output of lspci -v:
    Code:
    00:01.1 Audio device: Advanced Micro Devices [AMD] nee ATI Wrestler HDMI Audio [Radeon HD 6250/6310]
        Subsystem: Acer Incorporated [ALI] Device 0598
        Flags: bus master, fast devsel, latency 0, IRQ 42
        Memory at f0444000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd-hda-intel
    
    00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
        Subsystem: Acer Incorporated [ALI] Device 0598
        Flags: bus master, slow devsel, latency 64, IRQ 16
        Memory at f0440000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd-hda-intel

  6. #6
    Join Date
    Oct 2008
    Location
    Ottawa, Canada
    Beans
    813
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

    Taken from the Acer 522/722 wiki

    * Open a terminal window and run "alsamixer"
    * press F6 and choose "1 HDA ATI SB" as a sound card to configure by pressing Enter
    * to see the mic-related sliders, press F5 and move the cursor keys to the right, only the outermost three sliders need to be set to a level of 56 by pressing the Up key
    * then, by pressing the "c" key on each of the three sliders, the volume level of each right channel needs to be put to 0
    * finally, quit alsamixer by pressing ESC.

    Comments:
    1) I set mic boost and capture to 100 and I get no hum. Muting the right channel is key.
    2) When everything is set, execute
    Code:
    sudo alsactl store
    3) The settings need to be restored at every boot. Add this command as a startup application
    Code:
    alsactl restore
    Cheers!
    husband@wife$ make sandwich
    Permission denied
    husband@wife$ sudo make sandwich

  7. #7
    Join Date
    Nov 2005
    Location
    Barcelona
    Beans
    254
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

    that worked for me on my 722, but in testing with soundrecorder the background hum is very loud! are these settings right? Otherwise, sound playback works fine.
    tried raising and lowering the volumes of ike boost and capture to no avail, there is always a loud hum. When I plug in an external mike it's still the same hum.
    Last edited by brallan; May 14th, 2012 at 01:20 PM.

  8. #8
    Join Date
    Nov 2005
    Location
    Barcelona
    Beans
    254
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

    uff in the community wiki it says that there is no way to get rid of the hum, and indeed, even with an external mike I still have hum. What a bummer. LewisTM, do you have a 522 or a 722?
    Last edited by brallan; May 14th, 2012 at 05:01 PM.

  9. #9
    Join Date
    May 2012
    Beans
    7

    Re: Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

    Not sure if this a real solution, but I installed qasmixer and played with the settings (mixer device : hw and mic boost) until it sounded better.
    Hope this helps.

    Jazqas.

  10. #10
    Join Date
    Oct 2008
    Location
    Ottawa, Canada
    Beans
    813
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Acer Aspire One AO722 Microphone Not Working Ubuntu 12.04LTS

    I have a 722 running Xubuntu 12.04
    No difference except I have beep set at 100%.
    I also have the /etc/asound.conf specified here.
    Tested on Skype and Sound Recorder and both record and play back fine.
    husband@wife$ make sandwich
    Permission denied
    husband@wife$ sudo make sandwich

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •