[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ gpsdrive ] DeLorme Earthmate GPS model 9538v1.0: USB works...
- To: gpsdrive@warbase.selwerd.nl
- Subject: [ gpsdrive ] DeLorme Earthmate GPS model 9538v1.0: USB works...
- From: jd <onymouse@garlic.com>
- Date: Mon, 19 Feb 2007 07:30:52 -0800
- List-Archive: <http://warbase.selwerd.nl/~dirk-jan/gpsdrive/archive/>
- List-Owner: <mailto:owner-gpsdrive@warbase.selwerd.nl> (Dirk-Jan Faber)
- List-Subscribe: <mailto:majordomo@warbase.selwerd.nl?body=subscribe%20gpsdrive>
- List-Unsubscribe: <mailto:majordomo@warbase.selwerd.nl?body=unsubscribe%20gpsdrive>
- Reply-To: gpsdrive@warbase.selwerd.nl
- Sender: owner-gpsdrive@warbase.selwerd.nl
- User-Agent: Thunderbird 1.5.0.5 (X11/20060719)
Tried the Earthmate GPS (the little yellow puck) using both serial and USB.
I see it is listed on the gpsdrive working device list for serial only.
USB works but the cypress_m8 kernel module is required.
USB is implemented as a HID device, not a serial device.
The kernel module creates a USB character device that looks like a
serial device.
It is created dynamically and the device name is not always predictable.
That makes it impossible to use a simple script to connect to the device
using gpsd and makes it completely impossible to set-and-forget it in
GPSDrive prefs--it has to be set every time it is plugged in.
I have several usb serial devices attached and sometimes they come up
before the Earthmate and that changes the device name of the Earthmate.
But it looks like it may be possible to figure it out somehow. Maybe by
grepping dmesg?
Hope this is useful...
--
jd
--
This message was part of the gpsdrive mailinglist
unsubscribing can be done by sending a mail containing a body of:
-quote--
unsubscribe gpsdrive
-unquote--
to majordomo@warbase.selwerd.nl