Date: Tue, 27 Aug 2002 01:41:45 -0700 From: Ross Finlayson <finlayson@live.com> To: Andy Sparrow <spadger@best.com> Cc: freebsd-multimedia@FreeBSD.ORG, "M. Warner Losh" <imp@village.org> Subject: Re: Configuring for the Compaq Presario 7360 audio device? Message-ID: <4.3.1.1.20020827013032.00bacd30@laptop-localhost> In-Reply-To: <20020827074545.2602C4D6@CRWdog.demon.co.uk> References: <Message from Ross Finlayson <finlayson@live.com> <4.3.1.1.20020826232157.00baa220@laptop-localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
> > The bad news: > > - when I added these two lines (to "/boot/loader.conf"), my "wi" (Orinoco > > wireless LAN) device no longer initializes properly: > > > > wi0 at port 0x240-0x27f irq 13 slot 0 on pccard0 > > pcic0: Hardware does not support irq 13. > > wi0: bus_setup_intr() failed! (22) > > device_probe_and_attach: wi0 attach returned 22 > >Hmm. What irq was allocated to the pcic device when you got this? pcic0: <TI PCI-1225 PCI-CardBus Bridge> at device 9.0 on pci0 >You /could/ try redefining the available IRQ's in /etc/pccard.conf Ahh... I had forgotten about that file. It turns out that I had 13 defined as the (only) IRQ in that file. For some reason, the IRQ specified in "/etc/pccard.conf " was used only if I set the two "hw.pcic" variables in "/boot/loader.conf". However, if I changed that IRQ (in "/etc/pccard.conf") to 3, the kernel (booting) would try to give "wi0" an IRQ of *8* (and would print "pcic0: Hardware does not support irq 8"). Go figure... Ross. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.1.1.20020827013032.00bacd30>