Hello Guys, recently I have downgraded from Jetpack 6 to Jetpack 5 using SDK manager because of there is no inbuilt pcan drivers. But after downgrading it PCAN-USB is supporting and PCAN-USB FD is not showing the CAN interface while performing “ip link show” command
here I am attaching the logs of the terminal below for further details.
"te-jetson@tejetson-desktop:~$ lsusb
Bus 002 Device 002: ID 0bda:0489 Realtek Semiconductor Corp. 4-Port USB 3.0 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 13d3:3549 IMC Networks Bluetooth Radio
Bus 001 Device 006: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 001 Device 005: ID 0c72:0012 PEAK System Bluetooth Radio
Bus 001 Device 004: ID 413c:2107 Dell Computer Corp. 4-Port USB 2.0 Hub
Bus 001 Device 002: ID 0bda:5489 Realtek Semiconductor Corp. 4-Port USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
te-jetson@tejetson-desktop:~$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 3e:03:a5:fc:81:ae brd ff:ff:ff:ff:ff:ff
3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 48:b0:2d:eb:ea:c2 brd ff:ff:ff:ff:ff:ff
altname enP8p1s0
4: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
link/ether 20:0b:74:75:47:df brd ff:ff:ff:ff:ff:ff
altname wlP1p1s0
5: l4tbr0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 4e:72:d7:47:aa:a9 brd ff:ff:ff:ff:ff:ff
6: rndis0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast master l4tbr0 state DOWN mode DEFAULT group default qlen 1000
link/ether 4e:72:d7:47:aa:a9 brd ff:ff:ff:ff:ff:ff
7: usb0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast master l4tbr0 state DOWN mode DEFAULT group default qlen 1000
link/ether 4e:72:d7:47:aa:ab brd ff:ff:ff:ff:ff:ff
8: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default
link/ether 02:42:f8:a8:49:60 brd ff:ff:ff:ff:ff:ff
te-jetson@tejetson-desktop:~$ sudo dmesg | grep -i “can|peak”
[ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[ 2.053215] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 2.058817] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 2.064405] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 2.069990] tegra-pwm 32e0000.pwm: PWM clk can sleep in ops
[ 6.795878] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 6.802405] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 6.808895] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 6.815149] tegra-pwm 32e0000.pwm: PWM clk can sleep in ops
[ 8.867238] usb 1-2.3: Product: PCAN-USB FD
[ 8.871528] usb 1-2.3: Manufacturer: PEAK-System Technik GmbH
[ 17.470389] CAN device driver interface
[ 17.491455] rtk_btusb: btusb_probe can_wakeup 1, may wakeup 0
[ 17.500484] usbcore: registered new interface driver peak_usb"