network_configuration

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
network_configuration [2023/02/21 08:11] evienetwork_configuration [2023/08/11 22:55] (current) – Move to bootnote evie
Line 2: Line 2:
  
 ===== Checking the connection =====  ===== Checking the connection ===== 
-<WRAP center round important 60%>+<bootnote warning>
 A bug in the ''iproute2'' package causes the ''ping'' command to be marked as non-executable, this can be solved by running ''chmod +x /usr/bin/ping'' (which marks it as executable) as root. A bug in the ''iproute2'' package causes the ''ping'' command to be marked as non-executable, this can be solved by running ''chmod +x /usr/bin/ping'' (which marks it as executable) as root.
-</WRAP>+</bootnote>
  
  
Line 20: Line 20:
  
 ===== Wireless networking =====  ===== Wireless networking ===== 
-<WRAP center round info 60%>+<bootnote>
 yiffOS does not provide the legacy ''iwconfig'' package, as a result, ''iw'' is provided and will be used instead to connect to wireless networks. yiffOS does not provide the legacy ''iwconfig'' package, as a result, ''iw'' is provided and will be used instead to connect to wireless networks.
-</WRAP>+</bootnote>
    
  
Line 36: Line 36:
  
 ==== Connecting to a wireless network ====  ==== Connecting to a wireless network ==== 
-<WRAP center round info 60%>+<bootnote>
 These commands require you to run them with root permissions. Running them as a user might not throw errors, but they will also not produce the correct output either. These commands require you to run them with root permissions. Running them as a user might not throw errors, but they will also not produce the correct output either.
-</WRAP>+</bootnote>
    
  
Line 57: Line 57:
  
 === Activate the interface (if required) ===  === Activate the interface (if required) === 
-<WRAP center round info 60%>+<bootnote>
 If you get an error like ''Operation not possible due to RF-kill'', check to see if a hardware switch isn't mistakenly set to the off position. If you get an error like ''Operation not possible due to RF-kill'', check to see if a hardware switch isn't mistakenly set to the off position.
-</WRAP>+</bootnote>
    
 Your card might require the kernel interface to be activated before it can be used in iw. ''ip link set <interface> up'' Your card might require the kernel interface to be activated before it can be used in iw. ''ip link set <interface> up''
Line 71: Line 71:
  
 === Search for access points ===  === Search for access points === 
-<WRAP center round info 60%>+<bootnote>
 If this command outputs ''Interface does not support scanning'', then you are most likely missing firmware. In some cases, this can also be caused by running iw as a regular user. If this command outputs ''Interface does not support scanning'', then you are most likely missing firmware. In some cases, this can also be caused by running iw as a regular user.
-</WRAP>+</bootnote>
    
  
Line 122: Line 122:
  
 === Installation and Usage ===  === Installation and Usage === 
-<WRAP center round important 60%>+<bootnote warning>
 If you're coming from systemd-networkd, make sure you delete the systemd-networkd configuration files and disable the service using ''systemctl disable --now systemd-networkd.service'' before starting NetworkManager. If you're coming from systemd-networkd, make sure you delete the systemd-networkd configuration files and disable the service using ''systemctl disable --now systemd-networkd.service'' before starting NetworkManager.
-</WRAP>+</bootnote>
  
  
Line 136: Line 136:
  
 ==== systemd-networkd ====  ==== systemd-networkd ==== 
-<WRAP center round important 60%>+<bootnote warning>
 If you aren't using any other DNS resolver (like ''dnsmasq''), you may want to also enable ''systemd-resolved'', you can do this by running ''systemctl enable --now systemd-resolved''. If you ARE, you should disable it instead by running ''systemctl disable --now systemd-resolved''. If you aren't using any other DNS resolver (like ''dnsmasq''), you may want to also enable ''systemd-resolved'', you can do this by running ''systemctl enable --now systemd-resolved''. If you ARE, you should disable it instead by running ''systemctl disable --now systemd-resolved''.
-</WRAP>+</bootnote>
    
  
  • network_configuration.txt
  • Last modified: 2023/08/11 22:55
  • by evie