The officially official Devuan Forum!

You are not logged in.

#301 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.

#302 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.

#303 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.

#304 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.

#305 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.

#306 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.

#307 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.

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

#309 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.

:-)

#310 Re: Devuan » Devuan without elogind » 2023-09-03 20:43:22

I tried to install my way back to a reasonable media system...

I re-installed elogind and rebooted & everything is back...
I can use synaptic package manager (required a password dialog, at least)
I have sounds
I have all the restart and shutdown buttons (so I don't have to logout and ctrl+alt+del to restart)

I will try again next time I have a clean install.

#311 Re: Devuan » Devuan without elogind » 2023-09-03 04:32:03

Hi, I ran with it and had to turn off elogind from starting, ...

How do I check?

No sound atm, but I was relieved to see the remove list shortened (kde stuff).

I can login, and access the desktop tools.

I have lost the shut-down and reboot buttons from the plasma start menu.

See how I go.

#312 Re: Off-topic » Is systemd still bad in 2023? » 2023-09-01 22:57:28

...imho, it's just M$ hobbling the competition.

#313 Re: Devuan » Devuan without elogind » 2023-09-01 22:41:23

I just tried

apt install -s elogind- libpam-ck-connector sway seatd

Basically, over 80 lines of mostly kde packages to auto-remove,

0 upgraded, 29 newly installed, 236 to remove and 0 not upgraded.

I don't think "I'm" ready for this yet.

#314 Re: Desktop and Multimedia » Chimaera sound/music issues » 2023-08-30 22:33:07

For what it's worth, Pre-empt is not RealTime, but close.

I hope it keeps working for you.

See how you go when playing back 14 tracks while recording overdubs in real time.

Minimal xruns.

#315 Re: Desktop and Multimedia » Chimaera sound/music issues » 2023-08-30 07:39:41

Hi, I think jack wants realtime access from the kernel.

uname -a will show your current kernel version, yours should have rt in it's name.

(edit) terrible typos

#316 Re: Desktop and Multimedia » [SOLVED] manually mount disks always have different mount points? » 2023-08-29 21:03:02

To setup /etc/fstab from /dev/sd(x)(n) to UUID

Use lsblk blkid and fstab, for clues

you might need root access for one of those.

This will give you the uuids and show you which /dev/... to follow.

#317 Re: Desktop and Multimedia » KDE Desktop - Discover says I'm offline » 2023-08-27 20:48:11

Too many errors since I was introduced to Discover. I usually remove it as soon as it starts making noise.

ymmv.

#318 Re: Desktop and Multimedia » [SOLVED] Cannot delete application icon on the Panel(Widget) » 2023-08-27 04:05:27

See how you go.

That is the same folder I saw after my last post.

But I wonder if it is a permission issue, ie read/write to folder or linking.

#319 Re: Installation » [SOLVED] Devuan 5.0 VLC cannot play some mp4 files well, many mosaics. » 2023-08-27 04:02:13

Hi, uncomment (#) this line in your sources.list...

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

...and, you may remove the first line with just "main", as it is now in the un-commented line. It won't hurt but will cut down on the noise (complaints) in logs and on screen when running

apt update

I hope this helps.

#320 Re: Desktop and Multimedia » [SOLVED] Cannot delete application icon on the Panel(Widget) » 2023-08-26 22:56:07

Hi, do you have a /home/(user)/Desktop folder in your file manager?

You might find the icon there.

Otherwise, you might search for the (program-name).desktop file for that program in the $USER directory.

#321 Re: Other Issues » Lazarus package broken? » 2023-08-25 22:30:38

a few things I sometimes use, not mentioned here...

# apt auto-remove -y
# apt --fix-broken install   #with no packages (or specify a solution).
# dpkg -i --auto-deconfigure
# dpkg -i -G # -G do not down Grade

of course, with dpkg you need the package's location.

I hope this helps.

#322 Re: Devuan » Learned something new about devuan, after foolishness » 2023-08-23 02:38:26

On an experimental system... as an experiment.

Biggest hurdles was when glibc version changed between install and upgrade.

#323 Re: Desktop and Multimedia » Daedalus, seatd, can’t have multiple X sessions » 2023-08-22 20:29:52

I remember being able to have more than one GUI running on different tty's... but that went away and couldn't be done the same way.

Hoping for innovation.

#324 Re: Devuan » Can anyone fill me in on why and how exactly systemd took over Linux? » 2023-08-22 05:27:13

What was a big thing at the time was multimedia on desktops and laptops and the fragmented sound device specification(s).

The same code writer was involved.

From what I read... (quite a while ago, if my memory serves me well.) the code was not conforming to FOSS standards,

but seemed to work so well it was adopted (capitalist style).

That mess is pulse, followed up with systemd...

1st thing I noticed was, now all your text logs are in binary (1s and 0s)

Also was the introduction of more security measures

(EUFI, secure-boot, apparmor(maybe not this one, but pretty insiduous))

which seem to divide the community rather than unite us.

So, imho I think it's money.

#325 Re: News & Announcements » The Register's OS desk writes about Devuan Daedalus » 2023-08-22 05:10:17

Any advertising is good advertising.

I don't agree with much of what was written.

Board footer

Forum Software