Search found 5 matches
- Fri 7. Jun 2019, 23:36
- Forum: Linux
- Topic: Error during make install
- Replies: 6
- Views: 8023
Re: Error during make install
Ok, got everything installed, however when I cat /proc/pcan it does show any devices. Any thoughts?
- Wed 5. Jun 2019, 21:46
- Forum: Linux
- Topic: Error during make install
- Replies: 6
- Views: 8023
Re: Error during make install
The card is PCAN-miniPCIe FD single channel.
uname -a
Linux olli-xx 4.13.0-36-generic #40-16.04.1-Ubuntu SMP Fri Feb 16 23:25:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
cat /proc/pcan
no such file or directory
I find it strange that /proc/pcan does not exist since I did all the make, and make ...
uname -a
Linux olli-xx 4.13.0-36-generic #40-16.04.1-Ubuntu SMP Fri Feb 16 23:25:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
cat /proc/pcan
no such file or directory
I find it strange that /proc/pcan does not exist since I did all the make, and make ...
- Mon 3. Jun 2019, 22:41
- Forum: Linux
- Topic: Error during make install
- Replies: 6
- Views: 8023
Re: Error during make install
Fixed the install issue by using:
make clean
make NET=NETDEV_SUPPORT
sudo make install
However, I cannot use ip link set can0 type can up bitrate 500000 to get my card running.
make clean
make NET=NETDEV_SUPPORT
sudo make install
However, I cannot use ip link set can0 type can up bitrate 500000 to get my card running.
- Mon 3. Jun 2019, 22:02
- Forum: Linux
- Topic: Error during make install
- Replies: 6
- Views: 8023
Error during make install
Trying to install peak-linux-driver-8.8.0 on Ubuntu 16.04 desktop system. I can run make clean, make -C driver NET=NETDEV_SUPPORT, but when I run sudo make install it fails with an error:
cp cannot stat 'lib/*': no such file or directory
Any thoughts on how I can get past this and get the driver ...
cp cannot stat 'lib/*': no such file or directory
Any thoughts on how I can get past this and get the driver ...
- Wed 22. May 2019, 22:59
- Forum: Linux
- Topic: PCAN-miniPCIe - SocketCAN can't bring up interface
- Replies: 1
- Views: 3290
PCAN-miniPCIe - SocketCAN can't bring up interface
I am running Ubuntu 16.04 and have installed the PCAN-miniPCIe FD single channel into my system. I am using the built-in support for Peak and my code is Python using socketcan.
I have made sure the can, peak_pci modules are loaded, however when I try to add the interface as a CAN device it is not ...
I have made sure the can, peak_pci modules are loaded, however when I try to add the interface as a CAN device it is not ...