The officially official Devuan Forum!

You are not logged in.

#101 Re: Installation » after the new installation, all my old entries in grub are erased! » 2025-01-06 21:19:31

Do you mean access to other operating systems? If yes that normal now ith Bookworm/Daedalus. Refer to the release notes. os-prober has been de-activated by default. To get that back you have to enable os-prober again and perform an update-grub.

#102 Re: Installation » new installation with iso Devuan i386 Daedalus » 2025-01-06 21:16:44

Why? DNS issues:

Temporary failure resolving 'deb.devuan.org'

Check your network settings and try again. Worked for me here in Germany with a German internet provider.

If it does not work, use a different DNS provider/resolver. Recently there have been several issues. Search the forum for threads.

#103 Re: Installation » [SOLVED] cannot boot netinstall iso » 2025-01-02 09:55:03

Well, a Ryzen 7700 is something pretty new. Maybe the CPU is not supported by the kernel that comes with Daedalus. The stick should boot.

Anyhow, CSM support has been removed for every new computer design past about 2020 based on a decision by the big industry protagonists. It will not come back. I also own an Acer laptop bought in 2020 that is UEFI only.

About writing the iso image to the stick: make sure you use the raw device, not any partition. Example: of=/dev/sda is correct, of=/dev/sda1 is wrong, won't work. Also make sure to use the 5.01 version.

Also Ventoy is useless since Daedalus.

Good luck.

#104 Re: Installation » [SOLVED] Sources.list hates me! » 2024-12-31 13:01:38

... the initial attempt was made as root and it came up in Libre Office Writer when moused ...

Take this as learning. Never ever attempt to modify any Linux conf or script file with anything else but a pure text editor. These kinda files are pure ASCII text, no control characters allowed but CR LF and maybe TAB. LO and like as Windows editors add characters that are not welcome in the Linux world.

Opposite to steve_v's opinion I am using geany as a gui multi-tab text editor to edit my confs and scripts as root for convenience. I am setting up a root terminal and a policy kit policy to enable to do that. When I call up geany from this root terminal I am getting all the files I ever fooled with on my system (unless I did not remove them from the list of files). This setup also allows easy copy/paste into the files.

#105 Re: Installation » [SOLVED] Sources.list hates me! » 2024-12-31 12:50:35

whatever happened to gksudo and kdsudo for elevated privileges in gui applications(i.e. mousepad, synaptic, etc.)?

gksu and so on have been replaced by pkexec and polkit policies some time ago. Somewhere in the release notes should be a note telling that gksu is depracated and removed from the distribution (inherited from Debian).

#107 Re: Freedom Hacks » Amazon mydedia » 2024-12-29 19:25:15

My private suggestion: look into free tools and devices instead of that proprietary stuff. You will be much happier.

I have a file server in the basement where I store my music files. And I use Audacious and a play list to play that music over my network on my PC.

#108 Re: Hardware & System Configuration » Instructions for installing lightdm on new Devuan 5 installation? » 2024-12-29 10:29:31

The command I gave installs all required dependencies. I never drilled any deeper. You may look them up with Synaptics if you like.

To the conf file: the default is that user names are hidden. You need to enable that line and set it to false.

BTW: the conf file is confusing. In the beginning there is a lot of comments to all the settings. The relevant line is some way down the file under the [seats] section.

#109 Re: Hardware & System Configuration » Instructions for installing lightdm on new Devuan 5 installation? » 2024-12-29 09:42:10

I am a long term user of Lightdm on amd64, but I see no reason why it shouldn't work on i386.

Simple instructions:

# apt install lightdm
# nano /etc/lightdm/lightdm.conf

Edit under Seats, remove the hash before greeter_hide_users

#110 Re: Hardware & System Configuration » [SOLVED] I can't install hplip on Excalibur » 2024-12-22 07:00:20

I recommend strongly to put a hash # before the ceres line.

#111 Re: Installation » [SOLVED] Help needed to install Devuan Beowulf on Asus Mini-PC » 2024-12-22 06:58:14

I would say: wrong approach.
1.) Do not use Beowulf, use Daedalus. Beowulf is too old for that hardware and no more maintained.
2.) Do not try i386, use amd64. i386 on a modern UEFI PC may not boot at all.

Forget about this FAT32 formatting of the USB stick, this is nonsense. What you show is basically correct, unfortunately just the i386 version. The iso is loaded onto the bare stick.

Get a Daedalus netinstall amd64 and write it to the stick the same way as the Beowulf version. When you boot from the stick use that entry in the boot menu that has the (U)EFI-Prefix.

Good luck

#112 Re: Hardware & System Configuration » [SOLVED] I can't install hplip on Excalibur » 2024-12-21 15:50:03

