Welcome, Guest. Please login or register.
Did you miss your activation email?

Recent Posts

Pages: [1] 2 3 ... 10
1
Since the kernel versions 6.8 I have the problem that after suspend mode the microphone does not work, pavucontrol settings change on their own and sometimes wireplumber uses up to 100% of one CPU core. Before the first suspend everything works fine, and the output devices also work afterwards.

The system is up to date, but I stick to the kernel 6.7.10-1-siduction-amd64. In the last months I've searched the internet for hours for ALSA, pipewire, wireplumber etc. but no trail led to a solution.

What has changed since kernel 6.8 (a module) that my machine can't handle it.

Extract from inxi outputs:
Code: [Select]
System:
  Kernel: 6.7.10-1-siduction-amd64 arch: x86_64 bits: 64
  Desktop: i3 v: 4.24 Distro: siduction 21.1.1 C-Blues - xfce -
    (202102190853)
Machine:
  Type: Laptop System: Acer product: Aspire A515-45 v: V1.03 serial: <filter>
  Mobo: LN model: Calla_LC v: V1.03 serial: <filter> UEFI: INSYDE v: 1.03
    date: 03/16/2021
Battery:
  ID-1: BAT1 charge: 40.2 Wh (100.0%) condition: 40.2/47.8 Wh (84.0%)
CPU:
  Info: 6-core model: AMD Ryzen 5 5500U with Radeon Graphics bits: 64
    type: MT MCP cache: L2: 3 MiB
  Speed (MHz): avg: 400 min/max: 400/4056 cores: 1: 400 2: 400 3: 400 4: 400
    5: 400 6: 400 7: 400 8: 400 9: 400 10: 400 11: 400 12: 400
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Lucienne driver: amdgpu v: kernel
  Device-2: Chicony HD User Facing driver: uvcvideo type: USB
  Display: unspecified server: X.Org v: 21.1.16 driver: X: loaded: amdgpu
    unloaded: fbdev,modesetting,vesa dri: radeonsi gpu: amdgpu
    resolution: 1920x1080~60Hz
  API: EGL v: 1.5 drivers: radeonsi,swrast
    platforms: gbm,x11,surfaceless,device
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.0.2-1 renderer: AMD
    Radeon Graphics (radeonsi renoir ACO DRM 3.57 6.7.10-1-siduction-amd64)
  Info: Tools: api: eglinfo,glxinfo de: xfce4-display-settings x11: xdriinfo,
    xdpyinfo, xprop, xrandr
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Renoir Radeon High Definition
    Audio vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel
    bus-ID: 05:00.1
  Device-2: Advanced Micro Devices [AMD] ACP/ACP3X/ACP6x Audio Coprocessor
    vendor: Acer Incorporated ALI driver: N/A bus-ID: 05:00.5
  Device-3: Advanced Micro Devices [AMD] Family 17h/19h/1ah HD Audio
    vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel
    bus-ID: 05:00.6
  API: ALSA v: k6.7.10-1-siduction-amd64 status: kernel-api
  Server-1: PipeWire v: 1.4.1 status: n/a (root, process)

Any ideas?

midrow
2
Siduction News / Re: Augsburger Linuxtage 2025
« Last post by vinzv on Yesterday at 13:18:34 »
Wie schaut's aus vinzv, bist du auch wieder dabei mit Tuxedo?

