>Hi all... I have a Nortel Emobility card (pcmcia) that works in linux using >the orinoco drivers. I 'm curious to see if it works with the new pcwl driver. But evidently there is no data in /etc/dirver_aliases for it... > > value='pccard,Nortel_Networks,emobility_802.11_Wireless_LAN_PC_Card,1.00,' + 'pccard1eb,80a' + 'pccard,network' + 'network' > >Based on the above, or if needed, the whole output of prtconf -v, can someone >tell me what needs t o be added to /etc/driver_aliases?
The proper way to add something to /etc/driver_aliases is: update_drv -a -i '"pccard1eb,80a"' pcwl (update driver to add (-a) a driver alias (-i ....) for a driver (pcwl) (this example is good for this particular card; just cut&paste) Casper