[Bug 392600] New: NetworkManager / UMTS: cannot enter PIN code with Sierra Wireless card
https://bugzilla.novell.com/show_bug.cgi?id=392600 Summary: NetworkManager / UMTS: cannot enter PIN code with Sierra Wireless card Product: openSUSE 11.0 Version: Beta 3 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: tambet@novell.com ReportedBy: seife@novell.com QAContact: qa@suse.de CC: gp@novell.com, michl@novell.com, zoz@novell.com Found By: Development If i try dialing in with my sierra wireless MC8775, nm-applet keeps asking me for my PIN forever. Turns out that this card needs the PIN entering process on the second port (ttyUSB2), on the first port (ttyUSB0) it only returns "ERROR". Excerpt from the pin entering session with comgt: root@stoetzler:~# comgt -d /dev/ttyUSB0 Enter PIN number: 1234 ERROR entering PIN code Caution! - entering the wrong PIN code three times will lock the SIM root@stoetzler:~# comgt -d /dev/ttyUSB2 Enter PIN number: 1234 Waiting for Registration..(120 sec max).................... Registered on Home network: "Vodafone.de",0 Signal Quality: 11,99 root@stoetzler:~# -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c1 Stefan Seyfried <seife@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |taroth@novell.com, hschaa@novell.com --- Comment #1 from Stefan Seyfried <seife@novell.com> 2008-05-20 09:01:25 MST --- I think that Tanja has had a similar problem, but on a one-port Novatel XU870 Card -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User tambet@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c2 --- Comment #2 from Tambet Ingo <tambet@novell.com> 2008-05-21 04:20:42 MST --- So these cards don't implement GSM-07.05 or GSM-07.07 standards correctly. Currently, there are no workarounds for any quirks in NetworkManager. It's not really decided yet how to solve these issues. Not sure yet if HAL should mark non standard devices with some special attributes or to handle that in NM. Also, having workarounds for all the different cards in the world makes the code totally unmaintainable, so we're looking into using some out of band implementation or making NM pluggable so that every non standard device can have it's own plugin. Something that happens after 0.7 (and opensuse 11.0). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c3 Stefan Seyfried <seife@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dkukawka@novell.com --- Comment #3 from Stefan Seyfried <seife@novell.com> 2008-05-22 16:34:27 MST --- After looking at the sierra website today where they say that for some cards one should use ttyUSB2, for others ttyUSB0, i just tried this, the quick'n dirty way, by linking /dev/ttyUSB2 to ttyUSB0: root@stoetzler:~# ls -l /dev/ttyUSB0 lrwxrwxrwx 1 root root 12 23. Mai 00:19 /dev/ttyUSB0 -> /dev/ttyUSB2 And this works fine! But there is no way that you can get signal strength while connected with this setup (the website says that all AT commands should go via ttyUSB2 and pppd connections should go via ttyUSB0. But beware - if you run pppd on ttyUSB0, the "atdt*99#" also must go on ttyUSB0. We fell into that trap with umtsmon ;) So how to proceed? Do we need to fix this in HAL? In NM? In both? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User tambet@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c4 Tambet Ingo <tambet@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |seife@novell.com --- Comment #4 from Tambet Ingo <tambet@novell.com> 2008-08-02 06:28:22 MDT --- Can you get me the output of 'lshal -l' with these cards? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c5 Stefan Seyfried <seife@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|seife@novell.com |dkukawka@novell.com --- Comment #5 from Stefan Seyfried <seife@novell.com> 2008-08-18 04:11:03 MDT --- Unfortunately it is even harder and not easy to fix for those cards. Danny and me have the same card (hp hs2300, a relabeled sierra wireless) in very similar machines (mine is a hp 2510p, danny's is a 2710p). And now for the good part: - my machine has ttyUSB2 as "command" and ttyUSB0 as "ppp" port - dannys machine has it the other way round. See also http://sourceforge.net/mailarchive/forum.php?thread_name=200807181937.19707.dkukawka%40suse.de&forum_name=umtsmon-develop In umtsmon we solved it by querying the ports with "ATI" and parsing the answer (it is different on both ports). However, this looks out of scope for NetworkManager. Danny, could we add a small helper to HAL that probes the ports of such cards and then assigns the ports correctly (instead of statically adding them via a FDI file)? Then NetworkManager can just use the corresponding tags on the ports to select which port to use for PIN entering and for ppp. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User aj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c6 --- Comment #6 from Andreas Jaeger <aj@novell.com> 2008-11-10 13:31:42 MST --- Danny, Seife, what shall we do here? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c7 --- Comment #7 from Danny Kukawka <dkukawka@novell.com> 2008-11-11 03:51:42 MST --- Is this only needed for Sierra Wireless? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c8 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|dkukawka@novell.com |tambet@novell.com --- Comment #8 from Danny Kukawka <dkukawka@novell.com> 2008-11-11 04:00:14 MST --- Btw. Is the probing something we can do in NM? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User tambet@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c9 Tambet Ingo <tambet@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tambet@novell.com Status|NEEDINFO |NEW Info Provider|tambet@novell.com | --- Comment #9 from Tambet Ingo <tambet@novell.com> 2008-11-11 04:22:09 MST --- In ModemManager, yes. I just need to know the usb ids and serial device names. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c10 --- Comment #10 from Danny Kukawka <dkukawka@novell.com> 2008-11-11 06:33:35 MST --- You cant differ them on the USB IDs or the device name. You need a prober for all Sierra Wireless devices. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c11 Stefan Seyfried <seife@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |holgi@novell.com --- Comment #11 from Stefan Seyfried <seife@novell.com> 2008-11-11 10:10:03 MST --- My device is: Bus 004 Device 002: ID 03f0:1e1d Hewlett-Packard It has ttyUSB0=ppp, ttyUSB2=control Danny's card is exactly the same, but has ttyUSB0=control, ttyUSB2=ppp. It apparently depends on the mainboard you plug the card in or even something different. I believe I have seen today a 2710p (same as Danny's) with ttyUSB0=ppp, ttyUSB2=control :-( Holgi, could you please post the output of "lsusb" and "grep -A3 '\[device\]' /usr/lib/qt3/etc/settings/umtsmonrc" on your 2710p? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User holgi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c12 --- Comment #12 from Holger Sickenberg <holgi@novell.com> 2008-11-12 02:14:14 MST --- Created an attachment (id=251522) --> (https://bugzilla.novell.com/attachment.cgi?id=251522) lsusb.txt -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User holgi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c13 --- Comment #13 from Holger Sickenberg <holgi@novell.com> 2008-11-12 02:14:36 MST --- Created an attachment (id=251524) --> (https://bugzilla.novell.com/attachment.cgi?id=251524) device.txt -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User tambet@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c14 --- Comment #14 from Tambet Ingo <tambet@novell.com> 2008-11-17 02:56:35 MST --- Can't this be fixed in kernel somehow? So that serial device names stay the same? Like in case of regular network devices, the device name always stays the same. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c15 --- Comment #15 from Stefan Seyfried <seife@novell.com> 2008-11-17 04:27:22 MST --- I don't think so, as I cannot see any differences in lsusb output between the two devices, but I am no USB expert either... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User gregkh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c18 Greg Kroah-Hartman <gregkh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gregkh@novell.com Status|NEEDINFO |NEW Info Provider|gregkh@novell.com | --- Comment #18 from Greg Kroah-Hartman <gregkh@novell.com> 2008-11-26 09:50:05 MST --- We have discussed a way for the kernel to export to userspace exactly which port does what (settings, data connection, etc.) but no one has implemented it yet, sorry. It might be something that is done for SLE12, depending on if it becomes something that is a large problem. For now, HAL has been handling these kinds of things (which port is which), and Device Kit in the future might be the better place for it. As for persistant names, yes, that can be done with a simple udev rule, but again, you don't know which port to name what ahead of time, so it is a case-by-case basis right now. Sorry I can't be of more help, and glad it's now working for you. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c22 --- Comment #22 from Stefan Seyfried <seife@novell.com> 2008-11-26 10:55:28 MST --- Danny, Holgi's card has the same port ordering as mine. How about your machine? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c24 Stefan Seyfried <seife@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |gregkh@novell.com --- Comment #24 from Stefan Seyfried <seife@novell.com> 2008-12-04 07:48:13 MST --- Greg, I was unable to find out how to identify the ports with a HAL fdi rule. Can you please tell us what to look for? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User gregkh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c25 Greg Kroah-Hartman <gregkh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|gregkh@novell.com | --- Comment #25 from Greg Kroah-Hartman <gregkh@novell.com> 2008-12-04 09:52:14 MST --- Look at /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi for how to define your specific device and the port of which it is attached to. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c26 --- Comment #26 from Danny Kukawka <dkukawka@novell.com> 2008-12-04 11:04:44 MST --- (In reply to comment #15 from Stefan Seyfried)
I don't think so, as I cannot see any differences in lsusb output between the two devices, but I am no USB expert either...
The card in my 2710p is the same as in the machine of Holger (info from openSUSE 11.0): ------------------------- [device] ATPortName=/dev/ttyUSB0 DeviceType=0x51322402 PPPPortName=/dev/ttyUSB2 Bus 004 Device 002: ID 03f0:1e1d Hewlett-Packard ------------------------- And IIRC this is the same card like the card in seifes hp2510. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c27 Stefan Seyfried <seife@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |gregkh@novell.com --- Comment #27 from Stefan Seyfried <seife@novell.com> 2008-12-05 07:25:29 MST --- (In reply to comment #25 from Greg Kroah-Hartman)
Look at /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi for how to define your specific device and the port of which it is attached to.
Greg, this is not helpful. We do not know what to match on to distinguish the Data from the Control port. Hint: the serial.port property is not useful. We have the same card which is once ttyUSB0=data ttyUSB2=control and the other one is ttyUSB0=control and ttyUSB2=data. What do we need to match on? Is there a usb descriptor or anyhting? Danny: the lsusb would also be helpful, so that we can diff against Holgi's. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User gregkh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c28 Greg Kroah-Hartman <gregkh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|gregkh@novell.com | --- Comment #28 from Greg Kroah-Hartman <gregkh@novell.com> 2008-12-05 17:34:14 MST --- Can you provide me the output of 'lsusb -v' on both of the machines to see if these two devices really are identical or not? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c29 --- Comment #29 from Danny Kukawka <dkukawka@novell.com> 2008-12-06 08:32:42 MST --- Created an attachment (id=258437) --> (https://bugzilla.novell.com/attachment.cgi?id=258437) output of lsusb -v from 2710p with twisted ports -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c30 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |holgi@novell.com --- Comment #30 from Danny Kukawka <dkukawka@novell.com> 2008-12-06 08:34:11 MST --- @Holger: can you please provide the lsusb -v output? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User holgi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c31 Holger Sickenberg <holgi@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|holgi@novell.com | --- Comment #31 from Holger Sickenberg <holgi@novell.com> 2008-12-07 04:07:05 MST --- Created an attachment (id=258479) --> (https://bugzilla.novell.com/attachment.cgi?id=258479) lsusb-v.txt Sure. Here is the lsusb -v output of my "untwisted" 2710p -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c32 --- Comment #32 from Stefan Seyfried <seife@novell.com> 2008-12-08 01:21:49 MST --- JFTR: the hs2300 in my 2510p also has exactly the same lsusb output. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c33 --- Comment #33 from Stefan Seyfried <seife@novell.com> 2008-12-11 06:03:34 MST --- danny: one idea... ;-) Can you please provide the output of "find /sys -name port_number|xargs grep ." with your sierra card activated? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c34 --- Comment #34 from Danny Kukawka <dkukawka@novell.com> 2008-12-11 10:42:35 MST --- find /sys -name port_number|xargs grep . /sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1/3-1:1.0/ttyUSB0/port_number:0 /sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1/3-1:1.0/ttyUSB1/port_number:1 /sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1/3-1:1.0/ttyUSB2/port_number:2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User seife@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c35 --- Comment #35 from Stefan Seyfried <seife@novell.com> 2008-12-11 11:23:05 MST --- bad. So this also does not help us :-( (it is exactly the same on my machine, which has the ports unreversed) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=392600 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392600#c36 --- Comment #36 from Danny Kukawka <dkukawka@novell.com> 2008-12-11 11:32:40 MST --- I guess there is no other way than probing (as umtsmon do). -- Configure bugmail: https://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