VMwareのカーリーブルートゥース

  1. apt-get install bluetooth
  2. service bluetooth restart
  3. service bluetooth status

    bluetooth.service - Bluetooth service
         Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
         Active: active (running) since Wed 2020-01-01 06:22:50 EST; 3min 10s ago
           Docs: man:bluetoothd(8)
       Main PID: 595 (bluetoothd)
         Status: "Running"
          Tasks: 1 (limit: 4615)
         Memory: 4.0M
         CGroup: /system.slice/bluetooth.service
                 └─595 /usr/lib/bluetooth/bluetoothd
    
  4. systemctl enable /lib/systemd/system/bluetooth.service
  5. systemctl start bluetooth.service
  6. reboot

おすすめ

転載: www.cnblogs.com/edhg/p/12129579.html