For completeness you should add non-free-firmware to your sources.list.

Using Ceres: it may work, it also can brick your system.

Procedure:
Add this line to your sources.list

deb http://deb.devuan.org/merged/ ceres main contrib non-free non-free-firmware

Run the following commands

# apt update
# apt -t ceres install hplip

Then comment out Ceres in your sources.list and run another apt update.

No warrenty.

#114 Re: Installation » [SOLVED] Always the latest kernel » 2024-12-11 20:45:27

This question was raised before and answered:
The meta-package takes care for upgrading the kernel. No matter if you run the stock kernels, or the backports kernels.

Its a matter of which meta-package you have installed: the stock version (which you have) or the backports version (apt -t daedalus-backports install linux-image-amd64). You have to make up your mind which kernel series you would like to have updated.

#115 Re: Installation » Remote directory for updates deb.devuan.org not work !!! » 2024-12-10 22:18:41

Wait a moment, you used deb.devuan.com. Thats not correct. Please use deb.devuan.org to ping.

On the other hand: this is my result:

~$ ping -c 1 deb.devuan.org
PING deb.rr.devuan.org (131.188.12.211) 56(84) bytes of data.
64 bytes from ftp.rrze.uni-erlangen.de (131.188.12.211): icmp_seq=1 ttl=52 time=32.9 ms

--- deb.rr.devuan.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 32.882/32.882/32.882/0.000 ms

~$ ping -c 1 deb.devuan.com
PING deb.devuan.com (199.59.243.227) 56(84) bytes of data.
64 bytes from 199.59.243.227 (199.59.243.227): icmp_seq=1 ttl=248 time=14.8 ms

--- deb.devuan.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 14.752/14.752/14.752/0.000 ms

No loss on both.

You should blame it to your internet provider. They are filtering/blocking stuff they do not understand. Talk to them why you can't get even a ping to a software site.

#116 Re: Installation » Remote directory for updates deb.devuan.org not work !!! » 2024-12-10 16:53:24

So close by ...

Have you tried the other three mirrors on the list?

#117 Re: Installation » Remote directory for updates deb.devuan.org not work !!! » 2024-12-10 12:41:31

Welcome Phil.

I think you are slightly off track, the server called deb.devuan.org just works fine. Just did an apt update on my Daedalus, it worked here in Germany via the Telekom network. I can also switch to the devuan.org web page via the link on the right hand corner at the top of this page.

There were various events like this in the past, typically apt update not working against deb.devuan.org. You may search this forum for posts about this issue.

None of them was a server failure. It always boiled down to DNS issues. Various approaches are possible: use another DNS, look for a close by suitable mirror via this page https://www.devuan.org/get-devuan, talk to your network provider ...

Good luck

#118 Re: Installation » Has anyone got Devuan to run on HP + Intel RST? » 2024-12-10 08:59:05

No matter what I do though, I can’t get the RST option to light up; it’s hard disabled in firmware even though it’s there.

Maybe you need to set a supervisor password in the Bios?

#119 Re: Hardware & System Configuration » Swapon bash:command not found ? » 2024-12-03 22:00:49

You should have been trapped in any release including Beowulf and later. The only way around is a dedicated root terminal.

The problem itself is inherited from Debian. In Buster there was a move of the su command from one package to another (I don't know exactly the names, can be found in the internet). They told me now the su command behaves as in any other Unix/Linux. Not that I like it, I see that very often the "normal" user stumbles across this behaviour. Not really user friendly. Not a bug, works as intended by the people knowing better.

#121 Re: Installation » Devuan 5 not Booting on 2005 Toshiba Tecra A7 Intel Centrino Duo » 2024-12-01 09:26:38

That laptop should have a DVD drive. Its possibly easier to boot from there instead of from USB.

And if only 512M of RAM is installed, this isn't good enough to start from.

#123 Re: Other Issues » [SOLVED] Strange window after start » 2024-11-26 13:01:48

Edit the headline in your initial post and add a [Solved] or something similar there.

BTW: afaik slim no more is maintained. It might be a good idea to switch to i.e. lightdm.

#124 Re: Hardware & System Configuration » Thinkpad t460p, ext. keyboard detection not working after upgrade » 2024-11-23 12:06:54

i915 firmware is graphics. Nothing to do with the keyboard. To get rid of the message, enable non-free-firmware in the sources.list and install firmware-misc-nonfree (if not already present).

Sounds like a possible problem with the initramfs. No idea how to fix that.

You could try a backports kernel.

#125 Re: Hardware & System Configuration » Thinkpad t460p, ext. keyboard detection not working after upgrade » 2024-11-22 21:14:21

What are we talking about? Chimaera, Daedalus, Excalibur? Anything else?

Board footer

Forum Software