May
28
GPRS via Bluetooth and Nokia 9300
Tagged with howto, mobile, system, ubuntu | Leave a Comment
(Update: Instructions for connecting via the DKU2 cable now at the end of the post.)
This is how I made the GPRS Internet connection working from my Ubuntu Dapper laptop via a Nokia 9300 and Bluetooth. I found this info on an Ubuntu forums thread, kudos go to emperon:
- Have a working bluetooth setup.
hcitool scangives you your phone’s BD address. Make a note of this.sdptool search DUNwill show you the appropriate channel to use. Make a note of this.- Check that you have a 4-number code in
/etc/bluetooth/pinunless your phone and the machine are very friendly already. Your phone may ask for this number later. - Type
rfcomm bind /dev/rfcomm0 X:X:X:X:X:X YY(where X:X:X:X:X:X is the BD address and YY is the channel number). - Type
rfcommand check that the channel is either “clear” or “closed”. - Create
/etc/ppp/peers/gprswith the following contents:
/dev/rfcomm0
connect ‘/usr/sbin/chat -v -f /etc/ppp/peers/gprs.chat’
noauth
defaultroute
usepeerdns
lcp-echo-interval 65535
debug - Create
/etc/ppp/peers/gprs.chatwith the following contents:
TIMEOUT 15(NOTE: *99*# above is the number to call. This one works for Sonera in Finland and many other providers, but call your friendly provider helpdesk and make sure you have the correct one.)
ECHO ON
HANGUP ON
‘’ AT
OK ATZ
OK ATD*99*#
- Initiate bluetooth pairing between your phone and the computer.
- Make the call:
sudo pppd call gprs - Surf away!
Here’s instructions for connecting via the DKU2 cable supplied with the 9300. Cables are uncool and sometimes get in the way, but the procedure is simpler. This info comes mostly from gr0kzer0 in another forum thread:
- Install wvdial.
- Connect the cable.
- Run
wvdialconf /etc/wvdial.conf - Edit the
/etc/wvdial.confjust created. Look at the last four lines, we edit the Phone, Password and Username lines (the username and password are bogus ones. wvdial wants non-empty ones but you can enter Batman’s credentials there if you like), and additionally force the modem into Stupid Mode.
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99#
Password = foo
Username = bar
Stupid Mode = 1
(NOTE: Again try to find a suitable phone number) - Now you should be able to dial out with
wvdialor GNOME PPP.
Technorati Tags: gprs, linux, bluetooth, nokia, howto
May
25
It’s all clear to me now
Tagged with life | Leave a Comment
The European Commission has finally clarified the European software patent issue once and for all. Software clearly is either patentable or not patentable, depending on your opinion and on the size of your business. You can get a software patent filed at the European Patent Office, and somebody with enough money for the lawsuit can then ask the European Court of Justice to invalidate the patent on the grounds that it describes a piece of software.
So this means that dominant tech companies can add software patents to their patent portfolios in order to ensure their dominance just like in the US, and small tech companies are free to go bankrupt while fighting in court for their right to do business and innovate in Europe.
Not confused enough yet? Let Yahoo! News try and explain:
EC: Software is not patentable - Yahoo! UK & Ireland News
Technorati Tags: software patents
May
24
This must be the ultimate tip of the day. I know many people who sweat trying to clean their whiteboards, accidentally stained with permanent marker. WikiHow has the HOWTO:
- Get the board you want the stuff off.
- Get a dry erase marker (yes, we will make marks to take marks) and a dry eraser.
- Draw over what you want to erase (make sure you draw slowly to fill it in better).
- Erase.
- Done!
I haven’t tried this yet, but soon will since my whiteboard is in a pretty sorry state. :)
(Via Lifehacker.com)
May
23
Today’s updates brought some things that make it seem like Ubuntu Dapper is finalizing: neither login messages, release identificators, nor the artwork advertises Dapper’s beta status anymore, the system default look is awesome, and everything works as advertised.
What better way to celebrate the official release of Dapper on June 1st than remember old times? Matt has made the artwork from all previous Ubuntu releases parallel installable, so if you feel nostalgic, you can use the Warty theme and wallpaper.
Technorati Tags: ubuntu, debian
May
22
New packages
Tagged with system | Comments Off
I’ve uploaded packages of GNOME phone manager, LyX 1.4, REOBack and Finnish dict dictionaries on the new packages page. Enjoy.
Technorati Tags: debian, software
May
22
Ubuntu Breezy users can now upgrade to Dapper more easily than ever. (Actually, someone who isn’t comfortable with the standard Debian dist-upgrade method shouldn’t upgrade before Dapper stabilizes on June 1st, but the method is already there.) I don’t think any other operating system is this easy to upgrade. Daniel shows us how in his blog:
daniel.holba.ch/blog » Blog Archive » Upgrading to Ubuntu 6.06
Technorati Tags: ubuntu, debian
May
21
Are you filthy rich? Get ready for Windows Vista!
Tagged with system | Comments Off
Microsoft has published the hardware requirements for Windows Vista, scheduled for release perhaps sometime this century. A “Vista Capable PC” must have a 800MHz processor and 512M RAM, and a DirectX 9 capable video card. If you want any of the goodies in the new Aero interface, you must have a 1GHz processor, 1G RAM, and 128M of video RAM.
Most consumer-level laptops don’t meet those requirements, and I wonder if companies will run to upgrade all their machines in order to deliver the Aero eye candy to all their office workers.
I wonder if the good old alliance between Microsoft and hardware manufacturers will still work. “What kind of stuff would you like to sell the suckers this year? We’ll be happy to make software that requires it.”
Technorati Tags: vista, digital-divide
May
19
Since the gnome-phone-manager-0.6 on dapper is broken, I built a package from the latest 0.7 sources. Since I know someone might be insterested in a working phone manager, I’ve uploaded the package on Box.net. My package works, but not perfectly of course: you’ll have to make a link in /usr/share/gnome-phone-manager to the phone icon or the phone manager will crash upon startup. So after you install the package do “sudo ln -s /usr/share/pixmaps/cellphone.png /usr/share/gnome-phone-manager” and enjoy. As always, there’s no guarantee and if my packages break your system or are found eating children on the midnight streets, don’t bother me.




