Today I tried (again) to get my TomTom One GPS to connect to my linux system. And failed.
Experiment 1: Can the laptop's gpsd read the device as a dumb GPS?
Well, no. GPSD can't locate the device at all. I suspect that's because the TomTom One isn't GPS dongle, it's a full system on it's own. And it doesn't know to pass-through the raw GPS data to simulate a dongle.
Experiment 2: Can TomTome Home 2.8 (for controlling the device, uploading new maps, etc) be installed on Ubuntu 11.10?
No. The available TTH 2.8 clients are for Win and OSX only.
Experiment 3: Can TTH 2.8 be installed on Ubuntu 11.10 using Wine?
Sadly, no. The install itself went poorly. On several attempts, only one was successful. Due to two bugs (some custom jiggery in the TTH does in the Windows Registry, and a bug with Wine support for USB) the device cannot be recognized, loaded, or interacted with.
Experiment 4: Can TTH 2.8 be installed on Ubuntu 11.10 using a Virtual Machine?
Yes. I use a Virtualbox XP VM. TTH 2.8 installed perfectly first time. The device, like all USB devices in VB, must be manually added in the VB 'Device" menu. After that, control of the device was perfect.
I document my adventures and problems so that I remember my mistakes, and perhaps you may learn something.
I'm not a programmer, nor a computer expert.
I'm just a tinkering guy in Milwaukee with a store and three kids to keep me busy.
Showing posts with label wine. Show all posts
Showing posts with label wine. Show all posts
Thursday, March 29, 2012
Thursday, July 17, 2008
Configuring Wine in Xubuntu
Wine 1.0 bugs and fixes.
- 'Browse C Drive' fails with
url not found. This is because Thunar doesn't do bash-style completion, and chokes on a '~' in a config file.
Fix:
sudo mousepad /usr/share/applications/wine-browsedrive.desktop
- Change the line
Exec=xdg-open ~/.wine/drive_ctoExec=xdg-open /home/USERNAME/.wine/drive_c - Save and close.
Subscribe to:
Posts (Atom)