Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

39530+ -> no USB drives #2917

Closed
Aqua1ung opened this issue Jun 29, 2023 · 12 comments
Closed

39530+ -> no USB drives #2917

Aqua1ung opened this issue Jun 29, 2023 · 12 comments

Comments

@Aqua1ung
Copy link

Starting w/39530 my CL no longer detects USB drives. Anyone else noticed that?

Could this be due to the new 6.3.10 kernel introduced in 39530?

@flexoron
Copy link

Yes and No.

No: CL does detect USB drives.
Yes: It stopped mounting filesystems(on these USB drives) automatically for a user:

Broken: /run/media/'username'/usb-drive-name

Workaround: /etc/fstab entries (here for ntfs-3g usb drives)

UUID=7ACE1A6ACE1A1F47 /a1 ntfs-3g uid=1000,gid=1000,umask=0022 0 0
UUID=C6CE94C4CE94ADE5 /a2 ntfs-3g defaults,noauto 0 0

Note: I decided to mount /a2 manually: sudo mount /a2

@fenrus75
Copy link
Contributor

fenrus75 commented Jun 30, 2023 via email

@Aqua1ung
Copy link
Author

@fenrus75: unfortunately, the only versions I have been able to install are the ones that show up here. This being said, I am pretty sure both 39530 and 39540 suffer from this. Last one I can say for sure that it works fine is 39470, so you should start by looking at 39490, 39520, and 39530.

@flexoron: funny thing is that, before posting this thread, I did my due diligence and tried opening "Disks" to see if the drives show up (in 39540), and it just wasn't opening up (or was crashing upon opening). That's when I decided to revert to 39450. Is "Disks" working for you in 39540? Can you launch that application (before applying your workaround, that is)?

@flexoron
Copy link

@fenrus75 Not sure but I think it was 39470.

@Aqua1ung Opening "Disks" ? Don't know what this means.

@Aqua1ung
Copy link
Author

Aqua1ung commented Jun 30, 2023

@Aqua1ung Opening "Disks" ? Don't know what this means.

gnome-disk-utility

Screenshot from 2023-06-30 11-00-18

@flexoron
Copy link

$ gnome-disks

(gnome-disks:2169): GNOME-Disks-ERROR **: 19:59:18.430:
Error getting udisks client: Error calling StartServiceByName for org.freedesktop.UDisks2:
Failed to activate service 'org.freedesktop.UDisks2': timed out (service_start_timeout=25000ms)
Trace/breakpoint trap (core dumped)

$

@paulcarroty
Copy link

Probably something wrong with the udisks2 update.

@Aqua1ung
Copy link
Author

Probably something wrong with the udisks2 update.

Yeah, that happened in 39530, which is consistent w/my experience (see title thread).

@fenrus75
Copy link
Contributor

fenrus75 commented Jun 30, 2023 via email

@bryteise
Copy link
Member

Looks like upstream libblockdev failed to update their API version for the default plugins (which is fine if the plugin configuration file is used which does have the right API version in it but Clear does not ship that file, thus the issue). Next release should have this resolved.

@x-sublime
Copy link

x-sublime commented Jul 1, 2023

20.141146] traps: udisksd[1090] trap int3 ip:55ee616539b4 sp:7fff76493870 error:0 in libglib-2.0.so.0.7600.1[55ee615dc000+107000] and after 20 s. the boot continues in graphical mode.

If I do :
sudo systemctl disable udisks2.service my wifi dongle USB stops to work.

Distribution: Clear Linux OS
Installed version: 39540

@Aqua1ung
Copy link
Author

Aqua1ung commented Jul 3, 2023

Looks like upstream libblockdev failed to update their API version for the default plugins (which is fine if the plugin configuration file is used which does have the right API version in it but Clear does not ship that file, thus the issue). Next release should have this resolved.

I am guessing 39550+ fixes this, right?

@Aqua1ung Aqua1ung closed this as completed Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants