i connect  using a SE w850i via bluetooth. and i'm using
kubuntu on an hp/compaq nx6320 with building bluetooth
adapter.
some of the steps i used that i dug up in some linux
forums:

NOTE: 00:1A:ab:cd:ef:gh is the MACid of your phone
         this will be show in the PIN code request
         window

sdptool browse 00:1A:ab:cd:ef:gh

<snip>

Service Name: Dial-up Networking
Service RecHandle: 0x10002
Service Class ID List:
   "Dialup Networking" (0x1103)
   "Generic Networking" (0x1201)
Protocol Descriptor List:
   "L2CAP" (0x0100)
   "RFCOMM" (0x0003)
     Channel: 2                 # this one
Profile Descriptor List:
   "Dialup Networking" (0x1103)
     Version: 0x0100

</snip>


configure the RFCOMM configuration of the Bluetooth subsystem

sudo vi /etc/bluetooth/rfcomm.con


#
# RFCOMM configuration file.
#

rfcomm0 {
#       # Automatically bind the device at startup
         bind yes;
#
#       # Bluetooth address of the device
         device 00:1A:ab:cd:ef:gh;
#
#       # RFCOMM channel for the connection
         channel 2;
#
#       # Description of the connection
         comment "SEw850i";
}

save the file and restart bluetooth service:

sudo /etc/init.d/bluetooth restart

Configure KPPP and use /dev/rfcomm0 as the
modem.

hth.



Noong Thursday, 21 February, 2008 08:01 PM sinulat ni Elijah

> Hi group, 
> 
> What 3g phone do you use to share the internet to linux? and can you
> please share a howto ? 
> 
> 
> Elijah
> http://pinoguin.com
> 


-- 

roderick e. tapang, nclp
retapang at gmail dot com
  _
(o_.'http://counter.li.org/
//\  ----------------------
V_/_ Linux User # 253842
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to