Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2000 21:19:26 +0000
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        "David V." <montain@montain.dhs.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Docs about sound cards
Message-ID:  <20000211211926.A328@marder-1>
In-Reply-To: <Pine.BSF.4.10.10002111444250.538-100000@sekel.montain.dhs.org>
References:  <20000211112351.A8784@athena.sea.tera.com> <Pine.BSF.4.10.10002111444250.538-100000@sekel.montain.dhs.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 11, 2000 at 02:48:26PM -0500, David V. wrote:
> I tried using:
> 
> device pcm0 at isa? port? tty irq 5 drq 1 flags 0x0
> 
> and (not at the same time)
> 
> device pcm0 at isa? port? tty irq 5 drq 1 flags 0x15
> 
> and both returned this:
> 
> pcm0 not found
> 

Ah, but did it find anything on pcm1? The way it works is that pcm0 is
reserved for ISA devices so a PCI device will be pcm1, e.g. here's my
dmesg output (with device pcm0... in the kernel):

es1: <AudioPCI ES1371> rev 0x06 int a irq 11 on pci0.11.0
pcm1: using I/O space register mapping at 0x6800
es1371: codec vendor CRY revision 19
es1371: codec features Bass & Treble Headphone out 20bit DAC 18bit ADC
es1371: stereo enhancement: Crystal Semiconductor 3D Stereo Enhancement

[snip]

pcm0 not found

> 
> On Fri, 11 Feb 2000, Gary Kline wrote:
> 
> > 	If your SB16 is not a newer PnP type, you've got one like
> > 	mine: old.
> > 
> > 	Here is what works, minimally for me 
> > 	(in my /sys/i386/conf/KERNEL) file::
> > 
> > 
> > #sound card SB16 ISA (c 1995 version)
> > #
> > device pcm0 at isa? port? tty irq 5 drq 1 flags 0x0 
> > #
> > 
> > 	This  assumes you are using IRQ 5, rather than 10.  Season
> > 	to taste.
> > 
> > 	Also, this does not give you MIDI; things-MIDI are on
> > 	my to-do queue.  
> 
>        David V. D.
>   montain@montain.dhs.org
>  __________________________
> < Un  bon  jugement  est le >
> < résultat de l'expérience, >
> < et  l'expérience  est  le >
> < résultat    de    mauvais >
> <        jugements.         >
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> 
> 
> 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?20000211211926.A328>