-
Notifications
You must be signed in to change notification settings - Fork 300
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
ps/2 fallback support #97
Comments
You want to make sure you're in boot protocol mode for starters - That puts
the Model 01 into a mode that's going to be easy for a cheap PS/2 converter
to understand. That said, I don't know that anyone's ever actually made
this kind of flow go.
Is this to connect a Model 01 to a computer that doesn't have USB?
It's definitely worth making sure this works with a regular USB keyboard
before you .spend a lot of time on making this go with a Model 01.
…-j
ᐧ
On Tue, Feb 4, 2020 at 11:06 PM Kurt Robert Rudolph < ***@***.***> wrote:
I'm trying to connect the model01 via a usb->ps/2 adapter but the looking
in the bios the Port is not recognizing the device and listed as empty.
I don't actually have a standard ps/2 keyboard to verify the port is
working correctly or another device to verify the adapter is working
correctly but the Model 01 powers on and is responsive when typing so I
suspect the model01 just doesn't have support for it?
The best explanation I can find is a random post on reddit
https://www.reddit.com/r/buildapc/comments/bbpytn/b450_tomahawk_ps2_port_help/
Any background info or direction for enabling support would be greatly
appreciated!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#97?email_source=notifications&email_token=AAALC2BGN6UVTAWBI57G243RBJQQTA5CNFSM4KQF64MKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ILDWCHQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALC2BMTQSEYP5MKTLTUSTRBJQQTANCNFSM4KQF64MA>
.
|
For an other USB keyboard, to make this work, I had to use a .. somewhat special adaptor, that does something to ensure enough power is supplied to the keyboard. maybe it contains capacitors or .. I am not good in electronics, but there are adapters especially made for that, which cost a few bucks more, but also not much. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to connect the model01 via a usb->ps/2 adapter but the looking in the bios the Port is not recognizing the device and listed as empty.
I don't actually have a standard ps/2 keyboard to verify the port is working correctly or another device to verify the adapter is working correctly but the Model 01 powers on and is responsive when typing so I suspect the model01 just doesn't have support for it?
The best explanation I can find is a random post on reddit https://www.reddit.com/r/buildapc/comments/bbpytn/b450_tomahawk_ps2_port_help/
Any background info or direction for enabling support would be greatly appreciated!
The text was updated successfully, but these errors were encountered: