I'm attempting to run pcanview (amd64) on 64-bit Ubuntu 16.04 but it is failing to start.
When pcanview starts it displays a Connect dialog box with the following:
"Available PCAN hardware:
PCAN-USB 0: Channel 0"
Along with the settings for clock, bitrate, sample point and sync jump width. So far so good.
When I click the ok button an Error dialog is displayed with the following error:
"Failed to open "/dev/pcanusb32" (Broken pipe)"
I built and installed version 8.7.0 of the Peak Linux driver with the following commands:
Code: Select all
sudo apt-get install gcc-multilib
sudo apt-get install libpopt-dev:i386
download pcan driver for linux v8.7.0
make clean
make
sudo make install
Code: Select all
sudo apt-get install libncurses5
download/install pcan-view for linux (amd64)
Code: Select all
$ ll /dev/pcan*
lrwxrwxrwx 1 root root 9 Feb 17 11:27 /dev/pcan32 -> pcanusb32
crw-rw-rw- 1 root root 244, 32 Feb 17 11:27 /dev/pcanusb32
/dev/pcan-usb:
total 0
drwxr-xr-x 2 root root 60 Feb 17 11:27 0/
Code: Select all
Linux parallels-vm 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
$ file /usr/local/bin/pcanview
/usr/local/bin/pcanview: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=92eaaac200d506bb82660e3e229304c59833752c, stripped
Thanks in advance,
Darren