* [Bluez-users] hid2hci: No devices in HCI mode found
@ 2004-10-08 10:09 Sven Ehret
2004-10-08 11:22 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Sven Ehret @ 2004-10-08 10:09 UTC (permalink / raw)
To: bluez-users
running Gentoo Linux. I searched the web like crazy but did not get
much or even helpful information.
# uname -a
Linux svens-gentoo-buechse 2.6.9-rc2 #3 Wed Oct 6 19:34:44 CEST 2004
i686 Intel(R) Pentium(R) 4 CPU 2.53GHz GenuineIntel GNU/Linux
# hciconfig
hci0: Type: USB
BD Address: 00:0A:3A:51:F6:C7 ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:84009 acl:1345 sco:0 events:8445 errors:0
TX bytes:1274818 acl:8338 sco:0 commands:66 errors:0
# lsmod
Module Size Used by
hidp 11008 2
l2cap 18692 10 rfcomm,hidp
ohci_hcd 18052 0
ehci_hcd 25348 0
uhci_hcd 27664 0
8139cp 15360 0
via_agp 7040 1
firmware_class 7168 1 bcm203x
hci_usb 8448 2
usbcore 95204 7 ohci_hcd,ehci_hcd,uhci_hcd,bcm203x,hci_usb
nvidia 4810516 12
8139too 19456 0
mii 3968 2 8139cp,8139too
(some modules not listed for clarity)
I'm thankful for any hints, as usual.
--
Sven Ehret
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [Bluez-users] hid2hci: No devices in HCI mode found
2004-10-08 10:09 [Bluez-users] hid2hci: No devices in HCI mode found Sven Ehret
@ 2004-10-08 11:22 ` Marcel Holtmann
2004-10-08 13:43 ` Alberto Garcia Hierro
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2004-10-08 11:22 UTC (permalink / raw)
To: Sven Ehret; +Cc: BlueZ Mailing List
Hi Sven,
> running Gentoo Linux. I searched the web like crazy but did not get
> much or even helpful information.
don't care about that message, because not so much people have a HID
Proxy Bluetooth dongle. Talk to the Gentoo package maintainer and tell
him/her to use the -q switch to suppress this message.
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] hid2hci: No devices in HCI mode found
2004-10-08 11:22 ` Marcel Holtmann
@ 2004-10-08 13:43 ` Alberto Garcia Hierro
2004-10-08 14:49 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Alberto Garcia Hierro @ 2004-10-08 13:43 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1: Type: text/plain, Size: 717 bytes --]
El Viernes, 8 de Octubre de 2004 13:22, Marcel Holtmann escribió:
> Hi Sven,
>
> > running Gentoo Linux. I searched the web like crazy but did not get
> > much or even helpful information.
>
> don't care about that message, because not so much people have a HID
> Proxy Bluetooth dongle. Talk to the Gentoo package maintainer and tell
> him/her to use the -q switch to suppress this message.
Hi Sven and Marcel,
I think there isn't any problems in the Gentoo package. I'm pretty sure the
problem is a bad configuration. Change HID2DCI_ENABLE=true to
HID2DCI_ENABLE=false in /etc/conf.d/bluetooth and the message will
dissappear.
Regards,
Alberto
--
/* Alberto García Hierro (Skyhusker) */
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] hid2hci: No devices in HCI mode found
2004-10-08 13:43 ` Alberto Garcia Hierro
@ 2004-10-08 14:49 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2004-10-08 14:49 UTC (permalink / raw)
To: Alberto Garcia Hierro; +Cc: BlueZ Mailing List
Hi Alberto,
> I think there isn't any problems in the Gentoo package. I'm pretty sure the
> problem is a bad configuration. Change HID2DCI_ENABLE=true to
> HID2DCI_ENABLE=false in /etc/conf.d/bluetooth and the message will
> dissappear.
actually it is safe to run hid2hci every time at boot even if you don't
own a HID Proxy Bluetooth dongle, but in that case you shouldn't see any
error messages. So using the -q switch is better.
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-10-08 14:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-08 10:09 [Bluez-users] hid2hci: No devices in HCI mode found Sven Ehret
2004-10-08 11:22 ` Marcel Holtmann
2004-10-08 13:43 ` Alberto Garcia Hierro
2004-10-08 14:49 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox