Re: [PATCH] Fix for Blueman modem being ignored

2013-03-04 Thread Tore Anderson
* Dan Williams >> [serial] >> baud=115200 > > I don't think we require the serial setting anymore? I could be wrong, > but if we do, we should remove that requirement. ISTR doing that patch > a few years ago. Perhaps not. What I did to get that config was to boot up a F18-live with GNOME, crea

Re: [PATCH] Fix for Blueman modem being ignored

2013-03-04 Thread Dan Williams
On Sun, 2013-03-03 at 19:05 +0100, Tore Anderson wrote: > * Dan Williams > > > You can always create the connections manually in the config files, and > > we should add some pieces to the connection editor to support manual > > creation/addition/deletion of Bluetooth connections. > > Thanks for c

Re: [PATCH] Fix for Blueman modem being ignored

2013-03-03 Thread Tore Anderson
* Dan Williams > You can always create the connections manually in the config files, and > we should add some pieces to the connection editor to support manual > creation/addition/deletion of Bluetooth connections. Thanks for confirming this. After some fiddling around, I managed to find a config

Re: [PATCH] Fix for Blueman modem being ignored

2013-03-03 Thread Dan Williams
On Sun, 2013-03-03 at 09:50 +0100, Tore Anderson wrote: > I'm sorry to blow the dust off this old thread, but yesterday I ran into > the exact same problem as Nick Peskett did, and Google eventually led me > to this thread. Removing the check in questeion works, however, if > possible I'd like to r

Re: [PATCH] Fix for Blueman modem being ignored

2013-03-03 Thread Tore Anderson
I'm sorry to blow the dust off this old thread, but yesterday I ran into the exact same problem as Nick Peskett did, and Google eventually led me to this thread. Removing the check in questeion works, however, if possible I'd like to run the distro version of NM rather than a patched one. * Dan Wi

Re: [PATCH] Fix for Blueman modem being ignored

2012-10-24 Thread Dan Williams
On Tue, 2012-10-23 at 13:24 +0200, Aleksander Morgado wrote: > On 23/10/12 12:15, Nick Peskett wrote: > > If this is the case could memcmp(ip_iface, "rfcomm", 6) also be added to > > the condition? This might allow generic unclaimed bluetooth modems to > > still work. > > That memcmp() is quite eq

Re: [PATCH] Fix for Blueman modem being ignored

2012-10-23 Thread Aleksander Morgado
On 23/10/12 12:15, Nick Peskett wrote: > If this is the case could memcmp(ip_iface, "rfcomm", 6) also be added to > the condition? This might allow generic unclaimed bluetooth modems to > still work. That memcmp() is quite equivalent to just comparing the driver with "bluetooth" as we did before.

Re: [PATCH] Fix for Blueman modem being ignored

2012-10-23 Thread Nick Peskett
On 23/10/2012 10:33, Aleksander Morgado wrote: Currently when a modem device registered by Blueman is connected, NetworkManager reports that there is no associated bluetooth device. The if statement responsible for this ought to be reporting an error and returning if the driver is named, but n

Re: [PATCH] Fix for Blueman modem being ignored

2012-10-23 Thread Aleksander Morgado
> Currently when a modem device registered by Blueman is connected, > NetworkManager reports that there is no associated bluetooth device. > > The if statement responsible for this ought to be reporting an error and > returning if the driver is named, but not named "bluetooth". > > Unfortunately

[PATCH] Fix for Blueman modem being ignored

2012-10-23 Thread Nick Peskett
Currently when a modem device registered by Blueman is connected, NetworkManager reports that there is no associated bluetooth device. The if statement responsible for this ought to be reporting an error and returning if the driver is named, but not named "bluetooth". Unfortunately, the true