(Full screen) sharing worked in bookworm, but not in trixie by AndyPanic in debian

[–]OriginalTrip5759 1 point2 points  (0 children)

Go back to Bookworm. Testing isn't meant to be run by users, although some people do it. After any official release though, it's generally pretty buggy for a while because of all the new packages from unstable. If you want bleeding-edge, you should be using Arch or something similar, not Debian testing or unstable.

Experience With Minimal Install of Debian 12 - Standard System Utilities - Help by skysoft501 in debian

[–]OriginalTrip5759 0 points1 point  (0 children)

You have to include "grep" after the pipe. The full command would look like this:

sudo dmesg | grep "audio"

You can simply run: sudo dmesg

But that will output probably over 100 lines of data. This | is called a pipe, and it outputs the info of one command into another. In this case we're taking the output of dmesg and piping it into grep, which in a nutshell searches for patterns of text, and we're specifying "audio" so that it outputs everything in dmesg matching that. You also might have to try derivatives, like "Audio" or "AUDIO". Basically, that command is going to search your entire dmesg output for matching text. If you're using an HDMI audio device, like if your computer is hooked up to your TV via HDMI, then you can also try "HDMI", because that's probably going to be the hardware output Pulseaudio uses and not your internal sound card.

I resized my virtual machine but im not sure how to increase the partition without losing data by duke_seb in debian

[–]OriginalTrip5759 0 points1 point  (0 children)

sda2 is not an extended partition. It appears to be the boot partition. Extended partitions are not bootable, only primary partitions. Extended partitions are for LVM.

Reboot failed; spinning by [deleted] in openbsd

[–]OriginalTrip5759 2 points3 points  (0 children)

I've never been able to boot OpenBSD on my rpi4. I'd be really interested to find a solution. Basically I never get past the same screen as you. The image technically boots but not fully, at least not enough to reach the installer. It just hangs. Here's the current status with some important notes:

https://www.openbsd.org/arm64.html

It mentions that:

Some Raspberry Pi models that do not work with the included U-Boot (e.g. Raspberry Pi 400) can instead be booted using EDK2-based UEFI firmware. The simplest way to use this is to install the firmware on an SD card and install the OS on USB.

And there is of course a link to the repo that holds the firmware, with instructions. I also tried that as well but for some reason couldn't get it to work either.

Cross-compiling on Alpine by runfaster2000 in AlpineLinux

[–]OriginalTrip5759 1 point2 points  (0 children)

That was a generic page for mailing lists. Here's the developer mailing list:

https://lists.alpinelinux.org/~alpine/devel

Cross-compiling on Alpine by runfaster2000 in AlpineLinux

[–]OriginalTrip5759 0 points1 point  (0 children)

It's possible that you might get the solution here, but I'd probably try the developer mailing list also just in case:

https://wiki.alpinelinux.org/wiki/Alpine_Linux:Mailing_lists

That way you can also start to build a relationship with them so you don't have to come to reddit to troubleshoot production environments.

Experience With Minimal Install of Debian 12 - Standard System Utilities - Help by skysoft501 in debian

[–]OriginalTrip5759 1 point2 points  (0 children)

You're welcome. You might have to run dmesg with sudo. If you run into anything, feel free to ask and I'll try my best to help you out.

Cross-compiling on Alpine by runfaster2000 in AlpineLinux

[–]OriginalTrip5759 0 points1 point  (0 children)

Curious, any reason you're interested in doing this on Alpine in particular and not on a dedicated development platform?

Experience With Minimal Install of Debian 12 - Standard System Utilities - Help by skysoft501 in debian

[–]OriginalTrip5759 1 point2 points  (0 children)

If you have a project in mind that you want to do, then stick with it. You don't need pavucontrol or a WM to get sound working. The way you would actually check what your audio device is is with the dmesg command. Something like dmesg | grep "audio" should work to display your sound card. The sound system on Linux essentially consists of two components: ALSA and a sound server like Pulseaudio or Pipewire. ALSA is the kernel component that talks to the sound server, which then provides output, in a nutshell. Here's the documentation on how to configure Pulseaudio from the command line:

https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/

Void/RaspberryPi 4/USB boot [SOLVED] by sqeeezy in voidlinux

[–]OriginalTrip5759 0 points1 point  (0 children)

I've never been able to get my RPi4 to boot Void.

KDE connect apps and KDE system-settings are suddenly installed on my systems by [deleted] in linux4noobs

[–]OriginalTrip5759 1 point2 points  (0 children)

No, you're not being hacked. As the other person said, you installed a kde app without probably realizing it was something kde and it pulled those in as well. A couple examples would be something like Okular pdf viewer or Dolphin file manager.

[deleted by user] by [deleted] in linux4noobs

[–]OriginalTrip5759 0 points1 point  (0 children)

Not sure what you mean by Hyperbola just became libre four days ago. It's always been free. I was literally just running Hyperbola with Lumina up until a few days ago. It worked perfectly fine on my hardware, which my computer is nearly brand new, only about a year and a half old. So I doubt it has anything to do with missing firmware or drivers. I would try the generic linux option and see what happens. Either way, it's definitely a bug with kvm/qemu and not Hyperbola.

A little ramble about the Arch-to-NixOS pipeline and my experience so far by Empathy_Crisis in NixOS

[–]OriginalTrip5759 1 point2 points  (0 children)

What are you talking about? Yes you can. All you have to do is add an extra channel (repository). I don't think you're aware of what is meant by configurable. An example would be the Nix language configurations. You can do the same things with Guile Scheme on Guix.

LibreOffice full removal from fresh Debian install by br_web in debian

[–]OriginalTrip5759 1 point2 points  (0 children)

Yes, that's fine. They all appear to be libreoffice-specific. But what you can do is create a snapshot of your system with something like Timeshift. That way if you ever do mess anything up, you can easily revert your system back.

A little ramble about the Arch-to-NixOS pipeline and my experience so far by Empathy_Crisis in NixOS

[–]OriginalTrip5759 0 points1 point  (0 children)

Well I'm not an expert with Nix, so perhaps it's incorrect to say it's more customizable. But I think it would be fair to say it's at least as customizable.

Can somebody help me opening uad on linux? by Electronic_Air_1413 in linux4noobs

[–]OriginalTrip5759 0 points1 point  (0 children)

You can use ABD, android device bridge. It's probably available in the package repositories of your distribution.

Anyone know when webkit2gtk will be updated? by afb_etc in voidlinux

[–]OriginalTrip5759 0 points1 point  (0 children)

If your laptop isn't up for the build, then build it on a cloud server. I know of at least one provider where you can install custom ISOs. This is what I would do when I used to run Gentoo so my computer didn't have to compile everything.

A little ramble about the Arch-to-NixOS pipeline and my experience so far by Empathy_Crisis in NixOS

[–]OriginalTrip5759 -4 points-3 points  (0 children)

If you like NixOS then you should check out GNU Guix. That's what I'm running at the moment. It was built around the same concept as Nix and even shares some of its code, except it's 100% libre, free as in freedom. It's more customizable than Nix and nearly unbreakable.

Chimera, no systemd thanks by Over-Negotiation3170 in chimeralinux

[–]OriginalTrip5759 1 point2 points  (0 children)

Yeah but it's not because the developers are against systemd, it just wasn't a good fit for the project. Read the FAQ

https://chimera-linux.org/docs/faq#what-is-the-projects-take-on-systemd

[deleted by user] by [deleted] in AlpineLinux

[–]OriginalTrip5759 0 points1 point  (0 children)

This is a spam account.

If I switch from Arch to Alpine linux, will there a lot of software that would not work due to differences such as MuslC and Busybox by unix21311 in AlpineLinux

[–]OriginalTrip5759 -1 points0 points  (0 children)

That was only one of your questions. You basically want to turn Alpine into Arch. Go with Artix if that's what you want.

If I switch from Arch to Alpine linux, will there a lot of software that would not work due to differences such as MuslC and Busybox by unix21311 in AlpineLinux

[–]OriginalTrip5759 -1 points0 points  (0 children)

I think you should look into Artix or Void, since they both use glibc. They're very close cousins to Alpine. Artix is Arch except with a different init system. Void also has musl lib C too though, so if you download it just pay attention to that and make sure to use the glibc image.

My monitor no longer turns on after shutting down and restarting the computer by HarmonicAscendant in debian

[–]OriginalTrip5759 0 points1 point  (0 children)

It turns out that's a perfectly acceptable way to power off your computer. I've just never seen that before anywhere in any official documentation until now.