- From Bluetooth preferences, create new device.
- Choose '1111' from the pin selection
- This should now have your modem and laptop able to pair.
- from the commandline, do
The result should come back
hcitool scan
00:10:60:29:9A:B7 BluetoothModem - Edit your /etc/bluetooth/rfcomm.conf file so it looks like this:
#
# RFCOMM configuration file.
#
rfcomm0 {
# Automatically bind the device at startup
bind yes;
#
# # Bluetooth address of the device
device 00:10:60:29:9A:B7;
#
# # RFCOMM channel for the connection
channel 1;
#
# # Description of the connection
comment "Zoom modem";
} - Now restart bluetooth:
sudo /etc/init.d/bluetooth restart - Get gnome-ppp installed:
sudo apt-get install gnome-ppp - Start that up as root:
gksudo gnome-ppp - Enter all your ISP details, and make the modem path /dev/rfcomm0
- That should be it.
I'll post more when I think more about it...
No comments:
Post a Comment