The officially official Devuan Forum!

You are not logged in.

#151 Re: Desktop and Multimedia » viber authentication upon reboot » 2025-04-16 10:44:34

Hello:

Str82DHeaD wrote:

3 years later ...

fsmithred wrote:

... anything with "viber" in it.   #   <- Actually it was ralph.ronnquist

There is no viber package in the Debian repositories.

As a result, there is no viber package in the Devuan repositories either.

The reason being (most probably) that viber is "Proprietary cross-platform IM and VoIP software".

With respect to it working on Arch, bear in mind that the package in queston is part of their user repository ie: not an official AUR package.

aur.archlinux.org/ wrote:

DISCLAIMER: AUR packages are user produced content. Any use of the provided files is at your own risk.

Seems that none of that has changed in the last three years.

Best,

A.

#152 Re: Other Issues » [SOLVED] Apparmor update causing issues (Ceres) » 2025-04-15 19:55:23

Hello:

Altoid wrote:

That is one of the basic characteristics these security features have.
The main one one being that they are both installed and enabled by default / without your consent or knowledge.

Some fresh news with respect to LSM (Linux Security Modules).
Yes, those modules.
The ones you cannot disable or have any control over.

Michael Larabel @Phoronix.com wrote:

Microsoft's newest open-source contribution to the Linux kernel being proposed is ... Hornet,
a Linux security module (LSM) for providing signature verification of eBPF programs.

About eBPF

TL;DR

What is eBPF used for?
eBPF lets you gather detailed information about low-level networking, security, and other system-level activities within the kernel.
Better yet, it works without requiring direct modifications to kernel code.

Absolutely wonderful !!!

Just what we were needing.
Linux kernel with Microsoft security module integration doing all of that.

Check the Phoronix note here.

Best,

A.

#153 Re: Other Issues » [SOLVED] Apparmor update causing issues (Ceres) » 2025-04-14 11:22:35

Hello:

... same errors at boot time.

These are not errors.
What you are seeing is information related to EVM being enabled, not errors.

And it seems that there is no easy or documented way to avoid / disable security which (for a desktop system) is probably not needed.
As always, YMMV.

That said, the usual/basic way to check for errors is to look at dmesg in a terminal:

1. in a line by line fashion:
sudo dmesg | more

2. using grep:
sudo dmesg | grep -i "error\|warning\|fail\|segfault\|fatal\|not"

3. sifting by type of message
sudo dmesg --level=alert,crit,err,warn

4. with a real time rolling printout:
sudo dmesg -wH

As this is Linux*, there are probably more ways to get that done as there are other logfies in human readable format which you can look at to get a more detailed idea as to what is going on.
* 8^D !

Best,

A.

#154 Re: Devuan » Why sysvinit can't create init scripts by itself? » 2025-04-14 10:40:44

Hello:

stopAI wrote:

... sysvinit follows a design principle which states that designs and/or systems should be as simple as possible.

Maybe I'm just as dumb as a (rusty) doornail, but after all these years (~12) with Linux I still fail to grasp the need for anything but one properly working init package for my systems* which have always worked wthout a hitch.
* desktop, netbook, RPi

Of course, as many others have, I came across more than one issue.
But none in any way related to the default init software, which was always* sysvinit
* save experiments with Debian/Debian based dists which I abandoned as systemd was adopted.

RedGreen925 wrote:

... *nix method of do one thing and do it well, a concept seemingly lost to many of today's programmers.

+1

Best,

A.

#155 Re: Other Issues » [SOLVED] Apparmor update causing issues (Ceres) » 2025-04-13 14:48:40

Hello:

... sounds like a pain to get rid of and/or disable ...

Indeed ...

That is one of the basic characteristics these security features have.
The main one one being that they are both installed and enabled by default / without your consent or knowledge.
Something that should be getting everyone thinking about it and the reasons for it being so.

We are slowly but steadily arriving at the point where booting a computer will require signatures, code or features over which you will have no control or access to.

Unless certain requirements are met, of course.

Best,

A.

#156 Re: Other Issues » [SOLVED] Apparmor update causing issues (Ceres) » 2025-04-13 12:00:32

