From owner-freebsd-mobile Thu Mar 2 8:46:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.79.126]) by hub.freebsd.org (Postfix) with ESMTP id 5634C37BB4E for ; Thu, 2 Mar 2000 08:46:51 -0800 (PST) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.79.115]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id JAA16324; Thu, 2 Mar 2000 09:46:46 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id JAA06369; Thu, 2 Mar 2000 09:46:42 -0700 (MST) (envelope-from nate) Date: Thu, 2 Mar 2000 09:46:42 -0700 (MST) Message-Id: <200003021646.JAA06369@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Frank Ronny Larsen" Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: IBM Thinkpad 400E + 3C589D In-Reply-To: <20000302104204.88948.qmail@hotmail.com> References: <20000302104204.88948.qmail@hotmail.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm trying to install FreeBSD on an IBM Thinkpad 600E. I tried installing > 3.4-release with PAO, but it had a tendency to crash during install on > random points. That's because of FreeBSD's memory handling. You would have been able to isntall if you had < 64MB in the laptop. I decided to go for the 4.0-current instead, since I read > somewhere that this should be working fine with the Thinkpad 600E. The > install went smoothly from a snapshot CD. Great, I hope Mike Smith picks up on this... > However, when I try to install the network card, a 3Com Ethernet III 3C589D, > I run into a lot of problems. First of all, I had a lot of hasle with the > pccardd claiming there was no more free IRQ and/or I/O space. This was > solved by forcing IRQ 13 in the pccard.conf file. IRQ 13 is used, but it's not used by any device that FreeBSD recognizes. You should be able to use either IRQ 9 or 10, which work for me. I have my 589 on IRQ 10 and my modem on IRQ 9, and they work fine. > Now I get the card initialized and sort of working. If I try to ping another > machine (ie. the router) I usually do not get any response. Just a few ACK's > come through, sometimes after 110 secs. This is because the watchdog timeout is causing packets to come through, but IRQ's are not working. You need to try another IRQ until it works. Yes, this is a pain, but it's the way things are for now. > Also, for some reason the card is allocated as ep1, since the pccardd claims > that ep0 is occupied. That's weird. My guess is that somehow the boot process is picking up that ep0 is in use during the probe. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message