Author Topic: WIN-XP PPP Connection Using BT  (Read 4082 times)

snufkin

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
    • http://
WIN-XP PPP Connection Using BT
« on: April 14, 2004, 12:43:26 am »
I used to connect to my win-xp pc from my C760 via BT (using dialup ppp).  After upgrading to cacko rom 1.21, I found that I cannot connect to my PC using BT anymore.  However, I can connect to my mobile phone quite happily.

Thus, I suspect the problem is in the connect script in /etc/ppp/peers.  This is my script:

Code: [Select]
/dev/rfcomm1

460800

user "Guest"

connect "usr/sbin/chat -v -f /etc/ppp/chatscripts/WINXP-CLIENT"

defaultroute

usepeerdns

192.168.129.201:192.168.129.1


and my WINXP-CLIENT

Code: [Select]
TIMEOUT 15

"" "CLIENTCLIENTc"

"SERVER" "SERVER"


From the /tmp/bluetooth-pppd-log, it showed \"connect script failed\".

I\'ve scratched my head and searched for many posts already.  
SL-C760
Cacko Rom 1.22a
Nokia CF BT Card
Pretec CF wifi
Lexar 1GB SD

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
WIN-XP PPP Connection Using BT
« Reply #1 on: April 14, 2004, 03:21:52 am »
Try running this as root as see what it gives:

pppd call /etc/ppp/peers/BT-WINXP debug -detach
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

snufkin

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
    • http://
WIN-XP PPP Connection Using BT
« Reply #2 on: April 14, 2004, 04:09:24 am »
Quote
Try running this as root as see what it gives:

pppd call /etc/ppp/peers/BT-WINXP debug -detach

connect script failed

 

Moreover, this is the \"modem\" (direct serial) log from my PC:

Code: [Select]
04-14-2004 15:55:17.628 - Session Statistics:

04-14-2004 15:55:17.628 -                Reads : 0 bytes

04-14-2004 15:55:17.628 -                Writes: 0 bytes

04-14-2004 15:56:29.627 - File: C:WINDOWSSystem32tapisrv.dll, Version 5.1.2600  

04-14-2004 15:56:29.647 - File: C:WINDOWSSystem32unimdm.tsp, Version 5.1.2600  

04-14-2004 15:56:29.647 - File: C:WINDOWSSystem32unimdmat.dll, Version 5.1.2600  

04-14-2004 15:56:29.647 - File: C:WINDOWSSystem32uniplat.dll, Version 5.1.2600  

04-14-2004 15:56:29.667 - File: C:WINDOWSSystem32driversmodem.sys, Version 5.1.2600  

04-14-2004 15:56:29.667 - File: C:WINDOWSSystem32modemui.dll, Version 5.1.2600  

04-14-2004 15:56:29.667 - File: C:WINDOWSSystem32mdminst.dll, Version 5.1.2600  

04-14-2004 15:56:29.667 - Modem type: Communications cable between two computers

04-14-2004 15:56:29.667 - Modem inf path: mdmhayes.inf

04-14-2004 15:56:29.667 - Modem inf section: M2700

04-14-2004 15:56:29.667 - Matching hardware ID: pnpc031

04-14-2004 15:56:29.667 - Opening Modem

04-14-2004 15:56:29.667 - 115200,8,N,1, ctsfl=1, rtsctl=2

04-14-2004 15:56:29.667 - Initializing modem.

04-14-2004 15:56:29.667 - Waiting for a call.

04-14-2004 15:59:27.955 - Recv: CLIENT

04-14-2004 15:59:27.955 - Interpreted response: Ring

04-14-2004 15:59:27.985 - TSP(0000): LINEEVENT: LINE_NEWCALL

04-14-2004 15:59:27.995 - TSP(0000): LINEEVENT: LINECALLSTATE_OFFERING

04-14-2004 15:59:27.995 - TSP(0000): LINEEVENT: LINEDEVSTATE_RINGING(0x1)

04-14-2004 15:59:40.003 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE

04-14-2004 15:59:40.003 - TSP(0000): Closing Call

04-14-2004 16:02:51.708 - TSP(0000): Making Call

04-14-2004 16:02:51.708 - Passthrough On

04-14-2004 16:02:51.708 - TSP Completing Async Operation(0x00010155) Status 0x00000000

04-14-2004 16:02:51.708 - TSP(0000): LINEEVENT: LINECALLSTATE_CONNECTED

04-14-2004 16:02:51.758 - TSP(0000): Dropping Call

04-14-2004 16:02:51.758 - Passthrough Off

04-14-2004 16:02:51.758 - 115200,8,N,1, ctsfl=1, rtsctl=2

04-14-2004 16:02:51.758 - Initializing modem.

04-14-2004 16:02:51.758 - Waiting for a call.

04-14-2004 16:02:51.758 - TSP(0000): LINEEVENT: LINECALLSTATE_DISCONNECTED(0x1)

04-14-2004 16:02:51.758 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE

04-14-2004 16:02:51.758 - TSP Completing Async Operation(0x00010122) Status 0x00000000

04-14-2004 16:02:51.758 - TSP(0000): Closing Call


It seems the PC cannot answer the incoming call.....
SL-C760
Cacko Rom 1.22a
Nokia CF BT Card
Pretec CF wifi
Lexar 1GB SD

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
WIN-XP PPP Connection Using BT
« Reply #3 on: April 14, 2004, 04:31:04 am »
Not sure whether it\'s important, but I have 7 spaces between the \"\" and \"CLIENTCLIENTc\" on the second line of my chat script.
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

snufkin

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
    • http://
WIN-XP PPP Connection Using BT
« Reply #4 on: April 14, 2004, 05:35:27 am »
tried it but still same problem....connect script failed

What\'s the change from the original bluez package to the new stack in cacko v1.21?  I managed to connect in previous version of bluez package
SL-C760
Cacko Rom 1.22a
Nokia CF BT Card
Pretec CF wifi
Lexar 1GB SD

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
WIN-XP PPP Connection Using BT
« Reply #5 on: April 14, 2004, 06:02:08 am »
I haven\'t had anything to do with the BlueZ implementation in the Cacko ROMs, but I think there have been other reports of ppp problems with the Cacko ROMs. You could try searching the forums for it.
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender