Hello,
I have installed a LXC Ubuntu 20.x.x installation. I would like to use the Bluetooth dongle which i have plugged into my server. I can see that the dongle is listed:
lsusb:
However, the dongle is not able to communicate with my SMA Sunnyboy (Converter for solar panels)
It keeps connecting:
When i create an VM and passtrought the USB port to the VM, it is working fine.. Is LXC not able to handle USB ports directory ? OR is there another way ?
I have installed a LXC Ubuntu 20.x.x installation. I would like to use the Bluetooth dongle which i have plugged into my server. I can see that the dongle is listed:
lsusb:
Code:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
However, the dongle is not able to communicate with my SMA Sunnyboy (Converter for solar panels)
It keeps connecting:
Code:
root@SMA:/var/log/sbfspot.3# /usr/local/bin/sbfspot.3/SBFspot -v -cfgSBFspotZUID.cfg -finq -nocsv
SBFspot V3.7.0
Yet another tool to read power production of SMA solar inverters
(c) 2012-2020, SBF (https://github.com/SBFspot/SBFspot)
Compiled for Linux (LE) 64 bit with SQLite support
Commandline Args: -v -cfgSBFspotZUID.cfg -finq -nocsv
Reading config '/usr/local/bin/sbfspot.3/SBFspotZUID.cfg'
Mon Dec 28 08:37:17 2020: INFO: Starting...
sunrise: 07:45
sunset : 15:42
Connecting to 00:80:25:25:3b:47 (1/10)
Connecting to 00:80:25:25:3b:47 (2/10)
Connecting to 00:80:25:25:3b:47 (3/10)
Connecting to 00:80:25:25:3b:47 (4/10)
Connecting to 00:80:25:25:3b:47 (5/10)
Connecting to 00:80:25:25:3b:47 (6/10)
Connecting to 00:80:25:25:3b:47 (7/10)
When i create an VM and passtrought the USB port to the VM, it is working fine.. Is LXC not able to handle USB ports directory ? OR is there another way ?