Yes. Apparently the issue happens with both internal mics and mic connectors where you attach your own mic. The seconds link I provided points to a fix for a specific laptop that fixes a non-working internal mic.
- 4 Posts
- 135 Comments
It is probably due to this change in the Linux kernel. That broke analogue microphone inputs on lots of systems. After that change, there were quite a few additional patches fixing those problems on individual systems (e.g. this one), but there are still lots of broken setups around. I have no idea what the original change was about exactly. It appears to have broken more things than it has fixed, but what do I know.
486@lemmy.worldto Phoronix@lemmy.world•Fedora 44 Looks To Drop i686 Support: No More Multi-Lib / x86 32-bit PackagesEnglish1·13 days agoUgh, that’s a bit premature. There are still a lot of games that only exist in 32 bit, also Steam is still a 32 bit application. It is not clear to me if they also drop 32 bit compatibility from the kernel, but even if not, it would be quite complicated to run 32 bit games in a container, as you would at need to include 32 bit Mesa and a lot of other libs in that container.
Curiously this could lead to a situation where it would be easier to run old games via their Windows version with Wine WoW64 than to run a native 32 bit linux binary.
486@lemmy.worldto Ask Lemmy@lemmy.world•What free things online should everyone take advantage of?7·13 days agoAll this is correct, but keep in mind that you still leak domain names until ECH (encrypted client hello) is in wide-spread use. It is of course still a good idea to use encrypted DNS, just don’t assume your ISP can’t see which websites you are accessing.
You specifically said “online servers for authentication”. That’s what I understood as just that - a server required to be able to play the game, not a server required to use an actual online feature of a game. Don’t get me wrong, I very much prefer when games allow multiplayer games without requiring a server run by the publisher. All that is very different from what the posts title is about, though.
By the way, there are still games on GOG that let you run local servers for multi player gaming.
online servers for authentication
I am not aware of any game on GOG that requires an online server for authentication. I’m not saying no such thing exists - I don’t own every single game on GOG, but that would go against the whole DRM free thing. Care to name a few games that do this? I don’t mean games that have an online mode that require a server, but games that just require authentication against an online server to be able to play the game.
They don’t have DRM. That’s not the same as owning the game.
That’s why I mentioned that you purchase a license. That has also always been true even if you “bought” a game as a physical copy in a store. A DRM-free game is still the closest thing you get to owning a game.
If you don’t back up the games or installers yourself, and GOG goes under, you lose access to your library the same as Epic or Steam going away.
I have heard this argument before, but I really don’t get it. Of course you could lose your files if you don’t download them. I’d say that’s so obvious it isn’t even worth mentioning. If you lose or destroy your physical copy of a game you also lose access to it. Pretty obvious.
Reminder that you do not own digital games
That is not universally true. On GOG for example you can download all your games, so things like this could not happen there. Sure, you still technically purchase a license and do not actually buy the games, but for all intents and purposes this is still the closest you get to actually owning the games.
deleted by creator
486@lemmy.worldto Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English5·18 days agoalso i am having trouble hunting down what cuesheets means in this context?
When you rip an audio CD you can either create one file for each track or you can rip the entire CD as one track and create a cue sheet file which is basically a text file describing where each track starts in that single audio file. This can be useful to have an exact copy of the CD without adding unintended gaps between tracks. It is primarily useful if you intend on recreating the actual audio CD at a later time from the ripped data. Most people don’t need this.
I’ve always wondered how close to reality those tracks were. They certainly look nice. Same with the Dirt Rally games. Good to know they put in the effort to actually make them accurate.
No worries! That’s okay! :)
I would love to give Hypnospace Outlaw a try! Thanks for the giveaway! Every once in a while a take out an old PC to play some DOS or early Windows games. Recently i played Lotus III on DOS. I still like the game’s soundtrack. :)
Gravity Circuit sieht witzig aus. Würde mich sehr darüber freuen! Danke für das Giveaway! :)
486@lemmy.worldto Ask Lemmy@lemmy.world•Will the motherboard in my decade old desktop pc work with any new graphics card?1·1 month agoYeah, that’s mostly because performance is so poor without it.
486@lemmy.worldto Ask Lemmy@lemmy.world•Will the motherboard in my decade old desktop pc work with any new graphics card?1·1 month agoand that your cpu might not be able to provide enough data.
That also depends on the settings and resolution you plan on playing with. The higher the visual settings and resolution, the more demand is on the GPU. So when you plan to play on very high visual settings at a high resolution, a higher end GPU might make sense even with an older CPU.
486@lemmy.worldto Ask Lemmy@lemmy.world•Will the motherboard in my decade old desktop pc work with any new graphics card?4·1 month agoI am pretty sure that this is not true. While Intel Arc GPUs really should be paired with a mainboard with resizable BAR for performance reasons, they will still work without it, although with pretty bad performance.
486@lemmy.worldto DACH - Deutschsprachige Community für Deutschland, Österreich, Schweiz@feddit.org•Wie gefährlich beim Fliegen Powerbanks im Handgepäck sind46·2 months agoBei der Lufthansa dürfen Powerbanks mit bis zu 100 Watt im Handgepäck transportiert werden.
Was für ein konfuser Artikel. Über die Leistung der Powerbanks wird in den Regeln überhaupt nichts gesagt. Was begrenzt wird, ist die erlaubte Kapazität. Dort sind 100 Wh das erlaubte Maximum.
If you plan on running the laptop all the time on wall power, make sure to limit the battery charge to 80 % or less, otherwise the battery will die pretty quickly.
No, it is not dumb. My second link was just an example to a fix of one particular laptop where this issue occurred. I mentioned all this just to point to the issue that might be causing your problem. I’m afraid this probably does not fix it for you. Maybe it has been fixed with a more recent kernel. You could check which version you are running (by running
uname -a
from a terminal) and maybe update to a newer one if your distro allows that. Alternatively you could downgrade the kernel to a version before this issue was introduced (a 6.10 kernel should work okay). Of course downgrading should only be a stop-gap solution.