gmandual
Group: Members
Posts: 5
Joined: Feb. 2005 |
|
Posted: Feb. 01 2005,09:46 |
|
Quote (tortoise @ Jan. 19 2005,15:43) | Thanks for the input.
I tried a friend's Orinoco non-cardbus card, and it didn't work either. DSL didn't even see that the card was plugged in. So, I am guessing that there is something more that needs doing. The old windows 95 that came with the comp was pretty heel-and-toe hooked in with the hardware, lots of proprietary stuff.
I'll have to check out the hp help you mention. |
check the output of:
cat /proc/pci | more
and go through and look for entries for a "Cardbus" bridge or "PCI <-> PCMCIA Bridge" or something to that effect. That should give you an idea of whether you are dealing with a Cardbus compatible PCMCIA controller chip on the motherboard. The old compaqs "used" to all use a Cirrus cardbus compatible pcmcia controller, but it has been quite a while since I have serviced those older compaq laptops.
Once you figure out which type of PCMCIA controller chipset you have, you will want to do a bit of research to make sure the kernel module for your chipset is provided with the DSL installation.
I believe you can also run:
pcic_probe
from a console window and it will attempt to identify your PCMCIA controller chipset.
|