Results 2858 comments of MichaIng

@thaihugo Many thanks for sharing! 😃 > Haveged is consuming too much cpu, As you mention it. With v6.25 haveged will be installed on all DietPi systems. The reported issues...

@thaihugo That cannot be. `haveged` is a passive daemon that cannot be interacted with, nor does it ship any other binary. But I just checked the code... https://github.com/oblique/create_ap/blob/master/create_ap#L418-L438 - It...

@symbios24 I hope we can manage it for v6.26, however there are two other tasks to do first and it is a larger project since some deeper rewrite of our...

@snix47 Me aiming for a lightweight console-based solution, however if one wants a web UI, this is indeed pretty beautiful.

Probably the onboard WLAN can be disabled via device tree overlay, if your kernel ships some? Otherwise edit `/etc/network/interfaces` and manually replace `wlan0` with `wlan1`.

Okay, so the hardware itself is not detected as network adapter. So indeed a driver is required first. `lsusb` successfully detects it as Realtek WiFi adapter. `apt install firmware-realtek` is...

Ah the `r8188eu` is available on RPi, but you're using an Orange Pi. Let's search the modules for a fitting one: ``` find /lib/modules -name '*8188*' ```

Every kernel has it's own temperature tunables. You can check it via: ``` for i in /sys/class/thermal/thermal_zone[0-9]/temp /sys/class/hwmon/hwmon[0-9]/temp[0-9]_input /sys/devices/platform/coretemp.[0-9]/hwmon/hwmon[0-9]/temp[0-9]_input do [[ -e $i ]] && echo "$i : $(

See the "Sponsor" button at the top of the GitHub site 🙂.

The driver is in staging state (https://github.com/raspberrypi/linux/tree/rpi-5.10.y/drivers/staging/rtl8188eu), probably that's the reason why it's not compiled with default build config. Also they had issues to compile it: https://github.com/armbian/build/issues/2558 I just verified,...