[gentoo-user] Plasma6 audio volume keys no longer working

2024-10-23 Thread Alexander Puchmayr
Hi there, After recent update world, my laptop upgraded from kde5/plasma5/x11 to kde6/ plasma6/wayland. Now I have a very strange behavior of the volume+/- and mute button. When being logged in, those keys have no effect (ignored), but mic-mute button works as it should. The behavior gets more

Re: [gentoo-user] NFS mounting

2024-10-23 Thread Peter Humphrey
On Tuesday 22 October 2024 22:07:06 BST I wrote: > Also while bug-hunting, I found an extra-long Ethernet cable and strung the > i5 into the LAN that way. The M9 only ever sees the LAN, whereas I can now > start and stop the LAN and WLAN at will on the i5. The Fritz!Box router > sits at the juncti

Re: [gentoo-user] NFS mounting

2024-10-23 Thread Arve Barsnes
On Wed, 23 Oct 2024 at 12:56, Peter Humphrey wrote: > I should have added that the remote compilation works well with the cable. I > have found though that the linux-firmware ebuild requires the /boot partition > to be mounted, which it shouldn't be on a foreign machine, so I say > emerge -uaDvN -

Re: [gentoo-user] NFS mounting

2024-10-23 Thread Peter Humphrey
On Wednesday 23 October 2024 12:36:23 BST Arve Barsnes wrote: > On Wed, 23 Oct 2024 at 12:56, Peter Humphrey wrote: > > I should have added that the remote compilation works well with the cable. > > I have found though that the linux-firmware ebuild requires the /boot > > partition to be mounted,

[gentoo-user] Re: Suppressing some "emerge" output

2024-10-23 Thread Dr Rainer Woitok
On Wed, 09 Oct 2024 17:25:13 +0200 I myself wrote: > ... > after a recent KDE upgrade among other new packages "emerge" also in- > stalled "dev-qt/qtwebengine" as a new dependency. Since on my five year > old laptop this package requires about 6 hours 20 minutes to build, I > decided to sli

Re: [gentoo-user] Re: Suppressing some "emerge" output

2024-10-23 Thread Eli Schwartz
On 10/23/24 12:35 PM, Dr Rainer Woitok wrote: > So I appended the line "quiet = on" to file "/etc/wgetrc" and that real- > ly suppressed all these progress messages. The only question remaining > now is whether "emerge" calling "wget" without "--quiet" option is a bug > or a feature. Opinions?

[gentoo-user] format usb as ext4

2024-10-23 Thread syscon edm
I format usb as ext4 mkfs.ext4 /dev/sda1 but XFCE does not automount the partition my other usb (ext4 as well) shows up automatically under /run/media/joseph/disk_name

Re: [gentoo-user] format usb as ext4

2024-10-23 Thread Mitchell Dorrell
On Wed, Oct 23, 2024 at 10:35 PM syscon edm wrote: > It was my error, the command should be: > mkfs.ext4 /dev/sda > The usb was auto-mounted as soon as the command finished. > You can format the whole thing (/dev/sda) as one big ext4 volume, yes, but unless I'm very mistaken, that's not standard

Re: [gentoo-user] format usb as ext4

2024-10-23 Thread syscon edm
It was my error, the command should be: mkfs.ext4 /dev/sda The usb was auto-mounted as soon as the command finished. It has been some time since I run it, but looking at some documentation on-line a lot of instructions show to run: sudo mkfs.ext4 /dev/sdX1 eg: https://unix.stackexchange.com/quest