Hello:

... if you haven't disabled apparmor ...

I disabled apparmor from the first time I saw it has been installed and enabled without my intervention.
So no, I do not have the problem you have.

My way of dealing with it is adding security=none apparmor=0 nmi_watchdog=0 to my kernel command line.

That said, I am not too sure the stanza is quite as effective as I believe it is because early on, my dmesg printout also reveals this:

--- snip ---
[    3.066032] evm: Initialising EVM extended attributes:
[    3.066218] evm: security.selinux    # <-
[    3.066338] evm: security.SMACK64 (disabled)
[    3.066493] evm: security.SMACK64EXEC (disabled)
[    3.066660] evm: security.SMACK64TRANSMUTE (disabled)
[    3.066842] evm: security.SMACK64MMAP (disabled)
[    3.067009] evm: security.apparmor   # <- 
[    3.067132] evm: security.ima        # <-
[    3.067239] evm: security.capability # <-
[    3.067369] evm: HMAC attrs: 0x1
--- snip --- 

As you can see, evm* does not indicate apparmor (and other security features) as being disabled.
ie: adding security=none to the kernel command line should have disabled all that.

* https://linux-ima.sourceforge.net/linux … l-20110907

Edit:

At some point, someone posted a request to disable EVM and IMA.

While reading and testing LSM code, I found IMA/EVM consume per inode
storage even when they are not in use. Add options to diable them in
kernel command line. The logic and syntax is mostly borrowed from an
old serious [1].

I have tried (adding lsm=    to the kernel command line but it does not work, at least in the latest Daedalus 6.1.0-33-amd64:

$ grep -o "lsm=.*" /proc/cmdline
lsm=
$ 
$ ls /sys/kernel/security/
evm  ima  integrity  lockdown  lsm       # <- this should read "integrity  lsm"
$ 

Apparently it requires a patch. (?)

Best,

A.

#157 Re: Other Issues » Getting a ton of the same errors in .xsession-errors in excalibur » 2025-04-12 12:36:49

Hello:

greenjeans wrote:

Filed using ...

Hmm ...
Good luck with that.  8^°

Last time I followed an issue here at Dev1, it required a Debian bug report, which I encouraged the author of the OP to file.

The reply was this:

bugs.debian.org wrote:

Since sysvinit is not enabled by default in Debian, I do not consider this
bug as release-critical. Downgrading the bug severity to "normal"*.

* "won't fix" "get lost".

You may (or may not) want to consider reading the whole Dev1 thread and the Debian bug report to get an idea of the severity of the (properly investigated) problem the OP reported to see where any non-systemd bug report stands.

Best,

A.

#158 Re: Other Issues » Getting a ton of the same errors in .xsession-errors in excalibur » 2025-04-11 20:54:33

Hello:

Thank you ...

You're welcome.

... seems to be in Caja.
... it's nasty ...
... 100's of mb's ...
... critical error ...
... unattended to ...

... permanently screw up a solid state drive.

Best,

A.

#159 Re: Other Issues » Getting a ton of the same errors in .xsession-errors in excalibur » 2025-04-11 19:38:27

Hello:

... have the .xsession-errors down to almost zero ...

As long as they generate no issues ... *

... i'd like to figure out these things and address them ...

I thought likewise at one time but all the answers I found were in line with that I say above.
Like you, I don't like those errors either, but with most it's like chasing a rainbow.

So I ended up resorting to having a size limit on the /home/.xsession-errors file.

Check out this post.

* gist of most if not all the replies I got when asking about the entries in the huge /home/.xsession-errors file.

Best,

A.

#160 Re: Other Issues » Getting a ton of the same errors in .xsession-errors in excalibur » 2025-04-11 17:13:55

Hello:

... a huge amount of .xsession-errors ...

Yes, /home/.xsession.errors can get quite fat with just harmless informative printout.

See here: https://dev1galaxy.org/viewtopic.php?id=2412
and
here: http://www.daniloaz.com/en/how-to-preve

Best,

A.

#161 Re: Hardware & System Configuration » [SOLVED] Today's upgrade update-alternatives warning » 2025-04-07 13:26:07

Hello:

... postinst script of xz is buggy ...

I see.

... doesn't recognize that the "alternatives" link for lzma already points correcly.

Right.
Makes sense.  8^)

