<DC-IRC> <MicroLinux (Salva)> Also, testing 6.1K on my zero doesn't output sound
<DC-IRC> <MicroLinux (Salva)> Doing full upgrade to see if that solves it
<DC-IRC> <MicroLinux (Salva)> Tried to shift to 5.15 kernel but armbian-config kernel switcher doesnt work
<DC-IRC> <c0rnelius> ```
<DC-IRC> <c0rnelius> sudo amixer -c 0 set 'TOHDMITX' 'on'
<DC-IRC> <c0rnelius> sudo amixer -c 0 set 'TOHDMITX I2S SRC' 'I2S B'
<DC-IRC> <c0rnelius> sudo amixer -c 0 set 'TDMOUT_B SRC SEL' 'IN 0'
<DC-IRC> <c0rnelius> sudo amixer -c 0 set 'FRDDR_A SRC 2 EN' 'on'
<DC-IRC> <c0rnelius> sudo amixer -c 0 set 'FRDDR_A SINK 1 SEL' 'OUT 0'
<DC-IRC> <c0rnelius> sudo amixer -c 0 set 'FRDDR_A SINK 2 SEL' 'OUT 1'
<DC-IRC> <c0rnelius> sudo amixer -c 0 set 'FRDDR_A SINK 3 SEL' 'OUT 2'
<DC-IRC> <c0rnelius> sudo alsactl store
<DC-IRC> <c0rnelius> ```
<DC-IRC> <MicroLinux (Salva)> Thanks Cornelius
<DC-IRC> <c0rnelius> ur welcome
<DC-IRC> <marcone> The "minimal" image seems a little _too_minimal
<DC-IRC> <marcone> (rascal zero jammy minimal)
<DC-IRC> <marcone> (radxa zero jammy minimal)
<DC-IRC> <marcone> The "minimal" image seems a little _too_ minimal
<DC-IRC> <c0rnelius> i think you have to intentional remove curl after a debootstrap. so that went far and beyond making it minimal.
<DC-IRC> <c0rnelius> jq is for reading JSON files I believe and well we know what nmcli is.
<DC-IRC> <marcone> and it's kind of hard to get those onto the device when the very tools to configure networking aren't there
<DC-IRC> <c0rnelius> A minimal img should really just have ifupdown anyway 'in my opinion', but that is a tough road with Jammy and Above.
<DC-IRC> <marcone> The RockPi4C+ minimal image I downloaded yesterday did have nmtui. I guess there's no consistency as to what constitutes "minimal" across the various boards?
<DC-IRC> <c0rnelius> That should probs have something like ```if [[ `command -v curl` ]]; then execute_said_function; else; :; fi```
<DC-IRC> <c0rnelius> That should probs have something like ```if [[ `command -v curl` ]]; then execute_said_function; else :; fi```
<DC-IRC> <marcone> IMO, a minimal image should at least be usable, and without networking, this isn't usable.
<DC-IRC> <c0rnelius> well of course
<DC-IRC> <c0rnelius> I can't say for sure as I haven't really read through the changes made to the recent builder, but it appears most of the focus was on a developer level with little put into the end result for the user. So if true, a lot more work needs to be done and bug reports made, like the one above.
<DC-IRC> <marcone> happy to file a bug, but the bug reporting form wants me to use `armbianmonitor -U`, which outputs a bunch of stuff, but I have no way of getting that off the device.
<DC-IRC> <IgorPec> tnx, it seems we messed up something ...
<DC-IRC> <MicroLinux (Salva)> This is a problem with alsa and not related to armbian, so, we are good. One thing I noticed it's that the USB otg doesn't work properly like in the past. If I try to use mouse/keyboard from the same type C ib which the board is powered, mouse/keyboard (from my motorola lapdock) isn't recognized. I will try to dig why is that happening
<DC-IRC> <c0rnelius> No its not an Armbian issue or a problem with alsa really, it is just that out of the box the mixer isn't set. This could be done by Armbian by creating a state file or even running a script during first boot. Even better would be placing it in a menu interface and providing the option to switch from HDMI to Analog audio as the above settings work on all the g12/sm1 devices. Only the combination changes depending on where you want it
<DC-IRC> <c0rnelius> &usb {
<DC-IRC> <c0rnelius> status = "okay";
<DC-IRC> <c0rnelius> - dr_mode = "host";
<DC-IRC> <c0rnelius> };
<DC-IRC> <c0rnelius> ``` I believe this has already been patched upstream somewhere, not sure exactly which kernel rev though.
<DC-IRC> <narmstrong> It’s not a Linux problem but the Alsa UCM is missing for all amlogic based boards
<DC-IRC> <narmstrong> https://github.com/alsa-project/alsa-ucm-conf/pull/137 should be finished and extended to all other boards
<DC-IRC> <MicroLinux (Salva)> Good info,do you know if the display driver fixes were merged upstream . Kernel 6.11 still doesn't work properly on non 1080p resolutions (like downstream kali linux 5.10 patches do). Librecomputer mentioned that similar patches were going upstream at some extent for more resolutions support.
<DC-IRC> <narmstrong> I don’t have the knowledge of any display fixes… so perhaps there’s some but nobody send them on the upstream mailing lists
<DC-IRC> <narmstrong> Librecomputer pushed the fix for the wide and low height monitors
<DC-IRC> <MicroLinux (Salva)> That's what I mean, sorry, not my fisrt lang haha
<DC-IRC> <MicroLinux (Salva)> Maybe they are available from 6.3 or so
<DC-IRC> <MicroLinux (Salva)> Currently, armbian with K6.11 detected properly my resolution 1366x768 but I have the shaking
<DC-IRC> <MicroLinux (Salva)> Steve from kali solve it with https://github.com/steev/linux/commit/a60d8e2fa707ce0523d0c8a01fcb2c0d5f35472c
<DC-IRC> <MicroLinux (Salva)> Anyway, will test more edge kernels
<DC-IRC> <MicroLinux (Salva)> Maybe it's fixed at the edge
<DC-IRC> <MicroLinux (Salva)> Currently the kernel switcher doesn't work from armbian-config on my radxa zero. It doesn't do anything and go back to main menu
<DC-IRC> <Spectrefield> Hello !
<DC-IRC> <Spectrefield> Hello ! I have tried to compile a minimal server Linux image with PREEMPT_RT FULL patch for Radxa Zero but i have discovered an error without solution
<DC-IRC> <Spectrefield> The kernel compilation is done but I have a first error "ls: cannot access '/armbian/.tmp/work-...../image/boot/vmlinuz-6.1.27-meson64': No such file or directory
<DC-IRC> <Spectrefield> and a second error : "Error 2 occurred in main shell [at /armbian/lib/functions/logging/runners.sh:211 ... ]
<DC-IRC> <Tenkawa> @Spectrefield need more of the log than that..