script I generated for Debian Wheezy based on Ubuntu forums to be run at the command line:
echo << EOF >> script.sh #!/usr/bin/env bash sudo apt-get install linux-headers-amd64 build-essential git git clone https://github.com/porjo/mt7601.git sudo mkdir -p /etc/Wireless/RT2870STA/ cd ./mt7601/src && make && sudo make install && sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/ sudo modprobe mt7601Usta EOF chmod 700 script.sh ./script.sh You might need slightly different for linux headers. Absolutely class because I bought the dongle from hong kong for about €2.56 including delivery but only worked for me on Windows up to today. On Sunday, December 28, 2014 at 2:25:34 AM UTC, Mark Copper wrote: > > I updated the "m7601Usta" module following Robert Nelson's procedure in > the beagleboard "Jessie Snapshot content" thread of October 28. > > Module installation appears to be successful: > # lsmod | grep mt > mt7601Usta 757197 0 > > The adapter is plugged into hub (the Ralink) > # lsusb > Bus 001 Device 004: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter > Bus 001 Device 003: ID 148f:7601 Ralink Technology, Corp. > Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > > But the device does not appear under "ifconfig -a" or "iw dev" or "ip a" > (just to be sure....) > > I'm running Debian Jessie on the BBB: > # uname -a > Linux beaglebone 3.14.26-ti-r43 #1 SMP PREEMPT Tue Dec 23 20:10:13 UTC > 2014 armv7l GNU/Linux > > Am I missing anything obvious? > > Thanks. > > -- 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.
