* 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 that actually worked, which I'll include here in case someone else having the same problem stumbles upon this thread. The following goes in a file in /etc/NetworkManager/system-connections/: ---cut--- [connection] id=Bluetooth DUN connection uuid=19e38e60-5de8-4653-a107-5752eb7aa93a type=bluetooth autoconnect=false [bluetooth] bdaddr=AA:BB:CC:DD:EE:FF type=dun [gsm] number=*99# apn=internet [serial] baud=115200 ---cut--- (I'm pretty sure it'll only work if the devices are already paired.) Best regards, -- Tore Anderson _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
