usb-can icon indicating copy to clipboard operation
usb-can copied to clipboard

USB-CAN Analyzer Linux Support

Results 10 usb-can issues
Sort by recently updated
recently updated
newest added

``` $ ./build.sh Building module make -C /lib/modules/6.1.0-20-amd64/build/ M=/tmp/usb-can/src/module modules make[1]: Entering directory '/usr/src/linux-headers-6.1.0-20-amd64' CC [M] /tmp/usb-can/src/module/hlcan.o /tmp/usb-can/src/module/hlcan.c: In function ‘slcan_ioctl’: /tmp/usb-can/src/module/hlcan.c:797:44: warning: passing argument 2 of ‘tty_mode_ioctl’ makes integer...

Hi, I am trying to build this for ubuntu 22.04 but the master branch gives me the following error: `make -C /lib/modules/6.2.0-26-generic/build/ M=/home/tester/Downloads/usb-can-master(1)/usb-can-master/src/module modules /bin/sh: 1: Syntax error: "(" unexpected...

Seeing this error when running: "./build.sh install". I'm runnng Debian:

Make sure this building with the default configuration before merging.

https://github.com/torvalds/linux/commit/8df9ffb888c021fa68f9075d545f2ec5eca37200#diff-a7fff3312b7439498e6c17c72dcf9434e7c6007952fac08efb418ad4d0743a96

enhancement
slcan backport

https://github.com/torvalds/linux/commit/ffd956eef69b212a724b1cc4cdc61828f3ad9104#diff-a7fff3312b7439498e6c17c72dcf9434e7c6007952fac08efb418ad4d0743a96

enhancement
slcan backport

Check out the following commits in slcan.c * https://github.com/torvalds/linux/commit/dcc223e8b9bf3f987bcd3c327a6737022b39e35b#diff-a7fff3312b7439498e6c17c72dcf9434e7c6007952fac08efb418ad4d0743a96 * https://github.com/torvalds/linux/commit/28f194da4a2c4d431552025a4386edaffab181bd#diff-a7fff3312b7439498e6c17c72dcf9434e7c6007952fac08efb418ad4d0743a96

bug
slcan backport

See the following commits in slcan.c * https://github.com/torvalds/linux/commit/357a6a875f1c4772f2102639bf19619780889f31#diff-a7fff3312b7439498e6c17c72dcf9434e7c6007952fac08efb418ad4d0743a96 * https://github.com/torvalds/linux/commit/f81ee8b8b8421dc06d13f197bb53191559cc51da#diff-a7fff3312b7439498e6c17c72dcf9434e7c6007952fac08efb418ad4d0743a96 * https://github.com/torvalds/linux/commit/fbadf70a8053b3dce78a45997ae55651693a2a81#diff-a7fff3312b7439498e6c17c72dcf9434e7c6007952fac08efb418ad4d0743a96 * https://github.com/torvalds/linux/commit/0f3dcf3b5d76669123bf99fec812b8b0acd60375#diff-a7fff3312b7439498e6c17c72dcf9434e7c6007952fac08efb418ad4d0743a96

bug
slcan backport

https://github.com/torvalds/linux/commit/c7b74967799b1af52b3045d69d4c26836b2d41de

bug

This issue tracks the progress of creating a native driver without the need of userspace tools. This may or may not be merged to master

enhancement