From owner-freebsd-hackers Wed May 26 11:21:48 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from cheops.anu.edu.au (cheops.anu.edu.au [150.203.76.24]) by hub.freebsd.org (Postfix) with ESMTP id F14DA156CC for ; Wed, 26 May 1999 11:21:41 -0700 (PDT) (envelope-from avalon@cheops.anu.edu.au) Received: (from avalon@localhost) by cheops.anu.edu.au (8.9.1/8.9.1) id EAA02693 for hackers@freebsd.org; Thu, 27 May 1999 04:21:27 +1000 (EST) From: Darren Reed Message-Id: <199905261821.EAA02693@cheops.anu.edu.au> Subject: how to configure sound on laptop ? To: hackers@freebsd.org Date: Thu, 27 May 1999 04:21:27 +1000 (EST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG well, I've nutted out how rc.conf is meant to work and try to avoid freezing 3.1 by popping out the 3c589d at the wrong time but when it gets configured, the performance sucks (UTP so -link0, -link1). It feels like a misconfiguration as I can see packets coming out of it but none are being received. If I leave a ping running long enough, I might see some packets get returned, with a time of anywhere between 1 and 12 seconds. FWIW, it gets allocated IRQ9, but under Win98, it gets IRQ5... The next `problem' is that I lose an IRQ like this: PC-Card Cirrus Logic PD672X (5 mem & 2 I/O windows_ pcic: controller irq 5 Under Win98, the two CardBus controller chips each share IRQ 10 (they're described as Cirrus Logic PD6832's or pci1013,1110) and that chip doesn't get its own IRQ. And finally, I'm attempting to configure the sound chips. Win98 reports them as: OPL3-SAx WDM DMA 0,1 IRQ 11 IO 220-22f, 530-537, 388-38f, 310-31f, 370-371 Anyone want to have a stab at what the correct way to configure FreeBSD for that mess is ? :-) I currently have: controller snd0 device mss0 at isa? port 0x530 irq 11 drq 1 device opl0 at isa? port 0x388 device mpu0 at isa? port 0x310 irq 6 drq 0 However, upon booting, this gives the following: mss0 at 0x530 irq 11 drq 1 on isa [IRQ Conflit?]snd0: opl0 at 0x388 on isa snd0: mpu0 at 0x310 irq 6 drq 0 on isa mpu0 not attached due to irq conflict with fdc0 at 6 Where to from there ? Darren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message