Quote:
|
Originally Posted by lysol
The only difference that I can tell is that the G4 ibook has USB 2.0 (which the GPS mouse is listed as supporting, but even if it didn't, USB is backwards compatible.)
The device itself has a 9 pin DIN connector plugged into the DIN->USB adaptor.
The issue specifically is that when plugged in, the device does not show up any device list from within KisMAC and Macstumbler. After pludding around /dev, I'm thoroughly sure the device is not operating.
This is the device:
http://cgi.ebay.com/ws/eBayISAPI.dll...MEWN%3AIT&rd=1
Anyone have any experience with this sort of problem?
|
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