LinuxQuestions.org Member Success StoriesJust spent four hours configuring your favorite program? Just figured out a Linux problem that has been stumping you for months?
Post your Linux Success Stories here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Recently got a little Bluetooth GPS receiver, an iBlue GPS unit. Cheap (under $100), and does nothing but GPS. No 'brains' like a nav unit, but ready to use with a PC.
GPS is essentially serial data...and this how-to assumes you've already GOT Bluetooth up and running on your flavor of Linux. This was done on openSUSE 11.2, but should be portable to pretty much any flavor of Linux.
Identify the device. Turn it on, and run "hcitool scan" at a command prompt. This will return something like:
Code:
00:11:22:33:44:55 i-Blue GPS
You'll need this 'MAC' address for the next step.
To get the serial port going, run "sdptool browse 00:11:22:33:44:55". We want to get the CHANNEL number. In my case, it's 1.
Create an entry in rfcomm.conf (usually in /etc/bluetooth), like this:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.