SavvyBeardedFish

joined 2 years ago
[–] SavvyBeardedFish@reddthat.com 19 points 6 months ago* (last edited 6 months ago) (5 children)

The whole downside is that not everyone is a data horder with space for videos

Some media players allows for streaming directly using yt-dlp, e.g.;

mpv <youtube url>

Will use yt-dlp if installed

[–] SavvyBeardedFish@reddthat.com 7 points 6 months ago (2 children)

One thing to try is to update the firmware of the controller, however that needs to be done on Windows, the Arch Wiki has some additional info where people explain pairing issues

There's also a section on "able to pair but no inputs" in the troubleshooting section on the same Wiki page

[–] SavvyBeardedFish@reddthat.com 1 points 6 months ago

Not what I expected, good thing you managed to get it solved!

[–] SavvyBeardedFish@reddthat.com 2 points 6 months ago (2 children)

That dump didn't reveal any particular useful information, however it seems like multiple people are reporting issues with mesa + segfault, e.g. https://bbs.archlinux.org/viewtopic.php?id=301550

Mesa v24.3.2-1 in Arch should revert that issue, Mesa v24.3.1 seems to be the problem one

[–] SavvyBeardedFish@reddthat.com 4 points 6 months ago (4 children)

You could check the backtrace of one of your crashes

coredumpctl debug
> bt

And then dump that trace here

It might be related to Mesa/GPU drivers

[–] SavvyBeardedFish@reddthat.com 5 points 7 months ago

Sounds like you might just be max'ing out the capacity of the coax cable as well (depending on length/signal integrity). E.g. ITGoat (not sure how trustworthy this webpage is, just an example) lists 1 Gbps as the maximum for coax while you would typically expecting less than that, again depending on your situation (cable length, material, etc)

[–] SavvyBeardedFish@reddthat.com 2 points 7 months ago (3 children)

What's your situation into the wall? Depending on country/ISP/regulations they might give you up to 1000 Mbps under the assumption that it's a single line going to a single user, however quite often that line is shared with potentially a lot of different customers.

Some countries allows you to buy packages where you have a standalone line going to your wall, however at an additional cost

[–] SavvyBeardedFish@reddthat.com 4 points 8 months ago* (last edited 8 months ago) (1 children)

If all nodes are connected through ethernet to each other (or at least one common node) you could go for OpenWRT's 'Dumb AP' setup as well

Edit: Already mentioned here; https://feditown.com/comment/1980836

[–] SavvyBeardedFish@reddthat.com 8 points 8 months ago* (last edited 8 months ago) (2 children)

Maintainer has been absent for some time so kernel v6.11 and v6.12 isn't supported OOTB, to get it to work with kernel v6.11 you need to pull the fix from: !48

[–] SavvyBeardedFish@reddthat.com 7 points 9 months ago (2 children)

If I remember correctly the default sudo timeout is set to 5 minutes on Yay, you should be able to increase it to something more reasonable

[–] SavvyBeardedFish@reddthat.com 1 points 10 months ago (1 children)

Additionally you can try and force use amdgpu rather than radeon, by setting the kernel flags:

radeon.cik_support=0 radeon.si_support=0 amdgpu.cik_support=1 amdgpu.si_support=1 amdgpu.dc=1

Source

[–] SavvyBeardedFish@reddthat.com 1 points 10 months ago (2 children)

Device initalization failed according to the Xorg logs;

  1. Dump your firmware version
  2. Dump your kernel version
  3. Dump your kernel logs (dmesg or journalctl -k)
view more: ‹ prev next ›