mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-02 12:50:31 -07:00
Update CANBUS.md
Clarifying that these are Debian versions, as suggested. Thanks James
This commit is contained in:
parent
5936bd0e60
commit
0fd02f0e2e
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ mode") or that run the
|
|||
It is also necessary to configure the host operating system to use the
|
||||
adapter.
|
||||
|
||||
If you are using a Bullseye based system using ifupdown, this
|
||||
If you are using a Debian Bullseye based system using ifupdown, this
|
||||
is typically done by creating a new file named
|
||||
`/etc/network/interfaces.d/can0` with the following contents:
|
||||
```
|
||||
|
|
@ -37,7 +37,7 @@ iface can0 can static
|
|||
up ip link set $IFACE txqueuelen 128
|
||||
```
|
||||
|
||||
In newer Bookworm installations it is necessary to use systemd-networkd,
|
||||
In newer Debian Bookworm installations it is necessary to use systemd-networkd,
|
||||
two files need to be created, one to define the interface and another to
|
||||
set the txqueuelen, these are:
|
||||
`/etc/systemd/network/80-can0.network` with the contents:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue