Good point. In /etc/pcmcia/conig the card I have is listed as(MS-ironic, huh?):
Code:
device "orinoco_cs"
#class "network" module "hermes", "orinoco", "orinoco_cs"
class "network" module "orinoco_cs"
Code:
card "Microsoft Wireless Notebook Adapter MN-520 1.0.3"
version "Microsoft","Wireless Notebook Adapter MN-520","","1.0.3"
bind "orinoco_cs"
When doing modprobe in my case would it simply be:
Code:
modprobe orinoco_cs
Thanks