Date: Thu, 27 May 1999 04:21:27 +1000 (EST) From: Darren Reed <avalon@coombs.anu.edu.au> To: hackers@freebsd.org Subject: how to configure sound on laptop ? Message-ID: <199905261821.EAA02693@cheops.anu.edu.au>
next in thread | raw e-mail | index | archive | help
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: <MS Sound System0 (CS4231)> opl0 at 0x388 on isa snd0: <Yamaha OPL3 FM> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905261821.EAA02693>