public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] FC2+BT007SV+S55 - scanning works and that's it (l2ping, rfcomm, etc. don't)
@ 2004-06-09 11:30 Beerman
  2004-06-09 11:43 ` Marcel Holtmann
  2004-06-09 12:03 ` Michal Semler
  0 siblings, 2 replies; 3+ messages in thread
From: Beerman @ 2004-06-09 11:30 UTC (permalink / raw)
  To: bluez-users

Hi.

I am using Fedora Core 2 (2.6.5)

My bluez stuff is:

[root@pytong bluetooth]# rpm -qa|grep bluez
bluez-sdp-1.5-2.1
bluez-bluefw-1.0-2
bluez-libs-2.5-2.1
bluez-hcidump-1.5-4
bluez-pan-1.1-4
bluez-utils-2.4-3

Hardware is Bluetake BT007SV USB dongle and Siemens S55 mobile phone. I want to make rfcomm as serial link for talking with mobile modem.

Running BlueZ:

[root@pytong bluetooth]# service bluetooth start
Starting Bluetooth:                                        [  OK  ]

[root@pytong bluetooth]# lsmod
Module                  Size  Used by
rfcomm                 27164  1
l2cap                  16004  5 rfcomm
hci_usb                 9604  3
bluetooth              33636  11 rfcomm,l2cap,hci_usb
.
...........

Scanning finds my phone:

[root@pytong bluetooth]# hcitool scan
Scanning ...
        00:01:E3:13:CD:DA       S55

but cannot ping it:

[root@pytong bluetooth]# l2ping 00:01:E3:13:CD:DA
Can't connect.: Invalid exchange

I can(?) bind to rfcomm:

[root@pytong bluetooth]# rfcomm
rfcomm0: 00:01:E3:13:CD:DA channel 1 clean

but cannot connect:

[root@pytong bluetooth]# rfcomm connect 00:01:E3:13:CD:DA 1
Can't connect RFCOMM socket: Host is down

What can be wrong ?

Thank you very much for help.


What can be wrong ?


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bluez-users] FC2+BT007SV+S55 - scanning works and that's it (l2ping, rfcomm, etc. don't)
  2004-06-09 11:30 [Bluez-users] FC2+BT007SV+S55 - scanning works and that's it (l2ping, rfcomm, etc. don't) Beerman
@ 2004-06-09 11:43 ` Marcel Holtmann
  2004-06-09 12:03 ` Michal Semler
  1 sibling, 0 replies; 3+ messages in thread
From: Marcel Holtmann @ 2004-06-09 11:43 UTC (permalink / raw)
  To: Beerman; +Cc: BlueZ Mailing List

Hi,

> I am using Fedora Core 2 (2.6.5)
> 
> My bluez stuff is:
> 
> [root@pytong bluetooth]# rpm -qa|grep bluez
> bluez-sdp-1.5-2.1
> bluez-bluefw-1.0-2
> bluez-libs-2.5-2.1
> bluez-hcidump-1.5-4
> bluez-pan-1.1-4
> bluez-utils-2.4-3
> 
> Hardware is Bluetake BT007SV USB dongle and Siemens S55 mobile phone. I want to make rfcomm as serial link for talking with mobile modem.
> 
> Running BlueZ:
> 
> [root@pytong bluetooth]# service bluetooth start
> Starting Bluetooth:                                        [  OK  ]
> 
> [root@pytong bluetooth]# lsmod
> Module                  Size  Used by
> rfcomm                 27164  1
> l2cap                  16004  5 rfcomm
> hci_usb                 9604  3
> bluetooth              33636  11 rfcomm,l2cap,hci_usb
> .
> ...........
> 
> Scanning finds my phone:
> 
> [root@pytong bluetooth]# hcitool scan
> Scanning ...
>         00:01:E3:13:CD:DA       S55
> 
> but cannot ping it:
> 
> [root@pytong bluetooth]# l2ping 00:01:E3:13:CD:DA
> Can't connect.: Invalid exchange

show us the "hcidump -x" as root. Looks like the PIN helper problem.

> I can(?) bind to rfcomm:
> 
> [root@pytong bluetooth]# rfcomm
> rfcomm0: 00:01:E3:13:CD:DA channel 1 clean

Of course you can. No connection will be made at this point. If you open
/dev/rfcomm0 the system tries to connect to your phone. May you wanna
try something like "cat /dev/rfcomm0".

> but cannot connect:
> 
> [root@pytong bluetooth]# rfcomm connect 00:01:E3:13:CD:DA 1
> Can't connect RFCOMM socket: Host is down

Your command syntax is wrong. Look at the manpage ;)

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bluez-users] FC2+BT007SV+S55 - scanning works and that's it (l2ping, rfcomm, etc. don't)
  2004-06-09 11:30 [Bluez-users] FC2+BT007SV+S55 - scanning works and that's it (l2ping, rfcomm, etc. don't) Beerman
  2004-06-09 11:43 ` Marcel Holtmann
@ 2004-06-09 12:03 ` Michal Semler
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Semler @ 2004-06-09 12:03 UTC (permalink / raw)
  To: bluez-users

Problem is follows:

Siemens mobiles wants pairing everytime - so for l2ping too

Michal

On Wednesday 09 of June 2004 13:30, Beerman wrote:
> Hi.
>
> I am using Fedora Core 2 (2.6.5)
>
> My bluez stuff is:
>
> [root@pytong bluetooth]# rpm -qa|grep bluez
> bluez-sdp-1.5-2.1
> bluez-bluefw-1.0-2
> bluez-libs-2.5-2.1
> bluez-hcidump-1.5-4
> bluez-pan-1.1-4
> bluez-utils-2.4-3
>
> Hardware is Bluetake BT007SV USB dongle and Siemens S55 mobile phone. I
> want to make rfcomm as serial link for talking with mobile modem.
>
> Running BlueZ:
>
> [root@pytong bluetooth]# service bluetooth start
> Starting Bluetooth:                                        [  OK  ]
>
> [root@pytong bluetooth]# lsmod
> Module                  Size  Used by
> rfcomm                 27164  1
> l2cap                  16004  5 rfcomm
> hci_usb                 9604  3
> bluetooth              33636  11 rfcomm,l2cap,hci_usb
> .
> ...........
>
> Scanning finds my phone:
>
> [root@pytong bluetooth]# hcitool scan
> Scanning ...
>         00:01:E3:13:CD:DA       S55
>
> but cannot ping it:
>
> [root@pytong bluetooth]# l2ping 00:01:E3:13:CD:DA
> Can't connect.: Invalid exchange
>
> I can(?) bind to rfcomm:
>
> [root@pytong bluetooth]# rfcomm
> rfcomm0: 00:01:E3:13:CD:DA channel 1 clean
>
> but cannot connect:
>
> [root@pytong bluetooth]# rfcomm connect 00:01:E3:13:CD:DA 1
> Can't connect RFCOMM socket: Host is down
>
> What can be wrong ?
>
> Thank you very much for help.
>
>
> What can be wrong ?
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: GNOME Foundation
> Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
> GNOME Users and Developers European Conference, 28-30th June in Norway
> http://2004/guadec.org
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-06-09 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-09 11:30 [Bluez-users] FC2+BT007SV+S55 - scanning works and that's it (l2ping, rfcomm, etc. don't) Beerman
2004-06-09 11:43 ` Marcel Holtmann
2004-06-09 12:03 ` Michal Semler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox