gociii

Results 21 comments of gociii

What are the possibilities of getting **Odroid-U3 kernel-headers** built and put into the repository? **sudo apt-get install linux-headers-$(uname -r)** gives: E: Unable to locate package linux-headers-5.15.12-stb-exy E: Couldn't find any...

Thanks @Joulinar & @MichaIng ... Will be looking into building kernel & headers option, (a bit of a daunting task for me at the moment). Will share odroid-u3 header packages...

@hexdump0815 / @antonialoytorrens - need to build linux-headers for a 5.10.x or a 5.15.x kernel, as I get an error when running **sudo apt-get install linux-headers-$(uname -r)** E: Unable to...

For those of you looking for an up to date debian image, you can use the one provide by @hexdump0815 https://github.com/hexdump0815/imagebuilder/releases/tag/220824-01 It uses the latest 5.19.1 kernel and works fine...

@Maillot-david - Can do... All it requires is to 1. Download @hexdump0815 image above. 2. Burn it to an SD/MMC card and boot Odroid. 3. Run the dietpi-install script: `bash...

Thanks for the info hexdump0815. Appears on 5.19.1 too, but doesn't seem to hinder it's headless functionality. dmesg output: [ 0.000000] Running under secure firmware. [ 18.845073] s5p-mfc 13400000.codec: preallocated...

> ``` > root@DietPi:~# lsusb > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > ``` > > Hmm, it shows a single USB port only. Weird...

Ran the following commands dietpi-update cd /tmp wget https://dietpi.com/downloads/binaries/testing/linux-u-boot-odroidc1-current.deb dpkg -i linux-u-boot-odroidc1-current.deb /boot/dietpi/func/dietpi-set_hardware flash-u-boot-mmc reboot shutdown now -r (Tested both with reboot & shutdown now -r) *uname -a* Linux ratchet...

Issue related to https://github.com/hexdump0815/imagebuilder/issues/131 This can now be closed as it is resolved.

Not needed for docker - though I have switched to podman too, which plays nicely with its crun container engine. In my case running ufw on bare metal odroid u3,...