Maybe the script ...
... when the new "alternatives" link get installed ...
... ends up with the same value that it already had.

Thank you for taking the time to figure that out.
I was worried that an unknown something had mucked around the system.
ie: the (manually or by a script) part of the postinst printout.

Not having been me, the only alternative offered was a script.
Not good.

My only intervention (as far as my memory serves me) in update-alternatives was long ago to set the default editor.
For obvious reasons, not vim.
Or emacs. 8^° !

Remember that the postinst script doesn't "see" those pathnames the way you see them in the error message.

Remember?
I did not have a clue, I'll have to learn it first.
Thanks for the heads up.

... sure there are other possible stories that could explain ...

And I'm quite sure that you have worked out the most probable | feasible | likely one.
So I will mark this one as [solved].

As always, thank you very much for your input.

Best,

A.

#162 Re: Hardware & System Configuration » [SOLVED] Today's upgrade update-alternatives warning » 2025-04-07 11:05:56

Hello:

... upgraded the xz-utils package ...

Yes, of course.

My post was about the warnings and whatever reason could have caused them.
Do have a read at the OP.

Best,

A.

#163 Re: Hardware & System Configuration » [SOLVED] Today's upgrade update-alternatives warning » 2025-04-06 18:58:47

Hello:

... because you updated the lzma package(s) for two different arches?

No idea.

That package is probably in my system since ascii or Jesse and I am now running on Daedalus, to which I arrived through succesive dist-upgrades.

Now ...

Looking at yesterday's timeshift snapshot of /etc/alternatives/lzma I see this:

/etc/alternatives/lzma: symbolic link to ../../usr/bin/xz

In the current version, I see the same thing:

/etc/alternatives/lzma: symbolic link to ../../usr/bin/xz

/usr/bin/xz exist in both cases, same size but different timestamp: 02/12/2023 and 03/04/2025 respectively.

So I don't get the part where apt reports ... /lzma has been changed ... and ... /xz is unknown.

Edit:

I checked to see how update-alternatives read:

$ update-alternatives --get-selections | grep lzma
lzma                           auto     ../../usr/bin/xz
$ 

So it seems it is on auto and not manual, maybe apt found it had been changed?

Edit_2:

I recalled I had once seen /var/log/alternatives.log.
The printout is rather unreadable but I have tried to split it so as to see what it is all about:

$ cat /var/log/alternatives.log
update-alternatives 2025-04-06 09:30:57: run with
--install /usr/bin/lzma lzma /usr/bin/xz 20

--slave /usr/share/man/man1/lzma.1.gz lzma.1.gz /usr/share/man/man1/xz.1.gz
--slave /usr/bin/unlzma unlzma /usr/bin/unxz
--slave /usr/share/man/man1/unlzma.1.gz unlzma.1.gz /usr/share/man/man1/unxz.1.gz
--slave /usr/bin/lzcat lzcat /usr/bin/xzcat
--slave /usr/share/man/man1/lzcat.1.gz lzcat.1.gz /usr/share/man/man1/xzcat.1.gz
--slave /usr/bin/lzmore lzmore /usr/bin/xzmore
--slave /usr/share/man/man1/lzmore.1.gz lzmore.1.gz /usr/share/man/man1/xzmore.1.gz
--slave /usr/bin/lzless lzless /usr/bin/xzless
--slave /usr/share/man/man1/lzless.1.gz lzless.1.gz /usr/share/man/man1/xzless.1.gz
--slave /usr/bin/lzdiff lzdiff /usr/bin/xzdiff
--slave /usr/share/man/man1/lzdiff.1.gz lzdiff.1.gz /usr/share/man/man1/xzdiff.1.gz
--slave /usr/bin/lzcmp lzcmp /usr/bin/xzcmp
--slave /usr/share/man/man1/lzcmp.1.gz lzcmp.1.gz /usr/share/man/man1/xzcmp.1.gz
--slave /usr/bin/lzgrep lzgrep /usr/bin/xzgrep
--slave /usr/share/man/man1/lzgrep.1.gz lzgrep.1.gz /usr/share/man/man1/xzgrep.1.gz
--slave /usr/bin/lzegrep lzegrep /usr/bin/xzegrep
--slave /usr/share/man/man1/lzegrep.1.gz lzegrep.1.gz /usr/share/man/man1/xzegrep.1.gz
--slave /usr/bin/lzfgrep lzfgrep /usr/bin/xzfgrep
--slave /usr/share/man/man1/lzfgrep.1.gz lzfgrep.1.gz /usr/share/man/man1/xzfgrep.1.gz
update-alternatives 2025-04-06 09:30:57: status of link group /usr/bin/lzma set to manual
update-alternatives 2025-04-06 09:30:57: auto-repair link group lzma
update-alternatives 2025-04-06 09:30:57: status of link group /usr/bin/lzma set to auto
$ 

