-
Notifications
You must be signed in to change notification settings - Fork 64
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
Atreus Connection Issues On chrysalis.keyboard.io
#1325
Comments
I think the issue is that udev isn't configured to let you connect. I've
just pushed a Chrysalis update. I'd love to know if it works for you. (I
expect that it will give you a much better error message that tells you how
you need to solve the problem)
…On Thu, Feb 29, 2024 at 4:34 AM Nicholas Rodrigues Lordello < ***@***.***> wrote:
When trying to connect my Atreus keyboard on chrysalis.keyboard.io, I get
the following message:
I couldn't connect to the keyboard. It may already be connected in another
application or browser window. The error I got was: NetworkError: Failed to
execute 'open' on 'SerialPort': Failed to open serial port.
*To Reproduce*
Steps to reproduce the behavior:
1. Go to https://chrysalis.keyboard.io
2. Click on 'Connect'
3. See error
*Expected behavior*
Connect works.
*Desktop (please complete the following information):*
- OS: Fedora 39 + Chromium 122
- Chrysalis Version: chrysalis.keyboard.io
*Report Bundle*
{
"logs": [
{"message": "[2024-02-29T12:19:19.024Z] [DEBUG] [t.navigate (https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:666536)]: navigating to location", "data": {"args": ["/keyboard-select"]}},
{"message": "[2024-02-29T12:19:19.034Z] [DEBUG] [t.navigate (https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:666536)]: navigating to location", "data": {"args": ["/keyboard-select"]}},
"[2024-02-29T12:19:19.057Z] [LOG] [kn (https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:1462261)]: [object Object]",
"[2024-02-29T12:19:19.057Z] [LOG] [kn (https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:1462261)]: null",
"[2024-02-29T12:19:21.092Z] [LOG] [u (https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:881534)]: in connectToKeyboard",
"[2024-02-29T12:19:21.094Z] [LOG] [kn (https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:1462261)]: [object Object]",
"[2024-02-29T12:19:21.095Z] [LOG] [kn (https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:1462261)]: null",
{"message": "[2024-02-29T12:19:23.739Z] [ERROR] [https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:889261]: error while trying to connect", "data": {"error": {"stack": "Error: Failed to execute 'open' on 'SerialPort': Failed to open serial port."}, "device": null}},
{"message": "[2024-02-29T12:19:23.740Z] [DEBUG] [https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:631312]: Toast message received", "data": {"msg": {"variant": "error", "message": "I couldn't connect to the keyboard. It may already be connected in another application or browser window. The error I got was: NetworkError: Failed to execute 'open' on 'SerialPort': Failed to open serial port."}, "label": "toast"}},
"[2024-02-29T12:19:23.743Z] [LOG] [kn (https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:1462261)]: [object Object]",
"[2024-02-29T12:19:23.743Z] [LOG] [kn (https://chrysalis.keyboard.io/js/main.0003b1c84532178a6aa3.bundle.js:205:1462261)]: null"
]
}
*Additional Context*
One thing I noticed is that, when connecting from a newly opened Chromium
window and I see the WebUSB dialog pop up, I see the the 'Atreus (tty...)'
entry. When I select it, I get the connection error as described ☝️. If I
try to connect again, I see an entry 'Atreus (tty...) - Paired' in the
dialog instead, suggesting that the first connection attempt is doing
*something*. Connection fails the second time as well:
image.png (view on web)
<https://github.com/keyboardio/Chrysalis/assets/4210206/a053bc98-4c85-42b2-a54e-c641d8c0a878>
image.png (view on web)
<https://github.com/keyboardio/Chrysalis/assets/4210206/0f78d6f0-f3e2-4a80-b7ef-424de5df270b>
Also note that this is a fairly fresh Fedora install, I vaguely remember
having to install udev rules in the past for my Model01, and wonder if it
may be related to that?
—
Reply to this email directly, view it on GitHub
<#1325>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALC2A3QJ5L665VGGBTV5TYV4P3VAVCNFSM6AAAAABD73EK7OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3DCMJVGM4TANY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I did some debugging and got it to work, a few comments:
So, for others having the same issue, I suggest following the instructions from Kaleidoscope for now. |
I really appreciate the feedback!
I've just pushed an updated version of Chrysalis that should correct the
rules and the user-select.
…On Thu, Feb 29, 2024 at 11:30 PM Nicholas Rodrigues Lordello < ***@***.***> wrote:
I did some debugging and got it to work, a few comments:
- Yes, the text was super helpful in debugging. If I hadn't previously
had to mess with udev rules when setting up my Model01 keyboard in the
past, I would have likely taken a lot longer to figure out where to start
looking
- There is a user-select: none CSS property on the help which is
annoying, in particular you cannot copy the path to the rules.d
directory or the .rules file name. Note that the rule doesn't apply to
the udev rules themselves, so those can be copied.
- I tried the udev rules from the help text but they didn't work for
me. Note that it works using the 60-kaleidoscope.rules
<https://github.com/keyboardio/Kaleidoscope/blob/master/etc/60-kaleidoscope.rules>
rules from the Kaleidoscope repository. I don't know if it is the
ModemManager issue or the seat tag is missing (my understanding of udev
is super limited).
So, for others having the same issue, I suggest following the instructions
<https://github.com/keyboardio/Kaleidoscope/blob/master/docs/setup_toolchain.md#install-arduino-on-linux>
from Kaleidoscope for now.
—
Reply to this email directly, view it on GitHub
<#1325 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALC2FOAF6DXUGOE5UQGKLYWAVBXAVCNFSM6AAAAABD73EK7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZSGY3DMNRXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Not sure if I should create a new issue or revive this one, I experienced the same problem as nlordell, and thanks to this thread solved it by downloading 60-kaleidoscope.rules. After some testing I think I was able to narrow down the problem to a syntax difference: The udev rules the error message instructed me to save as
Whereas the udev rules in
With When I changed those terms on each line in Oh, and also I have to unplug and re-plug the keyboard when I run |
Thank you! That's the mistake I was looking for and not spotting. I'll get
that fixed today.
…On Mon, May 13, 2024 at 1:34 PM Ethan Denny ***@***.***> wrote:
@obra <https://github.com/obra>
Not sure if I should create a new issue or revive this one, I experienced
the same problem as nlordell, and thanks to this thread solved it by
downloading 60-kaleidoscope.rules
<https://github.com/keyboardio/Kaleidoscope/blob/master/etc/60-kaleidoscope.rules>
.
After some testing I think I was able to narrow down the problem to a
syntax difference:
The udev rules the error message instructed me to save as
50-keleidoscope.rules have lines that look like:
SUBSYSTEM=="usb", ATTR{idVendor}=="3496", ATTR{idProduct}=="0005"
Whereas the udev rules in 60-kaleidoscope.rules look like:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="3496", ATTRS{idProduct}=="0005"
With SUBSYSTEMS and ATTRS now having "S" on the end.
When I changed those terms on each line in 50-kaleidoscope.rules to
match, it works.
Oh, and also I have to unplug and re-plug the keyboard when I run sudo
udevadm control --reload-rules to help the rules take effect, a step
included in these instructions
<https://github.com/keyboardio/Kaleidoscope/blob/master/docs/setup_toolchain.md#install-arduino-on-linux>
but which the error message did not mention.
—
Reply to this email directly, view it on GitHub
<#1325 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALC2C7W5Q4RO7VRUBL6NTZCEPUXAVCNFSM6AAAAABD73EK7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBYG42TCOBTGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Chrysalis 2024.0513.2048 contains this fix. |
When trying to connect my Atreus keyboard on chrysalis.keyboard.io, I get the following message:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Connect works.
Desktop (please complete the following information):
Report Bundle
Additional Context
One thing I noticed is that, when connecting from a newly opened Chromium window and I see the WebUSB dialog pop up, I see the the 'Atreus (tty...)' entry. When I select it, I get the connection error as described ☝️. If I try to connect again, I see an entry 'Atreus (tty...) - Paired' in the dialog instead, suggesting that the first connection attempt is doing something. Connection fails the second time as well:
Also note that this is a fairly fresh Fedora install, I vaguely remember having to install udev rules in the past for my Model01, and wonder if it may be related to that?
The text was updated successfully, but these errors were encountered: