2006-01-25 16:53:30

by darrylkuhn

[permalink] [raw]
Subject: Re: [Bluez-users] Bluetooth on d610

So I've done the following in a further attempt to get bluez corectly installed and working on my system:

downloaded
* bluez-libs-2.25.tar.gz
* bluez-utils-2.25.tar.gz
* bluez-firmware-1.1.tar.gz
* bluez-hcidump-1.29.tar.gz

untar, configure, make, make install...

No errors on any part of the process

Still when I modprobe usb_hci I get "FATAL: Module usb_hci not found." and a "locate usb_hci" turns up nothing - I'm a bit at a loss here.


>
> From: <[email protected]>
> Date: 2006/01/24 Tue PM 07:06:22 EST
> To: <[email protected]>
> Subject: Re: Re: [Bluez-users] Bluetooth on d610
>
> Marcel and Michal
>
> I've done an `apt-get install hotplug' and restarted bluetooth services. No change...
>
> modprobe hci_usb gives me:
> FATAL: Module hci_usb not found.
>
> Should I perhaps just download the latest tarball and compile from scratch?
>
> Linspire's alright, but it's got it's problems (obviously) like anything else.
>
> Thanks again for all your help!
>
> -Darryl
>
> >
> > From: Marcel Holtmann <[email protected]>
> > Date: 2006/01/24 Tue PM 03:29:56 EST
> > To: [email protected]
> > Subject: Re: Re: [Bluez-users] Bluetooth on d610
> >
> > Hi Darryl,
> >
> > > `lsmod | egrep 'hci|usb'` gives me:
> > > usbhid 31040 0
> > > ohci1394 33668 0
> > > ieee1394 106296 1 ohci1394
> > > usb_storage 64448 0
> > > ehci_hcd 32260 0
> > > uhci_hcd 32272 0
> > > usbcore 115064 5 usbhid,usb_storage,ehci_hcd,uhci_hcd
> > >
> > > So it looks like I'm missing hci_usb (or at least it's not loaded)
> >
> > then do a "modprobe hci_usb".
> >
> > > I do see /usr/src/kernel-source-2.6.10/include/config/bt/hciusb.h, but I'm unsure where to proceed from there.
> >
> > this is no standard file at all. Even the filename is wrong.
> >
> > > As for my distribution I'm using Linspire 5.0.347 which is a debian based dist.
> >
> > I never tried or used Linspire.
> >
> > Regards
> >
> > Marcel
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> > for problems? Stop! Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> > _______________________________________________
> > Bluez-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users


2006-01-25 17:14:51

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] Bluetooth on d610

Hi Darryl,

> So I've done the following in a further attempt to get bluez corectly installed and working on my system:
>
> downloaded
> * bluez-libs-2.25.tar.gz
> * bluez-utils-2.25.tar.gz
> * bluez-firmware-1.1.tar.gz
> * bluez-hcidump-1.29.tar.gz
>
> untar, configure, make, make install...
>
> No errors on any part of the process
>
> Still when I modprobe usb_hci I get "FATAL: Module usb_hci not found." and a "locate usb_hci" turns up nothing - I'm a bit at a loss here.

the usual name of the module is "hci_usb", but you maybe try "hciusb"
and if this works you should get yourself another distribution ;)

Regards

Marcel




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-01-25 00:06:22

by darrylkuhn

[permalink] [raw]
Subject: Re: Re: [Bluez-users] Bluetooth on d610

Marcel and Michal

I've done an `apt-get install hotplug' and restarted bluetooth services. No change...

modprobe hci_usb gives me:
FATAL: Module hci_usb not found.

Should I perhaps just download the latest tarball and compile from scratch?

Linspire's alright, but it's got it's problems (obviously) like anything else.

Thanks again for all your help!

-Darryl

>
> From: Marcel Holtmann <[email protected]>
> Date: 2006/01/24 Tue PM 03:29:56 EST
> To: [email protected]
> Subject: Re: Re: [Bluez-users] Bluetooth on d610
>
> Hi Darryl,
>
> > `lsmod | egrep 'hci|usb'` gives me:
> > usbhid 31040 0
> > ohci1394 33668 0
> > ieee1394 106296 1 ohci1394
> > usb_storage 64448 0
> > ehci_hcd 32260 0
> > uhci_hcd 32272 0
> > usbcore 115064 5 usbhid,usb_storage,ehci_hcd,uhci_hcd
> >
> > So it looks like I'm missing hci_usb (or at least it's not loaded)
>
> then do a "modprobe hci_usb".
>
> > I do see /usr/src/kernel-source-2.6.10/include/config/bt/hciusb.h, but I'm unsure where to proceed from there.
>
> this is no standard file at all. Even the filename is wrong.
>
> > As for my distribution I'm using Linspire 5.0.347 which is a debian based dist.
>
> I never tried or used Linspire.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-01-24 20:29:56

by Marcel Holtmann

[permalink] [raw]
Subject: Re: Re: [Bluez-users] Bluetooth on d610

Hi Darryl,

> `lsmod | egrep 'hci|usb'` gives me:
> usbhid 31040 0
> ohci1394 33668 0
> ieee1394 106296 1 ohci1394
> usb_storage 64448 0
> ehci_hcd 32260 0
> uhci_hcd 32272 0
> usbcore 115064 5 usbhid,usb_storage,ehci_hcd,uhci_hcd
>
> So it looks like I'm missing hci_usb (or at least it's not loaded)

then do a "modprobe hci_usb".

> I do see /usr/src/kernel-source-2.6.10/include/config/bt/hciusb.h, but I'm unsure where to proceed from there.

this is no standard file at all. Even the filename is wrong.

> As for my distribution I'm using Linspire 5.0.347 which is a debian based dist.

I never tried or used Linspire.

Regards

Marcel




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-01-24 19:46:42

by CIJOML

[permalink] [raw]
Subject: Re: [Bluez-users] Bluetooth on d610

Hi,

try apt-get install hotplug

Michal

Dne =FAt 24. ledna 2006 20:42 [email protected] napsal(a):
> Marcel,
>
> `lsmod | egrep 'hci|usb'` gives me:
> usbhid 31040 0
> ohci1394 33668 0
> ieee1394 106296 1 ohci1394
> usb_storage 64448 0
> ehci_hcd 32260 0
> uhci_hcd 32272 0
> usbcore 115064 5 usbhid,usb_storage,ehci_hcd,uhci_hcd
>
> So it looks like I'm missing hci_usb (or at least it's not loaded)
>
> I do see /usr/src/kernel-source-2.6.10/include/config/bt/hciusb.h, but I'm
> unsure where to proceed from there.
>
> As for my distribution I'm using Linspire 5.0.347 which is a debian based
> dist.
>
> Thanks again!
> -Darryl
>
> > From: Marcel Holtmann <[email protected]>
> > Date: 2006/01/24 Tue PM 02:10:42 EST
> > To: [email protected]
> > Subject: Re: [Bluez-users] Bluetooth on d610
> >
> > Hi Darryl,
> >
> > > Thanks kindly for the quick response!
> > >
> > > Here's the relevant portion of /proc/bus/usb/devices:
> > > ...
> > > T: Bus=3D02 Lev=3D01 Prnt=3D01 Port=3D00 Cnt=3D01 Dev#=3D 7 Spd=3D1=
2 MxCh=3D 0
> > > D: Ver=3D 2.00 Cls=3De0(unk. ) Sub=3D01 Prot=3D01 MxPS=3D64 #Cfgs=3D=
1
> > > P: Vendor=3D413c ProdID=3D8103 Rev=3D16.57
> > > C:* #Ifs=3D 3 Cfg#=3D 1 Atr=3De0 MxPwr=3D 0mA
> > > I: If#=3D 0 Alt=3D 0 #EPs=3D 3 Cls=3De0(unk. ) Sub=3D01 Prot=3D01 Dr=
iver=3D(none)
> > > E: Ad=3D81(I) Atr=3D03(Int.) MxPS=3D 16 Ivl=3D1ms
> > > E: Ad=3D02(O) Atr=3D02(Bulk) MxPS=3D 64 Ivl=3D0ms
> > > E: Ad=3D82(I) Atr=3D02(Bulk) MxPS=3D 64 Ivl=3D0ms
> > > I: If#=3D 1 Alt=3D 0 #EPs=3D 2 Cls=3De0(unk. ) Sub=3D01 Prot=3D01 Dr=
iver=3D(none)
> > > E: Ad=3D03(O) Atr=3D01(Isoc) MxPS=3D 0 Ivl=3D1ms
> > > E: Ad=3D83(I) Atr=3D01(Isoc) MxPS=3D 0 Ivl=3D1ms
> > > I: If#=3D 1 Alt=3D 1 #EPs=3D 2 Cls=3De0(unk. ) Sub=3D01 Prot=3D01 Dr=
iver=3D(none)
> > > E: Ad=3D03(O) Atr=3D01(Isoc) MxPS=3D 9 Ivl=3D1ms
> > > E: Ad=3D83(I) Atr=3D01(Isoc) MxPS=3D 9 Ivl=3D1ms
> > > I: If#=3D 1 Alt=3D 2 #EPs=3D 2 Cls=3De0(unk. ) Sub=3D01 Prot=3D01 Dr=
iver=3D(none)
> > > E: Ad=3D03(O) Atr=3D01(Isoc) MxPS=3D 17 Ivl=3D1ms
> > > E: Ad=3D83(I) Atr=3D01(Isoc) MxPS=3D 17 Ivl=3D1ms
> > > I: If#=3D 1 Alt=3D 3 #EPs=3D 2 Cls=3De0(unk. ) Sub=3D01 Prot=3D01 Dr=
iver=3D(none)
> > > E: Ad=3D03(O) Atr=3D01(Isoc) MxPS=3D 25 Ivl=3D1ms
> > > E: Ad=3D83(I) Atr=3D01(Isoc) MxPS=3D 25 Ivl=3D1ms
> > > I: If#=3D 1 Alt=3D 4 #EPs=3D 2 Cls=3De0(unk. ) Sub=3D01 Prot=3D01 Dr=
iver=3D(none)
> > > E: Ad=3D03(O) Atr=3D01(Isoc) MxPS=3D 33 Ivl=3D1ms
> > > E: Ad=3D83(I) Atr=3D01(Isoc) MxPS=3D 33 Ivl=3D1ms
> > > I: If#=3D 1 Alt=3D 5 #EPs=3D 2 Cls=3De0(unk. ) Sub=3D01 Prot=3D01 Dr=
iver=3D(none)
> > > E: Ad=3D03(O) Atr=3D01(Isoc) MxPS=3D 49 Ivl=3D1ms
> > > E: Ad=3D83(I) Atr=3D01(Isoc) MxPS=3D 49 Ivl=3D1ms
> > > I: If#=3D 2 Alt=3D 0 #EPs=3D 0 Cls=3Dfe(app. ) Sub=3D01 Prot=3D00 Dr=
iver=3D(none)
> > > ...
> > >
> > > Looks like the driver isn't attached. How might I attach the driver to
> > > this device?
> >
> > first you should check with "lsmod" if it is loaded. Then check its
> > version with "modinfo hci_usb". What distribution are you using?
> >
> > Regards
> >
> > Marcel
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> > files for problems? Stop! Download the new AJAX search engine that
> > makes searching your log files as easy as surfing the web. DOWNLOAD
> > SPLUNK!
> > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat=
=3D121642
> > _______________________________________________
> > Bluez-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat=
=3D121642
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users

