Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 1998 00:22:30 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        "Jan B. Koum " <jkb@best.com>, questions@FreeBSD.ORG
Subject:   Re: mp3 & SB16 PnP problems
Message-ID:  <19980712002230.A9164@emsphone.com>
In-Reply-To: <Pine.BSF.3.96.980711214904.27762A-100000@shell6.ba.best.com>; from "Jan B. Koum " on Sat Jul 11 21:51:46 GMT 1998
References:  <Pine.BSF.3.96.980711214904.27762A-100000@shell6.ba.best.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jul 11), Jan B. Koum  said:
> 	
> 	Hello,
> 
> 	I just compiled 2.2.6-RELEASE with Luigi's pnp code. However, when
> I try to play mp3, I get:
> 
> 0wn# ls -l dsp
> lrwxrwxrwx  1 root  wheel  4 Jul 11 22:52 dsp -> dsp0
> 0wn# cat sndstat
> FreeBSD Audio Driver (980215) Jul 11 1998 22:26:05
> Installed devices:
> pcm1: <SoundBlaster 16 4.13> at 0x220 irq 5 dma 1:5
> sequencer1: <???> at 0x388 (not functional)
> 0wn#

/sys/i386/isa/snd/README, ~line 232:

Common mistakes:

* you are trying to use /dev/audio0 instead of /dev/audio1
  For technical reasons, a PnP device is attached as unit 1 instead
  of unit 0 -- most applications are programmed to access the audio
  hardware through /dev/audio, /dev/dsp, /dev/mixer which are in turn
  symlinks to the correct device entries. Check them and possibly fix
  these symlinks in /dev to point to unit 1.

	-Dan Nelson
	dnelson@emsphone.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?19980712002230.A9164>