Some how, when the /etc/init.d/pcmcia is started, it load the modules necessary to load ISA-PCMCIA card, and then try to load module for orinoco, but the module wavelan2_cs, then i rename the file /etc/pcmcia/wavelan2_cs.conf to something else (wavebackup), and started pcmcia, and this time it try load orinoco_cs, but return some unresolved symbols, cos it don't load modules hermes and orinoco first, so i edit /etc/init.d/pcmcia and add the lines:
/sbin/insmod hermes
/sbin/insmod orinoco
So, when i start pcmcia, it loads the module correct, but returns me the error:
eth0: failed to reset hardware (err = -19)
orinoco_cs: register_netdev() failed
and then in /var/log/daemon.log, in the last line, say:
cardmgr[nnnn]: get dev info on socket 0 failed: Operation not suported by device!
And is not in one computer, is in two, with ISAPCMCIA cards diferent! =(
Anyone have a idea of why is not working??
Thanks
Samuel Abreu
Ok, it seems to load ISA-PCMCIA ok, show the card information in dmesg, and just looks like ok!
Here are what u ask:
# cat /proc/bus/pccard/00/info
type: Vadem VG-469
psock: 0
I try to load modules in the reverse order, if i don't do this it will not load,
the order:
insmod hermes
insmod orinoco
insmod orinoco_cs
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