Thanks for your input.

Best,

A.

#164 Re: Hardware & System Configuration » [SOLVED] Today's upgrade update-alternatives warning » 2025-04-06 15:52:03

Hello:

Thanks for the fast reply.
Much appreciated.

The link has been renewed ...

I was referring to what came afterwards:

--- snip ---
update-alternatives: warning: /etc/alternatives/lzma has been changed (manually or by a script); switching to manual updates only
update-alternatives: warning: forcing reinstallation of alternative ../../usr/bin/xz because link group lzma is broken
update-alternatives: warning: current alternative ../../usr/bin/xz is unknown, switching to /usr/bin/xz for link group lzma
--- snip ---

About the lzma package:

$ apt list | grep -i lzma
lzma-alone/stable 9.22-2.2 amd64
lzma-alone/stable 9.22-2.2 i386
lzma-dev/stable,stable 9.22-2.2 all
lzma/stable 9.22-2.2 amd64
lzma/stable 9.22-2.2 i386
~$ 
$ aptitude why lzma
i   font-manager Suggests file-roller
p   file-roller  Suggests lzma  
$

Seems apt found something amiss in /etc/alternatives/lzma.

ie: something ... has been changed ...

But what | why | who changed it?

That said, do I even need it?

Thanks for your input.

Best,

A.

#165 Hardware & System Configuration » [SOLVED] Today's upgrade update-alternatives warning » 2025-04-06 13:33:41

Altoid
Replies: 8

Hello:

Weekly updating this morning got me this:

$ apt list --upgradable
Listing... Done
liblzma-dev/stable-security 5.4.1-1 amd64 [upgradable from: 5.4.1-0.2]
liblzma5/stable-security 5.4.1-1 amd64 [upgradable from: 5.4.1-0.2]
liblzma5/stable-security 5.4.1-1 i386 [upgradable from: 5.4.1-0.2]
xz-utils/stable-security 5.4.1-1 amd64 [upgradable from: 5.4.1-0.2]
$ 

And then this:

$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  liblzma-dev liblzma5 liblzma5:i386 xz-utils
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 1151 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://deb.devuan.org/merged daedalus-security/main amd64 liblzma-dev amd64 5.4.1-1 [260 kB]
Get:2 http://deb.devuan.org/merged daedalus-security/main i386 liblzma5 i386 5.4.1-1 [215 kB]
Get:3 http://deb.devuan.org/merged daedalus-security/main amd64 liblzma5 amd64 5.4.1-1 [205 kB]
Get:4 http://deb.devuan.org/merged daedalus-security/main amd64 xz-utils amd64 5.4.1-1 [471 kB]
Fetched 1151 kB in 1s (957 kB/s) 
Reading changelogs... Done
(Reading database ... 166981 files and directories currently installed.)
Preparing to unpack ... (files listed)
Unpacking ... (files listed)
Setting up ... (files listed)
--- snip ---
update-alternatives: warning: /etc/alternatives/lzma has been changed (manually or by a script); switching to manual updates only
update-alternatives: warning: forcing reinstallation of alternative ../../usr/bin/xz because link group lzma is broken
update-alternatives: warning: current alternative ../../usr/bin/xz is unknown, switching to /usr/bin/xz for link group lzma
Setting up liblzma-dev:amd64 (5.4.1-1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
$

Don't have a clear idea as to what is going on.
/etc/alternatives/lzma is a symlink to /us/bin/xz

Please advise.

Best,

A.

#166 Re: Packaging for Devuan » with apt-cacher-ng, not able to get 32-bit library packages » 2025-04-06 11:49:36

Hello:

--- snip ---
... deb.devuan.org/merged daedalus InRelease' doesn't support architecture 'i586'

Seems to be correct.

As far as I know, Debian Jesse was the last to support i586 (eg: Intel Pentium and Pentium MMX) processors.
Almost 10 tears ago (12/2015).

Maybe someone here at Dev1 has more relevant information.

See here.

Best,

A.

---

Please post code with the appropriate [ code ] [ /code ] ]tags.
Like this:

Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-i586/Packages' ...

