-
Notifications
You must be signed in to change notification settings - Fork 33
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
NotFound errors on M2 Macbook Air with Fedora 40 Asahi Remix #68
Comments
The paths with The lines
and
seem to indicate that |
I doubt the problem is with permissions, as my x86_64 machine required no permission changes. I did add my user on the arm64 machine to the Both machines run about the same Fedora 40 install (the arm64 machine has a few bits for branding and drivers) |
#72 cleans up the benign "No such file or directory" errors and adds logging when opening a device or claiming an interface fails. (It's on probe-rs for ignoring such errors without displaying any information about them, but at least it will be in the nusb log for situations like this). For further troubleshooting, you'll need to find why opening the device fails, either using the logging now on nusb
I think plugdev is a Debian/Ubuntu thing. It would work to add a |
Updating probe-rs seems to have somehow fixed this? |
From probe-rs/probe-rs#2731 to here. OpenOCD seems unaffected (obviously using libusb)
I noticed while trying to use probe-rs, nusb seems to have problems if
busnum
is missing at some spot in the sysfs.Log:
Full log:
nusblog.txt
The text was updated successfully, but these errors were encountered: