Some doc updates for USB stuff.

This commit is contained in:
solomon 2002-05-21 18:39:32 +00:00
parent 28c8845a4b
commit 3cb3440a2e

7
README
View file

@ -284,12 +284,12 @@ E) Run ifconfig and route to determine if your IP and route settings are
correctly.
------------------------------
FOR PCI OR PLX USERS:
FOR PCI, PLX, OR USB USERS:
A) You must make sure that the drivers get loaded at boot time and that the
necessary initialization takes place. The simplest way to do this is
to add the following commands to your rc.local file:
modprobe prism2_pci
modprobe prism2_pci [or prism2_usb/prism2_plx]
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
wlanctl-ng wlan0 lnxreq_autojoin ssid=<your APs SSID> authtype=opensystem
ifconfig wlan0 <yourIP> netmask <yourNetmask> broadcast <yourBroadcast>
@ -325,6 +325,9 @@ F) Run 'ifconfig wlan0 <your IP address>'
NOTE: USB devices can use the /etc/init.d/wlan script for initialization.
Integration with usbmgr/hotplug is still a TODO item.
NOTE: Monitor mode and promiscious operation are not currently supported
on USB adapters.
IMPORTANT: Due to an issue with the current firmware in Prism USB
devices, the driver must usually do a port reset (which is normally
handled by usbcore).