[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: Garmin GPS-18 connected by USB



This could be a lot of things, from what we can tell from the post. My
initial thought would be to move the garmin source tree into /usr/src/
and then perform the following from the garming source directory:

(the following should all be on one line)
sudo sh ./compile.sh /usr/src/kernel-source-2.6.10 2>&1 | tee build.log

serve the resulting build.log on a site that list members can access to
review. Do not post it to the list.

-Christopher


On Tue, 2005-02-08 at 18:03 -0600, DePriest, Jason R. wrote:
> I cannot get garmin_gps to compile.
> 
> I tried using the stock Debian kernel 2.6.10-1-686.
> 
> Running: sudo sh ./compile.sh /usr/src/kernel-source-2.6.10 
> in the garmin_gps-0.22 directory (where the source is), gives me pages
> and pages of warnings and errors ending with:
> make[1]: *** [/home/depriest/garmin_gps-0.22/garmin_gps.o] Error 1
> make: *** [_module_/homedepriest/garmin_gps-0.22] Error 2
> Makefile:404: .config: No such file or directory
> make -rR -f /usr/src/kernel-source-2.6.10/scripts/Makefile.modinst
> 
> On Tue, 08 Feb 2005 19:39:40 +0400, Himawan Nugroho <[REMOVED]> wrote:
> > Hi,
> > I use garmin-gps driver from sourceforge
> > (http://sourceforge.net/projects/garmin-gps/) and it's working fine with
> > my kismet
> > Before I could not detect it with lsusb because I used ehci-hcd
> > Then I changed to uhci-hcd, reboot while connecting the gps and I could
> > see it's mapped to /dev/ttyUSB0
> > With garmin_gps driver, you need to use garminusb2nmea to get the
> > reading that compatible with kismet
> > Just follow the readme to use mkfifo /tmp/gps
> > garminusb2nmea /dev/ttyUSB2 /tmp/gps &
> > And point gpsd to this file: gpsd -p /tmp/gps
> > 
> > Himawan
> 
> 



Reply to: