-
Notifications
You must be signed in to change notification settings - Fork 219
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
Add ttyUSB dialup devices in the toolbox #97
Comments
I don't have any I think we should look at bind mounting the entire |
Yes, directly under |
With PR #119, if I manually chown the device to my user/group on the host, I can access it from within the toolbox. However, if I make myself part of the dialup group (the ttyUSB0 device is owned by root:dialup), the device appears as nobody:nobody in the toolbox and is inaccessible although it's accessible on the host. |
You should also support /dev/ttyACMx style devices too, they are often used for arduino, cnc, laser engraver and 3d Printer connections. |
Now that PR #119 has been merged, this issue can be closed.
New toolbox containers will have the entire |
Sometimes, in the toolbox, you need to access external hardware, either to communicate with an external device or flash a chip. Inside the toolbox,
/dev/ttyUSB*
is empty.It would be nice if those devices were available. Possibly those devices can only appear after the toolbox has been entered. Perhaps sharing the entire
/dev
tree would not be that bad.The text was updated successfully, but these errors were encountered: