* [Bluez-devel] About new hardware testing
@ 2005-02-20 15:34 Mike Lee
2005-02-20 15:39 ` Peter Wippich
0 siblings, 1 reply; 6+ messages in thread
From: Mike Lee @ 2005-02-20 15:34 UTC (permalink / raw)
To: bluez-devel
Dear All
I am now testing new hardware in ARM9 platform with CSR bluetooth
module. After i hciattach with 921600 baud rate, I can see the Build
ID of CSR. But when i use hciconfig, i can not see any device.
Could anybody suggest me a way to find out the hardware error. Is
there any debug version of bluez util?
Thank a lot
best regard
--
-------------------------------------------------------
Mike Lee
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [Bluez-devel] About new hardware testing 2005-02-20 15:34 [Bluez-devel] About new hardware testing Mike Lee @ 2005-02-20 15:39 ` Peter Wippich 2005-02-20 15:51 ` Mike Lee 0 siblings, 1 reply; 6+ messages in thread From: Peter Wippich @ 2005-02-20 15:39 UTC (permalink / raw) To: bluez-devel Hi Mike, have you started hcid ?? Or do "hciconfig hci0 up". Ciao, Peter On Sun, 20 Feb 2005, Mike Lee wrote: > Dear All > I am now testing new hardware in ARM9 platform with CSR bluetooth > module. After i hciattach with 921600 baud rate, I can see the Build > ID of CSR. But when i use hciconfig, i can not see any device. > Could anybody suggest me a way to find out the hardware error. Is > there any debug version of bluez util? > > Thank a lot > best regard > -- > ------------------------------------------------------- > Mike Lee > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel > | Peter Wippich Voice: +49 30 46776411 | | G&W Instruments GmbH fax: +49 30 46776419 | | Gustav-Meyer-Allee 25, Geb. 12 Email: pewi@gw-instruments.de | | D-13355 Berlin / Germany | ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] About new hardware testing 2005-02-20 15:39 ` Peter Wippich @ 2005-02-20 15:51 ` Mike Lee 2005-02-20 16:04 ` Peter Wippich 0 siblings, 1 reply; 6+ messages in thread From: Mike Lee @ 2005-02-20 15:51 UTC (permalink / raw) To: bluez-devel Dear Peter Yes, i have done that. best regard Mike,Lee On Sun, 20 Feb 2005 16:39:49 +0100 (CET), Peter Wippich <pewi@gw-instruments.de> wrote: > > Hi Mike, > > have you started hcid ?? Or do "hciconfig hci0 up". > > Ciao, > > Peter > > > On Sun, 20 Feb 2005, Mike Lee wrote: > > > Dear All > > I am now testing new hardware in ARM9 platform with CSR bluetooth > > module. After i hciattach with 921600 baud rate, I can see the Build > > ID of CSR. But when i use hciconfig, i can not see any device. > > Could anybody suggest me a way to find out the hardware error. Is > > there any debug version of bluez util? > > > > Thank a lot > > best regard > > -- > > ------------------------------------------------------- > > Mike Lee > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Bluez-devel mailing list > > Bluez-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > > > > | Peter Wippich Voice: +49 30 46776411 | > | G&W Instruments GmbH fax: +49 30 46776419 | > | Gustav-Meyer-Allee 25, Geb. 12 Email: pewi@gw-instruments.de | > | D-13355 Berlin / Germany | > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel > -- ------------------------------------------------------- Mike Lee ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] About new hardware testing 2005-02-20 15:51 ` Mike Lee @ 2005-02-20 16:04 ` Peter Wippich 2005-02-20 16:33 ` Mike Lee 0 siblings, 1 reply; 6+ messages in thread From: Peter Wippich @ 2005-02-20 16:04 UTC (permalink / raw) To: bluez-devel Hi Mike, I remember we initialy had a problem to get the right default pass for hcid.conf when cross compiling. Try to start hcid with -f [config-file] to make sure it starts with the right configuration file. Does "hciconfig hci0 up" work ?? I use hciattach /dev/ttyS1 -s 115200 csr 921600 flow to attach the bluetooth device (CSR with HCI connected to an ARM). Hope this help, Peter On Sun, 20 Feb 2005, Mike Lee wrote: > Dear Peter > > Yes, i have done that. > > best regard > Mike,Lee > > > On Sun, 20 Feb 2005 16:39:49 +0100 (CET), Peter Wippich > <pewi@gw-instruments.de> wrote: > > > > Hi Mike, > > > > have you started hcid ?? Or do "hciconfig hci0 up". > > > > Ciao, > > > > Peter > > > > > > On Sun, 20 Feb 2005, Mike Lee wrote: > > > > > Dear All > > > I am now testing new hardware in ARM9 platform with CSR bluetooth > > > module. After i hciattach with 921600 baud rate, I can see the Build > > > ID of CSR. But when i use hciconfig, i can not see any device. > > > Could anybody suggest me a way to find out the hardware error. Is > > > there any debug version of bluez util? > > > > > > Thank a lot > > > best regard > > > -- > > > ------------------------------------------------------- > > > Mike Lee > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > Bluez-devel mailing list > > > Bluez-devel@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > > > > > > > | Peter Wippich Voice: +49 30 46776411 | > > | G&W Instruments GmbH fax: +49 30 46776419 | > > | Gustav-Meyer-Allee 25, Geb. 12 Email: pewi@gw-instruments.de | > > | D-13355 Berlin / Germany | > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Bluez-devel mailing list > > Bluez-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/bluez-devel > > > > > -- > ------------------------------------------------------- > Mike Lee > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Bluez-devel mailing list > Bluez-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-devel > | Peter Wippich Voice: +49 30 46776411 | | G&W Instruments GmbH fax: +49 30 46776419 | | Gustav-Meyer-Allee 25, Geb. 12 Email: pewi@gw-instruments.de | | D-13355 Berlin / Germany | ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] About new hardware testing 2005-02-20 16:04 ` Peter Wippich @ 2005-02-20 16:33 ` Mike Lee 2005-02-21 22:58 ` Marcel Holtmann 0 siblings, 1 reply; 6+ messages in thread From: Mike Lee @ 2005-02-20 16:33 UTC (permalink / raw) To: bluez-devel Dear Peter > I remember we initialy had a problem to get the right default pass for > hcid.conf when cross compiling. I will try this > Does "hciconfig hci0 up" work ?? Because i do not get any info from hciconfig. I can not "up" the device. > > I use > hciattach /dev/ttyS1 -s 115200 csr 921600 flow > to attach the bluetooth device (CSR with HCI connected to an ARM). My script is like that hciattach /dev/ttyS1 -s 921600 csr 921600 flow. But it works on my development board, so i don't think it is the problem. > Thanks for helping best regard Mike,Lee ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] About new hardware testing 2005-02-20 16:33 ` Mike Lee @ 2005-02-21 22:58 ` Marcel Holtmann 0 siblings, 0 replies; 6+ messages in thread From: Marcel Holtmann @ 2005-02-21 22:58 UTC (permalink / raw) To: BlueZ Mailing List Hi Mike, > > I remember we initialy had a problem to get the right default pass for > > hcid.conf when cross compiling. > I will try this > > Does "hciconfig hci0 up" work ?? > Because i do not get any info from hciconfig. I can not "up" the device. > > > > I use > > hciattach /dev/ttyS1 -s 115200 csr 921600 flow > > to attach the bluetooth device (CSR with HCI connected to an ARM). > > My script is like that hciattach /dev/ttyS1 -s 921600 csr 921600 > flow. But it works on my development board, so i don't think it is the > problem. I think you should add a lot of printf to the hciattach to see where it fails. If the hci0 device is not created (hciconfig shows nothing) then the line discipline of ttyS1 is never changed to HCI. Regards Marcel ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-02-21 22:58 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-02-20 15:34 [Bluez-devel] About new hardware testing Mike Lee 2005-02-20 15:39 ` Peter Wippich 2005-02-20 15:51 ` Mike Lee 2005-02-20 16:04 ` Peter Wippich 2005-02-20 16:33 ` Mike Lee 2005-02-21 22:58 ` Marcel Holtmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox