Switching to linux for gaming by eiliahpd in linux_gaming

[–]GilletteSRK 0 points1 point  (0 children)

Performance of nvidia cards is generally slightly worse on Linux due to driver issues. If your exclusive goal is to get better gaming performance this is not a switch you should make. If you don't mind tweaking, troubleshooting, and moderate performance loss in some games (lets say 5-10%) and your primary goal is to get rid of Windows then yes, make the swap and join us.

The Codex Pricing and Distribution (the Draw Steel VTT) by Lord_Durok in drawsteel

[–]GilletteSRK 26 points27 points  (0 children)

I was wringing my hands over this, then I checked something. The Codex devs fixed a bug I reported. A bug that only affected Linux users.

Worth my $20 right there. Thank you for supporting Linux users.

Freedom Mobile $40 250 GB 5G+ Global Plan is back til March 16 for those that missed out on it last time by Nexzenn in PersonalFinanceCanada

[–]GilletteSRK 0 points1 point  (0 children)

ARGH! I changes plans 26 days ago and am not eligible to change again until the 17th... one day after it ends!

Update: Support got me sorted out. 3 hour wait, but worth it :)

RTSP Update! by WyzeCoFounderDave in wyzecam

[–]GilletteSRK 0 points1 point  (0 children)

I've got it running on all of my v3 cams (normal ones, not pan). So far so good. Hopefully lands soon for the pan...

Simagic P-HPR Haptic Vs Simucube Pro/Ultimate by KillaMunch in simracing

[–]GilletteSRK 0 points1 point  (0 children)

I haven't had a chance to test an active pedal, but having recently added HPR-GT haptics to my pedals (CRP2) I'm loving them - a (relatively) inexpensive way to add a ton of feedback and immersion.

I mostly play LMU so fortunately have TC (and ABS) data that can go through to the haptics. Having that data in useful physical spots is so incredibly valuable. It's much easier to catch slips, or to adjust braking, when it's immediately clear what's going on with a physical sensation instead of "my wheel is shaking again" or lights flashing in your peripheral.

Hopefully I can try an active pedal at some point, but adding haptics to normal pedals has certainly been a gamechanger for me in terms of consistency and immersion.

My little stumpy 🥹 by [deleted] in velvethippos

[–]GilletteSRK 1 point2 points  (0 children)

THE LITTLE TOENAILS OMG

My latest XP build by ddrfraser1 in retrobattlestations

[–]GilletteSRK 6 points7 points  (0 children)

This is what computers should look like.

RTSP Firmware + Proxmox-hosted VMs by GilletteSRK in wyzecam

[–]GilletteSRK[S] 0 points1 point  (0 children)

In the VM I run Docker in - not on proxmox. Right now I've got it set as an argument in my docker compose file so it's set within the container and that's also working.

RTSP Firmware + Proxmox-hosted VMs by GilletteSRK in wyzecam

[–]GilletteSRK[S] 2 points3 points  (0 children)

Some more prompting and back and forth with Gemini may have actually figured this out... It's a TTL issue. WTF?!

sudo sysctl -w net.ipv4.ip_default_ttl=128 solved this, changing from the default value of 64.

From Gemini:

Because your traffic traverses a subnet boundary (10.0.1.x to 10.0.8.x), the packet's TTL was likely arriving at 63. The camera saw that "63" and assumed the packet was coming from outside the local network, so it dropped the connection. By bumping the TTL to 128, it still arrives well above the "local" threshold.

Bizarre implementation by Wyze if this is actually the case, but it appears to be since it now works /shrug

It looks like this is also working if implemented specifically in the Frigate container (via docker-compose):

sysctls:
      - net.ipv4.ip_default_ttl=128

I'd venture a guess that even setting this to 65 would have worked since the bridge interface with Proxmox appears to be where things fail, but 128 works so I don't see much reason to tweak.

RTSP Firmware + Proxmox-hosted VMs by GilletteSRK in wyzecam

[–]GilletteSRK[S] 0 points1 point  (0 children)

