In my continuing struggle to Linux-fy my X200, I blew away my entire hard drive and loaded the latest Ubuntu (8.10 – Intrepid Ibex). I’m liking it so far.
One of the things with using Ubuntu is that you have to configure most of the hardware yourself. I had a bit of trouble getting the bluetooth tethering on Ubuntu to work with my Blackberry, so I’d thought I’d share how I got it to work.
A bit of Googling around showed up this useful link. Most of the steps will get you up and running, but there are a few quirks.
First, I wasn’t able to install the bluez-pin package with apt-get, so I just used by Bold to pair to the X200, instead of using the x200 to pair to the Bold. Problem solved.
The next quirk is with the PPP communication scripts. The link to the list of known carriers includes Fido, but doesn’t have Rogers.
For Rogers phones, the PPP setup requires you to create two files:
/etc/ppp/peers/RogersBluetooth:
debug noauth connect "/usr/sbin/chat -v -f /etc/chatscripts/FidoGPRS" usepeerdns /dev/rfcomm1 115200 defaultroute crtscts lcp-echo-failure 0 user "wapuser1" password "wap"
and /etc/chatscripts/RogersGPRS
TIMEOUT 35 ECHO ON ABORT '\nBUSY\r' ABORT '\nERROR\r' ABORT '\nNO ANSWER\r' ABORT '\nNO CARRIER\r' ABORT '\nNO DIALTONE\r' ABORT '\nRINGING\r\n\r\nRINGING\r' '' \rAT OK 'AT+CGDCONT=2,"IP","internet.com"' OK ATD*99***2# CONNECT ""
And with that, you should be able to tether using the command:
sudo pon RogersBluetooth
One Comment
you finally installed ubuntu on it instead! good job! hahaha.