-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to resolve the following error? scan0: ERROR while getting interface flags: No such device #127
Comments
Hm |
Yes, I get the same error. |
I tried it on my own. You need to be Please try |
@Prriyamvradha: |
I get the same problem on Ubuntu 18.04 with Dongle usb to can Canable Pro:
can2: ERROR while getting interface flags: No such device |
I used the following commands in SocketCAN and I used the CANtact toolkit as a serial bus interface.ALL the commands work fine except the last command it throws the following error
scan0: ERROR while getting interface flags: No such device.
OS-Ubuntu 18.04.1
sudo modprobe can
sudo modprobe can_raw
sudo modprobe slcan
slcand -o -s6 -t hw -S 3000000 /dev/ttyACM0 slcan0
ifconfig slcan0 up
The text was updated successfully, but these errors were encountered: