Summary: | [PATCH] Add Bluetooth PANU support to knetworkmanager | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Rahman Duran <a.rahman.duran> |
Component: | Mobile Broadband | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | a.rahman.duran, marcus |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Adds BT PANU config options to KNM
Apply this after first patch |
Description
Rahman Duran
2009-10-06 13:29:13 UTC
Created attachment 37401 [details]
Adds BT PANU config options to KNM
Created attachment 37402 [details]
Apply this after first patch
Thanks, will check it out and apply soon. (In reply to comment #3) > Thanks, will check it out and apply soon. Hi Will, This patch only makes KNM to create proper config file for BT PANU and creates a NM connection. But as we discussed in irc #nm, it doesn't work anyway. As NM doesn't create a bt device when knm creates a bt connection. So this pach is useless on its own. Couldn't get any help on #nm either. Anyway, if you can figure out something please ping me. I should be getting a PANU capable phone shortly, will handle this patch then. See also 203584 Unfortunately, I don't use NM any more. It seems with OpenSuse 11.2, NetworkManager and Modem Manager are completely messed up. I can't connect with my huawei modem. I use kde3/kinternet + wicd + blueman which works good. So NM is not an option until opensuse 11.2 has some fix. Git commit 6238b858d5bdcb23c1c73f4aff0bd5f69ce8a564 by Lamarque V. Souza. Committed on 01/05/2011 at 23:26. Pushed by lvsouza into branch 'master'. Add Bluetooth NAP tethering support to Plasma NM. I changed the patch to make it fit the connection editor in kcm module and added the IpV4Widget for DUN connections so that user can change his/her DNS list. Thanks Rajeesh K Nambiar for this patch. REVIEW: 101266 BUG: 209624 M +1 -0 libs/internals/connection.cpp M +57 -58 libs/ui/bluetoothconnectioneditor.cpp M +0 -29 libs/ui/gsmconnectioneditor.cpp M +25 -10 settings/configshell/bluetooth.cpp M +1 -1 settings/configshell/main.cpp http://commits.kde.org/networkmanagement/6238b858d5bdcb23c1c73f4aff0bd5f69ce8a564 Git commit d4a843f08c34ea6b9af6513c566317449b6ed452 by Lamarque V. Souza. Committed on 01/05/2011 at 23:26. Pushed by lvsouza into branch 'nm09'. Add Bluetooth NAP tethering support to Plasma NM. I changed the patch to make it fit the connection editor in kcm module and added the IpV4Widget for DUN connections so that user can change his/her DNS list. Thanks Rajeesh K Nambiar for this patch. REVIEW: 101266 BUG: 209624 (cherry picked from commit 6238b858d5bdcb23c1c73f4aff0bd5f69ce8a564) M +1 -0 libs/internals/connection.cpp M +57 -58 libs/ui/bluetoothconnectioneditor.cpp M +0 -29 libs/ui/gsmconnectioneditor.cpp M +25 -10 settings/configshell/bluetooth.cpp M +1 -1 settings/configshell/main.cpp http://commits.kde.org/networkmanagement/d4a843f08c34ea6b9af6513c566317449b6ed452 |