16
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 01 May 2026
16 points (100.0% liked)
linux4noobs
4185 readers
4 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 2 years ago
MODERATORS
I searched for "upnp fuse" and found a project called "djmount". The code is ancient (last updated 20 years ago), but it may still work (AUR package uploaded in 2023).
If if it indeed works, then you can just mount your shares, and access them system-wide, from any file manager or utility.
Yeah, I found it too at one point. Ancient is an understatement lol. I gave up trying to make it work after a few hours. It's honestly crazy that nobody has made another utility like it
If the AUR package works and nobody commented otherwise you might want to take another look, esp. at the PKGBUILD which can help you build it on other distros, too.
Or just install it from your distro's repos?
How old is your router?
@klisurovi4@midwest.social
I tested building from the source repo the AUR PKGBUILD uses. Vendored libupnp needed
-Wno-incompatible-pointer-typesto build with modern GCC. Otherwise, the build succeeded without a problem (see the end of this comment).I also tested the executable itself, and it seems to work too, although the tool doesn't expose an option to pick the device to listen to, which may not work for users with multiple active network interfaces, if the wrong one is picked.
Here is the executable if you don't mind running binaries from a random person on the internet ๐.
libfuse.so.2should be the only non-system dependency.