* Re: [Bluez-users] D-Link DWB-120M and BlueZ 2.14
@ 2005-01-29 2:31 Chris Taylor
0 siblings, 0 replies; 10+ messages in thread
From: Chris Taylor @ 2005-01-29 2:31 UTC (permalink / raw)
To: bluez-users
>
>it will be installed into /etc/hotplug/usb/ and you need a working and
>up-to-date hotplug to make this working.
Thanks for your help. Nothing got installed into /etc/hotplug/usb. Can I
just manually copy somethng from bluez-utils-2.14/extra into there, like
bcm203x.usermap? I can't figure out where it should go.
My /etc/rc.d/rc.hotplug says this at the top:
# $Id: hotplug,v 1.3 2002/12/03 02:01:48 dbrownell Exp $
Is that too old?
------------------
Chris Taylor
cht@imipolex-g.com
Los Angeles
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Bluez-users] D-Link DWB-120M and BlueZ 2.14
@ 2005-01-31 8:06 Chris Taylor
0 siblings, 0 replies; 10+ messages in thread
From: Chris Taylor @ 2005-01-31 8:06 UTC (permalink / raw)
To: bluez-users
>this can only mean that the libusb developer package is not installed.
>Check when you call configure for something like:
>
>checking usb.h usability... yes
>checking usb.h presence... yes
>checking for usb.h... yes
>checking for usb_open in -lusb... yes
>checking for usb_get_busses in -lusb... yes
>checking for usb_interrupt_read in -lusb... yes
Aha! I installed the libusb developer package and the firmware utility
installed and it work fine now! Thanks for your help.
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Bluez-users] D-Link DWB-120M and BlueZ 2.14
@ 2005-01-30 20:46 Chris Taylor
2005-01-30 20:58 ` Marcel Holtmann
0 siblings, 1 reply; 10+ messages in thread
From: Chris Taylor @ 2005-01-30 20:46 UTC (permalink / raw)
To: bluez-users
>do a "make install DESTDIR=$PWD/x" and then check what it is in the
>directory "x". Show us the result of a "find x".
Okay so I did this:
./configure --enable-bcm203x
make install DESTDIR=$PWD/x
here's what's in x:
x
x/usr
x/usr/sbin
x/usr/sbin/hcid
x/usr/sbin/hciattach
x/usr/sbin/hciconfig
x/usr/sbin/sdpd
x/usr/share
x/usr/share/man
x/usr/share/man/man5
x/usr/share/man/man5/hcid.conf.5
x/usr/share/man/man8
x/usr/share/man/man8/hcid.8
x/usr/share/man/man8/hciattach.8
x/usr/share/man/man8/hciconfig.8
x/usr/share/man/man8/sdpd.8
x/usr/share/man/man1
x/usr/share/man/man1/hcitool.1
x/usr/share/man/man1/l2ping.1
x/usr/share/man/man1/sdptool.1
x/usr/share/man/man1/ciptool.1
x/usr/share/man/man1/rfcomm.1
x/usr/share/man/man1/dund.1
x/usr/share/man/man1/pand.1
x/usr/share/man/man1/hidd.1
x/usr/bin
x/usr/bin/hcitool
x/usr/bin/l2ping
x/usr/bin/sdptool
x/usr/bin/ciptool
x/usr/bin/rfcomm
x/usr/bin/dund
x/usr/bin/pand
x/usr/bin/hidd
x/usr/bin/bluepin
x/etc
x/etc/bluetooth
x/etc/bluetooth/hcid.conf
x/etc/bluetooth/pin
x/etc/bluetooth/rfcomm.conf
That's it...? Thanks for your help.
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Bluez-users] D-Link DWB-120M and BlueZ 2.14
2005-01-30 20:46 Chris Taylor
@ 2005-01-30 20:58 ` Marcel Holtmann
0 siblings, 0 replies; 10+ messages in thread
From: Marcel Holtmann @ 2005-01-30 20:58 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Chris,
> >do a "make install DESTDIR=$PWD/x" and then check what it is in the
> >directory "x". Show us the result of a "find x".
>
> Okay so I did this:
> ./configure --enable-bcm203x
> make install DESTDIR=$PWD/x
>
> here's what's in x:
>
> x
> x/usr
> x/usr/sbin
> x/usr/sbin/hcid
> x/usr/sbin/hciattach
> x/usr/sbin/hciconfig
> x/usr/sbin/sdpd
> x/usr/share
> x/usr/share/man
> x/usr/share/man/man5
> x/usr/share/man/man5/hcid.conf.5
> x/usr/share/man/man8
> x/usr/share/man/man8/hcid.8
> x/usr/share/man/man8/hciattach.8
> x/usr/share/man/man8/hciconfig.8
> x/usr/share/man/man8/sdpd.8
> x/usr/share/man/man1
> x/usr/share/man/man1/hcitool.1
> x/usr/share/man/man1/l2ping.1
> x/usr/share/man/man1/sdptool.1
> x/usr/share/man/man1/ciptool.1
> x/usr/share/man/man1/rfcomm.1
> x/usr/share/man/man1/dund.1
> x/usr/share/man/man1/pand.1
> x/usr/share/man/man1/hidd.1
> x/usr/bin
> x/usr/bin/hcitool
> x/usr/bin/l2ping
> x/usr/bin/sdptool
> x/usr/bin/ciptool
> x/usr/bin/rfcomm
> x/usr/bin/dund
> x/usr/bin/pand
> x/usr/bin/hidd
> x/usr/bin/bluepin
> x/etc
> x/etc/bluetooth
> x/etc/bluetooth/hcid.conf
> x/etc/bluetooth/pin
> x/etc/bluetooth/rfcomm.conf
>
> That's it...? Thanks for your help.
this can only mean that the libusb developer package is not installed.
Check when you call configure for something like:
checking usb.h usability... yes
checking usb.h presence... yes
checking for usb.h... yes
checking for usb_open in -lusb... yes
checking for usb_get_busses in -lusb... yes
checking for usb_interrupt_read in -lusb... yes
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Bluez-users] D-Link DWB-120M and BlueZ 2.14
@ 2005-01-30 19:48 Chris Taylor
2005-01-30 19:52 ` Marcel Holtmann
0 siblings, 1 reply; 10+ messages in thread
From: Chris Taylor @ 2005-01-30 19:48 UTC (permalink / raw)
To: bluez-users
>
>> Hmm, when I did a 'configure' in bluez-utils-2.14, I used the "--
enable-
>> bcm203x" option before I did a "make install". Where does the utility
get
>> installed?
>
>it will be installed into /etc/hotplug/usb/ and you need a working and
>up-to-date hotplug to make this working.
When I did a 'make install', it completed with no errors but I don't see
anything installed in /etc/hotplug/usb at all. How do I check if the install
failed?
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Bluez-users] D-Link DWB-120M and BlueZ 2.14
2005-01-30 19:48 Chris Taylor
@ 2005-01-30 19:52 ` Marcel Holtmann
0 siblings, 0 replies; 10+ messages in thread
From: Marcel Holtmann @ 2005-01-30 19:52 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Chris,
> >it will be installed into /etc/hotplug/usb/ and you need a working and
> >up-to-date hotplug to make this working.
>
> When I did a 'make install', it completed with no errors but I don't see
> anything installed in /etc/hotplug/usb at all. How do I check if the install
> failed?
do a "make install DESTDIR=$PWD/x" and then check what it is in the
directory "x". Show us the result of a "find x".
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Bluez-users] D-Link DWB-120M and BlueZ 2.14
@ 2005-01-29 1:28 Chris Taylor
2005-01-29 1:36 ` Marcel Holtmann
0 siblings, 1 reply; 10+ messages in thread
From: Chris Taylor @ 2005-01-29 1:28 UTC (permalink / raw)
To: bluez-users
Hmm, when I did a 'configure' in bluez-utils-2.14, I used the "--enable-
bcm203x" option before I did a "make install". Where does the utility get
installed? Thanks.
---- Original message ----
>Date: Sat, 29 Jan 2005 02:13:35 +0100
>From: Marcel Holtmann <marcel@holtmann.org>
>Subject: Re: [Bluez-users] D-Link DWB-120M and BlueZ 2.14
>To: BlueZ Mailing List <bluez-users@lists.sourceforge.net>
>
>on a system with a 2.4 kernel you need the bcm203x utility. You must
>enable when compiling bluez-utils.
>
------------------
Chris Taylor
cht@imipolex-g.com
Los Angeles
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Bluez-users] D-Link DWB-120M and BlueZ 2.14
2005-01-29 1:28 Chris Taylor
@ 2005-01-29 1:36 ` Marcel Holtmann
0 siblings, 0 replies; 10+ messages in thread
From: Marcel Holtmann @ 2005-01-29 1:36 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Chris,
> Hmm, when I did a 'configure' in bluez-utils-2.14, I used the "--enable-
> bcm203x" option before I did a "make install". Where does the utility get
> installed?
it will be installed into /etc/hotplug/usb/ and you need a working and
up-to-date hotplug to make this working.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Bluez-users] D-Link DWB-120M and BlueZ 2.14
@ 2005-01-28 21:51 Chris Taylor
2005-01-29 1:13 ` Marcel Holtmann
0 siblings, 1 reply; 10+ messages in thread
From: Chris Taylor @ 2005-01-28 21:51 UTC (permalink / raw)
To: bluez-users
I installed bluez-libs-2.14 and bluez-utils-2.14 on a linux 2.4.26 system. I
also installed the BCM2033-FW.bin and BCM2033-MD.hex files in both /
lib/firmware and /usr/lib/hotplug/firmware. The bluez kernel module
loads, and I can see stuff like this in the messages log when I unplug and
plug in the device and start the hcid daemon:
Jan 28 12:23:59 krank kernel: usb.c: deregistering driver hci_usb
Jan 28 12:24:14 krank kernel: BlueZ Core ver 2.3 Copyright (C) 2000,2001
Qualcomm Inc
Jan 28 12:24:14 krank kernel: Written 2000,2001 by Maxim Krasnyansky
<maxk@qualcomm.com>
Jan 28 12:24:31 krank kernel: BlueZ HCI USB driver ver 2.5 Copyright
(C) 2000,2001 Qualcomm Inc
Jan 28 12:24:31 krank kernel: Written 2000,2001 by Maxim Krasnyansky
<maxk@qualcomm.com>
Jan 28 12:24:31 krank kernel: usb.c: registered new driver hci_usb
Jan 28 12:25:13 krank kernel: usb.c: USB disconnect on device 00:04.2-2
address 2
Jan 28 12:25:17 krank kernel: hub.c: new USB device 00:04.2-2, assigned
address 3
Jan 28 12:36:49 krank -- MARK --
Jan 28 12:39:06 krank hcid[1025]: Bluetooth HCI daemon
However, when I do a 'hcitool dev' it doesn't see anything- it just says
"Devices:" and then nothing. If I run lsusb it says:
Bus 001 Device 001: ID 0000:0000
Bus 001 Device 003: ID 0a5c:2033 Broadcom Corp. BCM2033 Bluetooth
What'd I do wrong?
------------------
Chris Taylor
cht@imipolex-g.com
Los Angeles
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Bluez-users] D-Link DWB-120M and BlueZ 2.14
2005-01-28 21:51 Chris Taylor
@ 2005-01-29 1:13 ` Marcel Holtmann
0 siblings, 0 replies; 10+ messages in thread
From: Marcel Holtmann @ 2005-01-29 1:13 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Chris,
> I installed bluez-libs-2.14 and bluez-utils-2.14 on a linux 2.4.26 system. I
> also installed the BCM2033-FW.bin and BCM2033-MD.hex files in both /
> lib/firmware and /usr/lib/hotplug/firmware. The bluez kernel module
> loads, and I can see stuff like this in the messages log when I unplug and
> plug in the device and start the hcid daemon:
>
> Jan 28 12:23:59 krank kernel: usb.c: deregistering driver hci_usb
> Jan 28 12:24:14 krank kernel: BlueZ Core ver 2.3 Copyright (C) 2000,2001
> Qualcomm Inc
> Jan 28 12:24:14 krank kernel: Written 2000,2001 by Maxim Krasnyansky
> <maxk@qualcomm.com>
> Jan 28 12:24:31 krank kernel: BlueZ HCI USB driver ver 2.5 Copyright
> (C) 2000,2001 Qualcomm Inc
> Jan 28 12:24:31 krank kernel: Written 2000,2001 by Maxim Krasnyansky
> <maxk@qualcomm.com>
> Jan 28 12:24:31 krank kernel: usb.c: registered new driver hci_usb
> Jan 28 12:25:13 krank kernel: usb.c: USB disconnect on device 00:04.2-2
> address 2
> Jan 28 12:25:17 krank kernel: hub.c: new USB device 00:04.2-2, assigned
> address 3
> Jan 28 12:36:49 krank -- MARK --
> Jan 28 12:39:06 krank hcid[1025]: Bluetooth HCI daemon
>
> However, when I do a 'hcitool dev' it doesn't see anything- it just says
> "Devices:" and then nothing. If I run lsusb it says:
>
> Bus 001 Device 001: ID 0000:0000
> Bus 001 Device 003: ID 0a5c:2033 Broadcom Corp. BCM2033 Bluetooth
>
> What'd I do wrong?
on a system with a 2.4 kernel you need the bcm203x utility. You must
enable when compiling bluez-utils.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2005-01-31 8:06 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-29 2:31 [Bluez-users] D-Link DWB-120M and BlueZ 2.14 Chris Taylor
-- strict thread matches above, loose matches on Subject: below --
2005-01-31 8:06 Chris Taylor
2005-01-30 20:46 Chris Taylor
2005-01-30 20:58 ` Marcel Holtmann
2005-01-30 19:48 Chris Taylor
2005-01-30 19:52 ` Marcel Holtmann
2005-01-29 1:28 Chris Taylor
2005-01-29 1:36 ` Marcel Holtmann
2005-01-28 21:51 Chris Taylor
2005-01-29 1:13 ` Marcel Holtmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.