Advertisement
Guest User

Untitled

a guest
Jul 11th, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. root@anni:/home/anni# ifconfig -a ; iwconfig
  2. eth0 Link encap:Ethernet HWaddr 00:90:f5:98:84:c3
  3. inet addr:192.168.2.104 Bcast:192.168.2.127 Mask:255.255.255.128
  4. inet6 addr: fe80::290:f5ff:fe98:84c3/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:7947 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:4564 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:11289242 (10.7 MiB) TX bytes:370494 (361.8 KiB)
  10. Interrupt:29
  11.  
  12. lo Link encap:Local Loopback
  13. inet addr:127.0.0.1 Mask:255.0.0.0
  14. inet6 addr: ::1/128 Scope:Host
  15. UP LOOPBACK RUNNING MTU:16436 Metric:1
  16. RX packets:8 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:560 (560.0 B) TX bytes:560 (560.0 B)
  20.  
  21. pan0 Link encap:Ethernet HWaddr 42:14:66:9d:bc:37
  22. BROADCAST MULTICAST MTU:1500 Metric:1
  23. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  24. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  25. collisions:0 txqueuelen:0
  26. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  27.  
  28. lo no wireless extensions.
  29.  
  30. eth0 no wireless extensions.
  31.  
  32. pan0 no wireless extensions.
  33.  
  34. root@anni:/home/anni# cat /etc/network/interfaces
  35. # This file describes the network interfaces available on your system
  36. # and how to activate them. For more information, see interfaces(5).
  37.  
  38. # The loopback network interface
  39. auto lo
  40. iface lo inet loopback
  41.  
  42. # The primary network interface
  43. allow-hotplug eth0
  44. #NetworkManager#iface eth0 inet dhcp
  45. root@anni:/home/anni# lspci -nn| grep -A2 -i network
  46. 0f:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller [10ec:8172] (rev 10)
  47. 15:00.0 System peripheral [0880]: JMicron Technology Corp. SD/MMC Host Controller [197b:2382] (rev 80)
  48. 15:00.2 SD Host controller [0805]: JMicron Technology Corp. Standard SD Host Controller [197b:2381] (rev 80)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement