User Tools

Site Tools


buster:basics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
buster:basics [2021/04/10 16:16] – [Networking without X] slackbuster:basics [2022/01/14 16:26] (current) – [Keymap] slack
Line 74: Line 74:
 ''/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>
Line 124: Line 124:
      
   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
buster/basics.1618071367.txt.gz · Last modified: 2021/04/10 16:16 by slack