Some doc updates for USB stuff.
This commit is contained in:
parent
28c8845a4b
commit
3cb3440a2e
7
README
7
README
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue