Quote:
|
Originally Posted by Barry
What adapter are you using, that's the important part.
|
The one included with it (the 9 pin DIN -> USB) is unbranded. I am at work at the moment, but when I get home I'll check for other markings.
Quote:
|
Originally Posted by Dutch
According to the ebay listing and the inclusion of the Winfast Navigator CD, it's an OEM version or a previous version of the Leadtek GPS mouse.
These use the Prolific PL2303 USB to Serial chip.
If MacOS X doesn't have the driver for the PL2303 chip included, that might be the reason why it isn't detected.
Not having played with a MacOS machine since MacOS 7 days, I'm not sure how close MacOS X is to standard *nix, but if you have access to a x86 type PC, try to boot up a linux live CD such as Knoppix which has the PL2303 driver available, and then attach the GPS mouse. It should be detected and listed by a dmesg|tail command :
Code:
usb 1-1: new full speed USB device using uhci_hcd and address 2
drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic
usbcore: registered new driver usbserial_generic
usbcore: registered new driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
drivers/usb/serial/usb-serial.c: USB Serial support registered for PL-2303
pl2303 1-1:1.0: PL-2303 converter detected
usb 1-1: PL-2303 converter now attached to ttyUSB0
usbcore: registered new driver pl2303
drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver v0.12
Dutch
|
Thanks for the info! Some googling shows that there are OS X drivers for the PL2303. The only odd thing is that the device was detected and ran perfectly on my G3 ibook (USB 1.1) with no extra drivers. Both of the ibooks run the latest version (10.4) of MacOS, so taking an uneducated guess, maybe it has something to do with included drivers for the USB 1.1 bus versus the USB 2.0. Which would be kind of weird.