The officially official Devuan Forum!

You are not logged in.

#276 Re: Hardware & System Configuration » Upgrading a video card » 2023-11-22 00:56:13

Hi, I did this not too long ago, and I just powered down, swapped the cards...

(made the usual attempt to keep the cables on the box tidy, removed redundant drives, etc.)

And powered the system on and booted to safe-mode with my usual edits for grub...

vga=794 modeset.nouveau=0 nokmsboot

From X I re-run the nVidia blob installer.

All the best.

#277 Re: Hardware & System Configuration » Global .asoundrc. » 2023-11-21 08:12:50

If I may, that was not a complaint, but a statement. Thank you.

#278 Re: Hardware & System Configuration » [SOLVED] Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) » 2023-11-18 22:05:48

Hi, I use the same tech to keep hdmi out of my way.

.asoundrc overrides the automagic. No sound for other users incl root unless I add the rc file to their accounts.

#279 Re: Devuan » experimental repo and some questions » 2023-11-14 21:52:36

I have done, thankfully the app didn't require a system upgrade.

I add it to my sources list, used it to install the package and then commented(#) the line, but left it there for easy reference.

#281 Re: Desktop and Multimedia » [SOLVED] Firefox no sound. » 2023-11-09 00:16:14

if you're using pipewire, pipewire-pulse (for programs that use pulse) and wireplumber as a connection server for pipewire.

I have alsa as well.

#282 Re: Off-topic » The Joke Thread » 2023-10-26 21:46:35

hahahahaha, thanks for the laughs everyone. :-)

#283 Re: Documentation » Woo-hoo! Got my print server/printer working on Daedulus » 2023-10-23 23:45:28

I would have thought that export path was already there, did you use

su -

to change to a root account?

You might check, it was changed in chimaera...

and the traditional su to root (alone) would only give the users path, not root.

A mistake in my opinion.

I could be off track, but in case I'm not...

I add an alias to /home/glenn/.bashrc
(about 100 lines down are some other alias variables... slot it in there and save it. it may not be the same lines on yours)

alias su='su -'

Thanks for the cannon info, I really didn't want to spend any more than I have to, to get a cheap printer working and your tips help.

#284 Re: Other Issues » [SOLVED] my / partition is full but why ? » 2023-10-23 22:59:52

I used to have a /boot partition, but with UEFI it was difficult to manage the size (it only filled up once but that was enough),

so I stopped worrying about /boot file space. (The bios partition only requires 100Mb)

your / is 28Gb... I reserve 28Gb just for /var. here's the rest...

df -h

glenn@GamesBox ~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            7.8G     0  7.8G   0% /dev
tmpfs           1.6G  1.4M  1.6G   1% /run
/dev/sda2        22G  1.3G   19G   7% /
/dev/sda6        17G  9.6G  5.8G  63% /usr
tmpfs           5.0M   16K  5.0M   1% /run/lock
tmpfs           3.7G     0  3.7G   0% /dev/shm
/dev/sda7       865G  121G  700G  15% /home
/dev/sdc6        58G   18G   38G  32% /home/glenn/local/archive
/dev/sdc2       295G  208G   73G  75% /home/glenn/local/data
/dev/sdc5       472G  119G  329G  27% /home/glenn/local/free
/dev/sdc7       711G   50G  625G   8% /home/glenn/local/media/circus
/dev/sdc9       480G  255G  201G  56% /home/glenn/local/media/movies
/dev/sdc8       961G  103G  809G  12% /home/glenn/local/media/music
/dev/sdc1       207G   12G  185G   6% /home/glenn/local/other
/dev/sdc3       480G   58G  398G  13% /home/glenn/local/spare
/dev/sda5       2.9G   17M  2.7G   1% /tmp
/dev/sda3       8.1G  1.6G  6.1G  21% /var
/dev/loop0      3.7G  3.7G     0 100% /home/glenn/local/archive/debs/iso/devuan_daedalus_5.0.1_i386_desktop
/dev/loop1      3.8G  3.8G     0 100% /home/glenn/local/archive/debs/iso/devuan_daedalus_5.0.1_amd64_desktop
cgroup_root      10M     0   10M   0% /sys/fs/cgroup
tmpfs           1.6G   12K  1.6G   1% /run/user/1000
glenn@GamesBox ~ $ 

