[Bug 557015] New: Gpsd don't run when a USB gps is connected
http://bugzilla.novell.com/show_bug.cgi?id=557015 http://bugzilla.novell.com/show_bug.cgi?id=557015#c0 Summary: Gpsd don't run when a USB gps is connected Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Hotplug AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dnascimento@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4 When I conect the microsoft USB gps device, the system don't recognize the device automatically. I need to start gpsd manually with the following command: gspd /dev/ttyACM0 Reproducible: Always Steps to Reproduce: 1.Plug the device. Actual Results: gpsdrive software don't find the device Expected Results: Plug the device and gpsdrive find the device. This patch fix the problem. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557015 http://bugzilla.novell.com/show_bug.cgi?id=557015#c1 --- Comment #1 from Daniel O. Nascimento <dnascimento@gmail.com> 2009-11-19 20:38:41 UTC --- Created an attachment (id=328530) --> (http://bugzilla.novell.com/attachment.cgi?id=328530) Fix -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557015 http://bugzilla.novell.com/show_bug.cgi?id=557015#c shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sqiu@novell.com AssignedTo|bnc-team-screening@forge.pr |kernel-maintainers@forge.pr |ovo.novell.com |ovo.novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557015 http://bugzilla.novell.com/show_bug.cgi?id=557015#c3 Kay Sievers <kasievers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffm@novell.com AssignedTo|kasievers@novell.com |jreuter@novell.com --- Comment #3 from Kay Sievers <kasievers@novell.com> 2009-12-02 09:05:59 UTC --- Assigning to gpsd. [Jeff, please check where these rules files are coming from, and assign bugs like this to the maintainer of the package that installs the rule. I can not take care of all that. I don't work full time anymore and have more than enough to do with the core infrastructure. I can only maintain udev itself, not any of the 100+ rules files from other packages. :)] -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557015 http://bugzilla.novell.com/show_bug.cgi?id=557015#c Joerg Reuter <jreuter@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557015 http://bugzilla.novell.com/show_bug.cgi?id=557015#c Joerg Reuter <jreuter@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 - Medium |P4 - Low Component|Hotplug |Mobile Devices Platform|x86 |All AssignedTo|jreuter@novell.com |mobile-bugs@forge.provo.nov | |ell.com Severity|Normal |Enhancement -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557015 http://bugzilla.novell.com/show_bug.cgi?id=557015#c4 Joerg Reuter <jreuter@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO CC| |jreuter@novell.com Info Provider| |dnascimento@gmail.com --- Comment #4 from Joerg Reuter <jreuter@novell.com> 2009-12-04 13:51:10 UTC --- Thanks, I'll add the udev rule for this device. Whether to start gpsd or not is more complex than it looks like. We cannot just run it on udev plugin events by default, because most GPS devices have a generic usbserial chip included, which makes them indistinguishable from other devices using these chips (see bug #432420). The u-blox device, however, has its own distinct USB id. It probably makes sense to start gpsd in this case. However, we definitely want to have a way to disable gpsd autostart here as well. I've adjusted the udev script to honor a third option to GPSD_STARTBYUDEV and made it the default (for new installations of the package): if you set it to "realgpsonly", it will start gpsd on hotplug for devices we can safely identify as GPS receivers, but not for generic usbserial devices. Daniel, can you give the package at http://download.opensuse.org/repositories/home:/jreuter:/branches:/Applicati... a try and report whether it works for you? (Move /etc/sysconfig/gpsd away before installing the package to get the new default for GPSD_STARTBYUDEV. Also, the version for FACTORY doesn't build currently.) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557015 http://bugzilla.novell.com/show_bug.cgi?id=557015#c Joerg Reuter <jreuter@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mobile-bugs@forge.provo.nov |jreuter@novell.com |ell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=557015 http://bugzilla.novell.com/show_bug.cgi?id=557015#c5 Joerg Reuter <jreuter@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|dnascimento@gmail.com | Resolution| |FIXED --- Comment #5 from Joerg Reuter <jreuter@novell.com> 2009-12-08 17:08:11 UTC --- Upgraded version 2.90 with my changes to the udev script is in Application:Geo, currently building. I've tested it with my equipment in the meantime and ran some test cases, it should be safe now. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com