Advertisement
LAIR82

good connection

Sep 8th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. tom@Yellowmill:~$ mesaflash --device 7i80 --addr 10.10.10.10
  2. No 7I80 board found
  3. tom@Yellowmill:~$ sudo /etc/init.d/networking restart
  4. [sudo] password for tom:
  5. [....] Running /etc/init.d/networking restart is deprecated because it may not r[warnble some interfaces ... (warning).
  6. [ ok ] Reconfiguring network interfaces...done.
  7. tom@Yellowmill:~$ mesaflash --device 7i80 --addr 10.10.10.10
  8.  
  9. ETH device 7I80HD-16 at ip=10.10.10.10
  10. tom@Yellowmill:~$ /sbin/ifconfig -a
  11. eth0 Link encap:Ethernet HWaddr 14:cc:20:03:5b:ca
  12. inet addr:10.10.10.1 Bcast:10.255.255.255 Mask:255.0.0.0
  13. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  14. RX packets:4 errors:0 dropped:0 overruns:0 frame:0
  15. TX packets:10 errors:0 dropped:57 overruns:0 carrier:0
  16. collisions:0 txqueuelen:1000
  17. RX bytes:244 (244.0 B) TX bytes:1360 (1.3 KiB)
  18. Interrupt:18 Base address:0x4000
  19.  
  20. lo Link encap:Local Loopback
  21. inet addr:127.0.0.1 Mask:255.0.0.0
  22. inet6 addr: ::1/128 Scope:Host
  23. UP LOOPBACK RUNNING MTU:16436 Metric:1
  24. RX packets:58 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:0
  27. RX bytes:5416 (5.2 KiB) TX bytes:5416 (5.2 KiB)
  28.  
  29. wlan1 Link encap:Ethernet HWaddr 54:27:1e:64:49:47
  30. inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
  31. inet6 addr: fe80::5627:1eff:fe64:4947/64 Scope:Link
  32. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  33. RX packets:756 errors:0 dropped:0 overruns:0 frame:0
  34. TX packets:348 errors:0 dropped:0 overruns:0 carrier:0
  35. collisions:0 txqueuelen:1000
  36. RX bytes:211460 (206.5 KiB) TX bytes:72580 (70.8 KiB)
  37.  
  38. tom@Yellowmill:~$ ip link
  39. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT
  40. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  41. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
  42. link/ether 14:cc:20:03:5b:ca brd ff:ff:ff:ff:ff:ff
  43. 3: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT qlen 1000
  44. link/ether 54:27:1e:64:49:47 brd ff:ff:ff:ff:ff:ff
  45. tom@Yellowmill:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement