Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2011
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Welcome to Ubuntu 11.10 (GNU/Linux 3.1.0-psp3 armv7l)
  2.  
  3. * Documentation: https://help.ubuntu.com/
  4. Last login: Thu Dec 22 20:14:21 2011 from 192.168.1.50
  5. ubuntu@omap:~$ sudo ifconfig -a
  6. [sudo] password for ubuntu:
  7. eth0 Link encap:Ethernet HWaddr 40:5f:c2:76:a0:22
  8. inet addr:192.168.1.251 Bcast:192.168.1.255 Mask:255.255.255.0
  9. inet6 addr: fe80::425f:c2ff:fe76:a022/64 Scope:Link
  10. UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
  11. RX packets:602 errors:0 dropped:0 overruns:0 frame:0
  12. TX packets:378 errors:0 dropped:0 overruns:0 carrier:0
  13. collisions:0 txqueuelen:1000
  14. RX bytes:65910 (65.9 KB) TX bytes:51122 (51.1 KB)
  15. Interrupt:40
  16.  
  17. lo Link encap:Local Loopback
  18. inet addr:127.0.0.1 Mask:255.0.0.0
  19. inet6 addr: ::1/128 Scope:Host
  20. UP LOOPBACK RUNNING MTU:16436 Metric:1
  21. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  22. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  23. collisions:0 txqueuelen:0
  24. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  25.  
  26. usb0 Link encap:Ethernet HWaddr fe:c6:2e:0e:b3:5d
  27. BROADCAST MULTICAST MTU:1500 Metric:1
  28. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  29. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  30. collisions:0 txqueuelen:1000
  31. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  32.  
  33. wlan0 Link encap:Ethernet HWaddr c4:3d:c7:7f:9e:87
  34. inet6 addr: fe80::c63d:c7ff:fe7f:9e87/64 Scope:Link
  35. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  36. RX packets:33 errors:0 dropped:0 overruns:0 frame:0
  37. TX packets:65 errors:0 dropped:0 overruns:0 carrier:0
  38. collisions:0 txqueuelen:1000
  39. RX bytes:8146 (8.1 KB) TX bytes:21762 (21.7 KB)
  40.  
  41. ubuntu@omap:~$ sudo iwconfig wlan0
  42. wlan0 IEEE 802.11bgn ESSID:"Avenger"
  43. Mode:Managed Frequency:2.437 GHz Access Point: 68:7F:74:91:32:3B
  44. Bit Rate=72.2 Mb/s Tx-Power=20 dBm
  45. Retry long limit:7 RTS thr=2347 B Fragment thr:off
  46. Encryption key:off
  47. Power Management:off
  48. Link Quality=63/70 Signal level=-47 dBm
  49. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  50. Tx excessive retries:0 Invalid misc:15 Missed beacon:0
  51.  
  52. ubuntu@omap:~$ lsmod
  53. Module Size Used by
  54. aes_generic 27905 1
  55. arc4 1195 2
  56. rtl8192cu 91858 0
  57. rtl8192c_common 65211 1 rtl8192cu
  58. rtlwifi 73669 1 rtl8192cu
  59. mac80211 231717 3 rtl8192cu,rtl8192c_common,rtlwifi
  60. cfg80211 167969 2 rtlwifi,mac80211
  61. rfkill 17022 1 cfg80211
  62. ubuntu@omap:~$ lsusb
  63. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  64. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  65. Bus 001 Device 002: ID 0846:9041 NetGear, Inc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement