How do i know that i am using Host-AP for my PCMCIA Card...
Dan Williams
dcbw
Mon May 15 06:49:41 PDT 2006
On Mon, 2006-05-15 at 15:28 +1000, Fawad Nazir wrote:
> Can anyone please tell me that am i doing the right thing, how do i
> confirm that my card is using Host-AP driver?
ls -al /sys/class/net/eth1/device/driver
(where of course eth1 is replaced with your device name). Which will
tell you which driver the card is using:
<...snip...> /sys/class/net/eth1/device/driver -> ../../../../bus/pci/drivers/ipw2100
You can blacklist orinoco if you like by adding this to /etc/modprobe.d/blacklist:
blacklist orinoco_cs
blacklist orinoco
Dan
More information about the Hostap
mailing list