Right, I didn't compile the 8250/16550 PCMCIA device support  as a module. 
I've changed this in the kernel .config and recompiled everything. 
Now it's all ok!
Thanks

Vittorio


Alle 01:54, sabato 15 gennaio 2005, Gabriel M. Beddingfield ha scritto:
> 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!

--
[email protected] mailing list

Reply via email to