Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 1997 13:20:26 +0200 (MET DST)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
To:        hlew@www2.shoppersnet.com (Howard Lew)
Cc:        multimedia@freebsd.org
Subject:   Re: snd970821.tgz available
Message-ID:  <199708231120.NAA17368@labinfo.iet.unipi.it>
In-Reply-To: <Pine.BSF.3.91.970822193454.27162B-100000@www2.shoppersnet.com> from "Howard Lew" at Aug 22, 97 07:40:52 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> Just finished testing it...
> 
> dmesg probe shows:
> Probing for PnP devices:
> Trying Read_Port at 203
> CSN 1 Vendor ID: OPT0925 [0x2509143e] Serial 0xffffffff
> port 0x0330 0x0000 0x0000 0x0000 irq 9:0 drq 4:4
> port 0x0000 0x0000 0x0000 0x0000 irq 0:0 drq 4:4
> port 0x0220 0x0000 0x0000 0x0f0d irq 0:0 drq 4:4
> opti9251 <OPTi925> rev 0xffffffff io 0x0220 intr 9 id 14
> Probing for devices on the ISA bus:
> 
> ...
> 
> pcm0 at 0xffff irq 10 drq 1 mem 0x0 flags 0x13 en 1 confl 0
> mss_probe: no address supplied, try default 0x0530
> I/O address inactive (ff), try pseudo_mss
> mss_detect error - IREG (0x45/0x45) want 0xaa/0x45
> sb_probe: no address supplied, try defaults (0x220,0x240)
> device at 0x220 already attached as unit 1
> pcm0 not found at 0xffffffff
> 
> I think given the mss_probe detect error, it is unable to initialize the 
> sound card.  Sndstat shows:

pcm0 is the non-pnp entry. Your PnP card is installed as unit 1
(/dev/dsp1, /dev/audio1 etc.) 

> Hmmm... the card is still not really operational yet, but it no longer
> crashes during bootup.  Okay, I guess that's all for now. 

may or may not work, but did you try catting a file to /dev/audio1 ?
If it does not work yet, probably some initialization myst be done in
the attach code. Look at opti931_attach() and the data sheets for the
opti925, and check if something must be done to the configuration space
(which appears to be mapped around 0xf0d):

> port 0x0220 0x0000 0x0000 0x0f0d irq 0:0 drq 4:4

I cannot help much since my opti931 devices do not behave as the spec
say, so it will be a lot of trial and error...

	Cheers
	Luigi



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