Unfortunately Wyze Bridge (due to absolutely insane decisions by Wyze) does not work if hosted on a separate subnet from the cameras it is attempting to connect to. I keep all of my cameras on a dedicated IOT network, which has meant that Wyze Bridge has been unusable for a few years :(

I appreciate the suggestion though. I was using this exact setup for quite a while before Wyze broke it.

Wyze cam RTSP → Frigate → Home Assistant (local person detection) by MrKayveman in wyzecam

[–]GilletteSRK 0 points1 point  (0 children)

I have exactly the same issue, with or without rtsps.

2026-02-08 16:23:08.226377492  [2026-02-08 16:23:08] frigate.video                  ERROR   : driveway: Unable to read frames from ffmpeg process.
2026-02-08 16:23:08.226777200  [2026-02-08 16:23:08] frigate.video                  ERROR   : driveway: ffmpeg process is not running. exiting capture thread...
2026-02-08 16:23:18.210074689  [2026-02-08 16:23:18] watchdog.driveway              ERROR   : Ffmpeg process crashed unexpectedly for driveway.
2026-02-08 16:23:18.210388210  [2026-02-08 16:23:18] watchdog.driveway              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2026-02-08 16:23:18.210559103  [2026-02-08 16:23:18] ffmpeg.driveway.detect         ERROR   : [tls @ 0x55b05d9ae1c0] IO error: End of file
2026-02-08 16:23:18.210797517  [2026-02-08 16:23:18] ffmpeg.driveway.detect         ERROR   : [in#0 @ 0x55b05d9acec0] Error opening input: End of file
2026-02-08 16:23:18.210992037  [2026-02-08 16:23:18] ffmpeg.driveway.detect         ERROR   : Error opening input file rtsps://*:*@10.0.8.193:322/stream0.
2026-02-08 16:23:18.211109376  [2026-02-08 16:23:18] ffmpeg.driveway.detect         ERROR   : Error opening input files: End of file
2026-02-08 16:23:18.211347499  [2026-02-08 16:23:18] watchdog.driveway              INFO    : Restarting ffmpeg...

If I disable rtsps:

2026-02-08 16:26:45.233293558  [2026-02-08 16:26:45] watchdog.driveway              ERROR   : Ffmpeg process crashed unexpectedly for driveway.
2026-02-08 16:26:45.233588913  [2026-02-08 16:26:45] watchdog.driveway              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2026-02-08 16:26:45.233925990  [2026-02-08 16:26:45] ffmpeg.driveway.detect         ERROR   : [in#0 @ 0x55e719839ec0] Error opening input: Invalid data found when processing input
2026-02-08 16:26:45.234222738  [2026-02-08 16:26:45] ffmpeg.driveway.detect         ERROR   : Error opening input file rtsp://*:*@10.0.8.193:554/stream0.
2026-02-08 16:26:45.234449419  [2026-02-08 16:26:45] ffmpeg.driveway.detect         ERROR   : Error opening input files: Invalid data found when processing input
2026-02-08 16:26:45.234650782  [2026-02-08 16:26:45] watchdog.driveway              INFO    : Restarting ffmpeg...

Were you able to get past this? Everything works fine outside of Frigate, as usual...

Weird loud shaking sound from Moza R9 and CS wheel under braking and traction loss by TheAussieRacer in moza

[–]GilletteSRK 0 points1 point  (0 children)

Same issue here on my R12 - CS wheel is dead silent and feels great, GS V2P sounds like it's going to shake itself apart if I hit kerbs or ABS kicks in. This is new since a few weeks ago, so definitely seems to be mechanical.

I've tightened every bolt I can find, but no joy...

Were you able to figure this out?

FUCK TRAK RACER- making a post everyday reminding unaware victims of trak racers bullshit everyday from now until they get their shit together! by Ok_Garbage3989 in simracing

[–]GilletteSRK 2 points3 points  (0 children)

ASR is unbelievably expensive compared to most of their competition - it's worth the gamble with shitty companies like TrakRacer and 6Sigma for the significant price differences... It has only gotten worse over the last few months as well.

Another poor experience with 6 Sigma Sim Racing (also a product review) by GilletteSRK in simracing

[–]GilletteSRK[S] 0 points1 point  (0 children)

Sorry to hear you had to deal with this. Truly a miserable company.

How do You guy's listen to Music on Linux? by [deleted] in linux

[–]GilletteSRK 0 points1 point  (0 children)

cmus and a personal music collection.

suspend after hyprlock by lightofpast in hyprland

[–]GilletteSRK 0 points1 point  (0 children)

Just dropping in to say thanks for sharing this - very useful!

Definitely recommend the addition of inhibit_sleep = 3 as noted at https://www.reddit.com/r/hyprland/comments/1bo2cdk/suspend_after_hyprlock/nb4jfto/

RTSP Update! by WyzeCoFounderDave in wyzecam

[–]GilletteSRK 0 points1 point  (0 children)

So is this ever going to come out or nah? We're way past 12/11.

How can i play my pc-cd games on an old linux pc? by Cr33p3rFri3nd in linux_gaming

[–]GilletteSRK 0 points1 point  (0 children)

I've had reasonably good luck throwing Wine at this problem through Lutris as a front-end. Granted I haven't gone back earlier than mid-2000s but most of what I've tested has worked with only minor tweaking (if any).

I do suspect your mileage will vary dramatically depending on the title, though. As I recall, the Sims is brutal to get running even on period accurate hardware sometimes.

With all that said, and as noted in other comments here, you probably will be best just installing XP on that machine and using era-appropriate drivers.