Connecting wifi on APQ8053 ARM board
up vote
0
down vote
favorite
I am trying to connect wifi on an APQ8053 ARM board using Ubuntu 16.04.
After running the following script on the board I'm getting this error.
Script:
rm /usr/bin/QCMAP_ConnectionManager
rm /usr/bin/QCMAP_Web_CLIENT
setenforce 0
pkill hostapd
rmmod wlan
cd /lib/modules/3.18.71-perf/extra/
insmod wlan.ko
rm /var/run/wpa_supplicant/wlan0
wpa_supplicant -B -c/data/misc/wifi/wpa_supplicant.conf -Dnl80211 -iwlan0
dhcpcd wlan0
Error:
data/AVS # ./wpa_supplicant.sh
rm: cannot remove '/usr/bin/QCMAP_ConnectionManager': No such file or directory
rm: cannot remove '/usr/bin/QCMAP_Web_CLIENT': No such file or directory
rmmod: remove 'wlan': No such file or directory
insmod: can't insert 'wlan.ko': Required key not available
rm: cannot remove '/var/run/wpa_supplicant/wlan0': No such file or directory
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Could not read interface wlan0 flags: No such device
wlan0: Failed to initialize driver interface
dhcpcd[2633]: version 5.2.10 starting
dhcpcd[2633]: wlan0: interface not found or invalid
What are the steps to connect wifi on the APQ8053 ARM board?
networking drivers wireless arm
New contributor
Hina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
I am trying to connect wifi on an APQ8053 ARM board using Ubuntu 16.04.
After running the following script on the board I'm getting this error.
Script:
rm /usr/bin/QCMAP_ConnectionManager
rm /usr/bin/QCMAP_Web_CLIENT
setenforce 0
pkill hostapd
rmmod wlan
cd /lib/modules/3.18.71-perf/extra/
insmod wlan.ko
rm /var/run/wpa_supplicant/wlan0
wpa_supplicant -B -c/data/misc/wifi/wpa_supplicant.conf -Dnl80211 -iwlan0
dhcpcd wlan0
Error:
data/AVS # ./wpa_supplicant.sh
rm: cannot remove '/usr/bin/QCMAP_ConnectionManager': No such file or directory
rm: cannot remove '/usr/bin/QCMAP_Web_CLIENT': No such file or directory
rmmod: remove 'wlan': No such file or directory
insmod: can't insert 'wlan.ko': Required key not available
rm: cannot remove '/var/run/wpa_supplicant/wlan0': No such file or directory
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Could not read interface wlan0 flags: No such device
wlan0: Failed to initialize driver interface
dhcpcd[2633]: version 5.2.10 starting
dhcpcd[2633]: wlan0: interface not found or invalid
What are the steps to connect wifi on the APQ8053 ARM board?
networking drivers wireless arm
New contributor
Hina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to connect wifi on an APQ8053 ARM board using Ubuntu 16.04.
After running the following script on the board I'm getting this error.
Script:
rm /usr/bin/QCMAP_ConnectionManager
rm /usr/bin/QCMAP_Web_CLIENT
setenforce 0
pkill hostapd
rmmod wlan
cd /lib/modules/3.18.71-perf/extra/
insmod wlan.ko
rm /var/run/wpa_supplicant/wlan0
wpa_supplicant -B -c/data/misc/wifi/wpa_supplicant.conf -Dnl80211 -iwlan0
dhcpcd wlan0
Error:
data/AVS # ./wpa_supplicant.sh
rm: cannot remove '/usr/bin/QCMAP_ConnectionManager': No such file or directory
rm: cannot remove '/usr/bin/QCMAP_Web_CLIENT': No such file or directory
rmmod: remove 'wlan': No such file or directory
insmod: can't insert 'wlan.ko': Required key not available
rm: cannot remove '/var/run/wpa_supplicant/wlan0': No such file or directory
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Could not read interface wlan0 flags: No such device
wlan0: Failed to initialize driver interface
dhcpcd[2633]: version 5.2.10 starting
dhcpcd[2633]: wlan0: interface not found or invalid
What are the steps to connect wifi on the APQ8053 ARM board?
networking drivers wireless arm
New contributor
Hina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am trying to connect wifi on an APQ8053 ARM board using Ubuntu 16.04.
After running the following script on the board I'm getting this error.
Script:
rm /usr/bin/QCMAP_ConnectionManager
rm /usr/bin/QCMAP_Web_CLIENT
setenforce 0
pkill hostapd
rmmod wlan
cd /lib/modules/3.18.71-perf/extra/
insmod wlan.ko
rm /var/run/wpa_supplicant/wlan0
wpa_supplicant -B -c/data/misc/wifi/wpa_supplicant.conf -Dnl80211 -iwlan0
dhcpcd wlan0
Error:
data/AVS # ./wpa_supplicant.sh
rm: cannot remove '/usr/bin/QCMAP_ConnectionManager': No such file or directory
rm: cannot remove '/usr/bin/QCMAP_Web_CLIENT': No such file or directory
rmmod: remove 'wlan': No such file or directory
insmod: can't insert 'wlan.ko': Required key not available
rm: cannot remove '/var/run/wpa_supplicant/wlan0': No such file or directory
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Could not read interface wlan0 flags: No such device
wlan0: Failed to initialize driver interface
dhcpcd[2633]: version 5.2.10 starting
dhcpcd[2633]: wlan0: interface not found or invalid
What are the steps to connect wifi on the APQ8053 ARM board?
networking drivers wireless arm
networking drivers wireless arm
New contributor
Hina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Hina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Nov 15 at 5:53
karel
54.6k11119138
54.6k11119138
New contributor
Hina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 15 at 5:30
Hina
1
1
New contributor
Hina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Hina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hina is a new contributor. Be nice, and check out our Code of Conduct.
Hina is a new contributor. Be nice, and check out our Code of Conduct.
Hina is a new contributor. Be nice, and check out our Code of Conduct.
Hina is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093065%2fconnecting-wifi-on-apq8053-arm-board%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown