So there are a few tutorials out there for linking your Linux laptop to your Treo 650 for dial-up-networking, but nothing Ubuntu Dapper or Edgy Specific - or Sprint PCS Specific.
Here’s what I’ve done to get it all to play nicely together:
Install bluez-passkey-gnome. This allows you to input the PIN to get the treo and your bluetooth device to pair. I spent a good 1-2 hours on this alone!
sudo apt-get install bluez-passkey-gnome
In fact — add that to your gnome session. The executable is bt-applet
So now you can safely pair your Treo to your laptop and set it as a “trusted device”
I left my /etc/bluetooth/hcid.conf stock except I changed the PIN.
Now you need to edit a few files. Here’s what mine look like:
/etc/bluetooth/rfcomm.conf:
#
# RFCOMM configuration file.
#
rfcomm0 {
# Automatically bind the device at startup
bind yes;
# Bluetooth address of the device
device 00:07:E0:63:33:54;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment "DUN to Treo 650";
}
/etc/chatscripts/BluetoothDialup:
TIMEOUT 5
ABORT '\nBUSY\r'
ABORT '\nERROR\r'
ABORT '\nNO ANSWER\r'
ABORT '\nNO CARRIER\r'
ABORT '\nNO DIALTONE\r'
ABORT '\nRINGING\r\n\rRINGING\r'
'' \rATZ
TIMEOUT 12
OK ATD#777
TIMEOUT 22
CONNECT ""
/etc/ppp/peers/BluetoothDialup:
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/BluetoothDialup"
defaultroute
usepeerdns
/dev/rfcomm0 115200
local
novj
Now all you need to do to start-up is run:
To pair up the Treo
sudo hcitool cc 00:07:E0:63:33:54
and then
to spin up the connection.
pon BluetoothDialup
You’ll need to wait 20-30 secounds to get fully connected, but it’s sweet nectar when you see ir ppp0 device with an IP address and all.
To shut ‘er down you can just poff BluetoothDialup.
The cool thing about Sprint PCS is that they give you an outside routeable IP address!
Thanks to the following for inspiration / credit:
http://www.uslinux.net/docs/sprint-wireless-internet.php
for the ppp scripts to connect to sprint
https://help.ubuntu.com/community/BluetoothDialup
for the Ubuntu love
and
http://www.gurulabs.com/goodies/Using_Linux_and_Bluetooth_DUN_with_the_Treo650.php
for the original pimpin howto
Is your VMWare Workstation broken after your Edgy Eft upgrade?
Errors with libpng12.so.0?
Short answer:
sudo apt-get remove libdbus-1-2
Long answer:
VMTN Discussion Forums: edgy eft libpng12.so.0 …
Amen Brotha. It’s OK to be tricky like this.
Even though it seems that there a a proliferation of code snippet sites, this one entry caught my eye. (Notice the ubuntu references?)
Democracy player .debs giving you the fits? (ie: ImportError: libgtkembedmoz.so)
Install ‘mozilla-dev’ and ‘mozilla-psm’ as seen in:
#3234 (Problem running on Ubuntu Dapper) - Democracy - Trac
A new Rails LiveCD just came out. It’s got:
If only it were built using Ubuntu or Knoppix and not Mandriva ![]()
Everyone’s (me included) fav distro has been pushed nearer to perfection once again with the release of Dapper Drake. Set phasers to download! Some other Ubuntu highlights (that make ubuntu so easy to love) include:
1. apt-get install vmware-player
Oh freaking yes.
2. Support for SPARC and the new Sun Fire models
3. Xubuntu is now in main. BTW: nice startup logo
Where’s a rich dying uncle when you need one?
Ubicon is slated for August 18th and 19th in Mountain View, CA at Google’s Headquarters. It’s even free! I just need a few plane tickets and I’ll be set.
For you Ubuntu fans out there:
Dapper +1 is now know as “Edgy Eft”
I’m a big fan of the concept for this release: Bleeding Edge.
I can’t wait to order a load of Dapper CDs and give em out to the world.