You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to call a NewRawInterface() the RawSyscall returns an EAFNOSUPPORT error.
I'm trying run this in a Debian container and also on a Rasberry pi running Raspbian.
My guess is that the af_can kernel module is not loaded.
Any advice?
When trying to call a
NewRawInterface()
theRawSyscall
returns anEAFNOSUPPORT
error.I'm trying run this in a Debian container and also on a Rasberry pi running Raspbian.
My guess is that the
af_can
kernel module is not loaded.Any advice?
go-socketcan/pkg/socketcan/interface_raw.go
Line 14 in e9fc2da
The text was updated successfully, but these errors were encountered: