Skip to content

BeagleBone Black enable wifi technology through USB port using a usb wifi adaptor

Notifications You must be signed in to change notification settings

alijafari79/BeagleBone_Black_Enable_Wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

BeagleBone_Black_Enable_Wifi

BeagleBone Black enable wifi technology through USB port using a usb wifi adaptor

Check if firmware of usb wifi adapter exists :

ls /lib/firmware | grep mt76

Check if wifi is included in connmanctl technologies :

connmanctl technologies

If nothing shown then :

sudo apt update && apt install -y firmware-ralink firmware-misc-nonfree && modprobe mt7601u

Check again :

ls /lib/firmware | grep mt76

Connect and disconnect the usb wifi adaptor. Check the log message of devices to ensure that there is no error.

dmesg -wH

Last Check "connmanctl technologies"

connmanctl technologies

https://youtu.be/PpWjmkTSKYM

Turn on wifi :

https://youtu.be/wPy0ldR02Is

connmanctl
tether wifi disable
enable wifi
scan wifi
services
agent on
connect <WIFI_ID>
config <WIFI_ID> --ipv4 manual 192.168.218.58 255.255.255.0 192.168.218.145 --nameservers 8.8.8.8

https://linuxconfig.org/etcnetworkinterfacesto-connect-ubuntu-to-a-wireless-network

About

BeagleBone Black enable wifi technology through USB port using a usb wifi adaptor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published