Skip to content

Commit

Permalink
And in Finnish
Browse files Browse the repository at this point in the history
  • Loading branch information
martbhell committed Jun 30, 2024
1 parent 2f68fba commit 65a11da
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions posts/2024/01/rpi-eee-fi.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,15 @@ dtoverlay=disable-wifi
dtoverlay=disable-bt
```

- Poista eee käytöstä, muokkaa /etc/rc.local-tiedostoa:
- Poista eee käytöstä (Energy-Efficient Ethernet)

Varmistaa että haluat DHCP etc ja sitten laittaa tämä `/etc/network/interfaces.d/eth0`:

```bash
/usr/sbin/ethtool --set-eee eth0 eee off
exit 0
auto eth0
iface eth0 inet dhcp
#link-speed 100
post-up /sbin/ethtool --set-eee eth0 eee off
```

## Mitä oikeasti auttoi lopulta
Expand Down

0 comments on commit 65a11da

Please sign in to comment.