Comment 3 for bug 371291

Revision history for this message
Christof Länzlinger (laenzlinger) wrote : Re: NetworkManager does not connect to Mobile Broadband anymore in Jaunty (Sierra AC880)

Attachment 2: Unsuccessful connection with modified Ubuntu 9.04

Removed the following section in /etc/dbus-1/system.d/NetworkManager.conf:

 <deny send_destination="org.freedesktop.NetworkManager"
                      send_interface="org.freedesktop.NetworkManager.PPP"/>

Debug procedure:

# become root
sudo su

# stop NM
/etc/init.d/NetworkManager stop

# start with serial log and tee it in a log file
NM_PPP_DEBUG=1 NetworkManager --no-daemon 2>&1 | tee /tmp/nm.log