Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| buster:basics [2021/04/10 16:16] – [Networking without X] slack | buster:basics [2022/01/14 16:26] (current) – [Keymap] slack |
|---|
| ''/etc/network/interfaces'' seems to be deprecated on Raspbian so that dhcpcd has overall control. | ''/etc/network/interfaces'' seems to be deprecated on Raspbian so that dhcpcd has overall control. |
| |
| Edic ''/etc/dhcpcd.conf'', which is well commented and self-explanatory (start by uncommenting ''interface eth0''). | Edic ''/etc/dhcpcd.conf'', which is well commented and self-explanatory (start by uncommenting ''interface eth0''). Reboot to update dhcpcd. |
| |
| <del>If you're configuring it manually then something like this in ''/etc/network/interfaces'' will set the default gateway (network, broadcast and gateway are optional):</del> | <del>If you're configuring it manually then something like this in ''/etc/network/interfaces'' will set the default gateway (network, broadcast and gateway are optional):</del> |
| | |
| cd ../rules | cd ../rules |
| for f in evdev.lst evdev.xml base.lst base.xml | for f in evdev.xml base.xml |
| do | do |
| mv "$f" "$f.defualt" | mv "$f" "$f.default" |
| ln -s "$CONFIG/$f" . | ln -s "$CONFIG/$f" . |
| done | done |