.

#167 Re: Hardware & System Configuration » [SOLVED] hama usb 2.0 Card Reader 35 in 1 is not recognized » 2025-04-05 13:39:42

Hello:

... thank you ...

You're welcome.

... as you expected ...

Yes, Hama hardware is rather notorious for not playing nice with Linux. 

... wasn't aware of the quoting error.

One is the [ quote ] button and the other is the [ code ] button.

Post a reply - ----> [ code ] [ quote ] [ url ] [ list ] [ * ]

You hit either button and you get somehing like this:

[ quote ]
Paste quoted text here
[ /quote ]

or this:

[ code ]
Paste code text here
[ /code ]

... driver problem.
... very annoying story.

Now you know the ugly truth.
And to first check any hardware you want to purchase for Linux compatibility.
Granted, you already had this one.

... small miracle has happened.

Hmm ...
No.
No such thing.   8^)

What did happen is that at some point a Linux driver that works with Hama hardware was added to your system.
But it is not a miracle, not by a long shot.
It is the work of some Linux developer out there who researched, reverse engineered and wrote it.

That said, I seriously doubt that Hama would not know about a Linux driver that worked with your hardware.
So it is a bit petty that they made no mention something that I am sure they know about.
One good reason for not purchasing Hama hardware.

One problem was probably that (no idea why) that driver was missing (?) from your system.
Another is that it does not seem to be documented properly.
eg: I was not able to find any proper reference.

But fortunately, that can be fixed.

Please boot your box with the Hama card reader plugged in and then open a terminal and do:

$ lsusb 

Please post the output now that the camera is working as expected.

Then do:

$ usb-devices

For example, when I do usb-devices with an old Genius Webcam plugged in, I find this:

--- snip ---
T:  Bus=03 Lev=01 Prnt=01 Port=04 Cnt=01 Dev#=  4 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0458 ProdID=6007 Rev=50.02
S:  Manufacturer=KYE Systems corp.
S:  Product=Genius Webcam
S:  SerialNumber=Genius Audio
C:  #Ifs= 4 Cfg#= 1 Atr=80 MxPwr=256mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=0e(video) Sub=01 Prot=00 Driver=uvcvideo          # <- video driver used
E:  Ad=81(I) Atr=03(Int.) MxPS=  16 Ivl=2ms                                                           
I:  If#= 1 Alt= 0 #EPs= 0 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo          # <- video driver used
I:  If#= 2 Alt= 0 #EPs= 0 Cls=01(audio) Sub=01 Prot=00 Driver=snd-usb-audio     # <- sound driver used
I:  If#= 3 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio     # <- sound driver used
--- snip ---

Please check the printout on your terminal and see what comes up.
The data you post will probably be of use to anyone with the same problem.
ie: drivers needed for this Hama hardware.

Best,

A.

#168 Re: Hardware & System Configuration » open rc "reboot" event logs » 2025-03-31 21:23:49

Hello:

Thanks ...

You're welcome.

It happens once.

Q:
You mean that it only happened once?
ie: you cannot reliably reproduce it?

OldGoodDeskTop

Right ...
A desktop.

