NoPaste

Ausgaben

von KBDCALLS

SNIPPET_TEXT:
  1. [code]root@server1:~# lspci
  2. 00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  3. 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
  4. 00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
  5. 00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
  6. 00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
  7. 00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I218-V (rev 04)
  8. 00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
  9. 00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
  10. 00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
  11. 00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
  12. 00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
  13. 00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
  14. 00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
  15. 02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73)
  16.  
  17.  
  18.  
  19.  
  20. root@server1:~# dmesg|grep -i blue
  21. [   81.767603] Bluetooth: Core ver 2.21
  22. [   81.767627] Bluetooth: HCI device and connection manager initialized
  23. [   81.767630] Bluetooth: HCI socket layer initialized
  24. [   81.767635] Bluetooth: L2CAP socket layer initialized
  25. [   81.767641] Bluetooth: SCO socket layer initialized
  26. [   81.772049] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  27. [   81.772053] Bluetooth: BNEP filters: protocol multicast
  28. [   81.772058] Bluetooth: BNEP socket layer initialized
  29. [   84.138809] Bluetooth: RFCOMM TTY layer initialized
  30. [   84.138817] Bluetooth: RFCOMM socket layer initialized
  31. [   84.138821] Bluetooth: RFCOMM ver 1.11
  32.  
  33. root@server1:~# systemctl status bluetooth.service
  34. ● bluetooth.service - Bluetooth service
  35.    Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
  36.    Active: active (running) since Do 2016-05-19 13:43:43 CEST; 15min ago
  37.      Docs: man:bluetoothd(8)
  38.  Main PID: 3444 (bluetoothd)
  39.    Status: "Running"
  40.    CGroup: /system.slice/bluetooth.service
  41.            └─3444 /usr/lib/bluetooth/bluetoothd
  42.  
  43. Mai 19 13:43:43 server1 bluetoothd[3444]: Bluetooth daemon 5.23
  44. Mai 19 13:43:43 server1 bluetoothd[3444]: Starting SDP server
  45. Mai 19 13:43:43 server1 bluetoothd[3444]: Bluetooth management interface 1.11 initialized
  46.  
  47.  
  48. root@server1:~# lsmod | grep bluetooth
  49. bluetooth             516096  8 bnep,rfcomm
  50. rfkill                 24576  3 cfg80211,bluetooth
  51. crc16                  16384  2 ext4,bluetooth
  52.  
  53. root@server1:~# lsusb
  54. Bus 003 Device 002: ID 8087:8000 Intel Corp.
  55. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  56. Bus 002 Device 002: ID 0480:b202 Toshiba America Info. Systems, Inc.
  57. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  58. Bus 001 Device 007: ID 04b3:3107 IBM Corp. ThinkPad 800dpi Optical Travel Mouse
  59. Bus 001 Device 005: ID 05ac:0250 Apple, Inc. Aluminium Keyboard (ISO)
  60. Bus 001 Device 003: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
  61. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  62.  
  63.  
  64. root@server1:~# bluetoothctl
  65. [bluetooth]# list
  66. [bluetooth]# power on
  67. No default controller available
  68. [bluetooth]#
  69. [bluetooth]# quit
  70. root@server1:~# hcitool dev
  71. Devices:[/code]

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN