TechAdmin

joined 1 year ago
[–] TechAdmin@lemmy.world 2 points 2 weeks ago (1 children)

You can try seeing if you can set the speed/duplex of NIC/ports manually if auto-detection keeps getting it wrong.

Unifi I like the APs for mesh & multiple SSID+vlans but I keep them on dedicated vlan with zero internet access because I don't trust that I properly followed instructions to disable opted in analytics/telemetry. The mgmt software is alright but new UI wastes a lot of space. The PoE switch was alright until it stopped being able to keep a config last year. USG router I kept less than a year because it was too slow with any useful features enabled. I've glanced around at replacement APs here & there but pretty much waiting until I have more wifi 7 compatible devices and that'll be another couple years.

[–] TechAdmin@lemmy.world 8 points 1 month ago (2 children)

There's a feature to allow charging from USB ports while a computer is off, Lenovo calls it "Always on USB." That feature is constantly using power even when nothing is plugged in. To test if any ports have that feature power off the computer then try plugging in a simple 5v 500ma usb device to charge. If it starts charging then it has that feature and will drain power. If no options to disable in BIOS then as far as I know stuck :(

I've worked on a couple recent gen refurb laptops (dell and lenovo) with that feature but lacking any disable option in BIOS. I've tried to get into the habit of plugging in whenever not being used but still end up with things empty more often than I like. Very frustrating and I think only hope is future bios update to give that option.

[–] TechAdmin@lemmy.world 1 points 2 months ago (1 children)

On 'Startup' section, what options are available for 'Boot Mode' ? May want to try using something other than Quick during OS install. Should be able to change it back afterwards for faster boots.

[–] TechAdmin@lemmy.world 1 points 6 months ago

I'd recommend using distro you know best and/or most prefer to work with. I use the flatpak install of Jellyfin Media Player but there are also deb files available.

I'm currently using minipc with Intel n5105 (or something similar) for 1080p HTPC. Debian 12 OS with auto-login & Jellyfin Media Player starting at login. I control it with pepper jobs RF remote but also have a logitech wireless keyboard+touchpad for it. Keyboard+touchpad come in handy when browsing media sites on firefox but some might restrict quality. Some of the newer minipc's I tried required adding backports repo to install newer kernel for wifi to work. I had been playing with Debian a lot when I set up first one & been using clonezilla to image them so it's stuck.

Ordered a gmtek n97 minipc to play with and should have it in about a week. Going to test it out with 4k but it's not a deal breaker for me if it cannot handle that well enough.

[–] TechAdmin@lemmy.world 2 points 6 months ago (1 children)

Yep, asking for something I'm sure a lot of us would love to have, a ready to go TV remote control style usage, but rather than having discussions about why those options aren't viable just downvoting.

[–] TechAdmin@lemmy.world 2 points 6 months ago

Create a backup image from the working SD card. Write that backup image to a spare SD card and verify it works. Then try to do 'apt update' and see if anything breaks. If it breaks you got a spare SD card ready to go :)

[–] TechAdmin@lemmy.world 1 points 8 months ago

I had issues with DNS checks and traced it to my pihole. I changed that container's resolv.conf to use cloudflare DNS and it has been working fine since. It was with Caddy so needed to change over to use IPs.

[–] TechAdmin@lemmy.world 3 points 9 months ago

Another thing to remember is the client needs to support decoding the video in hardware or have enough CPU to handle it in software. I have intel i7 (3rd gen) with no hardware HEVC/x265 support but it has enough CPU to power through.

[–] TechAdmin@lemmy.world 4 points 11 months ago (1 children)

I've had good luck with refurbished Dell laptops. My primary laptop is a refurbished Dell Latitude 11" 3120. Bought it for ~$250 at beginning of this year and currently have Fedora on it. It's not very powerful. I use it primarily to browse the web, watch movies/tv, and vnc/ssh to my other systems. Can last about 5-6 hours streaming video from jellyfin at 50% brightness, other stuff barely uses any power and can stretch out to 9-10 hours if I set display brightness even lower.

I've always bought Windows laptops then put linux on them so I'm used to verifying that tools such as TLP are installed, configured, enabled, and working. There is too much variety with laptops for all of them to be handled automatically unfortunately so I always verify it. If a laptop came with Linux pre-installed then it might be good to go ootb but I'd still verify.

[–] TechAdmin@lemmy.world 4 points 11 months ago* (last edited 11 months ago)

Quick way to check if a program is using hardware video acceleration is with a gpu top utility.

Intel - intel_gpu_top

Nvidia - nvidia-smi / nvtop

AMD - radeontop / nvtop / amdgpu_top (just did quick search, don't have any AMD powered on to verify)