On Thu, Jun 08, 2000 at 04:39:29AM -0700, Bjorn Knutsson wrote: > Jun 8 13:23:17 foobar cardmgr[427]: executing: 'modprobe wavelan2_cs station_name=foobar enable_encryption=y transmit_key_id=1 channel=0 port_type=1 network_name=FOOBAR key_1=\"snafu\"' > Jun 8 13:23:17 foobar kernel: wvlan_cs: WaveLAN/IEEE PCMCIA driver v1.0.4 Well it certainly asked for wavelan2_cs to be loaded. The only thing I can think of is that you've got a line in /etc/modules.conf that aliases wavelan2_cs to wvlan_cs. The 3.1.15 drivers use modprobe by default so aliases will be followed... but 3.1.14 uses insmod. As for where the alias came from, you've got me. -- Dave |