On Fri, Jun 02, 2000 at 11:28:56AM -0700, Avijit Banerjee wrote: > > I do the following: insmod /lib/modules/2.2.13/pcmcia/wvlan_cs.o > port_type=3 station_name=mypc You can't just insmod the wvlan_cs driver. You have to modify /etc/pcmcia/config to indicate that wvlan_cs should be bound to your card. The way PCMCIA modules work... loading the module by itself has no effect. When a card is inserted, the cardmgr daemon looks it up in the config file and tells the PCMCIA subsystem that "card X needs driver Y", so when driver Y is loaded, the PCMCIA subsystem tells it to deal with card X. It sounds like your /etc/pcmcia/config file still says that your card should be bound to the wavelan2_cs driver. -- Dave |
Messages