You are not logged in.
@callmetango: Thanks for providing a xlibre package for devuan.
Unfortunately, the installation would remove the proprietary nvidia driver and virtualbox on my excalibur box.
Well it's an out-of-tree DKMS module, so yeah, obviously, if you don't need it just remove the package.
I assumed that since you had it installed, you wanted it.
This sounds strange but reasonable ... so checking for 'smapi'.
Result: Package 'tp-smapi-dkms' is installed. There is no reason why, but it is. This computer is a common ATX-PC, not a notebook.
And the liquorix kernel just compiles / works!
Thanks a lot.
EDIT: Knowing this makes your first reply even more understandable.
Most likely.
I don't "gui" system maintenance and hardly know synaptic. A more correct first reply might have been "Yes, this should do the trick.".
Thanks for the replies.
@JayneCobb: Welcome to the forum!
@steve_v: Nice explanation and thanks for the insight.
Still not sure how to proceed. Since I don't have a thinkpad, is the module needed at all? Maybe it's possible to disable the build of 'tp_smapi'.
Or more likely, just waiting and hoping for the next liquorix kernel; linux-6.16.1 is already released, with or without an updated driver.
I don't see me kernel-hacking these days.
Anyone running a liquorix kernel on excalibur these days?
After kernel '6.14.10-1-liquorix-amd64' I removed linux-image-liquorix due to multiple compiling errors, but kept and run this 6.14 kernel. Today I tried to install the current version.
# apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64
(...)
Autoinstall of module tp_smapi/0.44 for kernel 6.15.10-2-liquorix-amd64 (x86_64)
Building module(s)...(bad exit status: 2)
Failed command:
make -j12 KERNELRELEASE=6.15.10-2-liquorix-amd64 -C /lib/modules/6.15.10-2-liquorix-amd64/build M=/var/lib/dkms/tp_smapi/0.44/build HDAPS=1
Error! Bad return status for module build on kernel: 6.15.10-2-liquorix-amd64 (x86_64)
Consult /var/lib/dkms/tp_smapi/0.44/build/make.log for more information.
Autoinstall on 6.15.10-2-liquorix-amd64 succeeded for module(s) acpi-call nvidia-current virtualbox.
Autoinstall on 6.15.10-2-liquorix-amd64 failed for module(s) tp_smapi(10).
(...)
$ cat /var/lib/dkms/tp_smapi/0.44/build/make.log
DKMS (dkms-3.2.0) make.log for tp_smapi/0.44 for kernel 6.15.10-2-liquorix-amd64 (x86_64)
2025-08-17T21:52:51 CEST
Building module(s)
# command: make -j12 KERNELRELEASE=6.15.10-2-liquorix-amd64 -C /lib/modules/6.15.10-2-liquorix-amd64/build M=/var/lib/dkms/tp_smapi/0.44/build
HDAPS=1
make: Entering directory '/usr/src/linux-headers-6.15.10-2-liquorix-amd64'
make[1]: Entering directory '/var/lib/dkms/tp_smapi/0.44/build'
CC [M] thinkpad_ec.o
CC [M] tp_smapi.o
CC [M] hdaps.o
hdaps.c: In function ‘hdaps_suspend’:
hdaps.c:430:9: error: implicit declaration of function ‘del_timer_sync’ [-Wimplicit-function-declaration]
430 | del_timer_sync(&hdaps_timer);
| ^~~~~~~~~~~~~~
make[3]: *** [/usr/src/linux-headers-6.15.10-2-liquorix-amd64/scripts/Makefile.build:203: hdaps.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [/usr/src/linux-headers-6.15.10-2-liquorix-amd64/Makefile:2013: .] Error 2
make[1]: *** [/usr/src/linux-headers-6.15.10-2-liquorix-amd64/Makefile:248: __sub-make] Error 2
make[1]: Leaving directory '/var/lib/dkms/tp_smapi/0.44/build'
make: *** [Makefile:248: __sub-make] Error 2
make: Leaving directory '/usr/src/linux-headers-6.15.10-2-liquorix-amd64'
# exit code: 2
# elapsed time: 00:00:01
----------------------------------------------------------------# apt-mark hold firefoxFrom my point of view, dist-upgrade just works.
@fsmithred: thanks for sharing.
I remember having QasMixer in my alsa-only-time. It was recommended from someone in this forum and worked good.
It works - shows alsa channels and also pipewire and the inactive hdmi-sound-devices. There are more Qas* sound tools.
I like to know where files physically exist** and the concept of 'partitions with file systems'. Things like LVM or btrfs/zfs (with sub-volumes) are too complicated for me.
.
** About 15 years ago, a (cheap) power supply died and took two HDDs with it. The HDDs could be repaired, but the journey was really unpleasent.
1st solution without soldering: Buy an identical HDD and use the controller board to access the files.
2nd solution with soldering: Replace the protection diodes on the controller board and the HDDs are as good as new.
Nice work and install tutorial!
Here is a short collection of incedences on my excalibur:
Compiling: pkg-config --cflags --libs gtk+-3.0 throwed an error, solved by installing libgtk-3-dev .
Scraping: There were two or three instances of the script running, beside free cpu cores.
You mentioned "/var/lib/dpkg/status" and I thought this text file would be processed to get package related information.
dpkg was querried a lot (multiple ps ax in the terminal to kill time, e.g.: dpkg-query --search -- galculator.desktop )
#-#-#-#-#-#
Sorting:
A doubled "ParaView" entry cought my attention - see code section.
Guess is:
The list is sorted by the name of the *.desktop file. The shown "Application Name" is from the 'Name="Application Name"'-field.
*Highly accurate* entries like "Document Viewer" are existing too.
I'm missing a reference to the executed binary itself.
Or maybe executable name for sorting?
**imaginary screen shot of the program list**
(... "O" section here?!)
ParaView
QjackCtl
qpwgraph
samplev1
Wireshark
Mousepad
ParaView Cilent
(... more "P" entries)
**end of imaginary screen shot**
$ find | grep desktop$ | grep -i paraview
/usr/share/applications/org.paraview.ParaView.desktop
/usr/share/applications/paraview.desktop
$ diff /usr/share/applications/paraview.desktop /usr/share/applications/org.paraview.ParaView.desktop
3,5d2
< Name=ParaView Client
< GenericName=Data Viewer
< Comment=ParaView allows viewing of large data sets
7c4,7
< Terminal=false
---
> Name=ParaView
> Comment=Parallel visualization application
> Exec=paraview %f
> TryExec=paraview
9,11c9,10
< MimeType=application/x-paraview;
< Categories=Education;Math;Science;
< Exec=paraview
---
> StartupWMClass=paraview
> Categories=Qt;Science;DataVisualization;Maybe the file system needs to be checked?
@Prowler_Gr Thanks for the head up.
First reading this made me clone my debian-trixie-VM-with-sysvinit-enabled before trying apt-get udate; apt-get upgrade.
grub still boots /sbin/init as PID 1, so no harm done.
I'm not exactly sure what the removed part of code does - assumtion is the code enables a way to have sysvinit, systemd and upstart installed in parallel and select init via grub.
⟡ AI Overview
(...)
You marked the AI stuff, which is the correct way to site it - good.
On the other hand ...
AI translates to Artificial Idiot in my world. I like stupid things in (e.g.) movies, but not in a technical al forum. Please do not (re-)post such stuff. Thanks.
Moore likely the other way around: Ask an AI, then get your GPU toasted.
@Glen: Thanks for sharing. Appreciated.
The way to start a "graphical desktop" is personal taste.
I remember being very annoyed years ago, when an installation defaulted to a graphical login screen - this is wrong !!11!
These days, I don't want to type in a text console start[x,lxde,kde,...].
I'm not having any problems running firefox and librewolf at the same time.
It's currently librewolf.appimage and firefox-esr from the excalibur repo. The appimage version should work on any devuan. I don't use librewolf from its debian repo for historical reasons (no sound on pure alsa).
I have a spare Sony XA2 lying around.
Any chance to get movuan on it?
It currently runs SailfishOS.
The number of running proceses is quite high, including some *name-not-to-mention-here*. And it's rpm-based not deb / apt.
As far as I understand the timer: The program 'certbot' will be executed either by systemd.timers (if systemd is running) or by cron (in case of devuan).
No need for adjustments. Or I'm just wrong.
It's kind of sick, that cron looks (or has to look) for systemd.timers, but anyway.
At what point would I need a "clipboard manager"?
copy-on-mark and paste-on-middle-mouse-button just works.
Dual-windowed file manger: mc / doublecmd
Image Viewer: This is a difficult one. Sometimes viewnior or nomacs (excalibur)
Screenshots: flameshot
I don't know the policy of archive.devuan.org, but snapshot.debian.org covers anything since lenny.
It''s possibel to
apt-get install systemctlNot sure whether this works for iscsi.
Hi,
VA-API is - as far as I know- hardware acceleration using Intel-Graphics.
There is a warper for nvidia GPUs for VA-API calls (nvidia-vaapi-driver).
No idea how or whether this is possible with Radeon graphics.
Sounds like a hardware problem.
I would pull out and insert again all RAM modus and PCI extension cards. This makes new electrical contact.
Since the PC has no external graphics card, this most likely means the RAM, as Pedro guessed before.
I'm feeling stupid to just post links ... .
The archlinux wiki is the 'unofficial linux docu': https://wiki.archlinux.org/title/Backlight
Or maybe one of these: https://bbs.archlinux.org/viewtopic.php?id=213461 , https://forums.linuxmint.com/viewtopic.php?t=158087