From owner-freebsd-mobile Fri Mar 17 10:14:10 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sianna.shopkeeper.de (sianna.shopkeeper.de [195.27.246.228]) by hub.freebsd.org (Postfix) with ESMTP id 6A17B37BF79 for ; Fri, 17 Mar 2000 10:14:02 -0800 (PST) (envelope-from sklauder@ibd-web.de) Received: from blueice.shopkeeper.de (root@blueice.shopkeeper.de [195.27.246.232]) by sianna.shopkeeper.de (8.9.3/8.9.3) with ESMTP id TAA20241 for ; Fri, 17 Mar 2000 19:14:01 +0100 (CET) (envelope-from sklauder@ibd-web.de) Received: (from sklauder@localhost) by blueice.shopkeeper.de (8.10.0/8.10.0) id e2HIE1R76574 for freebsd-mobile@FreeBSD.org; Fri, 17 Mar 2000 19:14:01 +0100 (CET) From: Sascha Klauder Message-Id: <200003171814.e2HIE1R76574@blueice.shopkeeper.de> Subject: strange problems with D-Link DFE-650TX To: freebsd-mobile@FreeBSD.org Date: Fri, 17 Mar 2000 19:14:00 +0100 (CET) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi list, I've some trouble getting a D-Link DFE-650TX card to work with PAO3 on FreeBSD-3.4. The Laptop is a Toshiba Satellite Pro 480CDT. I've installed PAO as described in the README.install with no problems. The pcic controller is recognized as an Intel 82365A/B on 0x3e0, irq #3. There is a SBPro on irq #5, so I've adjusted /etc/pccard.conf appropiate. In my kernel config file I have: pseudo-device card 1 device pcic0 at isa? port 0x3e0 flags 0x1 irq 3 device ed0 at isa? port 0x240 net irq 10 iomem 0xd4000 I'm trying to force pccardd to use irq 10 as it seems this is the only free irq available (I always have a bad feeling with irq 9). So, I start "pccardd -i 5 -i 7 -i 9 -d" and the kernel reports "card0: assign ed0 iobase 0x240 irq 10 flags 0x14" "ed0: address 01:d1:ff:04:d1:ff, type NE2000 (16 bit)" The MAC address is obviously wrong and I get "ed0: device timeout" messages immediately. Now, the strange thing is, after pccardd has plugged the card in, "vmstat -i" reports "clk0 irq10", which was beforehand "clk0 irq0". I've tried various combinations of irq and i/o settings in pccard.conf and/or disabling almost anything in the BIOS (lpt,sound,sio,wdc1), with no luck. If anybody could give me a hint besides [513] in the PAO FAQ, I would be eternally thankful. Cheers, -sascha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message