• 0 Posts
  • 38 Comments
Joined 11 months ago
cake
Cake day: July 31st, 2023

help-circle
  • I’ve generally had good luck with hardware and things just worked under linux. But one day I upgraded a few machines on my network to 2.5G ethernet. Several already had the ports, but my little NUC NAS box didn’t, so I installed a 2.5G usb ethernet dongle. No matter what I did, I couldn’t get it to work. It would show up and NM would act like it was up and there were no errors or anything, but it just wouldn’t actually function.

    Eventually, I found out that it has a built in USB data partition that contains the drivers for windows. The card was coming up as a usb disk first when the hardware was assigned and not a network card which it should have been.

    I had to write a blacklist the usb modules first, which I had done before, but I had to also write a udev rule to automatically add the network card and driver on boot. It wasn’t that difficult to actually do, but I had just never had to do anything with udev rules before. Took me a good three days of troubleshooting to finally get everything to work correctly on boot.

    ACTION=="add", ATTRS{idVendor}=="20f4", ATTRS{idProduct}=="e02c", RUN+="/sbin/modprobe r8152" RUN+="/bin/sh -c 'echo 20f4 e02c > /sys/bus/usb/drivers/r8152/new_id'"






  • I watch all sorts of urbex and abandoned exploration videos. The Proper People are great.

    Rust to running videos about restoration of old cars and heavy machinery. vice Grip Garage is great, that guys a hoot.

    Lately I’ve been into the guy’s channel who bought the old Cerro Gordo mine and had been doing cool videos where he explores the old mines like 900 feet underground.

    I’ve been into Heavy D Sparks rescue and recovery videos too.

    If you asked me a few years ago, I would have not even said I’m interested in any of these, but with the flood of useless “creator” content, I think they’re pretty interesting.





  • If you disable the Ethernet/WiFI then you can create a local account, but you have to do a small.extra step…

    press SHIFT+F10 keys to open Command Prompt.

    Run the following: OOBE\BYPASSNRO

    After this, setup will reboot the computer and you’ll get a new option I don’t have Internet or Continue with limited setup to skip the Internet requirement and you can create a local account as well.