I have a problem with connection to Linux VM of my PEAK-USB FD adapter (IPEH-004022).
Here is my setup:
Host OS:
- (uname -a) output:
Code: Select all
Linux ubuntu-pc01 5.8.0-44-generic #50~20.04.1-Ubuntu SMP Wed Feb 10 21:07:30 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
- system is up to date with:
Code: Select all
sudo apt update && sudo apt upgrade && sudo apt autoremove
Virtual OS:
- (uname -a) output:
Code: Select all
Linux ubuntu 5.8.0-44-generic #50~20.04.1-Ubuntu SMP Wed Feb 10 21:07:30 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
- system is up to date with:
Code: Select all
sudo apt update && sudo apt upgrade && sudo apt autoremove
- vmware workstation player 16
- usb 3.1 controller configured
- open-vm-tools and open-vm-tools-desktop are installed and latest
- dmesg output:
Code: Select all
[ 1055.486347] peak_usb 1-3.2:1.0: PEAK-System PCAN-USB FD v1 fw v3.2.0 (1 channels)
[ 1055.486543] peak_usb 1-3.2:1.0 can0: attached to PCAN-USB FD channel 0 (device 0)
- ifconfig -a output:
Code: Select all
can0: flags=128<NOARP> mtu 16
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 10 (UNSPEC)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
- dmesg output:
Code: Select all
[ 1383.464390] usb 3-2: Product: PCAN-USB FD
[ 1383.464393] usb 3-2: Manufacturer: PEAK-System Technik GmbH
[ 1383.473722] peak_usb 3-2:1.0: PEAK-System PCAN-USB FD v1 fw v3.2.0 (1 channels)
[ 1384.493238] peak_usb 3-2:1.0 can0: sending command failure: -110
[ 1385.517187] peak_usb 3-2:1.0 can0: sending command failure: -110
[ 1385.536887] peak_usb: probe of 3-2:1.0 failed with error -110
Code: Select all
sudo su
echo 3-2.1 > /sys/bus/usb/drivers/usb/unbind
echo 3-2.1 > /sys/bus/usb/drivers/usb/bind
Does anybody have any idea, why it not working properly?