... room(~20C), cpu(43C), gpu(45C). PC tower-case have good air flow.

Looks normal.

Devuan installed at new ssd drive.

There could be an issue with the drive.
ie: new hardware

... use new UPS.

More new hardware and in this case (and depending on the type/quality of the UPS), a potential source of problems.
eg: while your PSU in you desktop may play nicely with your AC line, smoothing out micro-spikes or simply ignoring them, your new UPS may not be doing the same thing or even be reacting badly.

A good/decent UPS has always been hard to come by ($$$).
Many years ago I ended up deciding that it was much better to go without one that to end up spending more money on a (nother) UPS which could cause problems.

Please remove your new UPS from the equation till we can find out what is going on.

----

... very strange ...

Indeed ...

From what I see of the terminal output you posted at imgur, there is at least one thing that is absolutely out of place:

https://debian.drdteam.org   <- this has nothing to do with any Devuan repository.

Seeing that his is a new installation, I suggest that you do a complete reformat of your new HDD and start over, closely following the instructions* the installer provides you on the screen.

* ie: do not screw around the file system as root if you don't know what you are doing.

So ...
In your place I'd do this:

1. disconnect the UPS from your box, you can get back to it once you have a properly working installation. Or get your money back. 
2. download the current Daedalus Live-desktop, burn it to a USB drive and boot from there. (link posted in my previous reply)
3. use the machine for a while/a couple of days and see how it runs.

If things go as you expect them to go, then you can install Devuan Daedalus from the current Daedalus Desktop installer *.iso.

That should get you on your way.

Best,

A.

#169 Re: Hardware & System Configuration » open rc "reboot" event logs » 2025-03-31 13:31:29

Hello:

Can someone help?

Hard to say ...  8^°

You are not explaining much here.
Please bear in mind that an incomplete question will only get you incomplete answers.

For starters:

- Is this on a desktop or laptop/netbook, etc.?
- If a laptop/netbook, under AC or battery power?

- At what point does this (sudden reboot) happen?
ie: right after it boots?, after a while using the machine?

- Can you reproduce the problem if you boot from the current Devuan 5 Live-iso?

- Under what ambient conditions?
ie: hot summer / AC turned on?, any machinery running nearby or on the same circuit?

- Exactly what are you doing with the system when this happens?
- Do you see a pattern?
- Any peripherals connected to the system's hardware?

- When did this start to happen?
eg: Any changes in OS (updates/upgrades) hardware / ambient conditions?

... Devuan 5 open-rc is suddenly once autorestart ...

... check why os rebooted?

Start by checking the last (previous) dmesg output for any warnings.
ie: /var/log/dmesg.0 file

Also check:

/var/log/syslog and /var/log/messages -> stores all global system activity data, including startup messages.
/var/log/auth.log stores all security-related events such as logins, root user actions.
/var/log/kern.log stores kernel events, errors, and warning logs.

Best,

A.

#170 Re: Hardware & System Configuration » Brightness module? » 2025-03-17 07:46:44

Hello:

ralph.ronnquist wrote:

... a boot action aimed at restoring the brightness ...

Quite so.
That's exactly what it is.

[rant]
And why would that need to be so?
I have never needed any of that.

My three monitors have always had the same brightness values at boot.
One of the SyncMasters 940n has over 70K hours uptime so had to recap it last week but the tubes are a bit dim so a cold environment will make it bit dimmer at boot time, but it only takes a minute or so to get right.

ralph.ronnquist wrote:

... a comfort utility.

Sure, I guess you could call it that.
But when it is needlessly foisted on the user and root cannot removed it by the usual means, it immediately turns into a nuisance.

As you know, the list of crap like that in today's Linux distributions is endless.
[/rant]

Thanks for your comment.

Best,

A.

#171 Re: Hardware & System Configuration » Brightness module? » 2025-03-16 16:53:03

Hello:

fsmithred wrote:

... don't think you can get rid of it.

I looked all over and found nothing, just links to fiddling around with power management settings.  8^/

But not on how to remove the %&$# brightness service.
Which probably exists because of crappy and unreliable PM applications.

