Using Planex GW-450D on Raspberry Pi 2 (self-compiling)
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
]
Start:
[[labs.beatcraft.com]]~
[[Raspberry Pi]]~
[[Raspbian]]~
#contents
* Using Planex GW-450D on Raspberry Pi 2 (self-compiling)...
>
This article explains how to connect [[11ac Planex GW-450...
~
To follow the directions, which are described in [[Raspbe...
~
** Obtaining the source code [#n0633bb2]
>
Obtain the source code of driver from the site of [[plane...
To download the source code of driver, you need to agree ...
** Unzipping (Extraction) [#a14c0541]
>
Unzip the source code archive.~
Because the source code of driver has been compressed twi...
pi@raspberrypi ~ $ cd src/
pi@raspberrypi ~/src $ unzip gw-450d_driver_linux_v3002....
pi@raspberrypi ~/src $ mv gw- 450d_driver_linux_v3002/mt...
pi@raspberrypi ~/src $ tar xvf mt7610u_wifi_sta_v3002_dp...
pi@raspberrypi ~/src $ cd mt7610u_wifi_sta_v3002_dpo_201...
** patch [#tfd3b83f]
>
Please add a patch. The patch is listed at the [[website:...
pi@raspberrypi ~/src/mt7610u_wifi_sta_v3002_dpo_20130916...
pi@raspberrypi ~/src/mt7610u_wifi_sta_v3002_dpo_20130916...
patching file common/rtusb_dev_id.c
patching file include/os/rt_linux.h
patching file os/linux/config.mk
patching file os/linux/rt_linux.c
patching file sta/sta_cfg.c
patching file common/cmm_info.c
**Build [#e7e733a0]
>
Let's start the build process.~
As the build process is completed, m7650u_sta.ko is gener...
pi@raspberrypi ~/src/mt7610u_wifi_sta_v3002_dpo_20130916...
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
~~ Skipping ~~
Building modules, stage 2.
MODPOST 1 modules
CC /home/pi/src/mt7610u_wifi_sta_v3002_dpo_201309...
LD [M] /home/pi/src/mt7610u_wifi_sta_v3002_dpo_201309...
make[1]: Leaving directory '/usr/src/linux'
cp -f /home/pi/src/mt7610u_wifi_sta_v3002_dpo_20130916/o...
real 7m18.044s
user 6m45.910s
sys 0m20.800s
~
The size of module is 18M.~
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
-rw-r--r-- 1 root root 18M Nov 5 20:12 os/linux/mt7650u...
** Installation [#rac50ea1]
>
Do not apply the command of make install. Please copy it ...
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
**Placing configuration file [#nc0322b1]
>
Create a directory where the configuration file is stored...
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
** Checking load [#x82e4bc9]
>
As kernel module is installed and GW-450D is inserted to ...
root@raspberrypi:~# lsmod
Module Size Used by
cfg80211 410393 0
rfkill 15913 1 cfg80211
mt7650u_sta 906627 1
bcm2835_gpiomem 2860 0
uio_pdrv_genirq 2924 0
uio 7784 1 uio_pdrv_genirq
i2c_dev 5610 0
snd_bcm2835 19808 3
snd_pcm 73405 1 snd_bcm2835
snd_timer 17657 1 snd_pcm
snd 50337 9 snd_bcm2835,snd_timer,sn...
fuse 79934 3
ipv6 336324 34
>
root@raspberrypi:~# iwconfig
ra0 Ralink STA ESSID:"" Nickname:"MT7610U_STA"
Mode:Auto Frequency=2.412 GHz Access Point: ...
Bit Rate:1 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=10/100 Signal level:0 dBm Noise...
Rx invalid nwid:0 Rx invalid crypt:0 Rx inva...
Tx excessive retries:0 Invalid misc:0 Misse...
lo no wireless extensions.
eth0 no wireless extensions.
**Configuring network [#p748e913]
>
Create a configuration item, ra0, below wlan0, which is l...
# vi /etc/network/interfaces
(Please provide the information)
allow-hotplug ra0
auto ra0
iface ra0 inet manual
wpa-ssid "your-ssid"
wpa-psk "your-passwd"
**Editing the configuration file [#wf90ab69]
>
wpa_supplicant automatically configures the settings of a...
SSID=
AuthMode=WPA2PSK
EncrypType=TKIP
~
SSID is kept empty since it is configured at the network ...
The values, which AuthMode can configure, are: WEPAUTO, O...
The values, which EncrypType can configure, are: NONE, WE...
~
The details of configurable values of other configuration...
**Rebooting [#la663bba]
>
As the configuration is completed and the system is reboo...
root@raspberrypi:~# ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:c2:87:00
inet addr:192.168.0.145 Bcast:192.168.0.255 ...
inet6 addr: fe80::ba27:ebff:fec2:8700/64 Scope...
UP BROADCAST RUNNING MULTICAST MTU:1500 Metr...
RX packets:70510 errors:0 dropped:10715 overru...
TX packets:5921 errors:0 dropped:0 overruns:0 ...
collisions:0 txqueuelen:1000
RX bytes:12997010 (12.3 MiB) TX bytes:927393 ...
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 fra...
TX packets:8 errors:0 dropped:0 overruns:0 car...
collisions:0 txqueuelen:0
RX bytes:1104 (1.0 KiB) TX bytes:1104 (1.0 KiB)
ra0 Link encap:Ethernet HWaddr 00:22:cf:ed:11:cd
inet addr:192.168.0.152 Bcast:192.168.0.255 ...
inet6 addr: fe80::1fef:b53:2e47:12de/64 Scope:...
UP BROADCAST RUNNING MULTICAST MTU:1500 Metr...
RX packets:237874 errors:0 dropped:8164 overru...
TX packets:1756 errors:0 dropped:0 overruns:0 ...
collisions:0 txqueuelen:1000
RX bytes:46173923 (44.0 MiB) TX bytes:117107 ...
>
root@raspberrypi:~# iwconfig
ra0 Ralink STA ESSID:"Beatcraft2" Nickname:"MT76...
Mode:Managed Frequency=2.442 GHz Access Poin...
Bit Rate=54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:00D4-3E01-8CE2-6AE9-69D8-32D7-9...
Link Quality=98/100 Signal level:-46 dBm Noi...
Rx invalid nwid:0 Rx invalid crypt:0 Rx inva...
Tx excessive retries:0 Invalid misc:0 Misse...
lo no wireless extensions.
eth0 no wireless extensions.
**Troubleshooting [#a123b842]
>
As the connection is failed, please check the status by a...
As the connection is successfully established, the log sh...
Oct 16 19:15:08 raspberrypi kernel: [ 14.122857] cfg80...
Oct 16 19:15:08 raspberrypi wpa_supplicant[480]: ra0: WP...
Oct 16 19:15:08 raspberrypi wpa_supplicant[480]: ra0: CT...
Oct 16 19:15:08 raspberrypi dhcpcd[591]: ra0: carrier ac...
Oct 16 19:15:08 raspberrypi dhcpcd[551]: dhcpcd[591]: ra...
Oct 16 19:15:08 raspberrypi dhcpcd[591]: ra0: IAID cf:ed...
Oct 16 19:15:08 raspberrypi dhcpcd[551]: dhcpcd[591]: ra...
Oct 16 19:15:08 raspberrypi dhcpcd[591]: ra0: rebinding ...
Oct 16 19:15:08 raspberrypi dhcpcd[551]: dhcpcd[591]: ra...
Oct 29 19:15:08 raspberrypi dhcpcd[591]: ra0: soliciting...
Oct 29 19:15:08 raspberrypi dhcpcd[551]: dhcpcd[591]: ra...
~
To find out the causes of failure, first, erase the items...
~
If the authentication process fails at wpa_supplicant, cr...
root@raspberrypi:~# wpa_passphrase your-ssid your-passwd...
~
Please add the configuration of authentication method and...
network={
proto=RSN
key_mgmt=WPA-PSK
pairwise=TKIP
ssid="your-ssid"
#psk="your-passwd"
psk=bfc743cad6d376b47075c9f336e03c7e852e11ba2223...
}
~
Adding the information mentioned above to the configurati...
root@raspberrypi:~# wpa_supplicant -D nl80211,wext -i ra...
~~ Skipping ~~
ra0: State: COMPLETED -> GROUP_HANDSHAKE
WPA: Group Key - hexdump(len=32): [REMOVED]
ra0: WPA: Installing GTK to the driver (keyidx=1 tx=0 le...
WPA: RSC - hexdump(len=6): 0f 11 00 00 00 00
wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_le...
ra0: WPA: Sending EAPOL-Key 2/2
WPA: KCK - hexdump(len=16): [REMOVED]
WPA: Derived Key MIC - hexdump(len=16): a0 9a 5f e1 4b c...
ra0: WPA: Group rekeying completed with 00:3a:9d:91:93:b...
ra0: Cancelling authentication timeout
ra0: State: GROUP_HANDSHAKE -> COMPLETED
EAPOL: startWhen --> 0
EAPOL: disable timer tick
~
If this authentication process is successfully completed,...
As the setting-up of configuration file is completed, app...
root@raspberrypi:~# wpa_supplicant -D nl80211,wext -i ra...
~
If dhcpcd is running, IP address may already be obtained....
root@raspberrypi:~# /etc/init.d/dhcpcd status
● dhcpcd.service - LSB: IPv4 DHCP client with IPv4...
Loaded: loaded (/etc/init.d/dhcpcd)
Active: active (running) since Thu 2015-10-16 20:48:5...
Process: 2896 ExecStop=/etc/init.d/dhcpcd stop (code=e...
Process: 3000 ExecStart=/etc/init.d/dhcpcd start (code...
CGroup: /system.slice/dhcpcd.service
mq3024 /sbin/dhcpcd
Oct 16 20:48:57 raspberrypi dhcpcd[3000]: dhcpcd[3005]: ...
Oct 16 20:48:57 raspberrypi dhcpcd[3005]: forked to back...
Oct 16 20:48:57 raspberrypi systemd[1]: Started LSB: IPv...
Oct 16 20:48:57 raspberrypi dhcpcd[3024]: ra0: rebinding...
Oct 16 20:48:57 raspberrypi dhcpcd[3024]: ra0: solicitin...
Oct 16 20:49:02 raspberrypi dhcpcd[3024]: ra0: leased 19...
Oct 16 20:49:02 raspberrypi dhcpcd[3024]: ra0: adding ro...
Oct 16 20:49:02 raspberrypi dhcpcd[3024]: ra0: adding de...
Oct 16 20:49:09 raspberrypi dhcpcd[3024]: eth0: no IPv6 ...
Oct 16 20:49:09 raspberrypi dhcpcd[3024]: ra0: no IPv6 R...
Hint: Some lines were ellipsized, use -l to show in full.
~
If IP address is not obtained, please execute dhclient at...
root@raspberrypi:~# dhclient -d ra0
Internet Systems Consortium DHCP Client 4.3.1
Copyright 2004-2014 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/ra0/00:22:cf:ed:11:cd
Sending on LPF/ra0/00:22:cf:ed:11:cd
Sending on Socket/fallback
DHCPREQUEST on ra0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.254
bound to 192.168.0.158 -- renewal in 18949 seconds.
If IP address is successfully obtained, the log shown abo...
** Reference [#z0fae66a]
>
-Refer to the article [[Let GW-450D, a5GHz-support WiFi d...
-[[Rebuild kernel of Raspberry Pi 2 and use GW-450D on it...
-[[Use GW-450D (a 802.11ac support Wireless LAN Dongle) o...
-[[As RASPBERRY Pi 2 boots, spontaneously start GW-450D o...
*Revision History [#f6a80772]
>
- 2016-02-16 This article is initially published.
End:
[[labs.beatcraft.com]]~
[[Raspberry Pi]]~
[[Raspbian]]~
#contents
* Using Planex GW-450D on Raspberry Pi 2 (self-compiling)...
>
This article explains how to connect [[11ac Planex GW-450...
~
To follow the directions, which are described in [[Raspbe...
~
** Obtaining the source code [#n0633bb2]
>
Obtain the source code of driver from the site of [[plane...
To download the source code of driver, you need to agree ...
** Unzipping (Extraction) [#a14c0541]
>
Unzip the source code archive.~
Because the source code of driver has been compressed twi...
pi@raspberrypi ~ $ cd src/
pi@raspberrypi ~/src $ unzip gw-450d_driver_linux_v3002....
pi@raspberrypi ~/src $ mv gw- 450d_driver_linux_v3002/mt...
pi@raspberrypi ~/src $ tar xvf mt7610u_wifi_sta_v3002_dp...
pi@raspberrypi ~/src $ cd mt7610u_wifi_sta_v3002_dpo_201...
** patch [#tfd3b83f]
>
Please add a patch. The patch is listed at the [[website:...
pi@raspberrypi ~/src/mt7610u_wifi_sta_v3002_dpo_20130916...
pi@raspberrypi ~/src/mt7610u_wifi_sta_v3002_dpo_20130916...
patching file common/rtusb_dev_id.c
patching file include/os/rt_linux.h
patching file os/linux/config.mk
patching file os/linux/rt_linux.c
patching file sta/sta_cfg.c
patching file common/cmm_info.c
**Build [#e7e733a0]
>
Let's start the build process.~
As the build process is completed, m7650u_sta.ko is gener...
pi@raspberrypi ~/src/mt7610u_wifi_sta_v3002_dpo_20130916...
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
~~ Skipping ~~
Building modules, stage 2.
MODPOST 1 modules
CC /home/pi/src/mt7610u_wifi_sta_v3002_dpo_201309...
LD [M] /home/pi/src/mt7610u_wifi_sta_v3002_dpo_201309...
make[1]: Leaving directory '/usr/src/linux'
cp -f /home/pi/src/mt7610u_wifi_sta_v3002_dpo_20130916/o...
real 7m18.044s
user 6m45.910s
sys 0m20.800s
~
The size of module is 18M.~
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
-rw-r--r-- 1 root root 18M Nov 5 20:12 os/linux/mt7650u...
** Installation [#rac50ea1]
>
Do not apply the command of make install. Please copy it ...
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
**Placing configuration file [#nc0322b1]
>
Create a directory where the configuration file is stored...
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
root@raspberrypi:/home/pi/src/mt7610u_wifi_sta_v3002_dpo...
** Checking load [#x82e4bc9]
>
As kernel module is installed and GW-450D is inserted to ...
root@raspberrypi:~# lsmod
Module Size Used by
cfg80211 410393 0
rfkill 15913 1 cfg80211
mt7650u_sta 906627 1
bcm2835_gpiomem 2860 0
uio_pdrv_genirq 2924 0
uio 7784 1 uio_pdrv_genirq
i2c_dev 5610 0
snd_bcm2835 19808 3
snd_pcm 73405 1 snd_bcm2835
snd_timer 17657 1 snd_pcm
snd 50337 9 snd_bcm2835,snd_timer,sn...
fuse 79934 3
ipv6 336324 34
>
root@raspberrypi:~# iwconfig
ra0 Ralink STA ESSID:"" Nickname:"MT7610U_STA"
Mode:Auto Frequency=2.412 GHz Access Point: ...
Bit Rate:1 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=10/100 Signal level:0 dBm Noise...
Rx invalid nwid:0 Rx invalid crypt:0 Rx inva...
Tx excessive retries:0 Invalid misc:0 Misse...
lo no wireless extensions.
eth0 no wireless extensions.
**Configuring network [#p748e913]
>
Create a configuration item, ra0, below wlan0, which is l...
# vi /etc/network/interfaces
(Please provide the information)
allow-hotplug ra0
auto ra0
iface ra0 inet manual
wpa-ssid "your-ssid"
wpa-psk "your-passwd"
**Editing the configuration file [#wf90ab69]
>
wpa_supplicant automatically configures the settings of a...
SSID=
AuthMode=WPA2PSK
EncrypType=TKIP
~
SSID is kept empty since it is configured at the network ...
The values, which AuthMode can configure, are: WEPAUTO, O...
The values, which EncrypType can configure, are: NONE, WE...
~
The details of configurable values of other configuration...
**Rebooting [#la663bba]
>
As the configuration is completed and the system is reboo...
root@raspberrypi:~# ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:c2:87:00
inet addr:192.168.0.145 Bcast:192.168.0.255 ...
inet6 addr: fe80::ba27:ebff:fec2:8700/64 Scope...
UP BROADCAST RUNNING MULTICAST MTU:1500 Metr...
RX packets:70510 errors:0 dropped:10715 overru...
TX packets:5921 errors:0 dropped:0 overruns:0 ...
collisions:0 txqueuelen:1000
RX bytes:12997010 (12.3 MiB) TX bytes:927393 ...
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 fra...
TX packets:8 errors:0 dropped:0 overruns:0 car...
collisions:0 txqueuelen:0
RX bytes:1104 (1.0 KiB) TX bytes:1104 (1.0 KiB)
ra0 Link encap:Ethernet HWaddr 00:22:cf:ed:11:cd
inet addr:192.168.0.152 Bcast:192.168.0.255 ...
inet6 addr: fe80::1fef:b53:2e47:12de/64 Scope:...
UP BROADCAST RUNNING MULTICAST MTU:1500 Metr...
RX packets:237874 errors:0 dropped:8164 overru...
TX packets:1756 errors:0 dropped:0 overruns:0 ...
collisions:0 txqueuelen:1000
RX bytes:46173923 (44.0 MiB) TX bytes:117107 ...
>
root@raspberrypi:~# iwconfig
ra0 Ralink STA ESSID:"Beatcraft2" Nickname:"MT76...
Mode:Managed Frequency=2.442 GHz Access Poin...
Bit Rate=54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:00D4-3E01-8CE2-6AE9-69D8-32D7-9...
Link Quality=98/100 Signal level:-46 dBm Noi...
Rx invalid nwid:0 Rx invalid crypt:0 Rx inva...
Tx excessive retries:0 Invalid misc:0 Misse...
lo no wireless extensions.
eth0 no wireless extensions.
**Troubleshooting [#a123b842]
>
As the connection is failed, please check the status by a...
As the connection is successfully established, the log sh...
Oct 16 19:15:08 raspberrypi kernel: [ 14.122857] cfg80...
Oct 16 19:15:08 raspberrypi wpa_supplicant[480]: ra0: WP...
Oct 16 19:15:08 raspberrypi wpa_supplicant[480]: ra0: CT...
Oct 16 19:15:08 raspberrypi dhcpcd[591]: ra0: carrier ac...
Oct 16 19:15:08 raspberrypi dhcpcd[551]: dhcpcd[591]: ra...
Oct 16 19:15:08 raspberrypi dhcpcd[591]: ra0: IAID cf:ed...
Oct 16 19:15:08 raspberrypi dhcpcd[551]: dhcpcd[591]: ra...
Oct 16 19:15:08 raspberrypi dhcpcd[591]: ra0: rebinding ...
Oct 16 19:15:08 raspberrypi dhcpcd[551]: dhcpcd[591]: ra...
Oct 29 19:15:08 raspberrypi dhcpcd[591]: ra0: soliciting...
Oct 29 19:15:08 raspberrypi dhcpcd[551]: dhcpcd[591]: ra...
~
To find out the causes of failure, first, erase the items...
~
If the authentication process fails at wpa_supplicant, cr...
root@raspberrypi:~# wpa_passphrase your-ssid your-passwd...
~
Please add the configuration of authentication method and...
network={
proto=RSN
key_mgmt=WPA-PSK
pairwise=TKIP
ssid="your-ssid"
#psk="your-passwd"
psk=bfc743cad6d376b47075c9f336e03c7e852e11ba2223...
}
~
Adding the information mentioned above to the configurati...
root@raspberrypi:~# wpa_supplicant -D nl80211,wext -i ra...
~~ Skipping ~~
ra0: State: COMPLETED -> GROUP_HANDSHAKE
WPA: Group Key - hexdump(len=32): [REMOVED]
ra0: WPA: Installing GTK to the driver (keyidx=1 tx=0 le...
WPA: RSC - hexdump(len=6): 0f 11 00 00 00 00
wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_le...
ra0: WPA: Sending EAPOL-Key 2/2
WPA: KCK - hexdump(len=16): [REMOVED]
WPA: Derived Key MIC - hexdump(len=16): a0 9a 5f e1 4b c...
ra0: WPA: Group rekeying completed with 00:3a:9d:91:93:b...
ra0: Cancelling authentication timeout
ra0: State: GROUP_HANDSHAKE -> COMPLETED
EAPOL: startWhen --> 0
EAPOL: disable timer tick
~
If this authentication process is successfully completed,...
As the setting-up of configuration file is completed, app...
root@raspberrypi:~# wpa_supplicant -D nl80211,wext -i ra...
~
If dhcpcd is running, IP address may already be obtained....
root@raspberrypi:~# /etc/init.d/dhcpcd status
● dhcpcd.service - LSB: IPv4 DHCP client with IPv4...
Loaded: loaded (/etc/init.d/dhcpcd)
Active: active (running) since Thu 2015-10-16 20:48:5...
Process: 2896 ExecStop=/etc/init.d/dhcpcd stop (code=e...
Process: 3000 ExecStart=/etc/init.d/dhcpcd start (code...
CGroup: /system.slice/dhcpcd.service
mq3024 /sbin/dhcpcd
Oct 16 20:48:57 raspberrypi dhcpcd[3000]: dhcpcd[3005]: ...
Oct 16 20:48:57 raspberrypi dhcpcd[3005]: forked to back...
Oct 16 20:48:57 raspberrypi systemd[1]: Started LSB: IPv...
Oct 16 20:48:57 raspberrypi dhcpcd[3024]: ra0: rebinding...
Oct 16 20:48:57 raspberrypi dhcpcd[3024]: ra0: solicitin...
Oct 16 20:49:02 raspberrypi dhcpcd[3024]: ra0: leased 19...
Oct 16 20:49:02 raspberrypi dhcpcd[3024]: ra0: adding ro...
Oct 16 20:49:02 raspberrypi dhcpcd[3024]: ra0: adding de...
Oct 16 20:49:09 raspberrypi dhcpcd[3024]: eth0: no IPv6 ...
Oct 16 20:49:09 raspberrypi dhcpcd[3024]: ra0: no IPv6 R...
Hint: Some lines were ellipsized, use -l to show in full.
~
If IP address is not obtained, please execute dhclient at...
root@raspberrypi:~# dhclient -d ra0
Internet Systems Consortium DHCP Client 4.3.1
Copyright 2004-2014 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/ra0/00:22:cf:ed:11:cd
Sending on LPF/ra0/00:22:cf:ed:11:cd
Sending on Socket/fallback
DHCPREQUEST on ra0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.254
bound to 192.168.0.158 -- renewal in 18949 seconds.
If IP address is successfully obtained, the log shown abo...
** Reference [#z0fae66a]
>
-Refer to the article [[Let GW-450D, a5GHz-support WiFi d...
-[[Rebuild kernel of Raspberry Pi 2 and use GW-450D on it...
-[[Use GW-450D (a 802.11ac support Wireless LAN Dongle) o...
-[[As RASPBERRY Pi 2 boots, spontaneously start GW-450D o...
*Revision History [#f6a80772]
>
- 2016-02-16 This article is initially published.
Page: