root@beaglebone:~# curl -kO https://googledrive.com/host/0B_JlgOR4VNe0Sjg4ei0ySEY4aUE/mt7601.tar.gz% Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed100 294 0 294 0 0 613 0 --:--:-- --:--:-- --:--:-- 803root@beaglebone:~# tar xzvf mt7601.tar.gz -C /etc/Wireless/RT2870STA/ RT2870STA.datgzip: stdin: not in gzip formattar: Child returned status 1tar: Error is not recoverable: exiting nowroot@beaglebone:~#
root@beaglebone:~# file mt7601.tar.gzmt7601.tar.gz: HTML document, ASCII text
Seems curl somehow is not fetching the correct file, and saves something like a "404 error" or whatever as the .tar.gz file.
Perhaps you could download the mt7601.tar.gz with a normal browser and later transfer it to the bone. This file downloaded here nicely, and is a valid gzip.
Thanks!! Let me try
root@beaglebone:~# cd /etc/networking/interfaces
-bash: cd: /etc/networking/interfaces: No such file or directory
eth0 Link encap:Ethernet HWaddr 7c:66:9d:5a:56:57BROADCAST MULTICAST MTU:1500 Metric:1RX packets:0 errors:0 dropped:0 overruns:0 frame:0TX packets:0 errors:0 dropped:0 overruns:0 carrier:0collisions:0 txqueuelen:1000RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)Interrupt:40lo Link encap:Local Loopbackinet addr:127.0.0.1 Mask:255.0.0.0inet6 addr: ::1/128 Scope:HostUP LOOPBACK RUNNING MTU:65536 Metric:1RX packets:36 errors:0 dropped:0 overruns:0 frame:0TX packets:36 errors:0 dropped:0 overruns:0 carrier:0collisions:0 txqueuelen:0RX bytes:2928 (2.8 KiB) TX bytes:2928 (2.8 KiB)ra0 Link encap:Ethernet HWaddr 00:00:00:00:00:00BROADCAST MULTICAST MTU:1500 Metric:1RX packets:0 errors:0 dropped:0 overruns:0 frame:0TX packets:0 errors:0 dropped:0 overruns:0 carrier:0collisions:0 txqueuelen:1000RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)usb0 Link encap:Ethernet HWaddr 9e:b5:5e:e7:41:8dinet addr:192.168.7.2 Bcast:192.168.7.3 Mask:255.255.255.252inet6 addr: fe80::9cb5:5eff:fee7:418d/64 Scope:LinkUP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1RX packets:179 errors:0 dropped:0 overruns:0 frame:0TX packets:88 errors:0 dropped:0 overruns:0 carrier:0collisions:0 txqueuelen:1000RX bytes:17901 (17.4 KiB) TX bytes:20066 (19.5 KiB)
ra0 Link encap:Ethernet HWaddr 7c:dd:90:57:f8:d3inet6 addr: fe80::7edd:90ff:fe57:f8d3/64 Scope:LinkUP BROADCAST MULTICAST MTU:1500 Metric:1RX packets:730 errors:0 dropped:0 overruns:0 frame:0TX packets:182 errors:0 dropped:0 overruns:0 carrier:0collisions:0 txqueuelen:1000RX bytes:63563 (62.0 KiB) TX bytes:18928 (18.4 KiB)root@beaglebone:~# ping www.google.comping: unknown host www.google.com
--
Thank you William!
I'm so agree with you, I really like to learn but needed some orientation. Let me try your tips.
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/LTxEK55XIx8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.