Hello,
a few days ago i made my first steps with FreeNAS (version 11.2-U4.1) and stet up my private storage solution.
The storage solution is working fine but now i want to set-up my smart home control (iobroker combined with zigbee2mqtt) on the same machine.
Now i have a problem with the detection of the cc2531 usb dongle.
I flashed the new firmware on the cc2531 and tested it on a raspberry pi.
The raspberry detects the device and under /dev a ttyACM0 appears.
After it i plugged the device in my FreeNAS machine and under /dev no ttyACM0 or another device appears.
I thing it is a missing kernel driver for the device support.
How can i find out which driver is missing and how can i load it at my FreeNAS?
Here the output of the dmesg:
and the output of the usbconfig:
a few days ago i made my first steps with FreeNAS (version 11.2-U4.1) and stet up my private storage solution.
The storage solution is working fine but now i want to set-up my smart home control (iobroker combined with zigbee2mqtt) on the same machine.
Now i have a problem with the detection of the cc2531 usb dongle.
I flashed the new firmware on the cc2531 and tested it on a raspberry pi.
The raspberry detects the device and under /dev a ttyACM0 appears.
After it i plugged the device in my FreeNAS machine and under /dev no ttyACM0 or another device appears.
I thing it is a missing kernel driver for the device support.
How can i find out which driver is missing and how can i load it at my FreeNAS?
Here the output of the dmesg:
Code:
ugen0.2: <Texas Instruments TI CC2531 USB CDC> at usbus0 umodem0 on uhub0 umodem0: <Texas Instruments TI CC2531 USB CDC, class 2/0, rev 2.00/0.09, addr 1> on usbus0 umodem0: data interface 1, has no CM over data, has no break
and the output of the usbconfig:
Code:
ugen0.1: <0x8086 XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen0.2: <Texas Instruments TI CC2531 USB CDC> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (50mA)