this post was submitted on 25 Aug 2024
16 points (100.0% liked)

Linux

8191 readers
92 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] nichtburningturtle@feddit.org 3 points 10 months ago (1 children)

wlr-randr doesn't seem to see my screens connected to my dock, if it's connected after logging in.

[–] anzo@programming.dev 1 points 10 months ago

Hmm. You should probably report that on their issue tracker, perhaps that's a bug they didn't catch (yet), https://todo.sr.ht/~emersion/wlr-randr

[–] neidu2@feddit.nl 2 points 10 months ago* (last edited 10 months ago) (3 children)

I have four identical machines. Each with the following set of disks:
2x NVMe
2x 2.5" SSD
4x 3.5" HDD in hardware RAID6

now, the device nodes for the SSDs and the RAID seems random. These populate /dev/sda through sdc, but which is which varies between the machines.

Is it possible to somehow reassign the device nodes so that I have the RAID show up as sdc on all machines?

[–] anzo@programming.dev 2 points 10 months ago

AFAIK the a-b-c enumeration comes from hardware, so for example whichever sata port you use in a motherboard would always get the same identifier. You'd need to turn off all four nodes and check the disks are indeed connected in exactly the same ports. If that fails, then I'd assume the motherboards are from different batched or soldered differently for whatever reasons.

[–] onlinepersona@programming.dev 2 points 10 months ago

@anzo@programming.dev is correct, it's the order you connected them in (see tldp). Use UUIDs or devices lables for consistency or connect them in the order you want.

Anti Commercial-AI license

[–] anzo@programming.dev 2 points 10 months ago

How about using labels in etc-fstab ? That should be all you really need to be able to refer to disks in a cohesive fashion between nodes.

[–] astro_ray@piefed.social 1 points 10 months ago (1 children)

Gnome says that, it will turn on osk and screen rotation automatically when in tablet mode, but that doesn't work in my laptop. Is there anything I can do to fix this?

[–] anzo@programming.dev 2 points 10 months ago* (last edited 10 months ago) (1 children)

Does your laptop include the hardware sensors to detect its positioning? Tablets have that, it's not only software (and firmware?)

[–] astro_ray@piefed.social 1 points 10 months ago

It has all the hardware for a convertible laptop. Right now, I am using an auto-rotate gnome extension, and it works, but for some reason gnome doesn't recognize when I flip my laptop to go into tablet mode. Although my firmware recognize it properly, seeing as they turn off keyboard light automatically. So my guess is, the problem is on Gnome's side.