Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. trufa@trufa-lin:/etc/NetworkManager/system-connections$ lspci
  2. 00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
  3. 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
  4. 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
  5. 00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
  6. 00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
  7. 00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
  8. 00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
  9. 00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
  10. 00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
  11. 00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
  12. 00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
  13. 00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
  14. 00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
  15. 02:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
  16. 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
  17. trufa@trufa-lin:/etc/NetworkManager/system-connections$ lsusb
  18. Bus 002 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
  19. Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  20. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  21. Bus 001 Device 004: ID 5986:0295 Acer, Inc
  22. Bus 001 Device 003: ID 0a5c:21f4 Broadcom Corp.
  23. Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  24. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  25. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  26. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  27. trufa@trufa-lin:/etc/NetworkManager/system-connections$ ip addr list
  28. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
  29. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  30. inet 127.0.0.1/8 scope host lo
  31. valid_lft forever preferred_lft forever
  32. inet6 ::1/128 scope host
  33. valid_lft forever preferred_lft forever
  34. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
  35. link/ether 3c:97:0e:56:47:d0 brd ff:ff:ff:ff:ff:ff
  36. inet 192.168.0.102/24 brd 192.168.0.255 scope global eth0
  37. valid_lft forever preferred_lft forever
  38. inet6 fe80::3e97:eff:fe56:47d0/64 scope link
  39. valid_lft forever preferred_lft forever
  40. 3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN group default qlen 1000
  41. link/ether 08:3e:8e:a7:6d:53 brd ff:ff:ff:ff:ff:ff
  42. trufa@trufa-lin:/etc/NetworkManager/system-connections$ ip route show
  43. default via 192.168.0.1 dev eth0 proto static
  44. 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.102 metric 1
  45. trufa@trufa-lin:/etc/NetworkManager/system-connections$ tail -f /var/log/{syslog,messages,dmesg.log}
  46. ==> /var/log/syslog <==
  47. Mar 10 02:57:01 trufa-lin CRON[20390]: (trufa) CMD (sh /usr/bin/wifiautomator/wa)
  48. Mar 10 02:58:01 trufa-lin CRON[20440]: (trufa) CMD (sh /usr/bin/wifiautomator/wa)
  49. Mar 10 02:59:01 trufa-lin CRON[20482]: (trufa) CMD (sh /usr/bin/wifiautomator/wa)
  50. Mar 10 03:00:02 trufa-lin CRON[20601]: (smmsp) CMD (test -x /etc/init.d/sendmail && /usr/share/sendmail/sendmail cron-msp)
  51. Mar 10 03:00:02 trufa-lin CRON[20603]: (trufa) CMD (sh /usr/bin/wifiautomator/wa)
  52. Mar 10 03:01:01 trufa-lin CRON[20700]: (trufa) CMD (sh /usr/bin/wifiautomator/wa)
  53. Mar 10 03:02:02 trufa-lin CRON[20813]: (trufa) CMD (sh /usr/bin/wifiautomator/wa)
  54. Mar 10 03:03:01 trufa-lin CRON[20849]: (trufa) CMD (sh /usr/bin/wifiautomator/wa)
  55. Mar 10 03:04:01 trufa-lin CRON[20896]: (trufa) CMD (sh /usr/bin/wifiautomator/wa)
  56. Mar 10 03:05:01 trufa-lin CRON[20966]: (trufa) CMD (sh /usr/bin/wifiautomator/wa)
  57. tail: cannot open ‘/var/log/messages’ for reading: No such file or directory
  58. tail: cannot open ‘/var/log/dmesg.log’ for reading: No such file or directory
  59. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement