The officially official Devuan Forum!

You are not logged in.

#528 Re: Hardware & System Configuration » [SOLVED] New install gave me a basic 640 resolution on older PC » 2023-08-17 18:19:27

netinstall and a LAN cable should be fine.

When Bookworm shows the resolution of your monitor, there is no reason Chimaera or Daedalus shouldn't. Debian and Devuan share kernel, firmware and most software. Low resolution is mostly due to non-free firmware missing, in this case firmware-amd-graphics.

When trying again make sure the sources.list looks like this one:

deb http://deb.devuan.org/merged chimaera          main contrib non-free
deb http://deb.devuan.org/merged chimaera-updates  main contrib non-free
deb http://deb.devuan.org/merged chimaera-security main contrib non-free

Use apt list to find out if this firmware-package is installed.

#529 Re: Hardware & System Configuration » [SOLVED] New install gave me a basic 640 resolution on older PC » 2023-08-17 17:56:50

Don't know without looking at details, its not the hardware itself. Except for: do you use the onboard graphics or a separate card?
Edith: just read post #3 again, sounds like you are using onboard as I do. Same lspci output.

I am using the onboard graphics. If the hardware still is good a Chimaera install should fire up fine.

Which medium did you use? How was it put on a stick? Did you use the Install or the Expert install? I am only using netinstall media and the expert installs nowadays. 

How does your sources.list look like? One guess is that non-free and due to that firmware is missing.

Have pulled the PC and fired it up, it still works ok.

#530 Re: Hardware & System Configuration » [SOLVED] New install gave me a basic 640 resolution on older PC » 2023-08-17 16:34:31

neilgunton wrote:

However, when I tried doing a test install on my rather old workstation (built circa 2011 by me, based on M4A89GTDPro motherboard), the installation came up in a very weird resolution of something like 640 - obviously it didn't detect my graphics card or monitor or whatever. Rather than get into all that (I'm frankly tired of messing with such things, sorry, just being honest) I went back to Bookworm. However however the issues with my code not working are piling up. So now I'm looking elsewhere again.

I do own such an old mainboard based PC. Got it working alright with Chimaera, legacy install with onboard graphics and a 1920x1200 monitor. The PC is sitting somewhere in a corner in my basement, not being used very often.
I guess Daedalus should also work on such hardware.

#531 Re: Hardware & System Configuration » [SOLVED] New install gave me a basic 640 resolution on older PC » 2023-08-17 16:27:03

Devuan literally is a Debian minus systemd related packages. Look at the list of banned packages to get an impression. On top of the forum page there is a link to Devuan.org. There you can find this list.

All the rest like drivers, firmware, kernel, desktops, most programs is pure Debian. The sources.list to 95% uses the same syntax as Debian, i.e. Daedalus also requires the non-free-firmware to be added, same as Bookworm.

To the graphical install: that was abandoned a while ago by the Devuan team due to resource issues. Nothing to do with drivers. Due to the lack of manpower maintaining a parallel branch in the installer wasn't possible any more.

The Daedalus installer already includes usage of non-free stuff. That does not mean every hardware combination is working perfectly. There is too much HW out there that has bad bios or other bugs and glitches.

#532 Re: Installation » Daedalus ISOs don't boot » 2023-08-17 15:33:18

There seems to be a problem for as well Debian 12 isos (not the life ones) as for Devuan isos to get it to work in efi mode in the vbox. You end up eithe in a grey screen or some sort of kernel dump saying something about cannot open display. Same problem discussed in the German Debian Forum, also a thread open in the Virtualbox forum, and  bug report 1036310 open against Debian.

Something along the line has changed in the way the graphics is setup between about Nov last year and before.

#533 Re: News & Announcements » Daedalus is stable » 2023-08-15 16:31:17

Thanks, a deliberate reload of the page did the job.

#534 Re: News & Announcements » Daedalus is stable » 2023-08-15 15:21:25

The main page https://www.devuan.org/ still shows the Devuan 4/Chimaera based information.

#535 Re: Hardware & System Configuration » Luks decrypt home on boot with key and fallback password » 2023-08-14 15:37:20

Ok, then you have your fallback option already. I am not 100% sure how that works in your case, I am used to use full disk encryption.

What happens in your case when the key stick isn't plugged in? Do you end up in the initramfs?