Stand jetzt ich leider nicht. :( Aber die anderen Tuxe sind vor Ort.

Wenn ihr Siduction-Material (Flyer, Sticker, Rollup) braucht, gebt bitte Bescheid.
3
Siduction News / Re: Augsburger Linuxtage 2025
« Last post by Whitnams on Yesterday at 09:33:18 »
Am 26. April finden wieder die Augsburger Linuxtage statt und auch wir (die alte Crew Michael, Lars, Roland, Axel und meine Wenigkeit) werden wieder mit einem Siduction Stand vertreten sein. Wer Lust hat, kann gerne auf einen Ratsch vorbei kommen.

https://www.luga.de/static/LIT-2025/

Wie schaut's aus vinzv, bist du auch wieder dabei mit Tuxedo?
Klingt großartig! Viel Erfolg mit dem Siduction-Stand!
4
Software - Support / Re: Identical Grub entries, Debian and siduction
« Last post by keos on 2025/03/30, 23:33:05 »
@Scholle1

Quote
You have installed or updated the boot menu from the other Debian after installing Siduction.

Just to note... as I said at the beginning, I'm no expert... yes, Grub was on another system, but not on Debian; in fact, it was on openSUSE, but even so, I've never seen two systems mirror each other with the same Grub entries, except for the partition number.
Maybe I did something wrong but now I'll never know since I already uninstalled... Thanks.
5
Software - Support / Re: Identical Grub entries, Debian and siduction
« Last post by michaa7 on 2025/03/30, 20:13:15 »
who is ignoring whom?

confused
6
Software - Support / Re: Identical Grub entries, Debian and siduction
« Last post by unklarer on 2025/03/30, 16:24:15 »
To avoid confusion, I have been doing this for ages via the 40_custom of the 'main boot loader' Grub.

LOL

But you prefer to keep the how-to-do-it a secret to keep this thread going on for ever?

Quote from: Forum
You are ignoring this user

LOL

For all the others, SuFu old Examples:
https://forum.siduction.org/index.php?topic=8256.msg66546#msg66546
https://forum.siduction.org/index.php?topic=9170.msg72719#msg72719

Examples:

No os-prober is installed here. It would 'inflate' the grub.cfg.


Other test examples

Code: [Select]
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
menuentry 'carbon (auf /dev/nvme0n1p5)' {
insmod ext2
search --fs-uuid --no-floppy --set=root 89fe80f1-6d71-452d-97de-1dbdc9b9c6ed
configfile /boot/grub/grub.cfg
}
menuentry 'carbon' {
insmod part_gpt
insmod ext2
search --fs-uuid --no-floppy --set=root 89fe80f1-6d71-452d-97de-1dbdc9b9c6ed
configfile /boot/grub/grub.cfg
}
menuentry 'carbon' {
insmod part_gpt
insmod ext2
search --fs-uuid --no-floppy --set=root 89fe80f1-6d71-452d-97de-1dbdc9b9c6ed
linux /vmlinuz root=UUID=89fe80f1-6d71-452d-97de-1dbdc9b9c6ed
initrd /initrd.img
}


Code: [Select]
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
menuentry "siduction-xfce auf /dev/sda2" {
insmod ext2
search --fs-uuid --no-floppy --set=root 2156309b-b494-4611-989c-cbd7990494a0
configfile /boot/grub/grub.cfg
}
menuentry "nox-labwc auf /dev/sda3" {
insmod ext2
search --fs-uuid --no-floppy --set=root 44468b50-dcb9-4072-a18d-ff5662497345
linux /vmlinuz root=UUID=44468b50-dcb9-4072-a18d-ff5662497345
initrd /initrd.img
}

Here 'do not install bootloader' was selected in the Debian installer. No Grub.
7
Software - Support / Re: Identical Grub entries, Debian and siduction
« Last post by scholle1 on 2025/03/30, 14:37:02 »
I need to know if this is a bug (?)
No.

You have installed or updated the boot menu from the other Debian after installing siduction.
For me, there is no other way to reproduce your statement.
When I install the latest KDE ISO from https://testbuilds.siduction.org/,
the menu entry looks like this:

siduction 2024.1 Shine on ... GNU/Linux, with Linux 6.13.8-1-sicuction-amd64

Siduction does not create a submenu by default.
Siduction uses the file /etc/default/grub.d/siduction.cfg for the boot entry and that line there.
Code: [Select]
GRUB_DISTRIBUTOR="siduction 2024.1 Shine on ..."
If you are using Grub from another installation, you are free to customize the /etc/os-release file in siduction. See also <man lsb_release>.
Quote
FILES
       /usr/lib/os-release
           Distribution-provided file with operating system identification data.

       /etc/os-release
           Machine-specific file with operating system identification data.  If present, /etc/os-release is read instead of /usr/lib/os-release.
8
Software - Support / Re: Identical Grub entries, Debian and siduction
« Last post by michaa7 on 2025/03/30, 12:57:55 »
To avoid confusion, I have been doing this for ages via the 40_custom of the 'main boot loader' Grub.

LOL

But you prefer to keep the how-to-do-it a secret to keep this thread going on for ever?
9
Siduction News / Re: Augsburger Linuxtage 2025
« Last post by scholle1 on 2025/03/30, 12:15:57 »
Es wird in diesem Jahr auch einen Vortrag zu siduction geben.

Siduction auf Btrfs mit Snapper

https://pretalx.luga.de/lit-2025/talk/review/QYKWRNUS7M9KRCZGFPGUSE79SNFBWQRK
10
Software - Support / Re: Identical Grub entries, Debian and siduction
« Last post by unklarer on 2025/03/30, 09:54:51 »
To avoid confusion, I have been doing this for ages via the 40_custom of the 'main boot loader' Grub.
Pages: [1] 2 3 ... 10