FedoraForum.org - Fedora Support Forums and Community
Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Join Date
    Dec 2007
    Location
    Romania
    Age
    41
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    F11 sound problem snd-hda-intel 82801I

    hi people,
    i just installed F11 and after some work hours i did'nt make the sound working.

    lspci -v
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    Subsystem: Toshiba America Info Systems Device 0001
    Flags: bus master, fast devsel, latency 0, IRQ 22
    Memory at ce100000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel

    cat /proc/asound/card0/codec#0
    Codec: Realtek ALC268
    Address: 0
    Vendor Id: 0x10ec0268
    Subsystem Id: 0x11790602
    Revision Id: 0x100003
    No Modem Function Group found
    Default PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=4, o=0, i=0, unsolicited=1, wake=0


    i tried with alsa but is not working...anyone any ideas?
    yhx alot
    FreeBSD and now Fedora :D

  2. #2
    Join Date
    Dec 2008
    Location
    Vancouver, BC
    Posts
    4,333
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    can you describe more specifically exactly what happens? do sound apps appear to be playing back sound, but nothing is heard? is this a laptop? if so, are you testing using the laptop's speaker, or headphones / external speakers? can you post the output of 'alsa-info.sh --skip-upload' ? thanks!
    Adam Williamson | awilliam AT redhat DOT com
    Fedora QA
    IRC: adamw | Fedora Chat: @adamwill:fedora.im
    http://www.happyassassin.net

  3. #3
    Join Date
    May 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have the same hardware as yours.

  4. #4
    Join Date
    May 2004
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick thing to try:

    Drop to a console, be root, and run the following:

    alsamixer -D hw:0

    Use the right arrow key to scroll all the way to the right. When "Speaker" is highlighted, press "M". The little icon above "Speaker" should now be highlighted green.

    See if that brings the sound back. It worked for me on my T61 with Intel HDA audio.

  5. #5
    Join Date
    Dec 2007
    Location
    Romania
    Age
    41
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry for delay,

    yes is a laptop: Toshiba Tecra A10-11J

    is not working.the mixer is ok.
    alsa-info.sh --stdout >> alsa (is attached)
    or
    http://www.alsa-project.org/db/?f=4d...78b7bb19e06102

    [root@Mihai /]# lshw
    *-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:22 memory:ce100000-ce103fff


    thx for your help
    Last edited by mbalaci; 11th June 2009 at 01:40 PM.
    FreeBSD and now Fedora :D

  6. #6
    Join Date
    Dec 2008
    Location
    Paris, FR
    Posts
    238
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  7. #7
    Join Date
    Dec 2007
    Location
    Romania
    Age
    41
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx man, it works
    FreeBSD and now Fedora :D

  8. #8
    Join Date
    Dec 2008
    Location
    Vancouver, BC
    Posts
    4,333
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Adam Williamson | awilliam AT redhat DOT com
    Fedora QA
    IRC: adamw | Fedora Chat: @adamwill:fedora.im
    http://www.happyassassin.net

  9. #9
    Join Date
    Dec 2008
    Location
    Vancouver, BC
    Posts
    4,333
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    actually, same fix, different model. we'll need a new bug report and a new patch. I'll do that...

    edit: actually it's even weirder than that, there's already a quirk for that model. I wonder if the quirk's wrong. I've emailed our ALSA guy for advice.
    Last edited by AdamW; 11th June 2009 at 09:38 PM.
    Adam Williamson | awilliam AT redhat DOT com
    Fedora QA
    IRC: adamw | Fedora Chat: @adamwill:fedora.im
    http://www.happyassassin.net

  10. #10
    Join Date
    Dec 2007
    Location
    Sofia, Bulgaria
    Posts
    50
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys.

    Here is my situation:

    $ uname -r
    2.6.29.4-167.fc11.i586

    $ lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)

    cat /proc/asound/card?/codec#? | grep Codec
    Codec: IDT 92HD71B7X
    Codec: Nvidia ID 3

    $ cat /etc/modprobe.d/alsa.conf
    options snd-hda-intel index=0 model=hp-m5 position_fix=1

    And here is the output of alsa-info : http://www.alsa-project.org/db/?f=37...5650215bf2610b

    I even downloaded the latest alsa driver, aplied the quirk patch and recompiled the modules, but still no sound.

    For the protocol - it's a notebook hp pavilion dv5-1270. It comes with Vista, no available drivers for XP, but if someone needs info on how to make it runs decently with XP - I think I can provide some help.
    As for the Fedora run - everything is just perfect, except from the sound , but I believe it'll get fixed too in some moment.

    Appreciate any help!
    Thanks in advance.

    Regards,
    P.L.

  11. #11
    Join Date
    Dec 2007
    Location
    Sofia, Bulgaria
    Posts
    50
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, I got it working by this way:

    Congratulations andy1126 - you did it!

    Ok, as usual - great things are simple - I just changed the options in /etc/modprobe.d/alsa.conf from "options snd-hda-intel index=0 model=hp-m5 position_fix=1" to "options snd-hda-intel model=hp-dv5", removed some of the snd modules from the blacklist.conf and voila - I have sound from speakers!

    Thank you very much andy!

    I'll post your fix in some related threads, if don't mind.

    Regards,
    P.L.

  12. #12
    Join Date
    Feb 2007
    Location
    U.S., Michigan
    Posts
    92
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by AdamW
    I just found this bug report after reading another thread where Phantom_Lord had posted his solution which lead me to searching for more info and I saw AdamW's posts and the toshiba bug report. I see you didn't get the other guys e-mail address to test your patch with but if it would help (and it would for me), my sound doesn't work either. I just up graded from FC10 to FC11 and everything but the mic worked in FC10. Now I don't have speaker sound but I do in my headset and my mic works. I have a HP dv5 x64.

    My handycap is that I don't know the terminal commands well enough to get anywhere. I'm know the old DOS commands but still learning the unix stuff.

    JoeF

  13. #13
    Join Date
    Aug 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    JoeF,

    Here is the link the the posting, where I talk about the fix I made to my HP dv3000. It might work for your configuration.

    Andy

    http://forums.fedoraforum.org/showthread.php?t=224051

  14. #14
    Join Date
    Feb 2007
    Location
    U.S., Michigan
    Posts
    92
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok. thanks. I'll try it and post back with the results.

    JoeF

  15. #15
    Join Date
    Dec 2008
    Location
    Vancouver, BC
    Posts
    4,333
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    joef: can I get your alsa-info.sh output? pastebin it. Thanks.
    Adam Williamson | awilliam AT redhat DOT com
    Fedora QA
    IRC: adamw | Fedora Chat: @adamwill:fedora.im
    http://www.happyassassin.net

Page 1 of 2 12 LastLast

Similar Threads

  1. asus intel 82801i, no headphone on fedora 11
    By apollolucis in forum Hardware
    Replies: 0
    Last Post: 25th September 2009, 05:20 PM
  2. Intel 82801I (ICH9) HDA Sound on HP Laptop
    By Randseed in forum Hardware
    Replies: 3
    Last Post: 13th March 2009, 05:58 AM
  3. Replies: 2
    Last Post: 13th January 2009, 04:00 AM
  4. sound problem with snd-hda-intel
    By mrgadget in forum Hardware
    Replies: 26
    Last Post: 31st July 2008, 04:40 PM

Tags for this Thread

Posting Permissions

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