Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2004 17:05:26 +0200
From:      Gilad Rom <gilad_bsd@romat.com>
To:        freebsd@sp1r1t.de
Cc:        freebsd-questions@freebsd.org
Subject:   Re: gnome startup  : \"can\'t find  /dev/sound/mixer\"
Message-ID:  <400AA0B6.3040806@romat.com>
In-Reply-To: <200401181444.i0IEiGpU024042@webmailer.hosteurope.de>
References:  <200401181444.i0IEiGpU024042@webmailer.hosteurope.de>

next in thread | previous in thread | raw e-mail | index | archive | help
freebsd@sp1r1t.de wrote:
> Hello everybody,
> 
> 
> I have FreeBSD 4.8 installed on an AMD thunderbird 800 and i am using gnome.
> everytime i start gnome, i get the error message \"cant open /dev/sound/mixer\".
> There is a Sound Blaster 128 Pro PCI installed in the box, but neither does /dev/sound
> exist, nor can i spot anything that looks as if it could be a sound card in the output of dmesg.
> 
> a threat at linuxquestions.org [1] exists that seems to describe the same problem and someone claims the solution was to rebuild the kernel with soundcart support, but noone did further comment on that proposal.
> 
> is there no sound card support in freebsd 4.8 by default? do i have to rebuild the kernel?
> or is there another solution to my problem?     
> 
> thanks for your annswers,
> 
> tim
> freebsd@sp1r1t.de
> 
> [1] http://www.linuxquestions.org/questions/archive/17/2003/06/2/63923
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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"
FreeBSD does not include sound support by default in the GENERIC kernel.
There are, however, loadable kernel modules which you can load
to introduce sound support into the kernel.

try 'kldload snd_pcm', and then 'cat /dev/sndstat'.
/dev/sndstat should contain a description of your sound
card. Also, try 'man pcm'.

Gilad.




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