Some places you can check for swelling...
/tmp/
/var/log/
/var/cache/apt/archives/

just my two cents worth. :-)

#286 Re: Hardware & System Configuration » LAN without conection - RTL810XE PCI Express Driver r8169 » 2023-10-19 23:30:29

The system is quite old (not that old it NOT should work) and may not supply enough power for a longer cable.

Have you checked your power supply specs?
just a thought...

is the eth chip auto x-over (cable) detect?

#287 Re: Desktop and Multimedia » apt autoremove breaks suspend and network-manager autoconnect » 2023-10-19 23:23:37

I wonder, how you will reinstall any of those packages without wifi.

I can only see a few packages in that list that may be required, but you must have removed a package that you rely on.

A re-install of the OS may be easier, then just remove the accessible apps you don't want. One at a time... keep a list...

the system keeps a log here...
/var/log/dpkg.log
/var/log/apt/history.log

use cat or tail to see in a terminal/console

#289 Re: Hardware & System Configuration » How to disable IPv6? » 2023-10-15 20:09:50

Hi, I add a  ipv6.disable=1 line to grub... the vpn I have only uses ipv4

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# GlennsPref 20230920 ipv6

GRUB_DEFAULT=0
GRUB_TIMEOUT=4
GRUB_DISTRIBUTOR=`lsb_release -i -s`
GRUB_CMDLINE_LINUX_DEFAULT="console=tty12 vga=794 modeset.nouveau=0 nokmsboot ipv6.disable=1"

# discover other os's
GRUB_DISABLE_OS_PROBER=false

GRUB_GFXMODE=1920x1080

GRUB_INIT_TUNE="400 440 1"
# resume=uuid errors... noresume "we don't susspend"
GRUB_CMDLINE_LINUX="noresume idle=nomwait"

GRUB_THEME=/usr/share/desktop-base/grub-themes/desktop-grub-theme/theme.txt

run update-grub as root, and reboot.

all the best

#290 Re: Desktop and Multimedia » Problem stopping X server » 2023-10-14 01:01:05

It's not building for some reason.

apt install libglvnd-dev libglvnd0 pkg-config build-essential gcc12 linux-headers linux-headers-common linux-compiler-gcc-12

check for error messages...

#291 Re: Installation » [SOLVED] How to Choose X11 and not Wayland at Boot » 2023-10-12 23:07:08

Hi, if you get a white screen for login, sddm...

you may find a selection box near the bottom left corner, really hard to see...

you may select plasma-x11, instead of wayland (never worked for me)

see how you go.

#292 Re: Desktop and Multimedia » Problem stopping X server » 2023-10-11 23:25:14

Hi, to properly install the proprietary nVidia .run package...?

If you need to block nouveau module...

make a file, /etc/modprobe.d/nvidia-installer-disable-nouveau.conf

# generated by nvidia-installer
blacklist nouveau
options nouveau modeset=0

Make sure you have a build environment, build essentials, linux-headers and libglvnd-dev

Then reboot to safe mode., down arrow at the grub boot loader to

"Advanced options for Dev..."

