From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 12:44:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CC9F16A4CE for ; Mon, 17 Nov 2003 12:44:52 -0800 (PST) Received: from softwarehackery.com (vt-arlington1c-173.bur.adelphia.net [24.52.8.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D9A43F85 for ; Mon, 17 Nov 2003 12:44:51 -0800 (PST) (envelope-from marc@shell.mv.net) Received: from localhost (localhost [127.0.0.1]) by softwarehackery.com (Postfix) with ESMTP id 5955515E000 for ; Mon, 17 Nov 2003 15:44:50 -0500 (EST) Date: Mon, 17 Nov 2003 15:44:50 -0500 (EST) From: Marc Evans X-X-Sender: marc@gw.softwarehackery.com To: freebsd-questions@freebsd.org In-Reply-To: <20031117114218.K54333@gw.softwarehackery.com> Message-ID: <20031117152506.P54333@gw.softwarehackery.com> References: <20031117114218.K54333@gw.softwarehackery.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: FreeBSD-5.1 on Thinkpad 600 - cbb0 problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 20:44:52 -0000 Hi - I have made some progress on my own with this, but not complete progress. What I have done is: 1) build a customer kernel with "make buildkernel KERNCONF=OLDCONF" 2) create /etc/pccard.conf with one line "irq9" 3) swap the 3CCFE575CT-D for a 3C589C card. Now then, what are my remaining problems? A) If I remove and insert the card after it has been configured, the system hangs forever. B) If I kill and start the pccardd process, it is unable to assign an IRQ. So, with this further information, does anyone have further suggestions? It would be nice to have the 10/100 (3c575) card work, and I have a feeling that I should be worried about using IRQ 9. Thanks in advance - Marc On Mon, 17 Nov 2003, Marc Evans wrote: > Hi - > > I have an IBM Thinkpad 600 (no letter after the 600) which I have recently > installed FreeBSD-5.1 onto via CD-ROM. When booting the system, there are > several lines logged to /var/log/messages which are troubling. I believe > that these messages are at the root of why none of my PCMCIA cards > function. Ideally, I'd like to get my NIC (3CCFE575CT-D) working. The > messages observed are: > > pci0: on pcib0 > cbb0: mem 0x2130100-0x21301fff at device 2.0 on pci0 > cardbus0: on cbb0 > pccard0: <16-bit PCCARD bus> on cbb0 > cbb: Unable to map IRQ... > device_probe_and_attach: cbb0: attach returned 12 > > A similar set of lines is output for cardbus1. Somewhat later in the log I > also see these lines: > > unknown: can't assign resources (port) > unknown: can't assign resources (irq) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > unknown: can't assign resources (port) > > I have not placed anything into /etc/pccard.conf nor have I build a > custom kernel. I have used this same set of hardware with a few different > Linux variations, including Knoppix and Mandrake. > > I have tried running "pccardd -d" by hand, found that nothing is output to > the screen and it quickly terminates with a status 1. I also observe that > /dev/card* don't exist. > > My questions are: > > 1) Does anyone else have an IBM Thinkpad 600 working with any > pccards, and if so what magic did you find necessary? > > 2) Can anyone provide suggestions/pointers given the log > information shown? > > 3) What other information should I provide for people to be > able to better help me? > > Thanks in advance - Marc > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >