https://bugzilla.novell.com/show_bug.cgi?id=673992 https://bugzilla.novell.com/show_bug.cgi?id=673992#c7 --- Comment #7 from Tamás Németh <nice@titanic.nyme.hu> 2011-03-16 09:33:52 UTC --- I've found something. I specified the connection as "prefer 3G" so far. However, changing the type to "any" fixes the problem. Here is the difference between the output of `modem-manager --debug` with "prefer 3G" and "any" connection types: A lot of things happened before (see the initial description), this is just the different ending of the two debug sessions. First "prefer 3G" and failing: (ttyACM0): --> 'AT+CSQ<CR>' (ttyACM0): <-- '<CR><LF>+CSQ: 15,99<CR><LF><CR><LF>OK<CR><LF> #######And nothing else happens! No debug message or whatever. ############### Then trying with the connection type "any": (ttyACM0): --> 'AT+CREG?<CR>' (ttyACM0): <-- '<CR><LF>+CREG: 2,1,"0079","8B33"<CR><LF><CR><LF>OK<CR><LF>' (ttyACM0): simple connect state 4 (ttyACM0): --> 'AT+CGDCONT?<CR>' (ttyACM0): <-- '<CR><LF>+CGDCONT: 1,"IP",,,0,0<CR><LF><CR><LF>OK<CR><LF>' (ttyACM0): --> 'AT+CGDCONT=?<CR>' (ttyACM0): <-- '<CR><LF>+CGDCONT: (1-2),"IP",,,(0),(0)<CR><LF>+CGDCONT: (1-2),"IPV6",,,(0),(0)<CR><LF><CR><LF>OK<CR><LF>' (ttyACM0): --> 'AT+CGDCONT=1,"IP","wnw"<CR>' (ttyACM0): <-- '<CR><LF>OK<CR><LF>' (ttyACM0): simple connect state 5 Modem /org/freedesktop/ModemManager/Modems/4: state changed (registered -> connecting) (ttyACM0): --> 'ATD*99***1#<CR>' (ttyACM0): <-- '<CR><LF>CONNECT<CR><LF>~\-1}#\-64!}!} } }2}#}$\-64#}!}$}%\-36}"}&} }*} } g}%~' (ttyACM0): port now connected Modem /org/freedesktop/ModemManager/Modems/4: state changed (connecting -> connected) (ttyACM0): simple connect state 6 DEBUG: (net/ppp0): could not get port's parent device And it works. However, the time between plugging the 3G modems and recognizing it by KDE is far longer than in openSUSe 11.3. Why? This is quite annoying. -- 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.