"Marc G. Fournier" wrote:
> 
> Maybe i'm missing something that i need to load, but I took the pcm device
> out of my kernel config, figuring that I could use the snd_pcm module ...
> loaded it, but still can't seem to get sound?  is there something else I
> need to do with devfs for this, or do Ihave to compile in the pcm device?

pcm is the front-end. You need the back-end, the actual sound driver.
Try snd_driver_load="YES". It ought to load everything.

Or you can kldload it from the command line, and then check
/var/log/messages to find out which driver you are supposed to use.

On loader, loading any sound driver will bring in snd_pcm automatically,
as a dependency.

-- 
Daniel C. Sobral                        (8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

        "Fundamentalist Debianites, core children of the Linuxen....
        sounds like it could come from the Book of Mormon, or Tolkien on 
        a bad day..."

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to