The officially official Devuan Forum!

You are not logged in.

#276 Re: Other Issues » Seriously? » 2023-11-27 22:44:33

100% @nixer

I played in the cooker/cauldron/unstable for years without knowing how to use the bug report system properly (for kde and the kernel...Mandriva, Mageia, pclinuxos ).

But I used the forums a lot at LQ and the host os forums to feel my way.

#277 Re: Hardware & System Configuration » Upgrading a video card » 2023-11-27 22:18:37

I am glad it worked out for you. All the best.

#278 Re: Installation » all the new kernel disturb some old PC's! » 2023-11-27 22:07:20

You need to install the INTEL i915 firmware separately. It won't upgrade (auto update) if it's not installed, for your privacy and licensing.

#280 Re: Devuan » Virtualbox 7.0... » 2023-11-25 21:58:40

I used to run vbox and I had to alter perms for usb... this was my load file.

#!/bin/bash
# /home/glenn/bin/vbox_load
/etc/init.d/vboxdrv setup
# echo "load modules for vbox."
# sudo modprobe -f vboxdrv
# sudo modprobe -f vboxnetadp
# sudo modprobe -f vboxnetflt
echo "list vbox modules"
lsmod | grep vbox
ls -l /dev/bus/usb/001
chown -hR glenn:vboxusers /dev/bus/usb/001/005
chmod -R 775 /dev/bus/usb/001/005
ls -l /dev/input/js0
# total 0
# crw-rw-r-- 1 root root 189, 0 Aug 27 22:07 001
# crw-rw-r-- 1 root root 189, 1 Aug 27 22:07 002
# crw-rw-r-- 1 root root 189, 2 Aug 27 22:07 003
# crw-rw-r-- 1 root root 189, 3 Aug 27 22:07 004
# crw-rw-r-- 1 root root 189, 4 Aug 28 10:40 005
# [root@GamesBox ~]# chown -hR glenn:vboxusers /dev/bus/usb/001/005
# [root@GamesBox ~]# chmod -R 775 /dev/bus/usb/001/005
# [root@GamesBox ~]# ls -l /dev/input/js0
# crw-rw-r--+ 1 root root 13, 0 Aug 28 10:40 /dev/input/js0

I'm not sure if this is any good, it's been a long time since DiD F22 flight sim broke (after sept 11 2001).

#281 Re: Installation » how2 realize for the time of the first-installation a own *.deb-depot » 2023-11-23 21:50:51

This is a bit tragic, but I have tried to reinstall from a package cache using apt and/or dpkg...

It was hectic, took a while for the system to figure out and sort all the versions held there but

eventually it progressed and borked and could not continue due to too many errors (dependency not found).

So, that was just upgrading a clean install to current, from my offline cache, copied from /var/cache/apt/.

I had to do a clean install to get the system back up and running.

Another thing I have tried is the "mount iso" for use as a repo... never worked, not secure enough.

So when I see things that may help using a local repo, I'd like to try it.

The package I mentioned before, local-apt-repository is not available for Devuan, probably because of system D, but I'd still like to try it (apt works!).

I agree with @aluma, I too just use the absolute path to the package...

but I have several bash scripts that install groups of packages... for different stages of installation and restore of backup config files.

All of this is with off-line installation in mind (as a motive).

anyhow, the quest goes on. Thank you Devuan Devs for giving this stable platform to work from.

#282 Re: Installation » how2 realize for the time of the first-installation a own *.deb-depot » 2023-11-23 07:52:13

@aluma following your lead (reprepro was mentioned) I came across this package "local-apt-repository"

from here...https://packages.debian.org/unstable/admin/local-apt-repository

It mentions only served local, no gpg.

I haven't tried this yet.

#283 Re: Installation » Minimum disk space for newinstall ? » 2023-11-22 21:48:47

Hi, 120Gb is heaps of space, considering you may have access to your win$ docs and files as well. (Maybe not for a clean drive)

The installer program may offer partition scheme solutions, if so, select a separate /home partition (at the least, / & /home) or more /usr /tmp

edit... if the hardware is really new you may have to check and see if all the sensors are workable... is the chipset in the kernel?

Usually the longest wait, for chipset manufacturers to release GNU/Linux code for the motherboard sys. Check with the pci-list(?)...https://pci-ids.ucw.cz/

#284 Re: Hardware & System Configuration » Global .asoundrc. » 2023-11-22 00:59:02

No problem, I understand (I only speak english). Thank you

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

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

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

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

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

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

hahahahaha, thanks for the laughs everyone. :-)

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

#293 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. :-)

#295 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?

#296 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

#298 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

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

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

Board footer

Forum Software