Date: Wed, 5 Dec 2001 23:27:27 +0100 (CET) From: Johan De Messemaeker <Johan.DeMessemaeker@advalvas.be> To: <freebsd-mobile@freebsd.org> Subject: PCMCIA not working Message-ID: <Pine.LNX.4.33.0112052316410.24131-100000@server.mrblack.be>
next in thread | raw e-mail | index | archive | help
Hi, I've got a Compaq Presario with a 'really cheap' NE2000-clone PCMCIA card. Under FreeBSD 4.3, everything worked just fine. I did a cvsup to the latest 4.4 on monday, build the world and kernel but my PCMCIA card isn't working anymore after that. FreeBSD detects the card, but then a bold white line appears: ed0 at port 0x300-0x31f irq 9 flags 0x30000 slot 0 on pccard0 and the whole system 'hangs', i can't do anything (even switching to another TTY is out of the question). When i remove the card, everything is working fine again. What am i doing wrong ? (Attached are a couple of configuration snippets) Thanks, Johan /etc/pccard.conf: card "PCMCIA" "Ethernet Card" config auto "ed" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop /etc/rc.conf: pccard_enable="YES" pccard_ifconfig="inet 192.168.0.1 netmask 255.255.255.0" pccard_mem="DEFAULT" pccardd_flags="-i 3" Kernel configuration file: device mmibus device card device pcic0 at isa? port 0x3e0 iomem 0xd0000 device pcic1 at isa? device card0 device ed options PCIC_RESUME_RESET To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.33.0112052316410.24131-100000>