Re: Bluetooth tethering with NM?

2014-07-28 Thread Dan Williams
On Sat, 2014-07-26 at 18:39 +0200, cheater00 . wrote:
> In fact, would you please create a diff of /etc/NetworkManager before
> and after pairing up with your phone? Hopefully on a fresh instance of
> /etc/NetworkManager?

Something like this:

[connection]
id=T-Mobile Internet
uuid=1535b59d-6d43-4a4a-a30c-2c8d97b6d3bb
type=bluetooth
autoconnect=false

[gsm]
apn=epc.tmobile.com

[bluetooth]
bdaddr=00:26:E2:33:22:11
type=dun

Should be all you need.

Dan

> Thank you
> 
> On Sat, Jul 26, 2014 at 6:23 PM, cheater00 .  wrote:
> > Hi Dan,
> > thanks for your quick reply.
> >
> > I don't run GNOME and don't have it installed; I run MATE which is a
> > fork of GNOME 2. They have abandoned mate-bluetooth-applet (which was
> > their copy of the gnome-blueetoth-applet) switching to blueman. They
> > have probably based mate-bluetooth-applet off a version of
> > gnome-bluetooth-applet which didn't have that checkbox yet; I don't
> > see it if I use the latest version provided by MATE (1.6, while the
> > latest MATE is 1.8).
> >
> > What would the procedure be without gnome-bluetooth-applet?
> >
> > I assume this creates a file somewhere like
> > /etc/NetworkManager/system-connections; could you post the file that
> > you get?
> >
> > Thanks a lot
> >
> > On Fri, Jul 25, 2014 at 5:38 PM, Dan Williams  wrote:
> >> On Thu, 2014-07-24 at 17:11 +0200, cheater00 . wrote:
> >>> Hi,
> >>> I am on Ubuntu 13.10 and am trying to enable bluetooth tethering (so
> >>> that I can use my phone's internet connection). This is preferrable to
> >>> wifi tethering which eats up the battery.
> >>>
> >>> I can easily pair my laptop to my phone using blueman but, contrary to
> >>> what tutorials online show, the bluetooth connection doesn't show up
> >>> in nm-applet.
> >>>
> >>> My network-manager-gnome package is at version 0.9.8.0-1ubuntu5.1.
> >>>
> >>> blueman is 1.23+update1-2ubuntu1.
> >>
> >> The connection gets created when you pair the phone with the laptop, via
> >> the GNOME bluetooth applet.  It looks somewhat like this:
> >>
> >> http://blogs.gnome.org/dcbw/2009/07/10/unwire-with-networkmanager/
> >>
> >> When you finish pairing the phone, you'll get a checkbox that has
> >> options for using the phone either as a PAN device, or a DUN device,
> >> depending on what your phone supports.  For PAN, all that's required is
> >> checking the box.  For DUN, ModemManager gets started to inspect the
> >> phone, and then the Mobile Broadband Wizard appears to let you configure
> >> the APN and other details.  After that, the phone should appear in the
> >> nm-applet menu.  Can you try the GNOME Bluetooth applet process and see
> >> if that makes things work?
> >>
> >> Dan
> >>


___
networkmanager-list mailing list
networkmanager-list@gnome.org
https://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Network manager and Gnome 3.12

2014-07-28 Thread Pal, Laszlo
It seems this is totally my fault (as always). By enabling Rhughes's Gnome
3.12 repo it's make my life harder and harder :) I don't blame him :)

So, sometimes my nm-applet trying to get IP address through DHCP for
virtual interfaces which should have static address. When I check the
output of ifconfig I can see the correct values, but when I open nm-applet
edit connections dialog I can see dhcp where I should see static addresses
:)

Here is my versions

NetworkManager.x86_64   1:0.9.9.1-4.git20140319.fc20
 @rhughes-f20-gnome-3-12-x86_64
NetworkManager-adsl.x86_64  1:0.9.9.1-4.git20140319.fc20
 @rhughes-f20-gnome-3-12-x86_64
NetworkManager-bluetooth.x86_64 1:0.9.9.1-4.git20140319.fc20
 @rhughes-f20-gnome-3-12-x86_64
NetworkManager-glib.i6861:0.9.9.1-4.git20140319.fc20
 @rhughes-f20-gnome-3-12-i386
NetworkManager-glib.x86_64  1:0.9.9.1-4.git20140319.fc20
 @rhughes-f20-gnome-3-12-x86_64
