On Fri, Jan 30, 2015 at 1:42 PM, Robert Nelson <[email protected]> wrote: > On Fri, Jan 30, 2015 at 1:23 PM, <[email protected]> wrote: >> I just went through Robert C Nelsons excellent instructions in creating a >> new debian 3.8.13-bone70 uSD card. All is great and now I would like to use >> the Logic Supply UWN200 wireless network USB adapter. Contrary to Logic >> Supplies statment that all drivers are installed, I believe following the >> instructions at https://eewiki.net/display/linuxonarm/BeagleBone+Black do >> not install the drivers for this network adapter. >> >> If someone knows of a simple set of instructions to download and make this >> adapter work, I would greatly appreciate it. > > Well... If you built "bone70" as-is with no modifcations: > > sudo apt-get install mt7601u-modules-`uname -r` > sudo depmod -a `uname -r` > sudo update-initramfs -uk `uname -r` > > sudo reboot.. > > If you changed something, well.. > > the 3rd party source i use is here: > > https://github.com/rcn-ee/mt7601u
and you'll also have todo: 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 But you "choose" to buy it.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
