Giter Club home page Giter Club logo

beaglebone_black_enable_wifi's Introduction

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

beaglebone_black_enable_wifi's People

Contributors

alijafari79 avatar

Stargazers

 avatar

Watchers

 avatar

beaglebone_black_enable_wifi's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.