NetworkManager-openvpn.x86_64   1:0.9.9.0-0.1.git20140128.fc20
 @updates
NetworkManager-openvpn-gnome.x86_64 1:0.9.9.0-0.1.git20140128.fc20
 @updates
NetworkManager-wwan.x86_64  1:0.9.9.1-4.git20140319.fc20
 @rhughes-f20-gnome-3-12-x86_64

Maybe the easiest way to get back to normal is to reinstall my machine and
forget those experimental repos :))

L:


On 28 July 2014 14:34, Thomas Haller  wrote:
> On Mon, 2014-07-28 at 14:07 +0200, Pal, Laszlo wrote:
>> The only plugin enabled is the RH/Fedora one
>>
>> [main]
>> plugins=ifcfg-rh
>
> which would be correct, seeing that you use Fedora.
>
>
>> should I put unmanaged for the virtual interfaces to avoid this
>> unnecessary dhcp retries? The IP addresses are correct for them, but
>> nm-applet still trying to get address from dhcp... very strange
>
>
> Not sure what you mean by "unnecessary dhcp retries". If you don't want
> to use DHCP, set the IPv4 method to "manual". Also not sure what you
> mean by "unmanaged", but that doesn't sound right.
>
> Please configure the connections they way you want them too.
> Use nm-applet, or one of the other UI tools for that.
>
> If you have remaining issues, please give some more information, such
> as: what you want to do; what do you think you are doing; what seems to
> be happening; and what do you expect to happen instead.
>
>
> Thanks,
> Thomas
>
>
>
___
networkmanager-list mailing list
networkmanager-list@gnome.org
https://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Network manager and Gnome 3.12

2014-07-28 Thread Thomas Haller
On Mon, 2014-07-28 at 14:07 +0200, Pal, Laszlo wrote:
> The only plugin enabled is the RH/Fedora one
> 
> [main]
> plugins=ifcfg-rh

which would be correct, seeing that you use Fedora.


> should I put unmanaged for the virtual interfaces to avoid this
> unnecessary dhcp retries? The IP addresses are correct for them, but
> nm-applet still trying to get address from dhcp... very strange


Not sure what you mean by "unnecessary dhcp retries". If you don't want
to use DHCP, set the IPv4 method to "manual". Also not sure what you
mean by "unmanaged", but that doesn't sound right.

Please configure the connections they way you want them too.
Use nm-applet, or one of the other UI tools for that.

If you have remaining issues, please give some more information, such
as: what you want to do; what do you think you are doing; what seems to
be happening; and what do you expect to happen instead.


Thanks,
Thomas





signature.asc
Description: This is a digitally signed message part
___
networkmanager-list mailing list
networkmanager-list@gnome.org
https://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Network manager and Gnome 3.12

2014-07-28 Thread Pal, Laszlo
The only plugin enabled is the RH/Fedora one

[main]
plugins=ifcfg-rh



should I put unmanaged for the virtual interfaces to avoid this
unnecessary dhcp retries? The IP addresses are correct for them, but
nm-applet still trying to get address from dhcp... very strange

Thanks
L:


On 28 July 2014 00:37, Thomas Haller  wrote:
> On Sun, 2014-07-27 at 13:53 +0200, David BERCOT wrote:
>> Hello,
>>
>> I'm on Debian (Sid) and I've recently upgraded to Gnome 3.12.
>> For my network, I use guessnet to put the right configuration,
>> depending on the place I plug my computer (work, home, etc...).
>>
>> Before Gnome 3.12, NM showed me the list of options
>> (from /etc/network/interfaces) :
>> - Ifupdown (Maison)
>> - Ifupdown (Travail)
>> - etc...
>>
>> Now, it shows me... nothing...
>> And more, it uses DHCP even I'm in a place where the connection should
>> be in static mode...
>> It seems that, at boot, the right connection is configured by guessnet
>> (for exemple "Maison") but, just after, NM changes it with DHCP.
>>
>> Do you have any clue for me ?
>>
>> Thank you.
>
> check whether the ifupdown plugin is enabled
> in /etc/NetworkManager/NetworkManager.conf. See `man
> NetworkManager.conf`.
>
> Also, check the logfile of NM whether it was able to read those
> connections. Sounds like it was not.
>
>
> Thomas
>
> ___
> networkmanager-list mailing list
> networkmanager-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/networkmanager-list
>
___
networkmanager-list mailing list
networkmanager-list@gnome.org
https://mail.gnome.org/mailman/listinfo/networkmanager-list