You are not logged in.

#1 2018-01-12 22:30:00

h9k
Member
Registered: 2012-08-04
Posts: 7

CAN bus kernel modules.

Hello

What is CAN bus? -> https://en.wikipedia.org/wiki/CAN_bus

I am trying to play with CAN bus (virtual at the moment) but it seems that arch does not have kernel module for this interface. https://stackoverflow.com/questions/210 … on-linux-c

$ cat /proc/config.gz | gunzip | grep vcan
$

Am i right? and does it mean that I'll have compile it myself?

Best regards.

Offline

#2 2018-01-12 22:36:44

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: CAN bus kernel modules.

https://git.archlinux.org/svntogit/pack … inux#n1631 the command you used was case sensitive and config options are always upper case see

$ zgrep CAN /proc/config.gz
$ modinfo vcan

Offline

Board footer

Powered by FluxBB