All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xamindar <junkxamindar@gmail.com>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Is this list dead? Here is my problem...
Date: Wed, 07 Feb 2007 11:35:19 -0800	[thread overview]
Message-ID: <45CA29F7.6070607@gmail.com> (raw)
In-Reply-To: <5b9417770702071127t4dcc7835h2e860b7992e2bb0c@mail.gmail.com>

John H. wrote:
> First off, are you sure that's the DUN channel?
>   
Well, it looks like it according to the following I think.  But I hope I
am wrong ;)

[code]white-rabbit xamindar # sdptool browse 00:12:56:5A:92:59
Browsing 00:12:56:5A:92:59 ...
Service Name: OBEX Object Push
Service RecHandle: 0x10000
Service Class ID List:
  "OBEX Object Push" (0x1105)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 6
  "OBEX" (0x0008)
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "OBEX Object Push" (0x1105)
    Version: 0x0100

Service Name: OBEX File Transfer
Service RecHandle: 0x10001
Service Class ID List:
  "OBEX File Transfer" (0x1106)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 7
  "OBEX" (0x0008)
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "OBEX File Transfer" (0x1106)
    Version: 0x0100

Service Name: LG Sync SPP
Service RecHandle: 0x10002
Service Class ID List:
  "Serial Port" (0x1101)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 16
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "Serial Port" (0x1101)
    Version: 0x0100

Service Name: AV Audio Source
Service RecHandle: 0x10003
Service Class ID List:
  "Audio Source" (0x110a)
Protocol Descriptor List:
  "L2CAP" (0x0100)
    PSM: 25
  "AVDTP" (0x0019)
    uint16: 0x100
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "Advanced Audio" (0x110d)
    Version: 0x0100

Service Name: AV Remote Control Target
Service RecHandle: 0x10004
Service Class ID List:
  "AV Remote Target" (0x110c)
Protocol Descriptor List:
  "L2CAP" (0x0100)
    PSM: 23
  "AVCTP" (0x0017)
    uint16: 0x100
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "AV Remote" (0x110e)
    Version: 0x0100

Service Name: Audio Gateway
Service RecHandle: 0x10005
Service Class ID List:
  "Headset Audio Gateway" (0x1112)
  "Generic Audio" (0x1203)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 3
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "Headset" (0x1108)
    Version: 0x0100

Service Name: Audio Gateway
Service RecHandle: 0x10006
Service Class ID List:
  "Handfree Audio Gateway" (0x111f)
  "Generic Audio" (0x1203)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 4
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "Handsfree" (0x111e)
    Version: 0x0101

Service Name: QC Dial-up Networking
Service RecHandle: 0x10007
Service Class ID List:
  "Dialup Networking" (0x1103)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 8
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "Dialup Networking" (0x1103)
    Version: 0x0100

white-rabbit xamindar #
[/code]
>
> On 2/7/07, Xamindar <junkxamindar@gmail.com> wrote:
>   
>> Thanks for the replies.  I guess I'll go ahead and ask my question here
>> and then go try the irc channel as well.  On Freenode right?
>>
>> I am trying to get dail up working between my phone and gentoo linux via
>> bluetooth.  I have so far been unsuccessful.
>> I can scan and see my phone but my phone is not able at this time to see
>> my laptop on a scan.
>>
>> [code]
>> white-rabbit xamindar # hciconfig
>> hci0:   Type: USB
>>         BD Address: 00:16:CF:D7:AE:62 ACL MTU: 1017:8 SCO MTU: 64:0
>>         UP RUNNING PSCAN
>>         RX bytes:405 acl:0 sco:0 events:18 errors:0
>>         TX bytes:320 acl:0 sco:0 commands:18 errors:0
>>
>> white-rabbit xamindar # hcitool scan
>> Scanning ...
>>         00:17:5C:00:68:5F       Sidekick
>>         00:12:56:5A:92:59       Jared`s LG CU500
>> white-rabbit xamindar #
>> [/code]
>>
>>
>> I have rfcomm.conf set up to bind to my phone's MAC on channel 8.  I
>> found out that channel 8 is the "QC Dial-up Networking" service on my
>> phone by running "sdptool browse 00:12:56:5a:92:59".
>>
>> [code]
>> white-rabbit xamindar # cat /etc/bluetooth/rfcomm.conf
>> rfcomm0 {
>>         bind yes;
>>         device 00:12:56:5a:92:59;
>>         channel 8;
>>         comment "Jared`s LG CU500";
>> }
>> white-rabbit xamindar # rfcomm
>> rfcomm0: 00:12:56:5A:92:59 channel 8 clean
>> [/code]
>>
>> At this point everything looks good but for some reason I am unable to
>> get any actual communication to work.  I get the following error when
>> testing the rfcomm connection:
>>
>> white-rabbit xamindar # rfcomm connect 0
>> Can't create RFCOMM TTY: Address already in use
>>
>> I seem to not be able to send files to my phone either so it seems that
>> bluetooth on my laptop is completely broken.  I have set up this same
>> thing on a friend's ubuntu installation and got it working in about 15
>> minutes.  I don't get it.
>>
>> Thanks for any help and pointers on this guys.
>>
>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job easier.
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Bluez-users mailing list
>> Bluez-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bluez-users
>>
>>     
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>   


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

  reply	other threads:[~2007-02-07 19:35 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-07 17:00 [Bluez-users] Is this list dead? Xamindar
2007-02-07 17:26 ` John H.
2007-02-07 17:27 ` robert
2007-02-07 18:35   ` Marco Pracucci
2007-02-07 19:16     ` [Bluez-users] Is this list dead? Here is my problem Xamindar
2007-02-07 19:27       ` John H.
2007-02-07 19:35         ` Xamindar [this message]
2007-02-07 20:06           ` John H.
2007-02-07 21:42             ` Xamindar
2007-02-08  3:50               ` John H.
2007-02-08  4:10                 ` Mahesh T. Pai
2007-02-08  4:18                 ` Xamindar
2007-02-08  5:15                   ` John H.
2007-02-08  6:13                     ` Xamindar
2007-02-08  6:16                       ` John H.
2007-02-08  8:53                         ` Xamindar
2007-02-08 19:09                           ` John H.
2007-02-08 20:03               ` Anssi Saari
2007-02-09 19:59                 ` Xamindar
2007-02-10  0:16               ` Michael Mauch
2007-02-10 23:02                 ` Xamindar
2007-02-10 23:32                 ` Xamindar
2007-02-07 19:36         ` Xamindar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45CA29F7.6070607@gmail.com \
    --to=junkxamindar@gmail.com \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.