beakmyn
03-28-2003, 12:57 PM
Ok it's not Linux on my Sager but I've figure I've got at least one brownie point left....
I'm not getting much help on the Gentoo board for this:
Ok I've read through all the posts I could find on getting a PCMCIA NIC working. It seems there's something I'm missing and perhaps someone can help.
The laptop is a DEC Hinote VP575, 166Mhz
NIC: Megahertz CCEM3336, (it's in the supported list for pcmcia-cs docs)
First let me tell you what does work:
During initial install to get my NIC working I had to
Code:
modprobe pcmcia_core
modprobe i82092
modprobe cardmgr -f
then I plugged in my card and everything worked.
So, I got through the install and then got to the point where I was actually booting Gentoo and that's when I had problems. Here's where I am now.
Re-compiled my kernel without PCMCIA support, I've modified my modules.autoload to
Code:
i82092
ds
I've emerged pcmcia-cs, did the rc-updates, followed the noob pcmcia install doc and rebooted
Linux boots up and when it tries to set up the NIC I get
Code:
Loading i82092
Failed to load i82092
It's a no-go, so I login as root and try this
Code:
modprobe pcmcia_core
modprobe i82092
modprobe: Can't locate module i82092
It appears I've somehow removed i82092, how do I get it back? I tried emerge i82092 didn't work. I assume that once this module is found everything will be fine it will get loaded by modules.autoload and pcmcia-cs will take care of the rest. One last thing which may be helpful, when I had previously tried compiling the kernel with pcmcia support and i82092 I got the same problem.[/code]
In a nutshell what steps do I go through to make sure the module i82092 actually exists (location?) and what/how to call it correctly.
I'm not getting much help on the Gentoo board for this:
Ok I've read through all the posts I could find on getting a PCMCIA NIC working. It seems there's something I'm missing and perhaps someone can help.
The laptop is a DEC Hinote VP575, 166Mhz
NIC: Megahertz CCEM3336, (it's in the supported list for pcmcia-cs docs)
First let me tell you what does work:
During initial install to get my NIC working I had to
Code:
modprobe pcmcia_core
modprobe i82092
modprobe cardmgr -f
then I plugged in my card and everything worked.
So, I got through the install and then got to the point where I was actually booting Gentoo and that's when I had problems. Here's where I am now.
Re-compiled my kernel without PCMCIA support, I've modified my modules.autoload to
Code:
i82092
ds
I've emerged pcmcia-cs, did the rc-updates, followed the noob pcmcia install doc and rebooted
Linux boots up and when it tries to set up the NIC I get
Code:
Loading i82092
Failed to load i82092
It's a no-go, so I login as root and try this
Code:
modprobe pcmcia_core
modprobe i82092
modprobe: Can't locate module i82092
It appears I've somehow removed i82092, how do I get it back? I tried emerge i82092 didn't work. I assume that once this module is found everything will be fine it will get loaded by modules.autoload and pcmcia-cs will take care of the rest. One last thing which may be helpful, when I had previously tried compiling the kernel with pcmcia support and i82092 I got the same problem.[/code]
In a nutshell what steps do I go through to make sure the module i82092 actually exists (location?) and what/how to call it correctly.