Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2002 18:24:39 +0200
From:      Axel Scheepers <axel@axel.truedestiny.net>
To:        Evgeny <wmdenhome@mail.ru>
Cc:        questions@FreeBSD.org
Subject:   Re: FreeBSD sound configuration
Message-ID:  <20020504182439.D13115@mars.thuis>
In-Reply-To: <19431.020504@mail.ru>; from wmdenhome@mail.ru on Sat, May 04, 2002 at 10:21:06AM %2B0400
References:  <19431.020504@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 04, 2002 at 10:21:06AM +0400, Evgeny wrote:
> Hello FreeBSD-masters
> 
>  I have AC'97 codec on SOLTEK 75KAV-X motherboard.
> I recompiled the kernel with
> 
> device pcm
> 
> in configuration file.
>  When I run
> #cat /dev/sndstat
> it prints no errors:
> <AC'97 codec> port ...
> After that next my step:
> #cd /dev
> #MAKEDEV snd0
> #MAKEDEV snd1
> It prints no errors too but sound does not work.
> When I run artsd it prints:
> 'Device not configured'
> 
> What can I do ?
> 
> Thanks,
> Best regards,
>  Evgeny                          mailto:wmdenhome@mail.ru
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

Hi,

I don't have the card, but you might try the following:
dmesg | grep pcm

This should show you a line like:
pcmX: model information

You should then use
sh MAKEDEV sndX

which should give no errors. It might be that the number differs
from 0 and 1, hence the error device not configured. It means
it can't find the device at sndX.

Gr,
-- 
Axel Scheepers
UNIX System Administrator

email: axel@axel.truedestiny.net
       a.scheepers@iae.nl
http://axel.truedestiny.net/~axel
------------------------------------------
Hand, n.:
	A singular instrument worn at the end of a human arm and
commonly thrust into somebody's pocket.
		-- Ambrose Bierce, "The Devil's Dictionary"
------------------------------------------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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