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.
- 2 Posts
- 101 Comments
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.
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 Ask Lemmy@lemmy.world•What free things online should everyone take advantage of?7·1 month 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.
486@lemmy.worldto Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English5·1 month 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.
486@lemmy.worldto Ask Lemmy@lemmy.world•Will the motherboard in my decade old desktop pc work with any new graphics card?1·2 months 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·2 months 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?5·2 months 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.
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.
486@lemmy.worldto Technology@lemmy.world•Unhappy with the recently lost file upload feature in the Nextcloud app for Android? So are we. Let us explain. - NextcloudEnglish62·3 months agoThe worst part is that Nextcloud isn’t even really in competition with Google. Setting up a Nextcloud server isn’t hard, but it’s not a trivial task. Sharing it outside your local network also requires a bit of skill, especially if done securely. That is to say, Nextcloud users probably tend to be more tech-savvy.
That’s only true for those who self-host this. There are lots of companies offering Nextcloud hosting. That’s probably why Google doesn’t like Nextcloud. I’m not saying Google is right. Actually what Google is doing here is quite pathetic.
486@lemmy.worldto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English1·3 months agoYes, using
uuidgen
should work fine.
486@lemmy.worldto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English4·3 months agoThanks for pointing this out. I thought this had to be an actual UUID. Generating a unique string of arbitrary format manually is certainly much easier to do manually without additional tools.
486@lemmy.worldto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English52·3 months agoThis is not quite true. As I mentioned in my other comment already, each feed entry needs its own unique UUID. You have to generate such a UUID for every entry.
486@lemmy.worldto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English5·3 months agoHow do people subscribe to them?
Subscribing to an RSS feed really is nothing more than telling your RSS client about the URL to that RSS XML file. The RSS client then regularily checks the URL for changes.
If your site is hand-made as you say, you would have to manually create and update the RSS file also. This is quite a nuisance, not only because it is XML, but also because every feed entry needs its own unique UUID, which you need to create. Perhaps you could create a script that does it for you. Static site generators are usually able to automatically create an RSS feed for you.
Correct, you summarized that well.
The easiest way to do it is by running a Kiwix server and hosting a copy of Wikipedia with that.
I’ve subscribed to their RSS feed, but their server is so unreliable, my feed reader complains all the time that it is unreachable. When I manually retry it mostly works, only to fail again later. I’m wondering what’s going on there. I never have this problem with any other feed…
A stock Amiga 1200 wouldn’t allow you to run Linux, because the CPU doesn’t have an MMU (memory management unit). With a turbo card installed with at least a 68030 and enough RAM you could run Linux on a 1200 though.
None of the popular web browsers support FTP. Maybe some niche browsers still do, but certainly not “most”.