Vittorio wrote:

> Now it happens that while if I insert in the pcmcia slot a wireless card
> it works, inserting a serial card it declares that cannot find the
> serial_cs.o module, which is true! In what package is that module
> included? Thanks

To answer your question:  linux.

FIRST:

See if maybe you really do have it:

# modprobe serial_cs

If there are no messages, then it probably found it and worked OK.  Try your
card again.

IF NOT, then you probably didn't compile that module.  DO THIS:

# cd /usr/src/linux
# make menuconfig

Device Drivers -->
  Character Devices -->
    Serial drivers -->
      <M> 8250/16550 PCMCIA device support

Make sure that it says "M".

Exit, saving your changes.

# grep -i SERIAL_8250_CS .config
CONFIG_SERIAL_8250_CS=m
#

If you see anything else, then you probably made a mistake.  Post what you
get.

Next:

# make modules_install

Then you're ready to try your card again.

HTH!


-- 
                     G a b r i e l   M .   B e d d i n g f i e l d


--
[email protected] mailing list

Reply via email to