#536 Re: Hardware & System Configuration » Luks decrypt home on boot with key and fallback password » 2023-08-14 07:19:23

To make sure: you have not assigned a password to the encrypted /home as first step?

There is an option to cryptsetup named luksAddKey. With this option you can add further keys (either passwords or keyfiles) but this will ask for an already existing key. I have always used a passphrase as first key, and have no idea how to add a key with a keyfile as only option.

#537 Re: Installation » Devuan 5 daedalus repos don't work. » 2023-08-06 18:47:50

Normally this is a setting in the bios. Would be the first approach to fix this.

If ntp and nptdate aren't installed, you have no chance to use this path. BTW: with Daedalus(Bookworm) the path to the ntp.conf has changed to /etc/ntpsec.

Then cli remains: here is the link to an article that describes how to use the console to adjust date and time (scroll down towards the bottom past the timedatectl section): https://phoenixnap.com/kb/how-to-set-or … ime-ubuntu

#538 Re: Installation » Devuan 5 daedalus repos don't work. » 2023-08-06 17:40:31

First of all you should correct the fourth line to also read:

deb http://deb.devuan.org/merged daedalus-proposed-updates main

Since Daedalus isn't released yet, I would uncomment this line for the time being.

The rest looks ok, at least for amd64 it works.

#539 Re: Desktop and Multimedia » [SOLVED] HDMI - no sound output; microphone - no sound input » 2023-08-05 09:16:26

You will need to add the NEW sub-repo non-free-firmware to be able to load something from there. Change your sources.list to:

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

Some reading:
https://www.debian.org/releases/bookwor … e-firmware

#540 Re: Installation » /dev/sda11 has unsupported feature(s): FEATURE_C12 » 2023-08-05 07:57:02

I assume you have installed Chimaera = Devuan Stable? Or did you use Daedalus = Devuan Testing?

Devuan kernels are Debian kernels. Generally spoken make sure you have the meta package linux-image-amd64 installed. That makes sure that the latest released kernel is pulled. For Stable you have the choice to add backports as sub-repo, currently on 6.1 kernel. Don't pull in other distros, you will create a Franken Devuan.

The initramfs will be created by the installation post-processing.

Some further information: https://github.com/NixOS/nixpkgs/issues/229450

#543 Re: Hardware & System Configuration » NUC Ethernet not found » 2023-07-31 19:32:54

Which release do you use?
Which kernel?
Which firmware is installed?

#544 Re: Installation » IPMIUTIL install error » 2023-07-31 17:06:37

And you should avoid using pkgmaster, use deb.devuan.org.

https://www.devuan.org/os/packages

#545 Re: Devuan » Devuan 5 Daedalus Release (Debian 12 - Bookworm) | Looking for info » 2023-07-26 18:49:47

Other possibilities: network or firmware issues. Have you come across the new sub-repo for the non free firmware? You need to add non-free-firmware now to all lines in the sources.list if your hardware requires to load some firmware.

#546 Re: Hardware & System Configuration » [SOLVED] Shared partition is not showing up in thunar » 2023-07-25 12:52:08

I think Thunar belongs to XFCE. I am no XFCE user, mine is Cinnamon and Mate. What I can tell is:

When /dev/sda5 is mounted to /delt, you should be able to find the mount point in the file system structure. Open Thunar, then open the File System. There you should see /delt. Try to open. May fail due to access rights.

To your post #5: all devices belong to /root, there is NO way to change rights to other than root.

What you need to do is when  /dev/sda5 is mounted to /delt:
Open a root console, in there:

# lsblk
# df -h 
# cd /delt
# mkdir hans
# chown hans.hans hans

#549 Re: Installation » [SOLVED] server can not be found » 2023-07-17 12:11:02

To swap: Well, the installation of the server most likely re-formatted the existing swap, causing a new UUID for the partition. You will need to check the uuid with blkid and correct the fstab to make it work again.

A server running in parallel to an existing installation can be achieved by using a virtual machine in your installation, e.g. Virtual Box, qemu.

#550 Re: Installation » Install with Runit as the init » 2023-07-16 15:57:50

Replace pkgmaster by deb, then consider if you require the deb-src part. If you are not compiling packages then delete the 3 entries, they are not required.
In addition I suggest to add non-free-firmware (new with Bookworn/Daedalus).

Board footer

Forum Software