All I can say with absolute a high degree of certainty is that I had nothing to do with the brightness service not running in my Devuan Daedalus box.

Had I been aware of it, I would have tried to get rid of the damn thing ipso facto.

Like I said, monitor controls have always worked well enough for me.
As far as I am concerned, this brightness service is just another solution looking for a problem.
No wonder it is enabled by default and it will not respond to any of the the usual service commands.
ie: start|stop|restart|reload|force-reload|status which (BTW) are specified in the script. 

In any case, some update/upgrade in the long list that have worked on my file system from Jesse to Daedalus had the common sense of doing away* with /etc/init.d/brightness and leaving /etc/init.d/brightness.dpkg-dist in its place and in doing so, kept the brightness service from being loaded.

I concluded that it was probably just a name change, so I did the same thing on my headless Devuan Chimaera VM.
And achieved the same result.  8^)

Now, the service --status-all request does not include brightness.

~# service --status-all
 [ - ]  bootlogd
 [ - ]  bootlogs
 [ - ]  bootmisc.sh
 [ - ]  checkfs.sh
--- snip ---
~#

I have looked over the logs and found no error.
Is there any special place I should look?

I think we can chalk one up for basic common sense.
Because ...
Wthf does the brightness service have to do running in a headless VM?

Better yet ...
Wthf does the brightness service have to do running in any Linux by default?

Please let me know if I have overlooked something.

Best,

A.

#172 Re: Other Issues » Audio over HDMI not working » 2025-03-16 13:24:39

Hello:

... (sometimes is the silly things, right?).

It is much more frequent than one would think.

In another life, I lost countless hours looking for complex solutions to problems with simple solutions.
eg: bad/cheap cables, dirty contacts, apparently compatible hardware, etc.

I learned long ago to always check the basics first.

... has been working fine until fine up until now ...

Is this with the same hardware?
ie: same laptop, same cable, same external monitor

... noticed that the monitor has a VGA port ...

Does the monitor have two ports ie: VGA and HDMI?

A monitor I use (Dell P1914S) does, it detects which port is being accessed and flashes it on the screen* when I switch on the box and before the system is up.
* after the cable has been disconnected and reconnected, even if the monitor is not connected to mains. 

Let's see: please boot your laptop without the HDMI cable / monitor connected and then run this in a terminal:

~$ xrandr

And then repeat the operation after rebooting with the HDMI cable / monitor connected.

Please post the terminal printout of each.

Edit:

With the monitor not connected you should see something akin to this ...

~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 600,
maximum 4096 x 4096
LVDS1 connected primary 1024x600+0+0 (normal left inverted right x axis y axis) 220mm x 129mm
1024x600      60.00*+  65.00
1024x576      59.90    59.82
--- snip ---
VGA1 disconnected (normal left inverted right x axis y axis)
~$

... and with the monitor connected something akin to this ...

~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 4096 x 4096 
LVDS1 connected primary 1024x600+0+0 (normal left inverted right x axis y axis) 220mm x 129mm
1024x600      60.00*+  65.00
1024x576      59.90    59.82
--- snip ---
VGA1 connected (normal left inverted right x axis y axis)  # <- external VGA monitor on
1024x768      60.00 +  75.03    70.07                           VGA port of a netbook
832x624       74.55
--- snip ---
~$

Best,

A.

#173 Re: Other Issues » Audio over HDMI not working » 2025-03-15 23:17:04

Hello:

... haven't found a way to fix this.
... just the external display ...

Have you tried using another cable or that same cable/external display combination with another source.
ie: not your laptop.

Best,

A.

#174 Re: Hardware & System Configuration » [SOLVED] hama usb 2.0 Card Reader 35 in 1 is not recognized » 2025-03-12 14:24:53

Hello:

... written to Hama and will inform ...

Good.
It will serve as a precedent to other users.

Before we continue:
When posting a quoted text, for easier reading, the text must be placed between quote blocks.
Just like when posting a printout or code but with a different block.

eg:

quote
quoted text goes here
/quote

That way what the reader sees is this:

quoted text goes here

You can generate a pair of quote blocks by clicking on [ quote ] while editing / replying.

