13 June 15
I configured a Beaglebone Black to recognize the compact wifi adapter. It recognized the wifi in room S-315 "Bergen-Wifi," however I can't log on with my Bergen username and password. I followed instructons to set up the wifi dongle and get it working on the BBB at: http://inspire.logicsupply.com/2014/07/beaglebone-wifi-installation.html#comment-form_5208021017570179065.
Attach ethernet cable to BBB. WiFi dongle should not be attached. Also BBB must be plugged into an external 5V power supply.
You should have at least Debian 3.8.13 BONE70 From R C Nelson.
# uname -a (to check for Debian version)
Then run the following commands:
After reboot run the following command in BBB terminal
# wicd-curses
Then enter 'P' and type in ra0 at 'Wireless Settings:'
To set BeagleBone to connect to wifi automatically at boot up:
vim /etc/wicd/wireless-settings.conf
change the line:
automatic = 0
to
automatic = True
Attach ethernet cable to BBB. WiFi dongle should not be attached. Also BBB must be plugged into an external 5V power supply.
You should have at least Debian 3.8.13 BONE70 From R C Nelson.
# uname -a (to check for Debian version)
Then run the following commands:
Remove ethernet cable and attach WiFi dongle and reboot.mkdir -p /etc/Wireless/RT2870STA/ cd /etc/Wireless/RT2870STA/ wget https://raw.githubusercontent.com/rcn-ee/mt7601u/master/src/RT2870STA.dat echo "mt7601Usta" > /etc/modules-load.d/mt7601.conf
After reboot run the following command in BBB terminal
# wicd-curses
Then enter 'P' and type in ra0 at 'Wireless Settings:'
To set BeagleBone to connect to wifi automatically at boot up:
vim /etc/wicd/wireless-settings.conf
change the line:
automatic = 0
to
automatic = True
Comments
Post a Comment