Application Details:
Version: | 6.15.x |
License: | Free to use |
URL: | http://www.garmin.com/cartogra... |
Votes: | 8 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.3.2 |
Maintainers: About Maintainership
What works
Maps, waypoints, routes, sending to and receiving from device, etc. All basic things for regular use.
What does not
Nothing found. Crashed sometimes when connecting to device (unkillable wine), but seems to have "disappeared".
Workarounds
What was not tested
Printing, webupdate, other more advanced stuff I looked over.
Hardware tested
Graphics:
Additional Comments
Extra steps to get it working: 1) installation copy from windows and import registry, or extract installer, "wine msiexec /i MSMAIN.msi" && "wine setup.exe" 2) running (with a usb-connected garmin gps) - winetricks corefonts gdiplus - "modprobe garmin_gps" each time, or add "garmin_gps" to /etc/modules - "ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1", and configure mapsource to use com1 - make sure you got rw access to /dev/ttyUSB0 (ubuntu: make sure you're in dailout group)
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 9.10 "Karmic" amd64 (+ variants like Kubuntu) | Sep 09 2010 | 1.3.2 | Yes | Yes | Gold | Felipe Cota | ||
Show | Fedora 13 x86_64 | Jul 31 2010 | 1.2 | Yes | Yes | Garbage | an anonymous user | ||
Show | Ubuntu 9.10 "Karmic" i386 (+ variants like Kubuntu) | Mar 15 2010 | 1.1.40 | Yes | Yes | Gold | Ted Garrison | ||
Show | Fedora 12 x86_64 | Mar 25 2010 | 1.1.38 | N/A | Yes | Silver | pcfe | ||
Show | Ubuntu 9.10 "Karmic" i386 (+ variants like Kubuntu) | Feb 09 2010 | 1.1.38 | Yes | Yes | Gold | Ted Garrison |
Bug # | Description | Status | Resolution | Other apps affected |
This will be added to as needed. Let me know if you have any info that should be in here.
To get 6.15.11 to work in Unbuntu 9.10:
1) Make sure your Wine is up-to-date (1.1.40 is latest known to work)
2) Get Winetricks
3) Run Winetricks
sh winetricks vcrun2005
4) If you've had a version of MapSource running previously and had to install gdiplus, you now need to disable it.
Open winecfg, go to the libraries tab, select gdiplus and remove.
5) Run the MapSource 6.15.11 installer.
6) Edit /etc/modprobe.d/blacklist.conf and add a # to comment out the following line:
blacklist garmin_gps
so that it appears like this:
#blacklist garmin_gps
7) Load the garmin_gps module:
modprobe garmin_gps
8) Create a symlink so that Mapsource can find your gps:
ln -s /dev/ttyUSB0 ./.wine/dosdevices/com1
9) Run MapSource and enjoy.