Hello:
I recently upgraded to Fedora 11, and am having an issue with the USB modem (Novatel USB720) disconnecting almost immediately after it is connected. Sometimes it disconnects 30 seconds after it is connected, sometimes 2-3 minutes. And other times it stays connected for hours without a problem. I know the card is good as it works using Verizon Connection Manager software under Windows and never had this problem. And, I am able to get to the Internet while it is connected, so it is passing traffic OK. I'm using the NetworkManager to connect the "Auto Mobile Broadband" connection. I've seen other posts on this very same issue, and I verified that pppd is called using the "lcp-echo-failure 0" and "lcp-echo-interval 0" options. But it seems that when it does disconnect, in /var/log/messages it says "LCP terminated by peer". Below is an example of /var/log/messages where we can connect, then it immediately disconnects.
Sep 7 09:55:08 c3po NetworkManager: <info> Activation (ttyUSB0) starting connection 'Auto Mobile Broadband (CDMA) connection'
Sep 7 09:55:08 c3po NetworkManager: <info> (ttyUSB0): device state change: 3 -> 4 (reason 0)
Sep 7 09:55:08 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 1 of 5 (Device Prepare) scheduled...
Sep 7 09:55:08 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 1 of 5 (Device Prepare) started...
Sep 7 09:55:08 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 1 of 5 (Device Prepare) complete.
Sep 7 09:55:09 c3po NetworkManager: <info> (ttyUSB0): powering up...
Sep 7 09:55:10 c3po NetworkManager: <info> Connected, Woo!
Sep 7 09:55:10 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 2 of 5 (Device Configure) scheduled...
Sep 7 09:55:10 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 2 of 5 (Device Configure) starting...
Sep 7 09:55:10 c3po NetworkManager: <info> (ttyUSB0): device state change: 4 -> 5 (reason 0)
Sep 7 09:55:10 c3po NetworkManager: <info> Starting pppd connection
Sep 7 09:55:10 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 2 of 5 (Device Configure) complete.
Sep 7 09:55:10 c3po pppd[7128]: Plugin /usr/lib/pppd/2.4.4/nm-pppd-plugin.so loaded.
Sep 7 09:55:10 c3po pppd[7128]: pppd 2.4.4 started by root, uid 0
Sep 7 09:55:10 c3po pppd[7128]: Using interface ppp0
Sep 7 09:55:10 c3po pppd[7128]: Connect: ppp0 <--> /dev/ttyUSB0
Sep 7 09:55:10 c3po NetworkManager: <info> (ttyUSB0): device state change: 5 -> 6 (reason 0)
Sep 7 09:55:10 c3po NetworkManager: <info> (ttyUSB0): device state change: 6 -> 7 (reason 0)
Sep 7 09:55:11 c3po pppd[7128]: local IP address 75.218.199.246
Sep 7 09:55:11 c3po pppd[7128]: remote IP address 66.174.160.64
Sep 7 09:55:11 c3po pppd[7128]: primary DNS address 66.174.95.44
Sep 7 09:55:11 c3po pppd[7128]: secondary DNS address 66.174.92.14
Sep 7 09:55:11 c3po NetworkManager: <info> PPP manager(IP Config Get) reply received.
Sep 7 09:55:11 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 4 of 5 (IP Configure Get) scheduled...
Sep 7 09:55:11 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 4 of 5 (IP Configure Get) started...
Sep 7 09:55:11 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 5 of 5 (IP Configure Commit) scheduled...
Sep 7 09:55:11 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 4 of 5 (IP Configure Get) complete.
Sep 7 09:55:11 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 5 of 5 (IP Configure Commit) started...
Sep 7 09:55:12 c3po NetworkManager: <info> (ttyUSB0): device state change: 7 -> 8 (reason 0)
Sep 7 09:55:12 c3po NetworkManager: <info> Policy set 'Auto Mobile Broadband (CDMA) connection' (ppp0) as default for routing and DNS.
Sep 7 09:55:12 c3po NetworkManager: <info> Activation (ttyUSB0) successful, device activated.
Sep 7 09:55:12 c3po NetworkManager: <info> Activation (ttyUSB0) Stage 5 of 5 (IP Configure Commit) complete.
Sep 7 09:55:25 c3po pppd[7128]: LCP terminated by peer
Sep 7 09:55:25 c3po pppd[7128]: Connect time 0.3 minutes.
Sep 7 09:55:25 c3po pppd[7128]: Sent 9467 bytes, received 76 bytes.
Sep 7 09:55:25 c3po NetworkManager: <info> (ttyUSB0): device state change: 8 -> 7 (reason 0)
Sep 7 09:55:25 c3po pppd[7128]: Modem hangup
Sep 7 09:55:25 c3po pppd[7128]: Connection terminated.
Sep 7 09:55:25 c3po NetworkManager: <info> (ttyUSB0): device state change: 7 -> 9 (reason 13)
Sep 7 09:55:25 c3po NetworkManager: <WARN> monitor_cb(): Could not read ppp stats: No such device
Sep 7 09:55:25 c3po NetworkManager: <info> Marking connection 'Auto Mobile Broadband (CDMA) connection' invalid.
Sep 7 09:55:25 c3po NetworkManager: <info> Activation (ttyUSB0) failed.
Sep 7 09:55:25 c3po NetworkManager: <info> (ttyUSB0): device state change: 9 -> 3 (reason 0)
Sep 7 09:55:25 c3po NetworkManager: <info> (ttyUSB0): deactivating device (reason: 0).
Sep 7 09:55:25 c3po NetworkManager: nm_system_device_flush_ip4_routes_with_iface: assertion `iface_idx >= 0' failed
Sep 7 09:55:25 c3po NetworkManager: nm_system_device_flush_ip4_addresses_with_iface: assertion `iface_idx >= 0' failed
Sep 7 09:55:26 c3po pppd[7128]: Terminating on signal 15
Sep 7 09:55:26 c3po pppd[7128]: Exit.
Sep 7 09:55:26 c3po dbus-daemon: Rejected send message, 3 matched rules; type="error", sender=":1.7" (uid=0 pid=1276 comm="NetworkManager --pid-file=/var/run/NetworkManager/") interface="(unset)" member="(un$
Sep 7 09:55:26 c3po ntpd[1298]: Deleting interface #29 ppp0, 75.218.199.246#123, interface stats: received=0, sent=0, dropped=0, active_time=14 secs
Has anybody seen this problem and know of a solution? So far I cannot figure this one out.
Thank you very much!
--
Chris