pcmcia support in slack
demonbeast
jersey
can anyone help me make pcmcia devices(specifically eth0(netgear FA411)) work? it starts cardmgr and the eth turns on and the activity light just stays solid, on eth and router. I installed the card services from soundfourge (http://pcmcia-cs.sourceforge.net/ftp/(pcmcia-cs-3.2.5.tar.gz)) and for slack the readme says this " Slackware uses a BSD boot script arrangement. The PCMCIA startup
script is installed as /etc/rc.d/rc.pcmcia, and boot options are
specified in rc.pcmcia itself. The PCMCIA startup script is invoked
from /etc/rc.d/rc.S."
can anyone help me make this work?
script is installed as /etc/rc.d/rc.pcmcia, and boot options are
specified in rc.pcmcia itself. The PCMCIA startup script is invoked
from /etc/rc.d/rc.S."
can anyone help me make this work?
0
Comments
if [ -x /etc/rc.d/rc.pcmcia ] ; then
. /etc/rc.d/rc.pcmcia start
fi
to rc.S and it didnt work, with either rc.pcmcia and rc.pcmcia.N.
is there anyone that can help me???
thanks in advance!
link endcap: local loopback
inet addr:127.0.0.1 mask 255.0.0.0
up loobback running mtu:16436 metric:1
rest of values are all 0
the cards doin the beeps and such, i think i may need to tinker settings
ok the card isn't working at all, it may be getting power but something in there obviously isn't communicating properly. you'll either need to switch to a kernel that has pcmcia support compiled in or if it's already supported then do some insmods/modprobes. as root, run
#cardctl
if you get "no pcmcia driver in /proc/devices" then that's not cool. check to see if you have a directory called /etc/pcmcia. if it exists, run an lsmod and make sure the proper modules are there. if not, try:
modprobe 8390
modprobe pcnet_cs
/etc/rc.d/init.d/pcmcia OR ./network start eth0
that last one would be replaced with whatever your network startup would be, possibly simply a ifconfig eth0 up or dhcpd ifup or something along those lines.
try this, post some results. =)
modprobes listed both just skip ahead a line, and ./network start eth0 works. the cards just not communicating. now i have a linksys router and a friend at school said that might be the problem? any ideas? and also- thank you greatly for your patience and help!