[Bug 211932] Re: KNetworkManager dialup menu expands to thin empty box
sven-ola
sven-ola at gmx.de
Sat Feb 7 13:58:32 UTC 2009
The network-manager dbus backend for Debian reports only configured
dial-up connections from the interfaces file. You need to configure a
ppp connection manually, something like this:
/etc/network/interfaces:
iface ppp0 inet ppp
provider Congstar_UMTS_Bluetooth
/etc/ppp/peers/Congstar_UMTS_Bluetooth:
user t-mobile
connect "/usr/sbin/chat -v -f /etc/chatscripts/Congstar_UMTS -T *99***1#"
/dev/rfcomm0
921600
noipdefault
usepeerdns
defaultroute
persist
noauth
/etc/chatscripts/Congstar_UMTS:
ABORT BUSY
ABORT VOICE
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
"" ATZ
OK AT+CGDCONT=1,"IP","internet.t-mobile","0.0.0.0",0,0
OK ATDT\T
CONNECT ""
/etc/ppp/pap-secrets:
"t-mobile " * "tm"
/etc/bluetooth/rfcomm.conf:
rfcomm0 {
bind yes;
device 00:19:63:11:f7:c6;
# channel 1 does not work for me!
channel 2;
comment "SonyEricsson K610i";
}
HTH
// Sven-Ola
--
KNetworkManager dialup menu expands to thin empty box
https://bugs.launchpad.net/bugs/211932
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to knetworkmanager in ubuntu.
More information about the kubuntu-bugs
mailing list