Skip to content

Instantly share code, notes, and snippets.

Created January 16, 2016 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/41dda067d0c28394712c to your computer and use it in GitHub Desktop.
Save anonymous/41dda067d0c28394712c to your computer and use it in GitHub Desktop.
pi@raspi:~$ lsusb
Bus 001 Device 004: ID 0cf3:7015 Atheros Communications, Inc. TP-Link TL-WN821N v3 / TL-WN822N v2 802.11n [Atheros AR7010+AR9287]
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. SMC9512/9514 USB Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@raspi:~$ ifconfig -a
-bash: ifconfig: command not found
pi@raspi:~$ /sbin/ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1390
inet 10.134.26.210 netmask 255.255.0.0 broadcast 10.134.255.255
inet6 fe80::ba27:ebff:fe14:391f prefixlen 64 scopeid 0x20<link>
inet6 fd83:e002:c8a1:0:ba27:ebff:fe14:391f prefixlen 64 scopeid 0x0<global>
ether b8:27:eb:14:39:1f txqueuelen 1000 (Ethernet)
RX packets 45772 bytes 2882581 (2.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2457 bytes 278983 (272.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 198 bytes 20064 (19.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 198 bytes 20064 (19.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
pi@raspi:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment