Jump to content

PCMCIA Wireless card problems


Guest pipplo
 Share

Recommended Posts

Hi guys, having some trouble here.

 

the drivers are included on the CD that it came with the card. I followed the instructions included in their INSTALL file and I didn't see any errors but when i restarted I get some errors on the screen during boot, something about insmod, and something during the pcmcia startup. I'm not sure where to find logs of those error messages though...

 

Heres the output of running "make pcmcia" as required

 

[root@localhost setup]# make pcmcia
make[1]: *** No targets specified and no makefile found.  Stop.
Kernel Version Running 2.4.22-10mdk
Found Kernel Source Directory (/lib/modules/2.4.22-10mdk/build)
for d in misc man; do make -C $d;done
make[1]: Entering directory `/home/joe/setup/misc'
install -m 755 lvnet /bin
install -m 755 xvnet /sbin
make[1]: Leaving directory `/home/joe/setup/misc'
make[1]: Entering directory `/home/joe/setup/man'
make[1]: Leaving directory `/home/joe/setup/man'
for d in pcmcia_src  ; do make -C $d pcmcia;done
make[1]: Entering directory `/home/joe/setup/pcmcia_src'

gcc commands removed to save space

ld -r -o ../fastvnet_cs.o fastvnet_cs.o -L../lib -lvnet-i386
ld -r -o ../fvnetr_cs.o fvnetr_cs.o -L../lib -lvnet-RFMD-i386
ld -r -o ../fvnet4_cs.o fvnet4_cs.o -L../lib -lvnet-504-i386
ld -r -o ../fvnetrD_cs.o fvnetrD_cs.o -L../lib -lvnet-REVD-i386
ld -r -o ../fvnetrE_cs.o fvnetrE_cs.o -L../lib -lvnet-REVE-i386
mv ../fastvnet_cs.o /lib/modules/2.4.22-10mdk/pcmcia
mv ../fvnetr_cs.o /lib/modules/2.4.22-10mdk/pcmcia
mv ../fvnet4_cs.o /lib/modules/2.4.22-10mdk/pcmcia
mv ../fvnetrD_cs.o /lib/modules/2.4.22-10mdk/pcmcia
mv ../fvnetrE_cs.o /lib/modules/2.4.22-10mdk/pcmcia
rm -f fastvnet_cs.o fvnetr_cs.o fvnet4_cs.o fvnetrD_cs.o fvnetrE_cs.o
make[1]: Leaving directory `/home/joe/setup/pcmcia_src'

 

One potential problem i noticed is that the mv ../ commands are moving them all to a file and not a directory...what should the target pcmcia directory be?

 

Anyway, i run cardctl and get this info out

Socket 0:

product info: "OEM", "11Mbps Wireless LAN PC Card V-3"

manfid: 0x0000, 0x0000

function: 6 (network)

 

So it is seeing the card in there. I think the key is to get the error messages for you but i am not sure wher ethey are

I found this error

[/code]

Jan 24 23:33:44 localhost cardmgr[922]: executing: 'modprobe fvnetr_cs'

Jan 24 23:33:44 localhost cardmgr[922]: + version 2 compiler, while the kernel you are running is compiled with

Jan 24 23:33:44 localhost cardmgr[922]: + modprobe: insmod /lib/modules/2.4.22-10mdk/pcmcia/fvnetr_cs.o failed

Jan 24 23:33:44 localhost cardmgr[922]: modprobe exited with status 255 <30>Jan 24 23:33:44 cardmgr[922]: executing: 'insmod /lib/modules/2.4.22-10mdk/pcmcia/fvnetr_cs.o'

Jan 24 23:33:44 localhost cardmgr[922]: + version 2 compiler, while the kernel you are running is compiled with

Jan 24 23:33:44 localhost cardmgr[922]: insmod exited with status 1

[/code]

 

but I ran make with my compiler with gcc 3.3.1 :-/

 

I also get this error before that one

Jan 24 21:43:25 localhost insmod: /lib/modules/2.4.22-10mdk/kernel/drivers/parport/parport_pc.o.gz: init_module: Device or resource busy
Jan 24 21:43:25 localhost insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.       You may find more information in syslog or the output from dmesg
Jan 24 21:43:25 localhost modprobe: modprobe: insmod parport_lowlevel failed
Jan 24 21:43:25 localhost kernel: lp: driver loaded but no devices found
Jan 24 21:43:27 localhost cups: cupsd startup succeeded

 

Any ideas guys???

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...