Date: Fri, 16 Jan 1998 11:23:35 +0800 From: Stephen Cooper <stephen.cooper@alphawest.com.au> To: ben@jlc.net, freebsd-questions@FreeBSD.ORG Subject: RE: Help with conf of 3Com PCMCIA Message-ID: <64B0BB03967ED111A34C00A0C93295000A4EAC@herculis.alphawest.com.au>
next in thread | raw e-mail | index | archive | help
I have a Toshiba T2400CS with a 3Com card Are you running PAO? I have 2.2.5-RELEASE with PAO kernel extensions. This ***may*** not work if you are not running this /etc/pccard.conf # 3Com Etherlink III 3C589, 3C589B, 3C589C, 3C589D card "3Com Corporation" "3C589" # Note this dual config does not work well, if you pull out either card it will # always try to reassign the card to ep1. Never to ep0. (Works OK at bootup however) config default "ep0" 5 # config default "ep1" 10 insert echo 3Com Etherlink III inserted insert /sbin/ifconfig ep0 inet 203.14.124.50 netmask 255.255.255.0 > /dev/null 2>&1 insert /sbin/route add default 203.14.124.250 > /dev/null 2>&1 # insert /sbin/ifconfig ep1 inet 192.168.10.1 netmask 255.255.255.0 > /dev/null 2>&1 # insert /etc/pccard_ether $device > /usr/tmp/insert.$device 2>&1 insert /sbin/ifconfig $device >/dev/console 2>&1 insert /usr/bin/netstat -rn | grep default >/dev/console 2>&1 remove echo 3Com Etherlink III removed >/dev/console 2>&1 # remove /etc/pccard_ether_remove $device > /usr/tmp/remove.$device 2>&1 remove /sbin/ifconfig $device down >/dev/console 2>&1 remove /sbin/route -n flush > -----Original Message----- > From: Operator [SMTP:root@verdi.jlc.net] > Sent: Friday, January 16, 1998 5:02 AM > To: freebsd-questions > Subject: Help with conf of 3Com PCMCIA > > I am trying to get a 3Com Etherlink III > modem/lan PCMCIA card to connect to my > Toshiba Satellite Pro 420CDT Laptop. > FreeBSD 2.2.5 RELEASE > The system gives a "Card inserted" message > followed by (3) Resource allocation failure for 3Com Corporation. > > Anybody have this running? > Any ideas? > > Thanks > -- > -- Benjamin D. April <ben@jlc.net> -- John Leslie Consulting Tech. > Director > -- New Web Site http://www.stagecraft.net -- Emergency > <ben.pager@stuffage.com> > -- Microsoft Marketing : (noun) a bunch of mindless jerks > -- who'll be the first against the wall when the revolution comes.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?64B0BB03967ED111A34C00A0C93295000A4EAC>