The officially official Devuan Forum!

You are not logged in.

#1 Re: Installation » No audio on Excalibur through pipewire on KDE wayland » Yesterday 22:54:54

OK thanks for the explanation @RedGreen925, if it works don't fix it smile

You used three of my pet hates there altogether (pulse, wireplumber, pipewire) and was wondering if there was some black magic incantation with 'exec'ing the environment that you were leveraging that I didn't know about.

#2 Re: Other Issues » Excalibur and fail2ban » Yesterday 18:51:55

Trixie has forced dependency on newer versions of python modules which have dropped depreciated API's.
Of greater concern is the list of faults in trixie, prohibiting it's use in any mission critical role.

https://www.debian.org/releases/trixie/ … ssues.html

Credit to golinux for first posting of the link

#3 Re: Off-topic » The Joke Thread » Yesterday 17:19:45

@igorzwx its obvious you are a chatbot, and because you are a chatbot there is nothing you can say that will prove that you are not.

#4 Re: Installation » No audio on Excalibur through pipewire on KDE wayland » Yesterday 17:17:37

@RedGreen925
I'm curious, why do you 'exec' when you are also '&' backgrounding ?

#5 Re: Off-topic » The Joke Thread » Yesterday 16:59:47

igorzwx is obviously still stuck on ChatGPT4, they attempted to fix hallucinations in the ChatGPT5 release

https://en.wikipedia.org/wiki/Hallucina … elligence)

#6 Re: Other Issues » Excalibur and fail2ban » Yesterday 16:53:56

Re dist-upgrade to excalibur

open to the internet

Suggestion:  DONT, Trixie is broken, wait for it to be fixed!
The broken 'fail2ban' thing is well known and all over the internet.

#7 Re: Desktop and Multimedia » EmergencyProblem setting up DJI Mic Mini and Logitech C920s Pro Webcam » Yesterday 16:43:55

Hi, I would resort to configuring ALSA directly at the system level and not rely on any app.

I would edit /etc/asound.conf defining a mono 'type dsnoop' device that corresponds to the Mic.
(use 'arecord -l' to show you the CARD names ALSA is using)

pcm.dji_mic {
        type dsnoop
        ipc_key 34848
        ipc_key_add_uid true
        ipc_perm 0666
        slave.pcm {
            type hw
            card "DJITHINGY"
            device 0  # mic
            channels 1
        }
    }

I would the wrap that device definition with another of 'type route' with two channels, which maps the
single mic channel onto both channels.

pcm.stereo_dji_mic {
    type route
    slave.pcm  dji_mic
    ttable {
      0.0 1.0 # left to left at full volume
      0.1 1.0  # left to right at full volume
    }
    channels 2
}

I would then wrap the stereo mic with type plug to manage format conversions

pcm.source {
   type plug
   slave.pcm stereo_dji_mic
}

Once configured run 'arecord -L'
if /etc/asound.conf is wrong or has syntax errors etc that command will barf with an error message you can google

The above is off the top of my head but should enable you to search for what you need.

#8 Re: Off-topic » The Joke Thread » Yesterday 15:01:30

@igorzwx

It is not about math

No ? Then why does the question have the word 'math' in it ?

show me the math where 'average' > 50%

#9 Re: Off-topic » The Joke Thread » Yesterday 13:42:22

@igorzwx are you are volunteering to show me the math where 'average' > 50% ?

#10 Re: Off-topic » The Joke Thread » 2025-08-18 13:22:25

Well, at least half the population is above average IQ...

Err, @ralph, I would love you to explain the math behind that statement smile

For some light entertainment and a glimpse of the future you could do worse than watch the film 'Idiocracy' starring Luke Wilson available on dvd from an ebay near you.

#11 Re: Hardware & System Configuration » excalibur dist-upgrade? » 2025-08-15 16:55:10

After all the bad news I have read about trixie I will be postponing dist-upgrade (or full-ugrade).

I have no need or interest in a distro optimised for cloud (AWS etc) or hosting dozens of VM's.
I was hoping for a change in leadership and a board moving away from commercialisation of the distro, but it looks like IBM\Redhat have won.
At some point I will need to break away from Debian as the upstream for technical reasons, and unfortunately that will mean Devuan too.
For the long term there is only one possible way out I can see, the freezing of the distro (here before 'usrmerge') as 'Trinity Desktop Environment' did with KDE3.
History is a great teacher, if you think 'usrmerge' is a good idea then go research the reason for the split in the first place (Bell Labs, AT&T).

I do not understand this craze for constantly replacing reliable efficient software for newer software which brings nothing to the table other than being newer and doing something differently (not better).
New kernels (security fixes and new modules for new hardware) will be required from time to time, and the occasional new userspace app to manage them, but that is it.
To me that looks like the perfect distro model for "Continuous Integration" or if you prefer the term, "Rolling Release"

"If it ain't broken don't fix it!"

Only use resources for fixing what is broken, not willy-nilly changing of packages.

#13 Re: Hardware & System Configuration » [SOLVED] Devuan 6 excalibur, OpenRC, networking, /etc/hosts ingnored » 2025-08-12 18:31:44

Andre4freedom, can you post what you changed in  /etc/hosts and describe what did\didnt happen.
Once I know that I can test my install to see if it is affected.

#14 Re: Installation » Installation doesn't work » 2025-07-23 20:14:51

Like this...

[g4sra@localhost:OS]$ sudo dmesg

[13934.095824] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[13934.095826] usb 1-3: Product: TransMemory
[13934.095829] usb 1-3: Manufacturer: TOSHIBA
[13934.095831] usb 1-3: SerialNumber: C6EEBF9D8207CDB11D4F171F
[13934.119872] usb-storage 1-3:1.0: USB Mass Storage device detected
[13934.120010] scsi host8: usb-storage 1-3:1.0
[13934.120319] usbcore: registered new interface driver usb-storage
[13934.123274] usbcore: registered new interface driver uas
[13935.159151] scsi 8:0:0:0: Direct-Access     TOSHIBA  TransMemory      1.00 PQ: 0 ANSI: 4
[13935.159600] sd 8:0:0:0: Attached scsi generic sg4 type 0
[13935.159809] sd 8:0:0:0: [sdd] 15155200 512-byte logical blocks: (7.76 GB/7.23 GiB)
[13935.159996] sd 8:0:0:0: [sdd] Write Protect is off

[g4sra@localhost:OS]$ ls -l ~/ISO/Devuan/Daedalus/devuan_daedalus_5.0.1_amd64_netinstall.iso
-rw-rw-r-- 1 g4sra g4sra 501022720 Dec 27  2024 /home/g4sra/ISO/Devuan/Daedalus/devuan_daedalus_5.0.1_amd64_netinstall.iso

[g4sra@localhost:OS]$ sudo cp /home/g4sra/ISO/Devuan/Daedalus/devuan_daedalus_5.0.1_amd64_netinstall.iso  /dev/sdd

#15 Re: Installation » Installation doesn't work » 2025-07-23 19:22:33

rolfie cannot see what you did or their results.
You will need to post more information for rolfie to be able to help you.

What commands did you actually enter ?
What was the result of those commands ?

How did you reboot your PC ?
What boot options did you select ?
What did the PC report ?

I suggest you try again, this time making *exact* notes most of which you can cut and paste, then after rebooting post them here on the forum.

#16 Re: Other Issues » missing /run/user/... with elogind - not registering X session » 2025-07-22 13:19:09

Why does one have "/usr/share/defaults/at-spi2/accessibility.conf " opening up dbus but the other doesnt ?

#17 Re: Installation » Installation doesn't work » 2025-07-22 12:40:16

@rolfie experience has taught me that when it comes down to UEFI the wonderful thing about standards is that there are so many to choose from. This varies at the BIOS version level not just the model. Even totally ridiculous ideas should not be dismissed until they have been attempted to make something boot that wont.

@r2, I had issues with Devuan 5.0.1 USB not booting on a Dell Laptop (it should have at least booted to the installer, 5.0.0 did).
I discovered that on booting USB the internal storage would be disabled. This it turns out is a Dell 'Security Feature' in my particular BIOS and the only way around it (untested) is to pre-load the USB's UEFI keys and enable 'Secure Boot'. So at that point I gave up jumping through Dell hoops, removed the NVMe and installed Devuan via a VM, booted fine when reinstalled in the laptop.

#18 Re: Installation » apport package » 2025-07-20 22:35:33

I hate it when package devs do this sort of thing...adding stuff in support of some other package not even installed, or in this case, not even available from Debian repositories.

Those apport files come from different packages (e.g. OpenSSH-Client, Grub2) that you have legitimately installed.
A brief look suggests they may have been pushed by Ubuntu which Debian packagers have obviously accepted.

I only ever use one language, yet am forced to accept documents, dictionaries, man pages, etc in every language going.
These could be included for distribution in the package but selectively omitted from installation by a simple option in the package preinst script

#19 Re: Hardware & System Configuration » [SOLVED] Help with signing nvidia's driver with secure boot enabled » 2025-07-12 17:38:37

The last time i looked...

Errors were encountered while processing:
nvidia-persistenced

This error was caused by the dep package script failing to start (not stopping first) an already running daemon.
Just manually stop 'nvidia-persistenced' and then 'apt -f install' to let the script start 'nvidia-persistenced' itself and complete.

Board footer

Forum Software