Friday, January 25, 2008

connecting to HSPDA with your handphone using bluetooth

1st, you need to pair you handphone to your laptop. I use the bluetooth icon on the panel to do that.

Next you need to find you handphone's device address. I use browse device to copy it out.

edit /etc/sysconfig/network-scripts/ifcfg-bnep0

DEVICE=bnep0
BOOTPROTO=dhcp
ONBOOT=no
TYPE=Ethernet
USERCTL=yes
IPV6INIT=no
PEERDNS=yes


then run

pand --connect <device address>
/sbin/ifup bnep0

No comments: