From owner-freebsd-mobile Fri Dec 5 16:43:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA28966 for mobile-outgoing; Fri, 5 Dec 1997 16:43:05 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from mailbag.jf.intel.com (mailbag.jf.intel.com [134.134.248.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA28961 for ; Fri, 5 Dec 1997 16:42:59 -0800 (PST) (envelope-from batie@aahz.jf.intel.com) Received: from aahz.jf.intel.com (aahz.jf.intel.com [192.198.161.2]) by mailbag.jf.intel.com (8.8.6/8.8.5) with ESMTP id QAA19429; Fri, 5 Dec 1997 16:45:09 -0800 (PST) Received: (from batie@localhost) by aahz.jf.intel.com (8.8.5/8.8.5) id QAA07881; Fri, 5 Dec 1997 16:41:57 -0800 (PST) Message-ID: <19971205164144.42795@aahz.jf.intel.com> Date: Fri, 5 Dec 1997 16:41:44 -0800 From: Alan Batie To: Nate Williams Cc: mobile@FreeBSD.ORG Subject: Re: pccard interrupts References: <19971205152807.60696@aahz.jf.intel.com> <199712060017.RAA03570@mt.sri.com> Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-md5; boundary=T4sUOijqQbZv57TR X-Mailer: Mutt 0.85 In-Reply-To: <199712060017.RAA03570@mt.sri.com>; from Nate Williams on Fri, Dec 05, 1997 at 05:17:55PM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii On Fri, Dec 05, 1997 at 05:17:55PM -0700, Nate Williams wrote: > What does /etc/pccard.conf look like? Is is possible that the > sound-card probed wiped out your hardware somehow? Did you try turning > it off and leaving it off for a bit, then turning it back on? io 0x240-0x360 irq 3 5 10 14 memory 0xd4000 96k card "LINKSYS" "E-CARD" config 0x20 "ed0" 5 insert echo LinkSys PCMCIA Ethernet inserted insert /etc/pccard_ether ed0 remove echo LinkSys PCMCIA Ethernet removed remove /sbin/ifconfig ed0 delete It turns out it's getting the "driver allocation failed" error; I added some code to cardd.c so that it prints out the ioctl error: ... log_2s("driver allocation failed for %s: %s", sp->card->mauf, strerror(errno)); ... with the appropriate cloning of log_1s into log_2s and including errno.h Anyhow, it's reporting "Device Busy"; nevertheless, I can ifconfig it, which initializes the card enough that it goes from a dark Rx light to a blinking Rx light... followed by the ed0 timeout messages, indicating everything is working but the interrupts. I suspect the problem is in the sound somewhere, as it is also at IRQ 5, the LinkSys (according to pccardc anyhow) only will use IRQ 5, and there's no way to fiddle with the sound hardware in the BIOS. I would say "well, time to get a new ethercard" except that it worked once... and I do have access to a 3c589, which I have set for irq 10, and it acts similarly --- prints out the ethernet address, the [*UTP*] that I assume indicates its properly in UTP mode, but pings get "sendto: Host is down" (the host I'm pinging is the one I'm currently typing this message on ). Don't even get the device is busy or allocation failed errors. -- Alan Batie ------ What goes up, must come down. batie@aahz.jf.intel.com \ / Ask any system administrator. +1 503-264-8844 (voice) \ / --unknown D0 D2 39 0E 02 34 D6 B4 \/ 5A 41 21 8F 23 5F 08 9D --T4sUOijqQbZv57TR Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNIifSBCfrckvDwdpAQG1mQP8DAO0AOHMsCTo9LmDEOpQFdvExr/RgBxI onicY0vdpysdJqLfqj4/ASipr73g7GsTWPkY+eCWi+dANm0TJgaI/QNn2jdSr/9r nMmRRSMb4jkBZzhp51nwApLQMFv43L34FFwZFTCmh9cCCFFiEixAFfOhXLfBOu1f igwCMFre2gs= =qJ6N -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--