Date: Mon, 25 Apr 2005 17:10:22 GMT From: vdemart1@tin.it To: freebsd-i386@FreeBSD.org Subject: Re: i386/80092: PC Cards do not work at all on laptop Compaq N800V Message-ID: <200504251710.j3PHAMko011167@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/80092; it has been noted by GNATS. From: vdemart1@tin.it To: bug-followup@FreeBSD.org, vittorio.demartino@grtn.it Cc: Subject: Re: i386/80092: PC Cards do not work at all on laptop Compaq N800V Date: Mon, 25 Apr 2005 19:01:12 +0200 I found the solution at last! In the configuration file /etc/default/pccard.conf there's a line specifying the allowed IRQs irq 3 5 10 11 15 which seemed very poor to me because my aironet cisco card triggered an irq 7. Therefore, as in a line in the same /etc/default/pccard.conf is suggested # on i386 IRQs can be any of 3 4 5 7 9 10 11 12 14 15 I copied /etc/default/pccard.conf into /etc/pccard.conf and modified the "poor" irq line in this way: irq 3 4 5 7 9 10 11 12 14 15 This made the trick!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504251710.j3PHAMko011167>