> 
> Any PCMCIA gurus out there?  I'm running RH9 on my laptop and recompiled the
> kernel to enable ACPI power management, but now the PCMCIA service is having
> problems.  When I boot, it says the service starts fine, but when I try to use
> cardctl, it tells me 'no pcmcia driver in /proc/devices'.  The boot log

Did you compile the kernel with PCMCIA support?  Make sure your
/usr/src/linux/.config has both CONFIG_PCMCIA=y and probably
CONFIG_CARDBUS=y.

        And don't forget the driver too.  If you are using orinoco driver
for instance, you need to set CONFIG_HERMES and CONFIG_PCMCIA_HERMES.

If you do make menuconfig to compile the kernel, you are likely to find
CONFIG_PCMCIA and CONFIG_CARDBUS under "General Setup"->"PCMCIA/CardBus support"

You can find CONFIG_HERMES and CONFIG_PCMCIA_HERMES under
"Network device support"->"Wireless LAN (non-hamradio)".

But if you are using wlan-ng2, that has a different driver, not
orinoco_cs.  I'm not sure exactly what the name of the driver is.

Phillip

-- 
Phillip Hellewell <[EMAIL PROTECTED]>

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to