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: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Get_info on PCMCIA
  • Date: Sun, 31 Oct 2004 09:45:49 +1300

Joel Adria wrote:
>
> Here's what I have now. I downloaded some pre-compliled
> drivers (orinoco.o, orinoco_cs.o, hermes.o)

Were they compiled for the 2.2.16 kernel?

> 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.
>
> cardmgr[35]: socket 1: Network Card

It has successfully identified the card.

> cardmgr[35]: executing: 'insmod /lib/modules/2.2.16/pcmcia/hermes.o'
> cardmgr[35]: + Using /lib/modules/2.2.16/pcmcia/hermes.o

The hermes.o module installed.

> cardmgr[35]: executing: 'insmod /lib/modules/2.2.16/pcmcia/orinoco.o'
> cardmgr[35]: + Using /lib/modules/2.2.16/pcmcia/orinoco.o

The orinoco.o module installed

> cardmgr[35]: + insmod: unresolved symbol alloc_etherdev
> cardmgr[35]: + insmod: unresolved symbol cpu_raise_softirq
> cardmgr[35]: + insmod: unresolved symbol __out_of_line_bug
> cardmgr[35]: + insmod: unresolved symbol schedule_task

That module is unhappy. Three possibilities come to mind:
(1) it is dependent on another module which is not present;
(2) it was compiled for a different kernel; or
(3) you're trying to install a wireless module on BL3 kernel

> cardmgr[35]: executing: 'insmod /lib/modules/2.2.16/pcmcia/orinoco_cs.o'
> cardmgr[35]: + Using /lib/modules/2.2.16/pcmcia/orinoco_cs.o

The orinoco_cs.o module installed.
It too is unhappy.

> cardmgr[35]: + insmod: unresolved symbol __netdev_watchdog_up
> cardmgr[35]: + insmod: unresolved symbol cpu_raise_softirq

Kernel issues.

> cardmgr[35]: + insmod: unresolved symbol alloc_orinocodev
> cardmgr[35]: + insmod: unresolved symbol orinoco_reinit_firmware
> cardmgr[35]: + insmod: unresolved symbol orinoco_interrupt
> cardmgr[35]: + insmod: unresolved symbol __orinoco_down
> cardmgr[35]: + insmod: unresolved symbol __orinoco_up
> cardmgr[35]: + insmod: unresolved symbol softnet_data

Those look like issues related to the failure of the
previous orinoco module. I think they might disappear
after the orinoco.o module goes in without error.

You are about halfway. The card is identified and cardmgr
is trying to install the modules you specified. Unfortunately
there is something wrong with those modules. Wrong modules,
wrong kernel, whatever. Once you get the modules right,
the installation should complete and you will hear the
second beep from cardmgr.

Cheers,
Steven

____________________________
http://www.basiclinux.com.ru




Archive powered by MHonArc 2.6.24.

Top of Page