Beej Jorgensen <beej RemoveThis @beej.us> wrote:
> root <NoEMail RemoveThis @home.org> wrote:
>>Follow up to my own post. I now believe that gpsbabel doesn't
>>handle the format of the 305.
>
> These guys report luck on this page:
>
> http://ubuntuforums.org/archive/index.php/t-404075.html
>
> (search for gpsbabel). But google probably knows more than I do about
> what's going on than I do.
>
> -Beej
>
Everything I've read in that stuff, as well as on the forums at
gpsbabel starts with getting the data from the 305. Nothing that
I have tried, using various formats for gpsbabel, has worked.
I know I am asking for a big favor from you Beej, but could
you compare your USB kernel options with mine and see if
you find some mistake on my part?
Here are my USB kernel options:
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_DEBUG=y#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_ISP116X_HCD=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_SL811_HCD=y
CONFIG_USB_R8A66597_HCD=y#
# USB Device Class drivers
##
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
##
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
CONFIG_USB_STORAGE_DEBUG=y
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
CONFIG_USB_STORAGE_ALAUDA=y#
# USB Imaging devices
#
CONFIG_USB_MON=y#
# USB port drivers
##
# USB Serial Converter support
#
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_CONSOLE=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_GARMIN=m#
# USB Miscellaneous drivers
##
# USB DSL modem support
##
# USB Gadget Support
#
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_SELECTED=y
CONFIG_USB_GADGET_NET2280=y
CONFIG_USB_NET2280=y
CONFIG_USB_GADGET_DUALSPEED=y
I am hoping that you can see something that I have to change.
Thanks.