Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. mark@debian:~$ ifconfig eth0
  2. bash: ifconfig: command not found
  3. mark@debian:~$ su
  4. Password:
  5. root@debian:/home/mark# ifconfig eth0
  6. eth0 Link encap:Ethernet HWaddr 00:1b:38:c7:8a:30
  7. inet6 addr: fe80::21b:38ff:fec7:8a30/64 Scope:Link
  8. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  9. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  10. TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
  11. collisions:0 txqueuelen:1000
  12. RX bytes:0 (0.0 B) TX bytes:3642 (3.5 KiB)
  13. Interrupt:28 Base address:0x2000
  14.  
  15. root@debian:/home/mark# lspci
  16. 00:00.0 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)
  17. 00:01.0 ISA bridge: nVidia Corporation MCP67 ISA Bridge (rev a2)
  18. 00:01.1 SMBus: nVidia Corporation MCP67 SMBus (rev a2)
  19. 00:01.2 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)
  20. 00:01.3 Co-processor: nVidia Corporation MCP67 Co-processor (rev a2)
  21. 00:02.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)
  22. 00:02.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)
  23. 00:04.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)
  24. 00:04.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)
  25. 00:06.0 IDE interface: nVidia Corporation MCP67 IDE Controller (rev a1)
  26. 00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1)
  27. 00:08.0 PCI bridge: nVidia Corporation MCP67 PCI Bridge (rev a2)
  28. 00:09.0 IDE interface: nVidia Corporation MCP67 AHCI Controller (rev a2)
  29. 00:0a.0 Ethernet controller: nVidia Corporation MCP67 Ethernet (rev a2)
  30. 00:0b.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
  31. 00:0c.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
  32. 00:0d.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
  33. 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
  34. 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
  35. 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
  36. 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
  37. 01:04.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
  38. 01:04.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
  39. 01:04.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
  40. 01:04.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
  41. 02:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400M G] (rev a1)
  42. 05:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
  43. root@debian:/home/mark#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement