You are not logged in.
Okay, been better than 6 months and no action on bug report(s) to upstream, time to put on my battle-rattle on, sketching out a plan to patch PcmanFM, it's really a great basic file-manager, just the one bug and one feature I want to add. Now i'll see if i've leveled up enough to do this.
Just spitballing here, but I always have some issues with my AMD machines until I install firmware-amd-graphics.
This thread needs locked before it gets any worse.
Agreed.
Have you ever contributed any code directly to Devuan? Please remind me. smile If lack of needed hands-on begins to negatively impact Devuan's viability, you could just pick up your Vuu-do marbles and move to another base . . .
Obviously, I am in a mood . . .
Wow, don't know what I did to deserve that after 10 years with Devuan. ![]()
Pretty sure I made some contributions along the way, but as I don't keep score I couldn't give you a breakdown or a total.
Also pretty sure i've mentioned multiple times that I have accelerated my learning curve by many orders of magnitude this year, with one of the goals of that being able to help more, maybe maintain some packages at least.
Added some seek functions and created a wrapper script for startup that checks for running instance of vsvp as two at the same time don't play nice, and also moved the DB check in there from the main script. Perfectly useable now, but i'm working on a couple of possible additions. But i'm happy as it is. This was a lot of work, the inherent limitations of ffplay for a backend as compared to something like mpv, made it a real challenge, I had to cobble together features in some odd ways, especially since I was going for minimalism of code. Still under 45k for the whole thing.

I don't see why we need a further stirring of the pot.
Pooh...I say we break some s**t including new ground and let creativity loose.
It's not like it's obligatory.
"You are about to enable the user-repository, there may be dragons and panicking of kernels, don't do this if you lack skills and guts, and watch out for that greenjeans guy and his old-man-yells-at-clouds apps and not for nothing but exponentialmatrix is also very ornery"
Sounds like you should use Windows if it's so out-of-the-box-good, good luck with that! ![]()
I like this idea too!
Look into file recovery software as a possible solution.
A few relevant links:
Package: testdisk
(Partition scanner and disk recovery tool, and PhotoRec file recovery tool)
https://packages.debian.org/stable/testdisk
Just posting to second this motion, testdisk/photorec go on every install/iso I do for a long time now, good stuff to have!
First word says ceres.
What else would you run as a beginner ... stable is boring!
Yeah I saw that part, I was more interested in what DE.
gnome-system-tool
Well that in of itself would explain the problems.
Why do you have 4 login managers? What exactly are you running?
Really the only thing that needs installing is ntpsec, it has the daemon and everything else needed, it pre-configures to using debian's ntp. Never had to do any configging to it, just installed it and it worked, still does.
Holy cow, spent all day today and part of yesterday just trying to squash one bug, whatever real devs get paid (if they get paid) is not near enough, this stuff is HARD.
But I did it, squashed the only couple of bugs left, this thing is stable and works great! Just need to work on a couple more features and it will be done.
pulseaudio-module-bluetooth is not needed for all scenarios of bluetooth connections. May be this is the reason why it's not in dependencies?
Yep.
Okay, a year and a half on, still using it, nothing about crypto or AI either one intrudes on my use, the built-in adblocking is very good, the browser hasn't acted homophobic yet, and best part of all: It's NOT Firefox, it actually has human useable scrollbars that don't act retarded.
FYI KDE is dumping sddm in favor of their new Plasma Login Manager (PLM) which will only work on systemd systems. ![]()
Got the scraper whupped finally and the gui script modded, looking good! 4 different viewing modes now too. All in under 45 kb. ![]()

@camtaf greenjeans is probably saying that the best Debian devs where the ones that left Debian because of systemd and they moved on to create Devuan instead.
Bingo. ![]()
I'm just gonna say it out loud.
Debian has been steadily spiraling towards more issues, and the reason is:
All their best devs left them 10 years ago. ![]()
Haven't messed with the excalibur netinstall yet, but my first thought would be that you need to enable non-free-firmware as the realtek-firmware package you need is in there.
Just spitballing here, but sometimes it's the simple things.
AlsaTune may work.
Possibly. But if Alsa has a bug then maybe not. Looks like they patched the bug you referenced earlier back in September though. Worth a try.
I have this exact same audio interface. If your only using alsa try greenjeans AlsaTune gui. It picked up mine straight away and it is very loud with my behringer truth monitors. I'm using devuan 5 not 6
At minimum this would be a good troubleshooting step. As long as the OP returned everything to the original default first after this 2 page ordeal. Download it, delete any existing .asoundrc or .asound.conf files, install and run the app, on first run it will detect lack of .asoundrc and offer to install the one that comes with the package, let it do so. Check sound with test tone. Click the "Soundcard" button to open a window to select cards and see if the Behringer is there, if so then highlight it and apply and then check sound again.
ETA: Big caveat, if you are running a DE that has it's own built-in mixer AlsaTune won't run right, won't hurt anything but you won't have its extended functionality for the most part. Also goes without saying, but it's not compatible with Pulse or Pipe. If you're running LXDE you should be fine.
If you're running LXDE using PcmanFM for your file-manager, then boy-o-boy do I ever have some scripts to share with you. ![]()
Ahh I gotcha. There may be some integration with the two players but I don't know how combining them with AlsaTune would work. The music player already has a button to open AlsaTune, so that may work just as well as combining them all.
Today i've got to do some prettification of the features I added the last few days, then it's time to tackle a proper hierachical scraper script.
Have you considered combining AlsaTune, Vuudo media and video player into one app?
Oh yeah brother, since the very beginning, but just for the music and video players, combining AlsaTune too would be interesting...but yeah, been thinking about a unified media player for a while. It would be great to drop a media-ready alsa-only system, and if someone wanted to take the next step, drop jack-bridge on top of that and get access to unlimited options for sound!
I've been working on it today, added tooltips to treeview menu entries, and also added a button to open a given video in a native ffplay window to enable fullscreen if a user just really needs it.
So got all the issues I mentioned previously about the video player fixed, plus a lot of work on behavior and visuals in the last week, it's now running very smoothly and i've set up maximized to be more of a theater mode with everything hidden but the titlebar (and the user's panel(s)). Did some work on the scraper as the code was a little ragged, and added more video formats as ffmpeg will support almost anything.
Only two things left really, first is the scraper as it is currently not hierarchical like the music player script, it just grabs every video it can find in ~/Videos and displays them alphabetically in treeview. It was a real mother to make work right in VSMP, and though I can re-use a bunch of the code for this one, it's still more difficult as I need to display more in treeview and add another level to the scan. Not looking forward to that.
Also should probably add a "Now Playing" bar...maybe.
It's simplistic, but it gets the job done nicely, tiny player (~40kb) and doesn't require anything but alsa, gtk, bash, and fmpeg. No Pulse libs or Pipewire, no QT libs.