=2D-=20
S pozdravem

Michal Semler


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-01-24 19:42:30

by darrylkuhn

[permalink] [raw]
Subject: Re: Re: [Bluez-users] Bluetooth on d610

Marcel,

`lsmod | egrep 'hci|usb'` gives me:
usbhid 31040 0
ohci1394 33668 0
ieee1394 106296 1 ohci1394
usb_storage 64448 0
ehci_hcd 32260 0
uhci_hcd 32272 0
usbcore 115064 5 usbhid,usb_storage,ehci_hcd,uhci_hcd

So it looks like I'm missing hci_usb (or at least it's not loaded)

I do see /usr/src/kernel-source-2.6.10/include/config/bt/hciusb.h, but I'm unsure where to proceed from there.

As for my distribution I'm using Linspire 5.0.347 which is a debian based dist.

Thanks again!
-Darryl

>
> From: Marcel Holtmann <[email protected]>
> Date: 2006/01/24 Tue PM 02:10:42 EST
> To: [email protected]
> Subject: Re: [Bluez-users] Bluetooth on d610
>
> Hi Darryl,
>
> > Thanks kindly for the quick response!
> >
> > Here's the relevant portion of /proc/bus/usb/devices:
> > ...
> > T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 7 Spd=12 MxCh= 0
> > D: Ver= 2.00 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
> > P: Vendor=413c ProdID=8103 Rev=16.57
> > C:* #Ifs= 3 Cfg#= 1 Atr=e0 MxPwr= 0mA
> > I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms
> > E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
> > E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
> > I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms
> > I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms
> > I: If#= 1 Alt= 2 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms
> > I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 25 Ivl=1ms
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 25 Ivl=1ms
> > I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 33 Ivl=1ms
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 33 Ivl=1ms
> > I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 49 Ivl=1ms
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 49 Ivl=1ms
> > I: If#= 2 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none)
> > ...
> >
> > Looks like the driver isn't attached. How might I attach the driver to this device?
>
> first you should check with "lsmod" if it is loaded. Then check its
> version with "modinfo hci_usb". What distribution are you using?
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users