Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dilta

Pages: [1]
1
Hi!
Does anyone know how to use the XDA II as the wireless GPRS modem for the Zaurus C860?

I tried the \"blueZ\" driver on my Z and established DUN connection with the XDA II successfully, but I didn\'t get the IP address, the gateway and the DNS on my C860 from the XDA II.

[img]http://www.pocketcity.com.tw/images/200401/100_2446.JPG\" border=\"0\" class=\"linked-image\" /]
connected successfully

[img]http://www.pocketcity.com.tw/images/200401/100_2447.JPG\" border=\"0\" class=\"linked-image\" /]
cannot get the IP address, gateway and DNS server

[img]http://www.pocketcity.com.tw/images/200401/100_2448.JPG\" border=\"0\" class=\"linked-image\" /]
Wireless modem indicators kept shining

Thus, I couldn\'t actually connect to any website. I tried using IRDA and it failed as the same situation, but there was no problem if I used my T68 as the bluetooth wireless modem.


Can anyone help me with this? Thank you in advance!

problematic device combination:
Zaurus SL-C860 + Socket Bluetooth CF + XDA II

--

following is my Zaurus settings:

Bluetooth DUN setting(BLUETOOTH1082483514):
---------------------------------------------------------------------------------
/dev/rfcomm0
115200
local
noipdefault
connect \' /usr/sbin/chat -s -v -t 60  ABORT \"NO CARRIER\" ABORT \"NO DIALTONE\" ABORT \"BUSY\" \"\" \"ATZ\" OK \"ATDT*99#\" CONNECT\'
noauth
nodefaultroute
10.10.10.10:10.10.10.11
ms-dns 10.10.10.1


rfcomm.conf
----------------------------------------------------------------------------------
rfcomm0 {
    bind yes;
    device 00:02:C7:25:86:F7;
    channel  7;
    comment \"Generated by BT dial-up network applet.\";
}




hcid.conf
----------------------------------------------------------------------------------
#
# HCI daemon configuration file.
#
# $Id: hcid.conf,v 1.3 2002/07/18 18:12:46 maxk Exp $
#

# HCId options
options {
   # Automatically initialize new devices
   autoinit yes;

   # Security Manager mode
   #   none - Security manager disabled
   #   auto - Use local PIN for incoming connections
   #   user - Always ask user for a PIN
   #
   security auto;

   # Pairing mode
   #   none  - Pairing disabled
   #   multi - Allow pairing with already paired devices
   #   once  - Pair once and deny successive attempts
   pairing multi;

   # PIN helper
   pin_helper /etc/bluetooth/givepin;
}

# Default settings for HCI devices
device {
   # Local device name
   #   %d - device id
   #   %h - host name
   name \"%h\";

   # Local device class
   class 0x120114;

   # Default packet type
   #pkt_type DH1,DM1,HV1;

   # Inquiry and Page scan
   iscan enable; pscan enable;

   # Default link mode
   #   none   - no specific policy
   #   accept - always accept incoming connections
   #   master - become master on incoming connections,
   #            deny role switch on outgoing connections
   #
   #lm accept,master;
   #
   lm accept;

   # Default link policy
   #   none    - no specific policy
   #   rswitch - allow role switch
   #   hold    - allow hold mode
   #   sniff   - allow sniff mode
   #   park    - allow park mode
   #
   #lp hold,sniff;
   #
   lp hold,sniff,park;

   # Authentication and Encryption
   auth enable;
   encrypt enable;
}

Pages: [1]