Re: /dev/mixer missing on 5.2-CURRENT?

From: Andrew Thompson (andy_at_fud.org.nz)
Date: 12/17/03

  • Next message: Kris Kennaway: "Re: audio lag in 5.2-Beta (card emu10k1)"
    Date: Thu, 18 Dec 2003 11:45:46 +1300
    To: Dorin H <bj93542@yahoo.com>
    
    

    On Wed, Dec 17, 2003 at 02:34:42PM -0800, Dorin H wrote:
    > Just to say "me too". When I put pcm in kernel,
    > everything seems fine:
    >
    > %cat /dev/sndstat
    > FreeBSD Audio Driver (newpcm)
    > Installed devices:
    > pcm0: <AudioPCI ES1370> at io 0x1800 irq 11 (1p/1r/0v
    > channels duplex default)
    >
    > %mixer
    > Mixer vol is currently set to 75:75
    > Mixer synth is currently set to 75:75
    > Mixer pcm is currently set to 75:75
    > Mixer line is currently set to 75:75
    > Mixer mic is currently set to 0:0
    > Mixer cd is currently set to 75:75
    > Mixer ogain is currently set to 50:50
    > Mixer line1 is currently set to 75:75
    > Mixer line2 is currently set to 0:0
    > Mixer line3 is currently set to 0:0
    > Recording source: mic
    >
    > When I load the snd_pcm.ko as module, either in
    > rc.conf or manually, the stuff doesn't work anymore:
    >
    > %cat /dev/sndstat
    > FreeBSD Audio Driver (newpcm)
    > Installed devices:
    >
    > And /dev/mixer is not created...
    >

    snd_pcm.ko is just the framework, you also need one of the following that
    applies to your card. I need snd_mss for my Tecra8000.

    snd_ad1816.ko
    snd_als4000.ko
    snd_cmi.ko
    snd_cs4281.ko
    snd_csa.ko
    snd_driver.ko
    snd_ds1.ko
    snd_emu10k1.ko
    snd_es137x.ko
    snd_ess.ko
    snd_fm801.ko
    snd_ich.ko
    snd_maestro.ko
    snd_maestro3.ko
    snd_mss.ko
    snd_neomagic.ko
    snd_sb16.ko
    snd_sb8.ko
    snd_sbc.ko
    snd_solo.ko
    snd_t4dwave.ko
    snd_uaudio.ko
    snd_via8233.ko
    snd_via82c686.ko
    snd_vibes.ko

    Andy
    _______________________________________________
    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: Kris Kennaway: "Re: audio lag in 5.2-Beta (card emu10k1)"

    Relevant Pages