From owner-freebsd-questions Sat May 4 9:24:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 8472337B419 for ; Sat, 4 May 2002 09:24:36 -0700 (PDT) Received: by axel.truedestiny.net (Postfix, from userid 1000) id 73B9D49AB2; Sat, 4 May 2002 18:24:39 +0200 (CEST) Date: Sat, 4 May 2002 18:24:39 +0200 From: Axel Scheepers To: Evgeny Cc: questions@FreeBSD.org Subject: Re: FreeBSD sound configuration Message-ID: <20020504182439.D13115@mars.thuis> Reply-To: Axel Scheepers References: <19431.020504@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <19431.020504@mail.ru>; from wmdenhome@mail.ru on Sat, May 04, 2002 at 10:21:06AM +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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: > 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