LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-02-2011, 12:37 AM   #1
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Rep: Reputation: 31
Garmin 60CSx and QLandkarteGT


I can use gpsbabel to download data from my Garmin 60csx using:

# gpsbabel -t -i garmin -f /dev/ttyUSB0 -o gpx -F Garmin-2Mar2011.gpx

But I cannot connect to my Garmin 60csx using QLandkarteGT

I have set the QLandkarteGT Device & Xfer config as follows -
Garmin
Serial Port: /dev/ttyUSB0
Type: GPSMap60CSx

When I click on Track/Download, I get::

Failed to download tracks. Failed to configure USB: Device or resource busy

The kernel driver 'dummy' is blocking. Please use 'rmmod dummy' as root to remove it temporarily. You might consider to add 'blacklist dummy' to your modeprobe.conf, to remove the module permanently.

# rmmod dummy
ERROR: Module dummy does not exist in /proc/modules


[root@localhost john]# dmesg | grep usb
usb 2-1: new full speed USB device using uhci_hcd and address 4
usb 2-1: New USB device found, idVendor=091e, idProduct=0003
usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
garmin_gps 2-1:1.0: Garmin GPS usb/tty converter detected
usb 2-1: Garmin GPS usb/tty converter now attached to ttyUSB0
usb 2-1: usbfs: interface 0 claimed by garmin_gps while 'qlandkartegt' sets config #1
garmin_gps ttyUSB0: Garmin GPS usb/tty converter now disconnected from ttyUSB0
usb 2-1: reset full speed USB device using uhci_hcd and address 4
garmin_gps 2-1:1.0: Garmin GPS usb/tty converter detected
usb 2-1: Garmin GPS usb/tty converter now attached to ttyUSB0

What do I need to do???
 
Old 03-02-2011, 12:42 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Can you post the output of the following?

Code:
lsmod | grep gps
 
Old 03-02-2011, 12:47 AM   #3
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Thank you for quick response corp769

[root@localhost john]# lsmod | grep gps
garmin_gps 17333 0
usbserial 38383 1 garmin_gps
usbcore 210260 6 garmin_gps,usbserial,usbhid,ehci_hcd,uhci_hcd
 
Old 03-02-2011, 12:48 AM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Haha, exactly what I thought. Before I go any further, have you tried running it as root?
 
Old 03-02-2011, 12:51 AM   #5
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Yes, but same result
 
Old 03-02-2011, 12:57 AM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Ok cool. Try removing the garmin_gps module and see if that gives you what you need.
 
Old 03-02-2011, 01:52 PM   #7
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Adding blacklist garmin_gps to /etc/modprobe.conf has stopped the garmin_gps loading when plugging in the garmin.

Thank you corp769 for your help.
 
Old 03-02-2011, 02:34 PM   #8
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
So did it fix it, or did it not?
 
Old 03-02-2011, 02:55 PM   #9
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Fixed, very happy. Could not find SOLVED tag.
 
Old 03-02-2011, 08:23 PM   #10
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
It is under thread tools at the top of the thread.

Cheers,

Josh
 
Old 05-26-2019, 01:24 PM   #11
morths21
LQ Newbie
 
Registered: May 2019
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by corp769 View Post
It is under thread tools at the top of the thread.

Cheers,

Josh
Hi everyone ,new in linux.
I am usinglinux mint 18.3 and i have installed the QLandkarteGT in order to use it witjh my Garmin GPSmap60CSX.
I have a problem: when i click the type arrow nothing is appearing in order to select a model....

thanks in advance
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Usb Garmin GPS alek66 Linux - Hardware 1 11-21-2006 02:11 PM
Debian 3.1 and Garmin GPS ekimyerac Linux - General 2 03-27-2006 07:52 AM
Garmin Foretrex 101 jerm1701 Linux - Hardware 2 09-20-2005 03:51 PM
garmin driver for gpsdrive CLOSETGEEK Linux - Networking 1 06-03-2005 12:47 PM
Garmin GPS-18 - Need a Driver mWare Linux - Hardware 0 06-15-2004 10:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration