Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 2004 08:33:45 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        John Weber <weber@sixbit.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: FreeBSD and Toshiba Tecra 8000 Sound
Message-ID:  <20040528082230.P43958@wonkity.com>
In-Reply-To: <40B743EC.607@sixbit.org>
References:  <40B743EC.607@sixbit.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 28 May 2004, John Weber wrote:

> I have read several posts on this problem, but mine is slightly
> different problem in that my machine seems to try and configure more
> than one pcm device -- cycling through pcm0, pcm1, ... , pcm27.
>
> Obviously, I've compiled my kernel with device pcm and I've tried all
> the usual stuff pci hints, etc to no avail.

Mine works, but with ACPI disabled.  Settings follow:

BIOS:

Configuration
Device Config. = All Devices

I/O Ports
Sound = Enabled

In /boot/device.hints:

hint.acpi.0.disabled="1"
hint.pcm.0.at="isa"
hint.pcm.0.irq="5"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"

In /boot/loader.conf:
snd_mss_load="YES"

And dmesg shows this:

Preloaded elf module "/boot/kernel/snd_mss.ko" at 0xc0a1126c.
Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc0a11318.
...
pcm0: <OPL3-SAx (YMF719)> at port 0x538-0x539,0xf8c-0xf94,0xe0e,0x530-0x537
irq 5 drq 1 flags 0xc100 on isa0

-Warren Block * Rapid City, South Dakota USA



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