* [Bluez-users] Module bluez not found
@ 2007-08-01 8:51 Hamid MENOUAR
2007-08-01 10:45 ` siddhant tewari
2007-08-01 12:52 ` Timothy Murphy
0 siblings, 2 replies; 8+ messages in thread
From: Hamid MENOUAR @ 2007-08-01 8:51 UTC (permalink / raw)
To: BlueZ users
Dear all,
In order to use Bluez to connect some bluetooth device on my computer,
I have installed on my Linux FC2 the four following packages
(bluez-libs, bluez-utils, bluez-firmware, bluez-hcidump).
And, when trying to load the Bluez module manually by doing "modprobe
bluez" it says "FATAL: Module bluez not found."
Could anyone help me to explain and solve this?
Thank you in advance,
Menouar
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Module bluez not found
2007-08-01 8:51 [Bluez-users] Module bluez not found Hamid MENOUAR
@ 2007-08-01 10:45 ` siddhant tewari
2007-08-03 6:27 ` Hamid MENOUAR
2007-08-01 12:52 ` Timothy Murphy
1 sibling, 1 reply; 8+ messages in thread
From: siddhant tewari @ 2007-08-01 10:45 UTC (permalink / raw)
To: BlueZ users
[-- Attachment #1.1: Type: text/plain, Size: 1292 bytes --]
u should try
modprobe hci_usb
modprobe rfcomm
then run
hciconfig hci0 up (only one dongle attached)
then
hcitool scan (if near by devices are scanned succesfully then part of
bluetooth system is working fine)
now for sending and recieving files you should try searching in mail
archive.....
regards
siddhant
On 8/1/07, Hamid MENOUAR <menouar@gmail.com> wrote:
>
> Dear all,
>
> In order to use Bluez to connect some bluetooth device on my computer,
> I have installed on my Linux FC2 the four following packages
> (bluez-libs, bluez-utils, bluez-firmware, bluez-hcidump).
>
> And, when trying to load the Bluez module manually by doing "modprobe
> bluez" it says "FATAL: Module bluez not found."
>
> Could anyone help me to explain and solve this?
>
> Thank you in advance,
> Menouar
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
[-- Attachment #1.2: Type: text/html, Size: 1855 bytes --]
[-- Attachment #2: Type: text/plain, Size: 315 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Module bluez not found
2007-08-01 8:51 [Bluez-users] Module bluez not found Hamid MENOUAR
2007-08-01 10:45 ` siddhant tewari
@ 2007-08-01 12:52 ` Timothy Murphy
2007-08-03 6:32 ` Hamid MENOUAR
1 sibling, 1 reply; 8+ messages in thread
From: Timothy Murphy @ 2007-08-01 12:52 UTC (permalink / raw)
To: bluez-users
Hamid MENOUAR wrote:
> Dear all,
>
> In order to use Bluez to connect some bluetooth device on my computer,
> I have installed on my Linux FC2 the four following packages
> (bluez-libs, bluez-utils, bluez-firmware, bluez-hcidump).
>
> And, when trying to load the Bluez module manually by doing "modprobe
> bluez" it says "FATAL: Module bluez not found."
>
> Could anyone help me to explain and solve this?
Why do you think the module is called bluez?
Assuming you are using Fedora you can simply say (as root)
"service bluetooth restart".
Ps FC2 is very old.
You could get more advice from the Fedora list
if you ran Fedora-7 (or even FC6).
--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Module bluez not found
2007-08-01 10:45 ` siddhant tewari
@ 2007-08-03 6:27 ` Hamid MENOUAR
2007-08-03 6:30 ` siddhant tewari
0 siblings, 1 reply; 8+ messages in thread
From: Hamid MENOUAR @ 2007-08-03 6:27 UTC (permalink / raw)
To: BlueZ users
Thank you for your answer.
Even when doing that, still no devices is detected when scanning
(hcitool scan) !!
Regards,
Menouar
On 8/1/07, siddhant tewari <siddhant.tewari@gmail.com> wrote:
> u should try
> modprobe hci_usb
> modprobe rfcomm
>
> then run
> hciconfig hci0 up (only one dongle attached)
>
> then
> hcitool scan (if near by devices are scanned succesfully then part of
> bluetooth system is working fine)
>
> now for sending and recieving files you should try searching in mail
> archive.....
>
> regards
> siddhant
>
>
>
> On 8/1/07, Hamid MENOUAR < menouar@gmail.com> wrote:
> >
> > Dear all,
> >
> > In order to use Bluez to connect some bluetooth device on my computer,
> > I have installed on my Linux FC2 the four following packages
> > (bluez-libs, bluez-utils, bluez-firmware, bluez-hcidump).
> >
> > And, when trying to load the Bluez module manually by doing "modprobe
> > bluez" it says "FATAL: Module bluez not found."
> >
> > Could anyone help me to explain and solve this?
> >
> > Thank you in advance,
> > Menouar
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems? Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Module bluez not found
2007-08-03 6:27 ` Hamid MENOUAR
@ 2007-08-03 6:30 ` siddhant tewari
2007-08-03 7:11 ` Hamid MENOUAR
0 siblings, 1 reply; 8+ messages in thread
From: siddhant tewari @ 2007-08-03 6:30 UTC (permalink / raw)
To: BlueZ users
[-- Attachment #1.1: Type: text/plain, Size: 2806 bytes --]
what is the output of hciconfig
On 8/3/07, Hamid MENOUAR <menouar@gmail.com> wrote:
>
> Thank you for your answer.
>
> Even when doing that, still no devices is detected when scanning
> (hcitool scan) !!
>
> Regards,
> Menouar
>
> On 8/1/07, siddhant tewari <siddhant.tewari@gmail.com> wrote:
> > u should try
> > modprobe hci_usb
> > modprobe rfcomm
> >
> > then run
> > hciconfig hci0 up (only one dongle attached)
> >
> > then
> > hcitool scan (if near by devices are scanned succesfully then part of
> > bluetooth system is working fine)
> >
> > now for sending and recieving files you should try searching in mail
> > archive.....
> >
> > regards
> > siddhant
> >
> >
> >
> > On 8/1/07, Hamid MENOUAR < menouar@gmail.com> wrote:
> > >
> > > Dear all,
> > >
> > > In order to use Bluez to connect some bluetooth device on my computer,
> > > I have installed on my Linux FC2 the four following packages
> > > (bluez-libs, bluez-utils, bluez-firmware, bluez-hcidump).
> > >
> > > And, when trying to load the Bluez module manually by doing "modprobe
> > > bluez" it says "FATAL: Module bluez not found."
> > >
> > > Could anyone help me to explain and solve this?
> > >
> > > Thank you in advance,
> > > Menouar
> > >
> > >
> >
> -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc.
> > > Still grepping through log files to find problems? Stop.
> > > Now Search log events and configuration files using AJAX and a
> browser.
> > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > _______________________________________________
> > > Bluez-users mailing list
> > > Bluez-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/bluez-users
> > >
> >
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems? Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
[-- Attachment #1.2: Type: text/html, Size: 4104 bytes --]
[-- Attachment #2: Type: text/plain, Size: 315 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Module bluez not found
2007-08-01 12:52 ` Timothy Murphy
@ 2007-08-03 6:32 ` Hamid MENOUAR
0 siblings, 0 replies; 8+ messages in thread
From: Hamid MENOUAR @ 2007-08-03 6:32 UTC (permalink / raw)
To: BlueZ users
"service bluetooth restart" works well but still no bluetooth device
is detected when scanning ...
You're right, FC2 is very old, but I need to use this old version for
some reasons. I will try my USB bluetooth adapter with some newer FC
just to see and I will tel you !
Regards,
Menouar
On 8/1/07, Timothy Murphy <tim@birdsnest.maths.tcd.ie> wrote:
> Hamid MENOUAR wrote:
>
> > Dear all,
> >
> > In order to use Bluez to connect some bluetooth device on my computer,
> > I have installed on my Linux FC2 the four following packages
> > (bluez-libs, bluez-utils, bluez-firmware, bluez-hcidump).
> >
> > And, when trying to load the Bluez module manually by doing "modprobe
> > bluez" it says "FATAL: Module bluez not found."
> >
> > Could anyone help me to explain and solve this?
>
> Why do you think the module is called bluez?
>
> Assuming you are using Fedora you can simply say (as root)
> "service bluetooth restart".
>
> Ps FC2 is very old.
> You could get more advice from the Fedora list
> if you ran Fedora-7 (or even FC6).
>
> --
> Timothy Murphy
> e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
> tel: +353-86-2336090, +353-1-2842366
> s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Module bluez not found
2007-08-03 6:30 ` siddhant tewari
@ 2007-08-03 7:11 ` Hamid MENOUAR
2007-08-06 16:31 ` Hamid MENOUAR
0 siblings, 1 reply; 8+ messages in thread
From: Hamid MENOUAR @ 2007-08-03 7:11 UTC (permalink / raw)
To: BlueZ users
Here is the output
[root@localhost root]# modprobe hci_usb
[root@localhost root]# modprobe rfcomm
[root@localhost root]# hciconfig hci0 up
[root@localhost root]# hciconfig
hci0: Type: USB
BD Address: 00:16:38:CA:56:A8 ACL MTU: 1017:8 SCO MTU: 64:1
UP RUNNING
RX bytes:195 acl:0 sco:0 events:29 errors:0
TX bytes:886 acl:0 sco:0 commands:29 errors:0
[root@localhost root]# hcitool scan
Scanning ...
Inquiry failed: Connection timed out
[root@localhost root]#
On 8/3/07, siddhant tewari <siddhant.tewari@gmail.com> wrote:
> what is the output of hciconfig
>
>
> On 8/3/07, Hamid MENOUAR <menouar@gmail.com> wrote:
> >
> > Thank you for your answer.
> >
> > Even when doing that, still no devices is detected when scanning
> > (hcitool scan) !!
> >
> > Regards,
> > Menouar
> >
> > On 8/1/07, siddhant tewari < siddhant.tewari@gmail.com> wrote:
> > > u should try
> > > modprobe hci_usb
> > > modprobe rfcomm
> > >
> > > then run
> > > hciconfig hci0 up (only one dongle attached)
> > >
> > > then
> > > hcitool scan (if near by devices are scanned succesfully then part of
> > > bluetooth system is working fine)
> > >
> > > now for sending and recieving files you should try searching in mail
> > > archive.....
> > >
> > > regards
> > > siddhant
> > >
> > >
> > >
> > > On 8/1/07, Hamid MENOUAR < menouar@gmail.com> wrote:
> > > >
> > > > Dear all,
> > > >
> > > > In order to use Bluez to connect some bluetooth device on my computer,
> > > > I have installed on my Linux FC2 the four following packages
> > > > (bluez-libs, bluez-utils, bluez-firmware, bluez-hcidump).
> > > >
> > > > And, when trying to load the Bluez module manually by doing "modprobe
> > > > bluez" it says "FATAL: Module bluez not found."
> > > >
> > > > Could anyone help me to explain and solve this?
> > > >
> > > > Thank you in advance,
> > > > Menouar
> > > >
> > > >
> > >
> -------------------------------------------------------------------------
> > > > This SF.net email is sponsored by: Splunk Inc.
> > > > Still grepping through log files to find problems? Stop.
> > > > Now Search log events and configuration files using AJAX and a
> browser.
> > > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > > _______________________________________________
> > > > Bluez-users mailing list
> > > > Bluez-users@lists.sourceforge.net
> > > >
> https://lists.sourceforge.net/lists/listinfo/bluez-users
> > > >
> > >
> > >
> > >
> -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc.
> > > Still grepping through log files to find problems? Stop.
> > > Now Search log events and configuration files using AJAX and a browser.
> > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > _______________________________________________
> > > Bluez-users mailing list
> > > Bluez-users@lists.sourceforge.net
> > >
> https://lists.sourceforge.net/lists/listinfo/bluez-users
> > >
> > >
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems? Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Module bluez not found
2007-08-03 7:11 ` Hamid MENOUAR
@ 2007-08-06 16:31 ` Hamid MENOUAR
0 siblings, 0 replies; 8+ messages in thread
From: Hamid MENOUAR @ 2007-08-06 16:31 UTC (permalink / raw)
To: BlueZ users
I tried with FC4 and with Debian as well and I got the same thing,
> [hmeno@dhcp28 hmeno]$ hcitool scan
> Scanning ...
> Inquiry failed: Connection timed out
I think some thing is missing in my installation way or my USB adaptor
which is not working well, but I have already tried id with Windows
and it worked very well !!
So, can somebody help me and explain me, step by step, how to make
bluez (or how to make my bluetooth USB adaptor) works ?
Thank you very much for your help,
Menouar
On 8/3/07, Hamid MENOUAR <menouar@gmail.com> wrote:
> Here is the output
>
> [root@localhost root]# modprobe hci_usb
> [root@localhost root]# modprobe rfcomm
> [root@localhost root]# hciconfig hci0 up
> [root@localhost root]# hciconfig
> hci0: Type: USB
> BD Address: 00:16:38:CA:56:A8 ACL MTU: 1017:8 SCO MTU: 64:1
> UP RUNNING
> RX bytes:195 acl:0 sco:0 events:29 errors:0
> TX bytes:886 acl:0 sco:0 commands:29 errors:0
>
> [root@localhost root]# hcitool scan
> Scanning ...
> Inquiry failed: Connection timed out
> [root@localhost root]#
>
>
>
> On 8/3/07, siddhant tewari <siddhant.tewari@gmail.com> wrote:
> > what is the output of hciconfig
> >
> >
> > On 8/3/07, Hamid MENOUAR <menouar@gmail.com> wrote:
> > >
> > > Thank you for your answer.
> > >
> > > Even when doing that, still no devices is detected when scanning
> > > (hcitool scan) !!
> > >
> > > Regards,
> > > Menouar
> > >
> > > On 8/1/07, siddhant tewari < siddhant.tewari@gmail.com> wrote:
> > > > u should try
> > > > modprobe hci_usb
> > > > modprobe rfcomm
> > > >
> > > > then run
> > > > hciconfig hci0 up (only one dongle attached)
> > > >
> > > > then
> > > > hcitool scan (if near by devices are scanned succesfully then part of
> > > > bluetooth system is working fine)
> > > >
> > > > now for sending and recieving files you should try searching in mail
> > > > archive.....
> > > >
> > > > regards
> > > > siddhant
> > > >
> > > >
> > > >
> > > > On 8/1/07, Hamid MENOUAR < menouar@gmail.com> wrote:
> > > > >
> > > > > Dear all,
> > > > >
> > > > > In order to use Bluez to connect some bluetooth device on my computer,
> > > > > I have installed on my Linux FC2 the four following packages
> > > > > (bluez-libs, bluez-utils, bluez-firmware, bluez-hcidump).
> > > > >
> > > > > And, when trying to load the Bluez module manually by doing "modprobe
> > > > > bluez" it says "FATAL: Module bluez not found."
> > > > >
> > > > > Could anyone help me to explain and solve this?
> > > > >
> > > > > Thank you in advance,
> > > > > Menouar
> > > > >
> > > > >
> > > >
> > -------------------------------------------------------------------------
> > > > > This SF.net email is sponsored by: Splunk Inc.
> > > > > Still grepping through log files to find problems? Stop.
> > > > > Now Search log events and configuration files using AJAX and a
> > browser.
> > > > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > > > _______________________________________________
> > > > > Bluez-users mailing list
> > > > > Bluez-users@lists.sourceforge.net
> > > > >
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> > > > >
> > > >
> > > >
> > > >
> > -------------------------------------------------------------------------
> > > > This SF.net email is sponsored by: Splunk Inc.
> > > > Still grepping through log files to find problems? Stop.
> > > > Now Search log events and configuration files using AJAX and a browser.
> > > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > > _______________________________________________
> > > > Bluez-users mailing list
> > > > Bluez-users@lists.sourceforge.net
> > > >
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> > > >
> > > >
> > >
> > >
> > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc.
> > > Still grepping through log files to find problems? Stop.
> > > Now Search log events and configuration files using AJAX and a browser.
> > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > _______________________________________________
> > > Bluez-users mailing list
> > > Bluez-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/bluez-users
> > >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems? Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
> >
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-08-06 16:31 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-01 8:51 [Bluez-users] Module bluez not found Hamid MENOUAR
2007-08-01 10:45 ` siddhant tewari
2007-08-03 6:27 ` Hamid MENOUAR
2007-08-03 6:30 ` siddhant tewari
2007-08-03 7:11 ` Hamid MENOUAR
2007-08-06 16:31 ` Hamid MENOUAR
2007-08-01 12:52 ` Timothy Murphy
2007-08-03 6:32 ` Hamid MENOUAR
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox