Re: 5.2.1 RC1 audio no more trouble

From: Mattias Schlenker (mattias_at_schlenker-webdesign.de)
Date: 02/04/04

  • Next message: Gavin Atkinson: "Re: 5.2.1 RC1 audio trouble"
    Date: Wed, 04 Feb 2004 14:13:34 +0100
    To: Gavin Atkinson <gavin+fbsdc@ury.york.ac.uk>, freebsd-current@freebsd.org
    
    

    Gavin Atkinson wrote:

    >On Wed, 4 Feb 2004, Mattias Schlenker wrote:
    >
    >
    >
    >>I still use an old Fujitsu Lifebook B142 which has an ESS ES1946S sound
    >>chip. In 4.7 and 5.1 sound worked without any problems after putting
    >>
    >>snd_pcm_load="YES"
    >>
    >>

    Sorry, I used snd_ess_load="YES" which worked in 4.7 and 5.1. I should
    use copy and paste instead of trying to remember config files.

    >What is the output of "pciconf -l"?
    >

    hostb0@pci0:0:0: class=0x060000 card=0x107f10cf chip=0x71948086
    rev=0x01 hdr=0x00
    isab0@pci0:7:0: class=0x068000 card=0x00000000 chip=0x71988086 rev=0x01
    hdr=0x00
    atapci0@pci0:7:1: class=0x010180 card=0x00000000 chip=0x71998086
    rev=0x00 hdr=0x00
    uhci0@pci0:7:2: class=0x0c0300 card=0x00000000 chip=0x719a8086 rev=0x00
    hdr=0x00
    none0@pci0:7:3: class=0x068000 card=0x00000000 chip=0x719b8086 rev=0x00
    hdr=0x00
    none1@pci0:13:0: class=0x040100 card=0x108210cf chip=0x1969125d
    rev=0x02 hdr=0x00
    none2@pci0:16:0: class=0x078000 card=0x107210cf chip=0x044a11c1
    rev=0x01 hdr=0x00
    cbb0@pci0:19:0: class=0x060700 card=0x105a10cf chip=0x04751180 rev=0x00
    hdr=0x02
    none3@pci0:20:0: class=0x030000 card=0x102910cf chip=0x000410c8
    rev=0x01 hdr=0x00

    >And what happens if you "kldload
    >snd_driver" once booted?
    >
    >

    I hear something...

    pcm0: <ESS Solo-1 (unknown vendor)> port
    0xf4ec-0xf4ef,0xf4e8-0xf4eb,0xf4b0-0xf4bf,0xf4a0-0xf4af,0xf440-0xf47f
    irq 9 at device 13.0 on pci0

    When using kldload snd_driver a few weeks ago on CURRENT, I ran into a
    kernel panic, so I did not try it again.

    >Generally snd_pcm is simply the "support code", and you also need to load
    >a chipset specific driver too. snd_driver is a meta-module which simply
    >forces a load of all of the chipset-specific modules.
    >
    >Once you know which chipset specific driver you need to use, add (eg)
    >snd_ich_load="YES" to your loader.conf instead or as well as the pcm line.
    >
    >

       snd_ess_load="YES"

    still does not work, but

       snd_solo_load="YES"

    does work. When did the support code for the ESS Solo move to the module
    ,,solo''? Was it just luck, that this sound card worked with the ESS driver?

    Thanks,
    Mattias

    -- 
     Mattias Schlenker  / Tel 0851 9441369 oder 0160 7352988
     Freyunger Str. 42 / http://ilw.schlenker-webdesign.de/
     94034 Passau     / http://mattlog.schlenker-webdesign.de/
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Gavin Atkinson: "Re: 5.2.1 RC1 audio trouble"