public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Palm connection problems.
@ 2004-07-30  0:00 Johan Van den Brande
  2004-07-30  9:17 ` Marcel Holtmann
  2004-07-30 14:36 ` Virat Gohil
  0 siblings, 2 replies; 5+ messages in thread
From: Johan Van den Brande @ 2004-07-30  0:00 UTC (permalink / raw)
  To: bluez-users

Hi,

I'm facing a problem connecting my Palm|T to my linux box.

I've installed BlueZ and can run sdptool to see OPUSH services on my Palm.
Also, I'm able to bind the device etc. However, when I try to connect via
network (pppd), I get the following error:

Jul 30 01:37:24 questor dund[1032]: New connection from 00:07:E0:0E:00:3A
Jul 30 01:37:24 questor pppd[1033]: pppd 2.4.1 started by root, uid 0
Jul 30 01:37:24 questor pppd[1033]: Failed to open /dev/rfcomm0: No such
device
Jul 30 01:37:24 questor pppd[1033]: Exit.

I can connect to the Palm manually (at least, the Palm says 'connection in
progress') using:
rfcomm connect /dev/rfcomm0 00:07:E0:0E:00:3A 1

Anybody who knows what the problem can be?

Johan

-- 
Johan Van den Brande





-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Palm connection problems.
  2004-07-30  0:00 [Bluez-users] Palm connection problems Johan Van den Brande
@ 2004-07-30  9:17 ` Marcel Holtmann
  2004-07-30 14:36 ` Virat Gohil
  1 sibling, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2004-07-30  9:17 UTC (permalink / raw)
  To: johan; +Cc: BlueZ Mailing List

Hi Johan,

> I'm facing a problem connecting my Palm|T to my linux box.
> 
> I've installed BlueZ and can run sdptool to see OPUSH services on my Palm.
> Also, I'm able to bind the device etc. However, when I try to connect via
> network (pppd), I get the following error:
> 
> Jul 30 01:37:24 questor dund[1032]: New connection from 00:07:E0:0E:00:3A
> Jul 30 01:37:24 questor pppd[1033]: pppd 2.4.1 started by root, uid 0
> Jul 30 01:37:24 questor pppd[1033]: Failed to open /dev/rfcomm0: No such
> device

the problem is simple. There is no /dev/rfcomm0 device. What kernel
version do you use? What version of bluez-libs and bluez-utils do you
installed?

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Palm connection problems.
  2004-07-30  0:00 [Bluez-users] Palm connection problems Johan Van den Brande
  2004-07-30  9:17 ` Marcel Holtmann
@ 2004-07-30 14:36 ` Virat Gohil
  1 sibling, 0 replies; 5+ messages in thread
From: Virat Gohil @ 2004-07-30 14:36 UTC (permalink / raw)
  To: johan, bluez-users

> Hi,
>
> I'm facing a problem connecting my Palm|T to my linux box.

> I can connect to the Palm manually (at least, the Palm says 'connection in
> progress') using:
> rfcomm connect /dev/rfcomm0 00:07:E0:0E:00:3A 1

# rfcomm bind 0 00:07:E0:0E:00:3A 1

the 1 at the end refers to the channel no. for DUN on your mobile, usually
its 1, check out your palm's channel.

> Anybody who knows what the problem can be?
>
> Johan

Regards,

Virat




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Palm connection problems.
@ 2004-08-02  8:50 Johan Van den Brande
  2004-08-02  8:56 ` Bc. Michal Semler
  0 siblings, 1 reply; 5+ messages in thread
From: Johan Van den Brande @ 2004-08-02  8:50 UTC (permalink / raw)
  To: bluez-users

Marcal, Virat,

Thanks for the replies!

/dev/rfcomm0 exists:

johan@questor:/tmp/bt> stat /dev/rfcomm0
  File: "/dev/rfcomm0"
  Size: 0               Blocks: 0          IO Block: 4096   Character Device
Device: 303h/771d       Inode: 146053      Links: 1     Device type: d8,0
Access: (0666/crw-rw-rw-)  Uid: (    0/    root)   Gid: (    0/    root)
Access: Fri Jul  9 00:05:38 2004
Modify: Fri Jul  9 00:05:38 2004
Change: Fri Jul  9 00:05:58 2004

(as does 1-255)

The versions I'm using are:
bluez-fw       0.9
bluez-hcidump  1.5
bluez-hciemu   1.0
bluez-libs     2.4
bluez-pan      1.1
bluez-sdp      1.4
bluez-utils    2.3
patch-2.4.22-mh1

I had it working in the past, though. But after a while it stopped
functioning. So I guess something must have changed in the meanwhile.
I'm not sure what, though.

As for the 'bind' solution. The 'rfcomm bind <hw> <channel>' works, but
then the pppd daemon complains about /dev/rfcomm1 not existing ...

Any advice on how I can gather more information (hcidump)?

Regards,
Johan

-- 
Johan Van den Brande





-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Palm connection problems.
  2004-08-02  8:50 Johan Van den Brande
@ 2004-08-02  8:56 ` Bc. Michal Semler
  0 siblings, 0 replies; 5+ messages in thread
From: Bc. Michal Semler @ 2004-08-02  8:56 UTC (permalink / raw)
  To: bluez-users

Hi,

at first upgrade to latest utils,libs and mh patch and try again

Michal

Dne po 2. srpna 2004 10:50 Johan Van den Brande napsal(a):
> Marcal, Virat,
>
> Thanks for the replies!
>
> /dev/rfcomm0 exists:
>
> johan@questor:/tmp/bt> stat /dev/rfcomm0
>   File: "/dev/rfcomm0"
>   Size: 0               Blocks: 0          IO Block: 4096   Character
> Device Device: 303h/771d       Inode: 146053      Links: 1     Device type:
> d8,0 Access: (0666/crw-rw-rw-)  Uid: (    0/    root)   Gid: (    0/   
> root) Access: Fri Jul  9 00:05:38 2004
> Modify: Fri Jul  9 00:05:38 2004
> Change: Fri Jul  9 00:05:58 2004
>
> (as does 1-255)
>
> The versions I'm using are:
> bluez-fw       0.9
> bluez-hcidump  1.5
> bluez-hciemu   1.0
> bluez-libs     2.4
> bluez-pan      1.1
> bluez-sdp      1.4
> bluez-utils    2.3
> patch-2.4.22-mh1
>
> I had it working in the past, though. But after a while it stopped
> functioning. So I guess something must have changed in the meanwhile.
> I'm not sure what, though.
>
> As for the 'bind' solution. The 'rfcomm bind <hw> <channel>' works, but
> then the pppd daemon complains about /dev/rfcomm1 not existing ...
>
> Any advice on how I can gather more information (hcidump)?
>
> Regards,
> Johan


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2004-08-02  8:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-30  0:00 [Bluez-users] Palm connection problems Johan Van den Brande
2004-07-30  9:17 ` Marcel Holtmann
2004-07-30 14:36 ` Virat Gohil
  -- strict thread matches above, loose matches on Subject: below --
2004-08-02  8:50 Johan Van den Brande
2004-08-02  8:56 ` Bc. Michal Semler

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