however, they have RJ11 connectors and the keyboard (which is where the mouse plugs in) just has a mini-DIN connector. uh oh.
Top-level
however, they have RJ11 connectors and the keyboard (which is where the mouse plugs in) just has a mini-DIN connector. uh oh. 184 comments
looks like it is essentially the same protocol as the version of the mouse (type 4?) designed for the SPARCstation. the output is open collector, inverted async serial, 5 byte. time to build an adapter. the connector is RJ11 (technically 6P4C) but it has these pins sticking out, presumably so you can't plug it into a phone jack. couldn't find a Sun 13W3 cable adapter so I'm doing this to get to VGA. @tubetime What you need is a Belkin F1DE083UK - adapts to a PS/2 keyboard fine, also cheap, but I had no luck with the 13W3 to VGA connector - needed a separate adapter for that. There's also the Raritan APSSUN which may work better but was too expensive to ship to the UK, but not a problem for you? four months later :blobsweats: i made the Video Snake Oil board that can adapt 13W3 (any type!) to VGA. you just wire up the little pads to whatever your machine needs. i've also installed a ZuluSCSI. this neat little board is a lot cheaper than a SCSI2SD. i'm going to try and install Solaris using a CDROM ISO file. CD6_512.iso is placed on the SD card. it'll be ID 6, 512 bytes per sector. well, it tries to boot from the CDROM but suffers a BAD TRAP. not sure why, maybe i need to update the IDPROM contents. yeah i am guessing the machine type in the IDPROM is invalid so the installer runs the wrong code. wrote a little FORTH program to update the contents of the IDPROM, and it looks like it has a valid host id now. forgot to add that i needed to do a "set-defaults" and a "setenv diag-switch? false" uh oh, RAM parity error. i'm hoping U676 isn't seated all the way and that it is an easy fix. @tubetime I like how "WARNING" is all caps and "panic" is kept on the down-low with no caps. I guess 'panic' has another meaning than what is coming to mind. that did the trick. the SIMM sockets were very stuck. welcome to S O L A R I S! spoke too soon. another parity error, this time at U677. why there? because that's where i moved the module that was at U676. think i will just pull that bank of RAM for now. @tubetime you just need to port solaris 10 to it and then as long as the memory error is not in kernel memory the process would be killed and the location blacklisted. it seems to run with 12MB RAM. no more parity errors this time. but now the installer hates my SCSI drive (a ZuluSCSI). filesystem creation failed for / 🤔 i bet it is this issue. basically the ZuluSCSI returns values for disk geometry that somehow confuses the Solaris partition tool. one solution is to use a real SCSI hard drive and then dd it over to the ZuluSCSI once the install is completed. https://github.com/ZuluSCSI/ZuluSCSI-firmware/discussions/122#discussioncomment-4418076 @tubetime damn, I wonder if it’s some kind of Mac-compatibility that’s breaking on SPARC? @tubetime owo... i hope you saw @ncommander 's #Solaris livestreams... @tubetime Thanks for that! @tubetime Check the RAM. Bad modules can cause the "bad trap" error in Solaris on SPARC, although other things can, too. @tubetime ah the Zuluscsi Weren't they the ones who got in a bit of hot water for basically copying the BlueSCSI design? @DosFox i have no idea, there's way too much drama in the retrocomputing community these days @tubetime hah that's true. The more expensive and desirable the computer, the more drama there is @thejpster yes but these old workstations require 512 byte sectors for their cdroms in order to boot @tubetime I wonder if that would emulate an image that’s, say, 520 bytes per sector… @tubetime This inspires me - I have a VAXStation that uses a 3W3 video output (basically 13W3 without the digital pins) and it's impossible to find cables for it, but there are connectors for it around Do you do any termination or anything active on the board? I've made an RGB port adapter before and got pretty bad ringing, but it could definitely just be the monitor I used since I had no other way of testing. @nkizz no termination, that is done in the VGA monitor (75 ohm) @tubetime I need this board in my life. Twice. Maybe three. Where can I buy them? @yves i'll be releasing it on github soon. need to write documentation and so forth. @tubetime Does that work ok on a multi-sync monitor without sync-on-green? @tubetime oh THAT might explain the ghosting in the screenshot i saw first 😱 @tubetime I haven't seen a 13W3 cable in a long time! That is quite a project! @tubetime Fantastic. Reminds me of the bare wire ends that I Scotch-taped into my Sega Saturn's video out port 20 years ago... but *significantly* more professional. @tubetime You only need the RGB if your display does sync-on-green. This is why I have a bunch of NEC LCD1990SX, they do sync-on-green and support a 1:1 aspect ratio in addition to stretching to fill the screen. @tubetime A friend @delan has a RPi Pico project to convert a USB KB and Mouse to the serial the SPARCstations use: https://github.com/delan/usb3sun |
which brings me back to here. does this mouse, despite the connector difference, use the same protocol?