Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Aug 2004 18:46:33 +0200 (CEST)
From:      Peter Ulrich Kruppa <root@pukruppa.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: 5.2-current: device pcm
Message-ID:  <20040807184330.M27469@pukruppa.net>
In-Reply-To: <20040807161835.GA1006@gicco.homeip.net>
References:  <20040807152619.GA850@gicco.homeip.net> <20040807154135.GJ55186@werd> <20040807161835.GA1006@gicco.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 7 Aug 2004, Hanspeter Roth wrote:

>  On Aug 07 at 17:41, Radek Kozlowski spoke:
>
>> Read /usr/src/UPDATING:
>>
>> 20040716:
>>         The sound device drivers are renamed.  `sound' is always required,
>>         while `snd_*' should be configured accordingly to your hardware.
>>         Refer to NOTES for the detail of the drivers.
>
> I have now added `device sound' to the kernel configuration. But
> this doesn't make the sound module available. Also there isn't a
> /dev/mixer*.
>
> What does snd_* mean?
> I tried to add `device snd_pcm'. But this isn't accepted by config.
> Dmesg shows:
you need two device entries:
 	device	sound
and for example
 	device snd_ich
according to your specific sound device. Search 
/usr/src/sys/conf/NOTES for a complete list of supported devices.

Regards,

Uli.

>
> pci0: <multimedia, audio> at device 31.5 (no driver attached)
>
> What else is required?
>
> -Hanspeter
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>

 	+---------------------------+
 	|    Peter Ulrich Kruppa    |
         |         Wuppertal         |
         |          Germany          |
         +---------------------------+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040807184330.M27469>