arrow to (don't use enter) select your kernel and (recovery mode) and press E to edit

move the cursor to the end of the last "linux" line and type

modeset.nouveau=0 vga=794 nokmsboot

and press F10 to boot to "single" mode.

type in the root password when prompted.

install package.

reboot with

shutdown -r now

I hope this helps.

#293 Re: Hardware & System Configuration » Wireles-regdb. » 2023-10-09 00:27:43

I don't think it's criminal, it simply won't work the same in every country.

The worst that could happen is "no connection", imho.

#294 Re: Hardware & System Configuration » Wireles-regdb. » 2023-10-07 23:13:30

On my system the wifi regulatory database file name may be found...

dmesg | grep firm (root needed)

root@GamesBox:/root  dmesg | grep firm
[    0.472983] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    9.270684] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[    9.293653] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[    9.368664] iwlwifi 0000:05:00.0: firmware: direct-loading firmware iwlwifi-9260-th-b0-jf-b0-46.ucode
[    9.489964] iwlwifi 0000:05:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
[    9.499585] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    9.509055] iwlwifi 0000:05:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
[    9.518225] iwlwifi 0000:05:00.0: loaded firmware version 46.ea3728ee.0 9260-th-b0-jf-b0-46.ucode op_mode iwlmvm
[    9.736185] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    9.742789] bluetooth hci0: firmware: direct-loading firmware intel/ibt-18-16-1.sfi
[    9.749235] Bluetooth: hci0: Found device firmware: intel/ibt-18-16-1.sfi
[   15.095529] Bluetooth: hci0: Waiting for firmware download to complete
[   15.127996] bluetooth hci0: firmware: direct-loading firmware intel/ibt-18-16-1.ddc

>> 9.518225] iwlwifi 0000:05:00.0: loaded firmware version 46.ea3728ee.0 9260-th-b0-jf-b0-46.ucode op_mode iwlmvm

This file comes from the firmware package for my intel-wire-less wifi (iwlwifi).

This file may be stored on a memory stick and inserted for install, the installation program will usually find it and load it while telling you so.

If you use the wrong one, it just won't work properly.

see how you go.

ps. the installation will continue with out wifi (for updates). My system asks for it but it's built-in now.

#295 Re: Installation » Dual Screens Daedalus » 2023-10-07 22:49:07

I had a similar problem/symptoms... desktop & nVidia graphics, after updating Daedalus (X11 packages) last week.

one screen went blank during boot and then did not revive.

I tried lots of things but was at a loss.

I'm using Plasma (KDE5) and I found one screen was disabled in the system settings, display&monitor.

First time this has happened. After a while, and quite a few reboots I realised the 2 screens were like stacked, but one was disabled.

So check that.

On box No.2, The blank screen could be that the system is trying to use non-X like "Wayland". (never got it to run on my setup)

And in my experience a blank white screen is normal for a fresh install sddm login page.

But If I move the mouse around the bottom left corner there is a choice (drop-down menu), though nearly invisible to change it to Plasma-X11 (a blank white screen).

Just last night (after reinstalling Chimaera like you did, just to check the hardware) did the full install & upgrade for Daedalus &
this morning it booted fine.

I hope this helps you.

#296 Re: Installation » [SOLVED] Strange filemanager behaviour » 2023-10-06 23:56:51

I have al my data on separate partitions, even on another ssd.

All are mounted through fstab in /home/$USER/local/ ...

I find it easier for me to put them there rather than in the system, /media or /mnt.

Also the permissions are different to yours because they are all (except other OS's) mounted at boot.

I use a few symlinks for my home folder from those data partitions like, documents, bin, build, music, pictures...videos...

A collection of backups there too that I need to be careful not to change the perms on those.

Anyway, I'm a bit chatty today... :-) I hope this helps someone.

#297 Re: Installation » cant boot with devuan live usb stick on Windows 11 Pro » 2023-09-21 23:15:46

I agree with Fred, you need to go into your bios setup and switch off secure boot, enabling/allowing legacy boot.

You may change it back later.

#298 Re: Installation » Daedalus ISOs don't boot » 2023-09-15 22:25:32

ralph.ronnquist wrote:

Note that the updated Devuan daedalus installer ISO set 5.0.1 now also handles the use case of booting from CDROM on UEFI.

The issue indeed was that the boot loader got confused about the iso9660 block size (2k) differing from the expected block size (512) for the EFI filesystem. To fix that we forked syslinux, added a corrective patch and published to Devuan experimental. The patched software was next used for building the updated ISO set.

Very cool! Thank you for the heads-up, Ralph.

#299 Re: Devuan » Hi » 2023-09-14 23:07:13

#300 Re: Devuan » Devuan without elogind » 2023-09-04 21:59:16

This is a cross post, the removal of elogind made this system unusable.

But, I have tested the new Devuan 5.0 desktop-install iso and it worked perfectly.

:-)

Board footer

Forum Software