Results 1 to 5 of 5
I recently upgraded from sarge to etch and my Xircom PCMCIA card is not recognized - ifconfig doesn't see it, nor do the status lights glow/blink. Has anyone else experienced ...
- 04-24-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 3
etch xircom support
I recently upgraded from sarge to etch and my Xircom PCMCIA card is not recognized - ifconfig doesn't see it, nor do the status lights glow/blink. Has anyone else experienced this problem? I've even manually loaded the driver (insmod [kernel src path]/drivers/net/pcmcia/xirc2ps_cs.ko) with no luck.
Any insight or suggestions would be appreciated.
- 04-24-2007 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Have you confirmed that your PCMCIA socket is working at all?
- 04-24-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 3
I haven't
How do I do this?
- 04-24-2007 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Usually the kernel module is yenta_socket - try the following to see if it is loaded
If you don't get anything back from running that it is most likely not loaded so you can try to load itCode:lsmod |grep -ir yenta
Code:su - modprobe yenta_socket
- 04-24-2007 #5Just Joined!
- Join Date
- Apr 2007
- Posts
- 3
Thanks for hanging in here with me bigtom
It appears that yenta's in there okay...Code:$ lsmod | grep -ir yenta yenta_socket 24460 2 rsrc_nonstatic 11840 1 yenta_socket pcmcia_core 36852 3 pcmcia,yenta_socket,rxrc_nonstatic $ modprobe yenta_socket $


Reply With Quote
