The Following 2 Users Say Thank You to sulu For This Useful Post: | ||
|
2019-09-16
, 10:08
|
|
Posts: 1,719 |
Thanked: 4,764 times |
Joined on Apr 2018
@ Helsinki, Finland.
|
#2
|
The Following 2 Users Say Thank You to Maemish For This Useful Post: | ||
|
2019-09-16
, 10:24
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#3
|
The Following 3 Users Say Thank You to Halftux For This Useful Post: | ||
|
2019-09-16
, 11:27
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#4
|
You checked this too?
https://wiki.maemo.org/Debian-Tethering
I never used bt tethering, I always used a forwarded bt pan connection.
In principle you need to initiate a pan connection the rest you do with genwall.
http://talk.maemo.org/showpost.php?p...5&postcount=62
Prerequirements for pan:
[N900]
/etc/bluetooth/main.conf
comment out: DisablePlugins =network,input,hal
The Following User Says Thank You to sulu For This Useful Post: | ||
|
2019-09-16
, 11:44
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#5
|
Frankly, I don't even know the difference. Maybe what I've been trying so far isn't "tethering" at all.
I guess I wouldn't care about the details as long as it works and is half-way convenient.
I don't have my N900 at hand, so I can't check right now:
Does this mean, that by default whatever kind of "network" won't work on the N900 via bluetooth?
If so, that might explain my problems. But then I don't understand why it worked years ago.
|
2019-09-16
, 14:46
|
Posts: 258 |
Thanked: 1,012 times |
Joined on May 2010
@ Near Munich
|
#6
|
|
2019-09-16
, 19:13
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#7
|
|
2019-09-16
, 19:55
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#8
|
Prerequirements for pan:
[N900]
/etc/bluetooth/main.conf
comment out: DisablePlugins =network,input,hal
- [PC] if the device is not up bring device up and get an ip address
Code:ifconfig bnep0 up dhclient bnep0
Instead of bluetooth you can also easily use wireless tethering.
There is an app called "Qt Mobile Hotspot", which I have found to work quite reliably.
The Following User Says Thank You to sulu For This Useful Post: | ||
|
2019-09-16
, 20:23
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#9
|
bnet0 is up and dhclient is trying to obtain an IP adress, but it can't get any from the N900.
|
2019-09-16
, 20:36
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#10
|
I want to use my N900's mobile data plan on my computer(s) running Debian Buster.
On Debian I use Xfce with nm-applet (network-manager-gnome), where I successfully set up a "mobile broadband connection"* with which I can use my N900 as a modem if it is connected via USB.
Now I want the same thing not via USB but via Bluetooth (because wireless would be more convenient).
So I successfully paired my N900 and my computer(s) with the N900 and set up a "bluetooth connection"* in nm-applet. nm-applet also finds the N900 and tries to connect to it, but fails. When it does, I see these messages in journalctl:
But two peopIe who have never done this before can establish a connection in nm-applet via bluetooth with their phones (not N900) right away. I on the other hand can reproduce the same problem on three different PCs with different Debian installations. One of them is a very vanilla Debian Xfce installation, to which I only added the bluez and bluetooth packages.
So I'm beginning to think, that the problem is not actually on the Debian side, but on the N900's.
I once had bluetooth tethering working with wvdial on a Debian PC some 5+ years ago, but I didn't keep my wvdial configuration and I thought, it should be easy to do with nm-applet. I'm pretty sure that nothing of relevance has changed on my N900 since then.
As far as I understood, the missing rfcomm socket blueman is complaining about should be something like /dev/rfcomm* on my Debian system. I don't see such a device. Would I need that, and if so, should it somehow be created by/from/via(?) the N900? One of the users at debianforum.de, who has a working connection, says, he sees no such device either.
When opening this thread, these threads were suggested to me [2][3][4][5][6], but since they're all very old, I don't know which one(s), if any, to follow.
I'm running the latest kernel power on the N900 and bluetooth-dun seems to be working fine. At least I see the rfcomm instance running, that's started by it:
*) back-translated from German, so probably not the original term
[1] https://debianforum.de/forum/viewtop...?f=30&t=174706
[2] http://talk.maemo.org/showthread.php?t=58570
[3] http://talk.maemo.org/showthread.php?t=90063
[4] http://talk.maemo.org/showthread.php?t=37710
[5] http://talk.maemo.org/showthread.php?t=32839
[6] http://talk.maemo.org/showthread.php?t=46140