---

... an xD card, and it's hard to find a compatible card reader.

Indeed ...

This is because on one hand, xD cards (xD-Picture Card) is a proprietary format developed by Olympus / Fujifilm and on the other, that format is now obsolete.

Proprietary is also a suitable synonym for expensive. See here: https://en.wikipedia.org/wiki/XD-Picture_Card
Same goes for the proprietary memory sticks used by Sony cameras.
Such is life ...  8^°

Direct access to the camera ...

No cable connection to a PC?
ie: serial to proprietary connector, USB to proprietary connector, USB A to USB Mini B?

I recall most if not all camera vendors either included a cable to connect to a PC.
But others had the cheek to offer you one as a very expensive accesory.

I still have a crappy Konica Minolta Dimage X31 that actually came with a cable.
But the power supply to use it without batteries and the protective pouch / case sold separately were accessories.

Edit:
I forgot to add this link: https://www.linuxquestions.org/question … ost3606104
If you have a cable for your camera it may work, this chap basically uses the camera itself as an xD card reader to unload the photos.
Clumsy but effective.

... need a different/specific driver module ...

It would be nice if that were so, but apparently not.
At least I have not found a solution on-line.

... reload the old driver module?

In an ideal world, maybe.

I will try to explain why with this example, please bear with me:

My Devuan Daedalus box runs three monitors connected to a pair of matching PCIe NVidia Quadro FX 580 cards.
It has been that way since ~2015.

I always used the proprietary NVidia drivers made available to the Linux community by NVidia, albeit with quite a few caveats as to what capabilities they would enable. Corporations such as Nvida* are never that generous.
* not the only one, the list is a very long one.

In spite of that, the cards and the drivers worked well enough with every distributon I tried till I settled on Devuan.
At first, there were no native Linux drivers to speak of until nouveau came to light.
But it was difficult / a bit buggy and lagged way behind, so the NVidia drivers were preferred choice.

Then the time came for NVidia to phase out the Quadro FX580 line (have to sell more hardware, you understand) and as a result stopped making the drivers available to the Linux community.

The driver modules used up to that point could not be used with the newer kernels because these had evolved in various ways and that brought along the need to rewrite / update the modules so as to work with the upgraded kernels, which was not possible / feasible without support from NVidia.

And that was it.

Many years ago, I had to retire a pair of very (very) expensive and prefectly working Matrox G450 PCI cards for that very same reason. 
I still shed a tear when I remember ...

I hope my explanation is undertsandable.

That said, I understand that some digital cameras with xD card slots will accept adapters to SD cards.
You wilol have to check your camera's manual or ask the OEM.

Check this video: https://www.youtube.com/watch?v=U9lNxOKAPoo

Thanks again ...

You're welcome.

Do let us know if you solved your problem.

Best,

A.

#175 Re: Hardware & System Configuration » [SOLVED] hama usb 2.0 Card Reader 35 in 1 is not recognized » 2025-03-12 10:40:08

Hello:

Thank you ...

You're welcome.

Q1: No, I use a PC.

Laptops sometimes have power issues with card readers.

Q3: No, I inserted the reader without a card

Right.

Unfortunately, I don't have good news for you.

I was looking around this morning and it seems that your hardware, while it may work properly with MS OSs, may now need a different/specific driver module with the newer Linux kernels, it seems it did have issues with 2.6.x kernels.
Not unheard of and as we have seen, this reader does not have Linux support.

You can download the manual here: https://at.hama.com/webresources/articl … en_300.pdf

Although it does not state that Linux OSs are not supported, it clearly states:

Supported OS:
Windows 8/7Vista/VP/MAC OS 10.X.

That said, I found the official Hama site and the german language support page:  https://support.hama.com/

You will need the eight digit item number to search for the driver to download, if it is available.
It is probably on a sticker or printed somewhere in the case.

There is also a service and contact web page here: https://www.hama.com/de/de/service/kontakt-hotline
Maybe they can give you precise information with respect to your reader and Linux support.

I'm sorry I have not been able to help you further.

Let us know what you find out.

Best,

A.

Board footer

Forum Software