Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Mar 2000 18:48:55 +0000
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Jerry Lei <tylei@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: No sound II
Message-ID:  <20000307184855.B234@parish>
In-Reply-To: <20000307183236.13711.qmail@hotmail.com>; from tylei@hotmail.com on Tue, Mar 07, 2000 at 10:32:36AM -0800
References:  <20000307183236.13711.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 07, 2000 at 10:32:36AM -0800, Jerry Lei wrote:
> Hi,
> 
> As Mark told me, I try to using mixer to make my xmcd "speak out".
> I pkg_add mixer.app, but I found I have another problem - I don't have 
> /dev/mixer which mixer(app) will use this device to adjust the vol, etc. 
> Mixer tell me that it can't find /dev/mixer.
> I check the kernel configuration file GENERIC and LINT, there is no 
> description of mixer device.
> 
> How can I get a /dev/mixer? Thanks
> 

Ah, did you do a MAKEDEV when you installed your soundcard?? It
appears not:

	# cd /dev
	# ./MAKEDEV snd0

NOTE: If your sound card is PCI then use

	# ./MAKEDEV snd1

0 is for ISA devices. mixer is a symlink to mixer{0,1}:

parish# cd /dev
parish# ls -l mix*
lrwxrwxrwx  1 root  wheel         6 Mar  4 21:34 mixer -> mixer0
crw-rw-rw-  1 root  wheel   30,   0 Mar  4 21:34 mixer0
crw-rw-rw-  1 root  wheel   30,  16 Feb  5 13:53 mixer1
parish# 

HTH

> 
> Lei
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
	Microsoft: Where do you want to go today?
	Linux:     Where do you want to go tomorrow?
	BSD:       Are you guys coming, or what?
			              -Poster at LinuxWorld 2000
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org             http://www.radan.com



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?20000307184855.B234>