set loopback on

This forum covers PCAN-Linux and Linux development issues concerning our products
Locked
Ino
Posts: 6
Joined: Sat 17. Dec 2011, 12:01

set loopback on

Post by Ino » Wed 21. Feb 2024, 12:19

I want to set up the loopback function for can0 with: sudo ip link set can0 type can loopback on

the result: RTNETLINK answers: Operation not supported

Code: Select all

*------------- PEAK-System CAN interfaces (www.peak-system.com) -------------
*------------- Release_20240116_n (8.17.0) Feb 16 2024 09:58:18 --------------
*---------------------------- [mod] [usb] [net] -----------------------------
*--------------------- 1 interfaces @ major 236 found -----------------------
*n -type- -ndev- --base-- irq --btr- --read-- --write- --irqs-- -errors- status
32    usb   can0 ffffffff 000 0x011c 006d98c0 002d82db 0001bc94 0001a429 0x0000

is there something that i can do to get it work?

thanks in advantage

M.Maidhof
Support
Support
Posts: 1751
Joined: Wed 22. Sep 2010, 14:00

Re: set loopback on

Post by M.Maidhof » Wed 21. Feb 2024, 14:54

Hi,

this feature is not supported by the peak-linux-driver-8.x in Netdev mode

regards

Michael

Ino
Posts: 6
Joined: Sat 17. Dec 2011, 12:01

Re: set loopback on

Post by Ino » Thu 22. Feb 2024, 16:36

ok, thanks for the reply

Locked