From owner-freebsd-questions Fri Feb 11 12:55: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from spaceghost.salug.org (spaceghost.salug.org [209.12.13.60]) by builder.freebsd.org (Postfix) with ESMTP id F0A1C3D2B for ; Fri, 11 Feb 2000 12:54:47 -0800 (PST) Received: from localhost (dhansen@localhost) by spaceghost.salug.org (8.9.3/8.9.3) with SMTP id NAA00842 for ; Fri, 11 Feb 2000 13:40:01 -0600 Date: Fri, 11 Feb 2000 13:40:01 -0600 (CST) From: David Hansen To: freebsd-questions Subject: freebsd 3.4 and pcmcia support Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been trying to get a pcmcia 3com 3c589d ethernet card recognized by freebsd and have not had any luck so far (on a micron transport vlx). I have verified that the cards default values are configured to irq 10 and a memory address of 300. Does anyone know what is set wrong here or what else I need to look at? ************* relevant dmesg output: -----with bios PNP OS option set to "yes"----- ze0 not found at 0x300 zp0 not found at 0x300 kldload: can't load pcic: No such file or directory pccardc: /dev/card0: Device not configured Enable PC-card.Doing initial network setup: hostname. lo0 flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 ------with bios PNP OS option set to "no"------ ze: slot 0: no card in slot ze: pcmcia slot 1: ze0 not found at 0x300 zp: slot 0: no card in slot zp: pcmcia slot 1: zp0 not found at 0x300 kldload: can't load pcic: No such file or directory pccardc: /dev/card0: Device not configured Enable PC-card.Doing initial network setup: hostname. lo0 flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 ************ ************ output of ifconfig -a tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 ppp0: flags=8010 mtu 1500 lo0: flags=8049(UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 ************ *********** contents of /etc/pccard.conf io 0x240-0x360 irq 3 10 11 13 15 memory 0xd4000 96k #3com 3c589d entry from pccard.conf.sample changed "ep0" to "zp0" card "3Com Corporation" "3C589D" config 0x1 "zp0" ? insert echo 3Com Etherlink III inserted insert /etc/pccard_ether zp0 remove echo 3Com Etherlink III removed remove /sbin/ifconfig zp0 delete ************ *********** relevant contents of /etc/rc.conf pccard_conf="/etc/pccard.conf" pccard_enable="YES" pccard_ifconfig="zp0" pccard_mem="DEFAULT" ************ ************ relevant contents of /etc/defaults/rc.conf pccard_enable="YES" pccard_mem="DEFAULT" pccardd_flags="" ************ ************ relevant contents of /usr/src/sys/i386/conf/MYKERNEL3 (not so relevant) machine "i386" cpu "I586_CPU" ident GENERIC maxusers 32 (ok, here's the relevant portions) # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? (all 3 lines are commented out) # The following Ethernet NICs are all PCI devices. # (i commented all of these entries out) # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # (etc... the following are the ones that i did not comment out. i only # commented out ed0, ep0, and xe0 in this attempt. i have also gone so # far as to comment out all entries except the zp0 entry.) device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 device ex0 at isa? port? net irq? device fe0 at isa? port 0x300 net irq ? device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 net irq 10 drq 0 device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 device cs0 at isa? port 0x30 net irq ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message