2007-08-01 08:51:38

by Hamid MENOUAR

[permalink] [raw]
Subject: [Bluez-users] Module bluez not found

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users


2007-08-06 16:31:54

by Hamid MENOUAR

[permalink] [raw]
Subject: Re: [Bluez-users] Module bluez not found

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 <[email protected]> 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 <[email protected]> wrote:
> > what is the output of hciconfig
> >
> >
> > On 8/3/07, Hamid MENOUAR <[email protected]> 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 < [email protected]> 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 < [email protected]> 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
> > > > > [email protected]
> > > > >
> > 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
> > > > [email protected]
> > > >
> > 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
> > > [email protected]
> > > 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
> > [email protected]
> > 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2007-08-03 07:11:08

by Hamid MENOUAR

[permalink] [raw]
Subject: Re: [Bluez-users] Module bluez not found

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 <[email protected]> wrote:
> what is the output of hciconfig
>
>
> On 8/3/07, Hamid MENOUAR <[email protected]> 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 < [email protected]> 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 < [email protected]> 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
> > > > [email protected]
> > > >
> 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
> > > [email protected]
> > >
> 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
> > [email protected]
> > 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
> [email protected]
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2007-08-03 06:30:44

by siddhant tewari

[permalink] [raw]
Subject: Re: [Bluez-users] Module bluez not found

what is the output of hciconfig

On 8/3/07, Hamid MENOUAR <[email protected]> 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 <[email protected]> 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 < [email protected]> 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
> > > [email protected]
> > > 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
> > [email protected]
> > 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>


Attachments:
(No filename) (2.74 kB)
(No filename) (4.01 kB)
(No filename) (315.00 B)
(No filename) (164.00 B)
Download all attachments

2007-08-03 06:27:45

by Hamid MENOUAR

[permalink] [raw]
Subject: Re: [Bluez-users] Module bluez not found

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 <[email protected]> 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 < [email protected]> 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
> > [email protected]
> > 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
> [email protected]
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2007-08-01 10:45:07

by siddhant tewari

[permalink] [raw]
Subject: Re: [Bluez-users] Module bluez not found

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 <[email protected]> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>


Attachments:
(No filename) (1.26 kB)
(No filename) (1.81 kB)
(No filename) (315.00 B)
(No filename) (164.00 B)
Download all attachments