You are not logged in.
SL 6.5 uses a dialog that allows you assign a user name, USID, and group. Shamelessly copy it and add it Devuan
I'm not sure the developers have the time to pander to your whims d00d. They're pretty fucking busy already, from what I understand.
Do you have a link to this magical tool you describe? I can have a look and offer some porting suggestions if you want.
Check the cable as well: https://www.pclinuxos.com/forum/index.p … c=139003.0
Thanks for sharing the solution. Would you mind posting the content of your "XDG_RUNTIME_DIR script"? It might help other users.
I really should have remembered but I do have to do that in Alpine as well:
$ grep XDG_RUNTIME /alpine/home/empty/.profile
XDG_RUNTIME_DIR="$HOME/.tmp"
export ENV XDG_RUNTIME_DIR MOZ_ENABLE_WAYLAND EDITOR VISUAL BROWSER VDPAU_DRIVER PAGER
$
I have no idea if that's the "correct" way to do it but it works for me™.
Sorry OP, I don't know why I gave you a wireless device command for your ethernet connection. I must have smoked too much weed. Again.
For ethernet problems go through https://wiki.archlinux.org/title/Networ … leshooting. Anything TLP does opaquely with dodgy bash scripts we can do with full transparency and a text editor :-)
Mrs HoaS has made me put on Best of East 17. Loud.
Send Help.
Sense from advanced distributions that work mainly in the console or for which you must first find out and download the necessary drivers?
Device problems with De{vu,bi}an are usually caused by firmware rather than drivers, which is what the last few posts have been about.
The official Debian bookworm release ISO images will include the non-free firmware needed to make devices work out-of-the-box, just as they do in distributions such as Ubuntu.
Double Album by NOFX. Surprisingly good sound quality for a punk (well, New Wave) record.
It's always better to actually show the log rather than offer up vague descriptions. It's less effort for you and less confusing for us. Use a pastebin site and share a link if it's very large.
Your link describes a non-working connection rather than an intermittent connection so I don't think it's relevant here. Newer drivers can always be obtained from the backported kernel anyway, no need to compile locally.
Try
# iw dev wlan0 set power_save off
But that is a runtime option and will be lost upon reboot. Use a udev rule to make it permanent.
dmesg is always good.
is it systemd-free?
It is based on musl libc and so is fundamentally incompatible with systemd, which relies on GNU's extensions.
You should try Alpine Linux. It rocks.
lspci -knn
See also https://wiki.debian.org/HowToIdentifyADevice/PCI.
But:
I'm guessing there's a driver error
I find looking at the logs works better than guessing. Have you tried that?
@GlennW: try creating a file at ~/.xsessionrc with this content:
wireplumber &
pipewire &
pipewire-pulse &
You expressed your opinion.
I don't think anybody cares.
How is the s6 implementation? It always confused me somewhat. How easy is it to manage services?
^ +1 :-)
They're just systemd & GTK SNAFUs. Is anything actually wrong with the application?
The pipewire.desktop file doesn't need to be executable and also ~/.config/autostart/ is not honoured in simple window manager desktops so for those the pipewire{,-pulse} & wireplumber launcher lines would have to be placed in ~/.xsessionrc instead. This would also work for full desktop environments and so should probably be preferred.
s6 is lovely, of that there is no doubt, but I do wonder about all the Arch derivatives — Arch itself is perennially short-staffed (hence the recent crusty glibc controversy) so I really can't see how the distributions based off it can have enough expert developers to work effectively.
Try reinstalling the package then. There is also dpkg --verify.
Electronic Generations by Carl Cox.
This is *awesome* through a decent pair of headphones.
Playing this in Qobuz' Web thingy under Firefox via a USB DAC with this ~/.asoundrc:
pcm.Digital {
type hw
card v1
}
ctl.!default {
type hw
card v1
}
pcm.!default {
type plug
slave {
pcm "Digital"
rate "unchanged"
}
}
^ That forces ALSA to pass the PCM stream directly to the DAC (identified as v1 in /proc/asound/cards) without it's usual 48kHz resampling.
We don't need no stinkin' sound servers
I like to use btrfs so I can have an unlimited number of root & /home subvolumes in the same partition. And the snapshots really help with a development branch — set up automatic snapshots before every update and just rollback if there are any problems.
Fifth generation Ryzen should be good. I'm running a 5850U and I will probably switch to bookworm/daedalus after the release. For those branches 6th generation would also work, I think.
EDIT: and with a processor like that even GNOME is as snappy as a pool full of alligators
its my topic
Not really. These boards are a community resource so please treat them as such. Thanks.
Ideally each thread should have a clear title describing a single problem. This helps other users who may encounter that same problem and makes it easy to find with the forum's Search feature.
Threads like this with a vague, meaningless title and no clear aim are more or less useless to everybody. Only experienced users should run the development branches, everyone else should run the stable release. "Glitches" are to be expected when running unstable because the whole point is to fix them before they make it to stable.