Difference between revisions of "USB to WiFi adapter"

From ArmadeusWiki
Jump to: navigation, search
m
(Links)
 
(66 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Under_Construction}}
+
How-to use USB to Wi-Fi adapters on your APF boards.
  
==Tested hardware ==
+
==Prerequesities==
* SMC WUSB-G (ZyDas chipset) [http://www.ldlc.com/fiche/PB00067971.html]
+
{{Note| You have to be sure that [[Wireless Tools]] are installed on your rootfs before going further.}}
  
== ==
+
* To use USB dongles with [[APF9328]], you'll need an [[APF9328DevFull]] development board, with USB Host configured. See [[ISP1761_Linux_driver|this page]] to know how to do that.
tshado> polo35: tu es la ?
+
 
<bruno> oui
+
==Tested hardware==
<tshado> polo35: le zd1211 (zydas) c'est le chipset pour une clé WIFI ?
+
{| border="1" cellpadding="5" cellspacing="0" summary="microSDs"
<bruno> la seule différence est : Erased 12 sectors pour le run flash_kernel
+
|- style="background:#efefef;"
<jorasse> Bruno as tu changer la taille de la partition du kernel. je me souviens pas qu elle etait trop petite.
+
! rowspan="2" | '''Constructor''' || rowspan="2" | '''Model''' || colspan="4" | '''Status''' || rowspan="2" | '''Chipset'''
  <bruno> dans uboot ?
+
|----- style="background:#efefef;"
<bruno> mtdparts=mtdparts=scb9328_flash:256k(U-boot)ro,128k(U-boot_env),256k(firmware),1536k(kernel),5632k(root),-(fs)
+
| '''APF9328''' || '''APF27''' || '''APF51''' || '''APF28'''  
<polo35> tshado : oui
+
|----------------
<tshado> tshado oui
+
| rowspan="4" | '''D-Link''' || [http://www.ldlc.com/fiche/PB00023863.html DWL-G122] '''(not rev E1 !)''' || style="background:#00ff00;" | OK || style="background:#00ff00;" | OK || NT || NT || rowspan="2" | Ralink RT2571WF
<tshado> oups
+
|----------------
<polo35> j'ai un soucis au moment où le driver cherche à charger le firmware, qui se trouve pourtant au bon endroit :(
+
| WPA-110 || style="background:#00ff00;" | OK || style="background:#00ff00;" | OK || NT || NT
  <tshado> polo35: quel modele de clé wifi as tu ? et comment s tu fait pour le driver linux ?
+
|----------------
<polo35> j'ai une smc wusb-g
+
| DWA-131 ('''rev. A1''')|| NT || style="background:#00ff00;" | ~OK (3.7 kernel) || NT || style="background:#00ff00;" | ~OK (3.7 kernel) || [[USB_to_WiFi_adapter#RTL8712U|Realtek RTL8192U]]
<bruno> jorasse merci pour l'aide je m'absente un moment, je reviendrais
+
|----------------
<polo35> ya pas de probleme avec ce driver normalement, il correspond bien à ma clé (d'ailleurs essayé sur mon pc portable et aucun soucis)
+
| DWA-140 || NT || NT || NT || style="background:#ff0000;" | KO || Ralink RT2870
<polo35> et pour le driver j'ai juste activé l'option correspondante au driver dans le linux-menuconfig
+
|----------------
<tshado> polo35: le driver linux etait fournit avec ta clé usb ?
+
| '''SMC''' || WUSB-G || NT || style="background:#00ff00;" | OK || NT || NT || ZyDas zd1212
  <polo35> non pas besoin
+
|----------------
  <jorasse> bruno: je doit m absente aussi
+
| '''Realtek''' || [[USB_to_WiFi_adapter#Chipset_RTL8188CUS|RTL8188CUS]] || NT || NT || NT || style="background:#00ff00;" | OK || RTL8188CUS [[Talk:USB_to_WiFi_adapter#Chipset_RTL8188CUS |see discussion]]
<polo35> les sources ont été libre un moment, résultat tu peux tres bien recompiler le driver si tu veux (d'ailleurs une communauté le tient à jour)
+
|----------------
<tshado> polo35: tu veux dire y a ce qu il faut pour linux2.6.27 ?
+
| '''Netgear''' || N150 WNA1100  || NT || NT || NT || style="background:#00ff00;" | OK || Atheros AR9271 [[Talk:USB_to_WiFi_adapter#Chipset_Atheros_AR9271 |see discussion]]
<polo35> oui
+
|----------------
  <polo35> c'est simplement un probleme propre au module, ou au kernell qui bloque le fait que celui ci veuille charger le firmware
+
| '''Linksys''' || AE1000 || NT || NT || NT || style="background:#00ff00;" | ~OK (3.7 kernel)|| Ralink RT3572
  <Artemys> polo35: comment tu sais que ça merde au chargement du firmware ?
+
|----------------
  |<-- bruno has left irc.rezosup.org (Quit: http://www.mibbit.com ajax IRC Client)
+
| '''TP-LINK''' || TL-WN823N || NT || style="background:#00ff00;" | ~OK ? (3.7+ kernel) || NT || NT || [[USB_to_WiFi_adapter#RTL8192CU|Realtek 8192CU]]
<polo35> parcque je récupere le message suivant :
+
|}
<polo35> usb 1-1.2: Could not load firmware file zd1211/zd1211b_ub. Error number -2
+
 
<polo35> zd1211rw 1-1.2:1.0: couldn't load firmware. Error number -2
+
==Ralink RT2571WF==
<tshado> polo35: ca m interesse car je voudrais aussi mettre une clé usb wifi
+
The RT2571WF Wi-Fi chipset can be found in the following devices:
<polo35> en fait, normalement ca se fait en 3 tours de main.. ya juste ce probleme qui est bloquant et j'arrive pas à le résoudre
+
* [http://www.ldlc.com/fiche/PB00023863.html D-Link DWL-G122] '''(not rev E1 !)'''
<Artemys> effectivement C flagrant
+
* D-Link WPA-110
<polo35> on m'a parlé d'une option au moment de compiler le noyau, je suis en train de regarder
+
 
<Artemys> polo35: vi /etc/hotplug
+
Drivers are included in Linux kernel > 2.6.29, but firmware must be downloaded from serialmonkey website at [http://rt2x00.serialmonkey.com/rt73-cvs-daily.tar.gz this address].
<Artemys> et tu mets ça dedans:
+
 
<Artemys> #!/bin/sh
+
===Kernel configuration===
if [ "$FIRMWARE" != "" ]; then
+
 
HOTPLUG_FW_DIR=/lib/firmware/
+
* If not already done, Wireless network must be configured by selecting these options in ''make linux-menuconfig'':
echo 1 > /sys/$DEVPATH/loading
+
<pre class="config">
  cat $HOTPLUG_FW_DIR/$FIRMWARE > /sys/$DEVPATH/data
+
  [*] Networking support  --->
  echo 0 > /sys/$DEVPATH/loading
+
    Wireless --->
fi
+
        <*> Generic IEEE 802.11 Networking Stack (mac80211)
<tshado> polo35: question ce firmware zd1211rw 1-1.2:1.0 il se trouve ou ?
+
</pre>
<Artemys> et ton firmware tu le mets dans /lib/firmware sur la carte
+
 
<polo35> ahh
+
* then, select the chipset :
<polo35> merci je vais voir ca
+
<pre class="config">
<Artemys> polo35: tu nous fileras la ref de ta clef qu'on la teste et la mette sur le wiki stp ?
+
  Device Drivers  --->
|<-- jorasse_ has left irc.rezosup.org (Quit: bye!)
+
    [*] Network device support --->
<polo35> ouais bien sur ;)
+
        Wireless LAN --->
<polo35> quand ca marche je vous fournirai toutes les infos
+
            [*] Wireless LAN (IEEE 802.11)
  <polo35> (je vous met un copier coller des options à activer lors de la compil)
+
            <M> Ralink driver support
<tshado> polo35: oui ça interessera du monde
+
            <M> Ralink rt2501/rt73 (USB) support
  <polo35> make menuconfig Networking ----> then set <M> Generic IEEE802.11 Networking Stack <M> Software MAC add-on to the IEEE 802.11 netowrking tack all other module capable IEEE 80211 items will have automatically set themselves to <M> Also check that: Device Drivers ----> Network device support ----> Wireless LAN (non-hamradio) ----> <M> ZyDAS ZD1211/ZD1211B USB-wireless support is also set to <M> Exit out and save the config
+
</pre>
<polo35> oups c'est pas tres propre désolé
+
 
  <tshado> polo35 mais tu as pas répondu à ma question .....ce firmware zd1211rw 1-1.2:1.0 il se trouve ou
+
===Wi-Fi configuration===
<tshado> tu pourrais me dire ?
+
 
<tshado> polo35: ah j'ai pigé c 'est que dans les options du menuconfig c ça ?
+
First mount the module:
  <polo35> le firmware on le trouve sur internet ;)
+
<pre class=apf>
  <polo35> sinon au moment de la compilation du noyau il faut activer les options suivantes :
+
# modprobe rt73usb
  <tshado> Artemys: polo35 lien interessant pour savoir si on a le chipset zd1211 http://doc.ubuntu-fr.org/wifi_chipset_zd1211
+
</pre>
<polo35> Networking ---->
+
 
<polo35> <M> Generic IEEE802.11 Networking Stack
+
Then copy the firmware named ''rt73.bin'' (found in Module directory of
  <polo35> <M> Software MAC add-on to the IEEE 802.11 netowrking stack
+
[http://rt2x00.serialmonkey.com/rt73-cvs-daily.tar.gz rt73-cvs] archive) in apf /lib/firmware directory. If /lib/firmware doesn't exist create it.
  <polo35> Device Drivers ----> Network device support ---->
+
 
  <polo35> <M> ZyDAS ZD1211/ZD1211B
+
<pre class=apf>
  <polo35> ok merci :)
+
  mkdir -p /lib/firmware
<Artemys> I'll be back....
+
  tftp -g -r rt73.bin <yourIP>
[INFO] You are now marked as away (User is away.). Click the nickname button or use the |/back| command to return from being away.
+
mv rt73.bin /lib/firmware
<tshado> polo35: ok merci j'ai compris ...c simple ...juste menuconfig options
+
</pre>
<tshado> polo35: mise a part ton pb
+
 
<polo35> voila
+
Your Wi-Fi module driver is ready, you can now connect the dongle and after go further with the [[WiFi|Wi-Fi configuration]].
<tshado> Artemys: polo35 encore mieux http://www.linuxwireless.org/en/users/Drivers/zd1211rw/devices#Hardwaresupported
+
 
<polo35> oué j'ai fait le tour de ces pages un peu :)
+
==Ralink RT2870==
<polo35> il y a pas mal de dongle qui sont compatibles avec le driver
+
* Activate the driver in Linux configuration (if not already done):
<jorasse> bonne soiree a tous...
+
<pre class=host>
  <--| jorasse has left #armadeus
+
$ make linux-menuconfig
<tshado> je reviens dans un moment
+
</pre>
<tshado> a+
+
* Load driver
<Artemys> alors polo35 ça marche mieux ?
+
<pre class=apf>
  <polo35> non :(
+
# modprobe rt2800_usb
<polo35> j'ai essayé de flasher avec l'option CONFIG_FW_LOADER à off
+
</pre>
  <polo35> hm pardon c CONFIG_STANDALONE
+
* Be sure to have rt2870.bin in /lib/firmware
  <Artemys> tu passes dans /sbin/hotlug quand même ?
+
 
  <polo35> dans /etc/hotplug ? avec le code que tu m'as donné ?
+
==ZyDas zd1212 chipset==
=== sbin/hotplug Unknown command
+
* Tested with SMC WUSB-G (which is in [http://www.linuxwireless.org/en/users/Drivers/zd1211rw/devices the compatibility list]).
<Artemys> /sbin/hotplug oui
+
**[http://www.ldlc.com/fiche/PB00067971.html Go here to buy this device in France (LDLC)]
<Artemys> si tu met un echo "COUCOU" > /tmp/tmp.txt
+
** Other ways to get it ?
  <polo35> oui je l'ai bien mis dans /sbin
+
 
  <Artemys> il est éxécutable ?
+
====Configure Linux====
  <polo35> j'ai fait chmod +x /sbin/hotplug
+
<pre class="host">
<polo35> donc j'aurai tendance à dire que oui :)
+
  $ make linux-menuconfig
<polo35> et quand je débranche/rebranche le dongle c'est censé executé ce bash c'est bien ca ?
+
</pre>
<Artemys> quand tu charge le driver je dirais
+
 
<polo35> ok
+
<pre class="config">
  <polo35> bon j'ai des nouveaux trucs c'est bon signe ^
+
  [*] Networking support  --->
  <polo35> modprobe zd1211rw
+
    Wireless  --->
  <polo35> usb 1-1.2: reset high speed USB device using isp1761 and address 8
+
        <*> Generic IEEE 802.11 Networking Stack (mac80211)
<polo35> zd1211rw 1-1.2:1.0: eth1
+
 
  <polo35> usbcore: registered new interface driver zd1211rw
+
  Device Drivers --->
  <polo35> # ifconfig eth1 up
+
    [*] Network device support --->
  <polo35> intr period 1 uframes,
+
        Wireless LAN --->
  <polo35> ifconfig: SIOCSIFFLAGS: Connection timed out
+
            [*] Wireless LAN (IEEE 802.11)
  <polo35> et à partir de ce moment le voyant du dongle s'éteint
+
            ...
-->| bruno (bsuarez@RZ-9d8b50f2.adsl.proxad.net) has joined #armadeus
+
            <M> ZyDAS ZD1211/ZD1211B USB-wireless support
<bruno> re bonjour,
+
            [*]  ZyDAS ZD1211 debugging
<Artemys> polo35: C mieux ;-)
+
</pre>
<bruno> les fichiers image en téléchargement sur armadeus.com sont ils compatibles aec la carte apf avec 8 M de flash
+
 
<Artemys> bruno: oui toujours
+
<pre class="host">
<polo35> maintenant j'ai USB control request for firmware upload failed. Error number -110
+
  $ make linux && make
 +
</pre>
 +
 
 +
Reinstall your system.
 +
 
 +
====Get firmware====
 +
* http://zd1211.ath.cx/get-firmware
 +
* copy the archive to your TFTP export directory
 +
 
 +
====Install firmware on your APF====
 +
<pre class=apf>
 +
# mkdir -p /lib/firmware/
 +
# cd /lib/firmware/
 +
# tftp -g -r zd1211-firmware-1.4.tar.bz2 192.168.0.17
 +
# bunzip2 zd1211-firmware-1.4.tar.bz2
 +
# tar xf zd1211-firmware-1.4.tar
 +
# mv zd1211-firmware zd1211
 +
</pre>
 +
 
 +
====Connect your USB adapter====
 +
<pre class=apf>
 +
usb 1-1: new high speed USB device using mxc-ehci and address 2
 +
usb 1-1: configuration #1 chosen from 1 choice
 +
usb 1-1: New USB device found, idVendor=083a, idProduct=4505
 +
usb 1-1: New USB device strings: Mfr=16, Product=32, SerialNumber=0
 +
usb 1-1: Product: USB2.0 WLAN
 +
usb 1-1: Manufacturer: SMC
 +
</pre>
 +
 
 +
====Launch driver====
 +
<pre class=apf>
 +
# modprobe zd1211rw
 +
usb 1-1: reset high speed USB device using mxc-ehci and address 2
 +
  zd1211rw 1-1:1.0: phy0
 +
  usbcore: registered new interface driver zd1211rw
 +
   
 +
# ifconfig wlan0 up
 +
firmware: requesting zd1211/zd1211b_ub
 +
firmware: requesting zd1211/zd1211b_uphr
 +
</pre>
 +
 
 +
==Realtek rtl8187==
 +
[http://www.linuxwireless.org/en/users/Drivers/rtl8187 Compatibility list] <br>
 +
Tested devices:
 +
* Netgear WG111v3
 +
 
 +
===Configure Linux===
 +
<pre class="host">
 +
  $ make linux-menuconfig
 +
</pre>
 +
 
 +
<pre class="config">
 +
  Device Drivers --->
 +
    [*] Network device support --->
 +
        Wireless LAN --->
 +
            [*] Wireless LAN (IEEE 802.11)
 +
            ...
 +
            <M>   Realtek 8187 and 8187B USB support
 +
</pre>
 +
 
 +
<pre class="host">
 +
  $ make linux && make
 +
</pre>
 +
 
 +
===Launch driver===
 +
<pre class=apf>
 +
# modprobe rtl8187
 +
cfg80211: Calling CRDA to update world regulatory domain
 +
ieee80211 phy0: hwaddr 00:22:3f:df:2c:04, RTL8187BvE V0 + rtl8225z2, rfkill mask 2
 +
rtl8187: wireless switch is on
 +
usbcore: registered new interface driver rtl8187
 +
 
 +
# ifconfig wlan0 up
 +
ADDRCONF(NETDEV_UP): wlan0: link is not ready
 +
</pre>
 +
 
 +
== Chipset RTL8188CUS ==
 +
 
 +
Thanks to Sly for this contribution.
 +
 
 +
Here are the details for the RTL8188CUS driver for the APF28.
 +
 
 +
===Build procedure===
 +
Build the driver for chip RTL8188CUS from source rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622 .
 +
You can get the driver here (chose RTL8188CUS) :
 +
[http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true]
 +
 
 +
Add those option in the makefile :
 +
<pre class="host">
 +
- change line 39 :
 +
CONFIG_PLATFORM_I386_PC = n
 +
- add line 40 :
 +
CONFIG_PLATFORM_ARM_ARMADEUS = y
 +
 
 +
- Near line 261 add:
 +
ifeq ($(CONFIG_PLATFORM_ARM_ARMADEUS), y)
 +
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_WEXT_PRIV
 +
ARCH := arm
 +
CROSS_COMPILE := /path-to-your/armadeus/buildroot/output/host/usr/bin/arm-linux-
 +
KVER  := 2.6.35.3
 +
KSRC ?= /path-to-your/armadeus/buildroot/output/build/linux-2.6.35.3
 +
endif
 +
</pre>
 +
 
 +
finally copy the driver to the target directory :
 +
<pre class="host">
 +
cp 8192cu.ko /path-to-your/armadeus/buildroot/output/target/lib/modules/2.6.35.3\+/kernel/drivers/net/wireless/
 +
</pre>
 +
 
 +
Rebuild your armadeus roots and reprogram your board:
 +
<pre class="host">
 +
cd /path-to-your-armadeus-directory
 +
make
 +
cp build root/output/images/* /tftpboot
 +
</pre>
 +
 
 +
===Launch driver===
 +
<pre class=apf>
 +
# insmod /lib/modules/2.6.35.3\+/kernel/drivers/net/wireless/8192cu.ko
 +
rtw driver version=v3.4.3_4369.20120622
 +
Build at: Oct 15 2012 14:47:14
 +
register rtw_netdev_ops to netdev_ops
 +
CHIP TYPE: RTL8188C_8192C
 +
...
 +
 
 +
# ifconfig wlan0 up
 +
+871x_drv - drv_open, bup=0
 +
  ===> FirmwareDownload91C() fw:Rtl819XFwImageArray_TSMC
 +
FirmwareDownload92C accquire FW from embedded image
 +
...
 +
MAC Address = 78:44:76:95:96:76
 +
-871x_drv - drv_open, bup=1
 +
ADDRCONF(NETDEV_UP): wlan0: link is not ready
 +
</pre>
 +
 
 +
==RTL8712U==
 +
* [http://wiki.debian.org/rtl819x#r8712u Compatibility List]
 +
* Tested devices:
 +
** D-LINK DWA-131
 +
 
 +
===Configure Linux===
 +
* If not already done:
 +
 
 +
<pre class="host">
 +
$ make linux-menuconfig
 +
</pre>
 +
 
 +
<pre class="config">
 +
    Device Drivers --->
 +
        [*] Staging drivers  --->
 +
            <M>   RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver
 +
</pre>
 +
* rebuild and reflash Linux image
 +
 
 +
===Configure Buildroot===
 +
* Only on recent Buildroot, otherwise get the firmware manually from linux-firmware git repository.
 +
 
 +
<pre class="host">
 +
$ make menuconfig
 +
</pre>
 +
 
 +
<pre class="config">
 +
Package Selection for the target --->
 +
    Hardware handling --->
 +
        Misc devices firmwares --->
 +
            [*] linux-firmware
 +
                WiFi firmwares  --->
 +
                    ...
 +
                    [*] Realtek 8712
 +
</pre>
 +
 
 +
* rebuild and reflash rootfs image
 +
 
 +
<pre class="apf">
 +
# modprobe r8712u
 +
[  22.563440] r8712u: module is from the staging directory, the quality is unknown, you have been warned.
 +
[  22.583039] r8712u: Staging version
 +
[  22.586760] r8712u: register rtl8712_netdev_ops to netdev_ops
 +
[  22.603628] r8712u: USB_SPEED_HIGH with 4 endpoints
 +
[  22.611685] r8712u: Boot from EFUSE: Autoload OK
 +
[  23.714020] r8712u: CustomerID = 0x0000
 +
[  23.717967] r8712u: MAC Address from efuse = cc:b2:55:c6:67:1d
 +
[  23.725866] r8712u: Loading firmware from "rtlwifi/rtl8712u.bin"
 +
[  23.739712] usbcore: registered new interface driver r8712u
 +
 
 +
# ifconfig wlan0 up
 +
[  62.320936] r8712u: 1 RCR=0x153f00e
 +
[  62.325542] r8712u: 2 RCR=0x553f00e
 +
[  62.440908] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
 +
 
 +
# iwlist wlan0 scan
 +
wlan0    Scan completed :
 +
          Cell 01 - Address: 00:17:33:1C:91:E6
 +
                    ESSID:"SFR WiFi Public"
 +
                    Protocol:IEEE 802.11bg
 +
                    Mode:Master
 +
                    Frequency:2.462 GHz (Channel 11)
 +
                    Encryption key:off
 +
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
 +
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
 +
                              12 Mb/s; 48 Mb/s
 +
                    Signal level=82/100  
 +
.....
 +
</pre>
 +
 
 +
==RTL8192CU==
 +
* [http://wiki.debian.org/rtl819x#r8192cu Compatibility List]
 +
* Tested devices:
 +
** TP-Link TL-WN823N
 +
 
 +
===Configure Linux===
 +
* If not already done:
 +
 
 +
<pre class="host">
 +
$ make linux-menuconfig
 +
</pre>
 +
 
 +
<pre class="config">
 +
    Device Drivers --->
 +
        [*] Network device support --->
 +
            [*]  Wireless LAN --->
 +
            <M>   Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter
 +
</pre>
 +
* rebuild and reflash Linux image
 +
 
 +
===Configure Buildroot===
 +
* Only on recent Buildroot, otherwise get the firmware manually from linux-firmware git repository.
 +
 
 +
<pre class="host">
 +
$ make menuconfig
 +
</pre>
 +
 
 +
<pre class="config">
 +
Package Selection for the target --->
 +
    Hardware handling --->
 +
        Misc devices firmwares --->  
 +
            [*] linux-firmware
 +
                WiFi firmwares  --->
 +
                    ...
 +
                    [*] Realtek 8192
 +
</pre>
 +
 
 +
* rebuild and reflash rootfs image
 +
 
 +
* then plug the USB dongle and load the corresponding driver:
 +
<pre class="apf">
 +
# modprobe rtl8192cu
 +
[  180.151881] cfg80211: Calling CRDA to update world regulatory domain
 +
[  180.462064] rtl8192cu: Chip version 0x11
 +
[  180.642278] rtl8192cu: MAC address: 64:70:02:17:84:9a
 +
[  180.647469] rtl8192cu: Board Type 0
 +
[  180.653125] rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1
 +
[ 180.659369] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw.bin
 +
[  180.673783] usbcore: registered new interface driver rtl8192cu
 +
[ 180.833248] rtlwifi: wireless switch is on
 +
 
 +
# ifconfig wlan0 up
 +
[ 257.824955] rtl8192cu: MAC auto ON okay!
 +
[ 257.896107] rtl8192cu: Tx queue select: 0x05
 +
[ 258.348956] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
 +
 
 +
# iw dev wlan0 scan
 +
BSS f4:ca:e5:c4:bc:35(on wlan0)
 +
        TSF: 2389267669750 usec (27d, 15:41:07)
 +
        freq: 2417
 +
        beacon interval: 96 TUs
 +
        capability: ESS ShortSlotTime (0x0401)
 +
        signal: -35.00 dBm
 +
        last seen: 650 ms ago
 +
        Information elements from Probe Response frame:
 +
        SSID: FreeWifi
 +
        Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
 +
        DS Parameter set: channel 2
 +
        ERP: Barker_Preamble_Mode
 +
        Extended supported rates: 24.0 36.0 48.0 54.0
 +
.....
 +
</pre>
 +
 
 +
==To go further==
 +
* [[WiFi| Configure your Wi-Fi network interface]]
 +
* [[Links | Browse the net (in text mode) from your terminal]]
 +
 
 +
==Links==
 +
* https://wireless.wiki.kernel.org/
 +
* [https://wireless.wiki.kernel.org/en/users/drivers/zd1211rw zd1211 driver on linuxwireless.org]
  
 
[[Category:Network]]
 
[[Category:Network]]
 
[[Category:WiFi]]
 
[[Category:WiFi]]
 
[[Category:USB]]
 
[[Category:USB]]

Latest revision as of 19:05, 26 February 2018

How-to use USB to Wi-Fi adapters on your APF boards.

Prerequesities

Note Note: You have to be sure that Wireless Tools are installed on your rootfs before going further.


Tested hardware

Constructor Model Status Chipset
APF9328 APF27 APF51 APF28
D-Link DWL-G122 (not rev E1 !) OK OK NT NT Ralink RT2571WF
WPA-110 OK OK NT NT
DWA-131 (rev. A1) NT ~OK (3.7 kernel) NT ~OK (3.7 kernel) Realtek RTL8192U
DWA-140 NT NT NT KO Ralink RT2870
SMC WUSB-G NT OK NT NT ZyDas zd1212
Realtek RTL8188CUS NT NT NT OK RTL8188CUS see discussion
Netgear N150 WNA1100 NT NT NT OK Atheros AR9271 see discussion
Linksys AE1000 NT NT NT ~OK (3.7 kernel) Ralink RT3572
TP-LINK TL-WN823N NT ~OK ? (3.7+ kernel) NT NT Realtek 8192CU

Ralink RT2571WF

The RT2571WF Wi-Fi chipset can be found in the following devices:

Drivers are included in Linux kernel > 2.6.29, but firmware must be downloaded from serialmonkey website at this address.

Kernel configuration

  • If not already done, Wireless network must be configured by selecting these options in make linux-menuconfig:
 [*] Networking support  --->
    Wireless  --->
        <*> Generic IEEE 802.11 Networking Stack (mac80211)
  • then, select the chipset :
 Device Drivers  --->
    [*] Network device support  --->
        Wireless LAN  --->
            [*] Wireless LAN (IEEE 802.11)
            <M> Ralink driver support
            <M> Ralink rt2501/rt73 (USB) support

Wi-Fi configuration

First mount the module:

# modprobe rt73usb

Then copy the firmware named rt73.bin (found in Module directory of rt73-cvs archive) in apf /lib/firmware directory. If /lib/firmware doesn't exist create it.

 mkdir -p /lib/firmware
 tftp -g -r rt73.bin <yourIP>
 mv rt73.bin /lib/firmware

Your Wi-Fi module driver is ready, you can now connect the dongle and after go further with the Wi-Fi configuration.

Ralink RT2870

  • Activate the driver in Linux configuration (if not already done):
$ make linux-menuconfig
  • Load driver
# modprobe rt2800_usb
  • Be sure to have rt2870.bin in /lib/firmware

ZyDas zd1212 chipset

Configure Linux

 $ make linux-menuconfig
 [*] Networking support  --->
    Wireless  --->
        <*> Generic IEEE 802.11 Networking Stack (mac80211)

 Device Drivers  --->
     [*] Network device support  --->
         Wireless LAN  --->
             [*] Wireless LAN (IEEE 802.11)
             ...
             <M> ZyDAS ZD1211/ZD1211B USB-wireless support
             [*]   ZyDAS ZD1211 debugging
 $ make linux && make

Reinstall your system.

Get firmware

Install firmware on your APF

 # mkdir -p /lib/firmware/
 # cd /lib/firmware/
 # tftp -g -r zd1211-firmware-1.4.tar.bz2 192.168.0.17
 # bunzip2 zd1211-firmware-1.4.tar.bz2
 # tar xf zd1211-firmware-1.4.tar
 # mv zd1211-firmware zd1211

Connect your USB adapter

usb 1-1: new high speed USB device using mxc-ehci and address 2
usb 1-1: configuration #1 chosen from 1 choice
usb 1-1: New USB device found, idVendor=083a, idProduct=4505
usb 1-1: New USB device strings: Mfr=16, Product=32, SerialNumber=0
usb 1-1: Product: USB2.0 WLAN
usb 1-1: Manufacturer: SMC

Launch driver

 # modprobe zd1211rw
 usb 1-1: reset high speed USB device using mxc-ehci and address 2
 zd1211rw 1-1:1.0: phy0
 usbcore: registered new interface driver zd1211rw
 
 # ifconfig wlan0 up
 firmware: requesting zd1211/zd1211b_ub
 firmware: requesting zd1211/zd1211b_uphr

Realtek rtl8187

Compatibility list
Tested devices:

  • Netgear WG111v3

Configure Linux

 $ make linux-menuconfig
 Device Drivers  --->
     [*] Network device support  --->
         Wireless LAN  --->
             [*] Wireless LAN (IEEE 802.11)
             ...
             <M>   Realtek 8187 and 8187B USB support
 $ make linux && make

Launch driver

# modprobe rtl8187
cfg80211: Calling CRDA to update world regulatory domain
ieee80211 phy0: hwaddr 00:22:3f:df:2c:04, RTL8187BvE V0 + rtl8225z2, rfkill mask 2
rtl8187: wireless switch is on
usbcore: registered new interface driver rtl8187

# ifconfig wlan0 up
ADDRCONF(NETDEV_UP): wlan0: link is not ready

Chipset RTL8188CUS

Thanks to Sly for this contribution.

Here are the details for the RTL8188CUS driver for the APF28.

Build procedure

Build the driver for chip RTL8188CUS from source rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622 . You can get the driver here (chose RTL8188CUS) : [1]

Add those option in the makefile :

- change line 39 :
CONFIG_PLATFORM_I386_PC = n
- add line 40 :
CONFIG_PLATFORM_ARM_ARMADEUS = y

- Near line 261 add:
ifeq ($(CONFIG_PLATFORM_ARM_ARMADEUS), y)
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_WEXT_PRIV
ARCH := arm
CROSS_COMPILE := /path-to-your/armadeus/buildroot/output/host/usr/bin/arm-linux-
KVER  := 2.6.35.3
KSRC ?= /path-to-your/armadeus/buildroot/output/build/linux-2.6.35.3
endif

finally copy the driver to the target directory :

cp 8192cu.ko /path-to-your/armadeus/buildroot/output/target/lib/modules/2.6.35.3\+/kernel/drivers/net/wireless/

Rebuild your armadeus roots and reprogram your board:

cd /path-to-your-armadeus-directory
make
cp build root/output/images/* /tftpboot

Launch driver

# insmod /lib/modules/2.6.35.3\+/kernel/drivers/net/wireless/8192cu.ko
rtw driver version=v3.4.3_4369.20120622 
Build at: Oct 15 2012 14:47:14
register rtw_netdev_ops to netdev_ops
CHIP TYPE: RTL8188C_8192C
...

# ifconfig wlan0 up
+871x_drv - drv_open, bup=0
 ===> FirmwareDownload91C() fw:Rtl819XFwImageArray_TSMC
FirmwareDownload92C accquire FW from embedded image
...
MAC Address = 78:44:76:95:96:76
-871x_drv - drv_open, bup=1
ADDRCONF(NETDEV_UP): wlan0: link is not ready

RTL8712U

Configure Linux

  • If not already done:
$ make linux-menuconfig
    Device Drivers  --->
        [*] Staging drivers  --->
            <M>   RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver
  • rebuild and reflash Linux image

Configure Buildroot

  • Only on recent Buildroot, otherwise get the firmware manually from linux-firmware git repository.
$ make menuconfig
Package Selection for the target  --->
    Hardware handling  --->
        Misc devices firmwares  ---> 
            [*] linux-firmware
                WiFi firmwares  --->
                    ...
                    [*] Realtek 8712
  • rebuild and reflash rootfs image
# modprobe r8712u
[   22.563440] r8712u: module is from the staging directory, the quality is unknown, you have been warned.
[   22.583039] r8712u: Staging version
[   22.586760] r8712u: register rtl8712_netdev_ops to netdev_ops
[   22.603628] r8712u: USB_SPEED_HIGH with 4 endpoints
[   22.611685] r8712u: Boot from EFUSE: Autoload OK
[   23.714020] r8712u: CustomerID = 0x0000
[   23.717967] r8712u: MAC Address from efuse = cc:b2:55:c6:67:1d
[   23.725866] r8712u: Loading firmware from "rtlwifi/rtl8712u.bin"
[   23.739712] usbcore: registered new interface driver r8712u

# ifconfig wlan0 up
[   62.320936] r8712u: 1 RCR=0x153f00e
[   62.325542] r8712u: 2 RCR=0x553f00e
[   62.440908] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

# iwlist wlan0 scan
wlan0     Scan completed :
          Cell 01 - Address: 00:17:33:1C:91:E6
                    ESSID:"SFR WiFi Public"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    Encryption key:off
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Signal level=82/100  
.....

RTL8192CU

Configure Linux

  • If not already done:
$ make linux-menuconfig
    Device Drivers  --->
        [*] Network device support  --->
            [*]   Wireless LAN  --->
            <M>   Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter
  • rebuild and reflash Linux image

Configure Buildroot

  • Only on recent Buildroot, otherwise get the firmware manually from linux-firmware git repository.
$ make menuconfig
Package Selection for the target  --->
    Hardware handling  --->
        Misc devices firmwares  ---> 
            [*] linux-firmware
                WiFi firmwares  --->
                    ...
                    [*] Realtek 8192
  • rebuild and reflash rootfs image
  • then plug the USB dongle and load the corresponding driver:
# modprobe rtl8192cu
[  180.151881] cfg80211: Calling CRDA to update world regulatory domain
[  180.462064] rtl8192cu: Chip version 0x11
[  180.642278] rtl8192cu: MAC address: 64:70:02:17:84:9a
[  180.647469] rtl8192cu: Board Type 0
[  180.653125] rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1
[  180.659369] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw.bin
[  180.673783] usbcore: registered new interface driver rtl8192cu
[  180.833248] rtlwifi: wireless switch is on

# ifconfig wlan0 up
[  257.824955] rtl8192cu: MAC auto ON okay!
[  257.896107] rtl8192cu: Tx queue select: 0x05
[  258.348956] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

# iw dev wlan0 scan
BSS f4:ca:e5:c4:bc:35(on wlan0)
        TSF: 2389267669750 usec (27d, 15:41:07)
        freq: 2417
        beacon interval: 96 TUs
        capability: ESS ShortSlotTime (0x0401)
        signal: -35.00 dBm
        last seen: 650 ms ago
        Information elements from Probe Response frame:
        SSID: FreeWifi
        Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 
        DS Parameter set: channel 2
        ERP: Barker_Preamble_Mode
        Extended supported rates: 24.0 36.0 48.0 54.0 
.....

To go further

Links