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

Thread: Microphone doesnt work [10.04]

  1. #1
    Join Date
    Sep 2009
    Beans
    19

    Microphone doesnt work [10.04]

    Hello folks.

    as header says my microphone doesnt work at all.
    after reading several threads it still wont work.

    i would appreciate if any1 could help me out.

    Code:
    lspci:
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    05:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
    06:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 9500M GS] (rev a1)
    Code:
    sudo lshw -C sound:
      *-multimedia            
           description: Audio device
           product: 82801I (ICH9 Family) HD Audio Controller
           vendor: Intel Corporation
           physical id: 1b
           bus info: pci@0000:00:1b.0
           version: 03
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list
           configuration: driver=HDA Intel latency=0
           resources: irq:30 memory:f8ef8000-f8efbfff
    and the alsa-info script:
    http://www.alsa-project.org/db/?f=38...f0aa6b6a29f973










    greetz Wandang

  2. #2
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Microphone doesnt work [10.04]

    I see you've done some tweaking. Remove the custom entry from alsa-base.conf:
    Code:
    options snd-hda-intel model=targa-2ch-dig
    Replace with:
    Code:
    options snd-hda-intel model=targa-dig
    options snd slots=snd-hda-intel
    alias snd-card-0 snd-hda-intel
    options snd-hda-intel probe_mask=1
    Code:
     gksudo gedit /etc/modprobe.d/alsa-base.conf
    Save. Close. Reboot. Check your levels in alsamixer.

  3. #3
    Join Date
    Sep 2009
    Beans
    19

    Re: Microphone doesnt work [10.04]

    i didnt change alsa-base.config

    instead i created the new file hda_intel.conf

    ill delete that file and put ur suggestions into the alsa-base.conf.

    if that wont work i put ur code into hda_intel.conf (then recreated)?

    ill try.

    /€: didnt work. maybe i messed with the alsamixer?
    cannot find the error :/
    added a actual picture as attachment
    Attached Images Attached Images
    Last edited by Wandang; May 21st, 2010 at 02:47 AM.

  4. #4
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Microphone doesnt work [10.04]

    Stay away from 'hda_intel.conf' for now. Update your alsa to 1.0.23 via the link in my sig. After check 'Edit>SoundCard Properties' in gnome-alsamixer to make sure elements are enabled.

  5. #5
    Join Date
    Sep 2009
    Beans
    19

    Re: Microphone doesnt work [10.04]

    Quote Originally Posted by lidex View Post
    Stay away from 'hda_intel.conf' for now. Update your alsa to 1.0.23 via the link in my sig. After check 'Edit>SoundCard Properties' in gnome-alsamixer to make sure elements are enabled.
    i will (this will be the third time... first 2 caused me more trouble then fixes)
    hopefully this time the upgrade wont kill my sound again^^

    /€: update done... now i dont have any sounds in ts3. rythmsound still works.
    all elements under SoundCard Properties are enabled....

    greetz
    Last edited by Wandang; May 21st, 2010 at 03:30 AM.

  6. #6
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Microphone doesnt work [10.04]

    What is ts3? You removed file hda_intel.conf, correct? And added lines to alsa-base.conf?
    Can you post the output of these terminal commands for me please:
    Code:
    uname -a
    aplay -l
    cat /proc/asound/version
    head -n 1 /proc/asound/card*/codec#*

  7. #7
    Join Date
    Sep 2009
    Beans
    19

    Re: Microphone doesnt work [10.04]

    sure. ts3 = teamspeak3 , an mumble alternative (voice over ip program)

    Code:
    wandang@wandang:~$ uname -a
    Linux wandang 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:28:05 UTC 2010 x86_64 GNU/Linux
    wandang@wandang:~$ aplay -l
    **** Liste der Hardware-Geräte (PLAYBACK) ****
    Karte 0: Intel [HDA Intel], Gerät 0: ALC1200 Analog [ALC1200 Analog]
      Sub-Geräte: 0/1
      Sub-Gerät #0: subdevice #0
    Karte 0: Intel [HDA Intel], Gerät 1: ALC1200 Digital [ALC1200 Digital]
      Sub-Geräte: 1/1
      Sub-Gerät #0: subdevice #0
    wandang@wandang:~$ cat /proc/asound/version
    Advanced Linux Sound Architecture Driver Version 1.0.22.1.
    Compiled on May 18 2010 for kernel 2.6.32-22-generic (SMP).
    wandang@wandang:~$ head -n 1 /proc/asound/card*/codec#*
    Codec: Realtek ALC1200
    oh i see that the update went wrong.
    ill try it again.

    /€: again the update went wrong. still having 1.0.22.1 :/ (thats the first time it didnt go well)
    Last edited by Wandang; May 21st, 2010 at 09:58 AM.

  8. #8
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Microphone doesnt work [10.04]

    If you have alsa backports installed, uninstall it and try the update again. For some reason backports overrides it.

  9. #9
    Join Date
    Sep 2009
    Beans
    19

    Re: Microphone doesnt work [10.04]

    i'm not aware of having any backports.
    there is no entry in my software sources containing backport in it.

    greetz
    thank you very much for taking ur time to help me

    if it helps, here is my sources.list:
    Code:
    # deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100429)]/ lucid main restricted
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    
    deb http://de.archive.ubuntu.com/ubuntu/ lucid main restricted universe
    deb-src http://de.archive.ubuntu.com/ubuntu/ lucid main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe
    deb-src http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://de.archive.ubuntu.com/ubuntu/ lucid multiverse
    deb-src http://de.archive.ubuntu.com/ubuntu/ lucid multiverse
    deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
    deb-src http://de.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
    
    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb http://de.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
    # deb-src http://de.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb http://archive.canonical.com/ubuntu lucid partner
    # deb-src http://archive.canonical.com/ubuntu lucid partner
    
    deb http://security.ubuntu.com/ubuntu lucid-security main restricted universe
    deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
    deb http://security.ubuntu.com/ubuntu lucid-security multiverse
    deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
    deb http://archive.canonical.com/ lucid partner
    deb http://wine.sourceforge.net/apt/ binary/
    deb-src http://orniere-du-globe.net/debian ./
    deb http://ppa.launchpad.net/jcfp/ppa/ubuntu lucid main

  10. #10
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Microphone doesnt work [10.04]

    Look in synaptic for this:
    Code:
    linux-backports-modules-alsa-lucid-generic
    which is the metapackage. There would be one more package with an actual kernel version number. If there remove them both.

Page 1 of 2 12 LastLast

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
  •