LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Bluetooth DUN (Dial Up Network) + Bluedevil & Blueman. (https://www.linuxquestions.org/questions/slackware-14/bluetooth-dun-dial-up-network-bluedevil-and-blueman-906416/)

cwizardone 10-04-2011 01:35 PM

Bluetooth DUN (Dial Up Network) + Bluedevil & Blueman.
 
Typing this via XP running in VirtualBox as I can't get a bluetooth DUN setup in Slackware64-current.
Bluedevil in KDE 4.7.1 doesn't even offer the option. I've tried the bluetooth manager in Xfce 4.6.2 (and can do the same in KDE) and it finds the cellphone and says it is set up to be used by the "Network Manager," but there is nothing to be found in Network Manager or anywhere else for that matter. It evens says it has made a connection, but I don't know to what as I can't get to the Internet.
It is slow, but I'm on the road and find myself in a hotel without, believe it or not in this day and age, wifi, so this is the ONLY OPTION.
Any help in getting this to run in Slackware would be greatly appreciated. (And, yes, I've searched the forum.)
:hattip:

zk1234 10-05-2011 03:16 PM

http://bluemodem.sourceforge.net/

cwizardone 10-05-2011 07:32 PM

While searching for a solution to this problem I've come across references to plug-ins for Blueman to provide PAN and DUN support via NetworkManager, but haven't actually found said plug-ins. Does anyone know if they exist and/or are there similar plug-ins for Bluedevil?
Thanks.
:hattip:

stormtracknole 10-05-2011 10:38 PM

I remember getting this to work with gnome-bluetooth and NetworkManager. I believe I needed to build ModemManager also. I'll see if I can dig out my notes on how I did this, but I remember taking quite a bit of time to get to work.

ReaperX7 10-06-2011 12:00 AM

ModemManager should work for these devices, but you should get NetworkManager too just in case.

cwizardone 10-06-2011 07:59 AM

Quote:

Originally Posted by ReaperX7 (Post 4491290)
ModemManager should work for these devices, but you should get NetworkManager too just in case.

Thanks, but both were installed long before this problem and, as mentioned in the first post, no joy, i.e., there is no provision, using the NetworkManager applet to set up a Bluetooth connection.

stormtracknole 10-06-2011 08:57 AM

Quote:

Originally Posted by cwizardone (Post 4491503)
Thanks, but both were installed long before this problem and, as mentioned in the first post, no joy.

If I remember right, I had to install gnome-bluetooth first, then rebuild NetworkManager and ModemManager (dependencies included) so it could link to the new gnome-bluetooth libraries.

cwizardone 10-06-2011 06:34 PM

Quote:

Originally Posted by stormtracknole (Post 4491540)
If I remember right, I had to install gnome-bluetooth first, then rebuild NetworkManager and ModemManager (dependencies included) so it could link to the new gnome-bluetooth libraries.

Thanks. I found the source code and a script for gnome-bluetooth and tried to build it, but it wants gtk+3 and a couple of other things.
:banghead:

stormtracknole 10-06-2011 07:56 PM

Quote:

Originally Posted by cwizardone (Post 4491991)
Thanks. I found the source code and a script for gnome-bluetooth and tried to build it, but it wants gtk+3 and a couple of other things.
:banghead:

Grab one of the older versions. The gsb folk already have a SlackBuild for it.

cwizardone 10-07-2011 01:20 PM

zk1234,
Bluemodem has been configured, made and installed, but very command ends in a "segmentation fault" error message. I'll keep trying.

stormtracknole,
Found gnome-bluetooth and installed it and rebuilt networkmanager, but no joy. Oh, well, by the time this gets solved maybe I'll have moved on to a hotel with wifi. :) In the meantime it is VirtualBox, Xp and Bluesoleil. :)

Thanks to you both.
:hattip:

stormtracknole 10-07-2011 02:04 PM

Quote:

Originally Posted by cwizardone (Post 4492621)
zk1234,
Bluemodem has been configured, made and installed, but very command ends in a "segmentation fault" error message. I'll keep trying.

stormtracknole,
Found gnome-bluetooth and installed it and rebuilt networkmanager, but no joy. Oh, well, by the time this gets solved maybe I'll have moved on to a hotel with wifi. :) In the meantime it is VirtualBox, Xp and Bluesoleil. :)

Thanks to you both.
:hattip:

Did you make sure to configure your phone first with gnome-bluetooth? It has to be configured first and the application must be running before you move on to NetworkManager.

cwizardone 10-07-2011 04:06 PM

OK, I was digging around in /usr/bin and found "bluedevil-network-dun." I tried to run it and a small box flew by too fast to read what was going on. It doesn't appear to be connected to Bluedevil, i.e., one does not see the other. Is there anyway to make them work together?
Ditto, Blueman. I've looked around and can't find any of the the so called Blueman plug-ins for NetworkManager.

stormtracknole 10-07-2011 05:34 PM

Quote:

Originally Posted by cwizardone (Post 4492688)
OK, I was digging around in /usr/bin and found "bluedevil-network-dun." I tried to run it and a small box flew by too fast to read what was going on. It doesn't appear to be connected to Bluedevil, i.e., one does not see the other. Is there anyway to make them work together?
Ditto, Blueman. I've looked around and can't find any of the the so called Blueman plug-ins for NetworkManager.

Ok, I was able to dig some notes. Go ahead and build obexd from Robby's mirror. Then, build gnome-bluetooth --> mobile-broadband-provider-info --> ModemManager --> libtasn1 --> ORBIT2 and GConf (both now on extra) --> libgnome-keyring --> gnome-keyring --> NetworkManager --> network-manager-applet.

After all of this, make sure that rc.bluetooth is running. Configure your phone through gnome-bluetooth. After that, the phone "should" show up on NetworkManager.

cwizardone 10-07-2011 06:27 PM

Quote:

Originally Posted by stormtracknole (Post 4492718)
Ok, I was able to dig some notes. Go ahead and build obexd from Robby's mirror. Then, build gnome-bluetooth --> mobile-broadband-provider-info --> ModemManager --> libtasn1 --> ORBIT2 and GConf (both now on extra) --> libgnome-keyring --> gnome-keyring --> NetworkManager --> network-manager-applet.

After all of this, make sure that rc.bluetooth is running. Configure your phone through gnome-bluetooth. After that, the phone "should" show up on NetworkManager.

Good stuff. Thanks. All your help has been greatly appreciated!
One more dumb question, if I might? I'm not sure what you mean by "configure your phone through gnome-bluetooth." Can you give more detail?
Again,
Many Thanks.
:hattip:

stormtracknole 10-07-2011 07:06 PM

Quote:

Originally Posted by cwizardone (Post 4492739)
Good stuff. Thanks. All your help has been greatly appreciated!
One more dumb question, if I might? I'm not sure what you mean by "configure your phone through gnome-bluetooth." Can you give more detail?
Again,
Many Thanks.
:hattip:

Well, make sure that your phone bluetooth is capable of being used for data. Not all phones can. It's been a while since I used gnome-bluetooth, but this link looks like it will walk you through it.


All times are GMT -5. The time now is 01:56 PM.