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
- 66 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·18 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.
deleted by creator
486@lemmy.worldto Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English5·23 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.
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 Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English1·2 months agoYes, using
uuidgen
should work fine.
486@lemmy.worldto Selfhosted@lemmy.world•Help : Self-Hosting RSS Feed for my blog (pls)English4·2 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)English5·2 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·2 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.
486@lemmy.worldto Selfhosted@lemmy.world•FTTH upgrade - getting my LAN multi gig readyEnglish4·3 months agoOops, you are correct of course, 6A is what I meant, plain 6 should work fine also most of the time, but there is pretty much no point going for that, unless you have that deployed already.
486@lemmy.worldto Selfhosted@lemmy.world•Self-hostable bookmark app Hoarder has been rebranded to Karakeep after a long trademark disputeEnglish9·3 months agoCan anyone explain to me if a headless chrome browser is dangerous the way a regular chrome browser is?
Almost. You want to make sure to keep it as up-to-date as you would a regular Chrome browser. It does almost everything a regular Chrome does, including running arbitrary scripts on websites.
486@lemmy.worldto Selfhosted@lemmy.world•FTTH upgrade - getting my LAN multi gig readyEnglish5·3 months agoAnyone have experience converting from 1G LAN to 2.5 or even 10?
Going from 1 G to 2.5 G is fairly cheap these days. You can almost certainly use the same cabling, even when you’ve got only Cat.5e cabling. While you can do 10 G over copper, I wouldn’t suggest doing that, since it consumes quite a lot of power compared to both 1 G and 2.5 G. You’d need Cat.6E for reliable 10 G over copper.
None of the popular web browsers support FTP. Maybe some niche browsers still do, but certainly not “most”.