Skip to Content.
Sympa Menu

baslinux - re:[BL] Get_info on PCMCIA

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: "Joel Adria" <AspenDr AT telus.net>
  • To: "Basic Linux Mailling List" <baslinux AT lists.ibiblio.org>
  • Subject: re:[BL] Get_info on PCMCIA
  • Date: Sat, 30 Oct 2004 13:40:25 -0600

Here's what I have now. I downloaded some pre-compliled drivers (orinoco.o, orinoco_cs.o, hermes.o) and then edit "conf" in the /etc/pcmcia directory to point to those drivers. I copied the instructions from a site, http://linux.oldcrank.com/tips/wpc11/ and went from there. When I run "start" it gets everything going. It runs the three .o files, makes a high pitched sound, then pauses for second, and says the last line. The readout is here:

Oct 30 13:28:19 cardmgr[35]: socket 1: Network Card
Oct 30 13:28:19 cardmgr[35]: executing: 'insmod /lib/modules/2.2.16 /pcmcia/hermes.o'
Oct 30 13:28:19 cardmgr[35]: + Using /lib/modules/2.2.16/pcmcia/her mes.o
Oct 30 13:28:19 cardmgr[35]: executing: 'insmod /lib/modules/2.2.16 /pcmcia/orinoco.o'
Oct 30 13:28:20 cardmgr[35]: + Using /lib/modules/2.2.16/pcmcia/ori noco.o
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol alloc_ethe rdev
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol cpu_raise_ softirq
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol __out_of_l ine_bug
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol schedule_t ask
Oct 30 13:28:20 cardmgr[35]: executing: 'modprobe orinoco'
Oct 30 13:28:20 cardmgr[35]: + sh: modprobe: not found
Oct 30 13:28:20 cardmgr[35]: modprobe exited with status 127
Oct 30 13:28:20 cardmgr[35]: executing: 'insmod /lib/modules/2.2.16/pcmcia/orinoco_cs.o'
Oct 30 13:28:20 cardmgr[35]: + Using /lib/modules/2.2.16/pcmcia/orinoco_cs.o
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol __netdev_watchdog_up
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol cpu_raise_softirq
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol alloc_orinocodev
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol orinoco_reinit_firmware
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol orinoco_interrupt
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol __orinoco_down
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol __orinoco_up
Oct 30 13:28:20 cardmgr[35]: + insmod: unresolved symbol softnet_data
Oct 30 13:28:20 cardmgr[35]: insmod exited with status 1
Oct 30 13:28:20 cardmgr[35]: executing: 'modprobe orinoco_cs'
Oct 30 13:28:20 cardmgr[35]: + sh: modprobe: not found
Oct 30 13:28:20 cardmgr[35]: modprobe exited with status 127
Oct 30 13:28:21 cardmgr[35]: get dev info on socket 1 failed: Try again

Alot of crap, I know, but anybody can interpret it, that would be great.

-Joel






Archive powered by MHonArc 2.6.24.

Top of Page