Difference between revisions of "Configuring USB Wireless Devices"
From Yantrr Wiki
Line 1: | Line 1: | ||
Note : Ensure the USB WiFi is connected to Beaglebone Black/VIBE before device bootup | Note : Ensure the USB WiFi is connected to Beaglebone Black/VIBE before device bootup | ||
== Instructions == | == Instructions == | ||
+ | *Check that USB WiFi is visible on the USB bus by: | ||
+ | <pre> | ||
+ | # lsusb | ||
+ | Bus 001 Device 002: ID 0424:2412 Standard Microsystems Corp. | ||
+ | Bus 002 Device 002: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter | ||
+ | Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub | ||
+ | Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub | ||
+ | </pre> | ||
+ | *Idetify USB WiFi Device listed above supported by Debian | ||
+ | Search your WiFi module is listed on page https://wiki.debian.org/WiFi#USB_Devices | ||
+ | For example, | ||
+ | The WiFi module RTL8188CUS is supported under module name rtl8192cu. | ||
+ | |||
+ | If its not supported, Please contact Yantrr Support team. |
Revision as of 00:46, 19 September 2015
Note : Ensure the USB WiFi is connected to Beaglebone Black/VIBE before device bootup
Instructions
- Check that USB WiFi is visible on the USB bus by:
# lsusb Bus 001 Device 002: ID 0424:2412 Standard Microsystems Corp. Bus 002 Device 002: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Idetify USB WiFi Device listed above supported by Debian
Search your WiFi module is listed on page https://wiki.debian.org/WiFi#USB_Devices For example, The WiFi module RTL8188CUS is supported under module name rtl8192cu.
If its not supported, Please contact Yantrr Support team.