public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Can't understand
@ 2004-05-12 11:20 Hedin
  2004-05-12 11:52 ` Michal Semler
  2004-05-12 13:17 ` Marcel Holtmann
  0 siblings, 2 replies; 6+ messages in thread
From: Hedin @ 2004-05-12 11:20 UTC (permalink / raw)
  To: bluez-users

I have Redhat 9.0 with 2.6.6-mh1 patched kernel and all modules compiled.
I have Tecom BT3030 Dongle.

I compiled bluez-libs-2.7 and bluez-utils-2.7. After some effort (big effort!) 
I managed to compile bluez-pin (why is it needed - no word anywhere...).

I also installed all other modules without problems, except bluez-bluefw. It 
gives following errors:

# make

... SOME INFO...


source='bluefw.c' object='bluefw.o' libtool=no \
depfile='.deps/bluefw.Po' tmpdepfile='.deps/bluefw.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"bluez-bluefw\" 
-DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DBT3C_SUPPORT=1  -I. 
-I. -I/usr/src/linux/include    -Wall -g -O2 -c `test -f 'bluefw.c' || echo 
'./'`bluefw.c
In file included from usblib.h:30,
                 from bluefw.c:39:
/usr/src/linux/include/linux/usbdevice_fs.h:49: variable or field `__user' 
declared void
/usr/src/linux/include/linux/usbdevice_fs.h:49: warning: no semicolon at end 
of struct or union
/usr/src/linux/include/linux/usbdevice_fs.h:49: parse error before '*' token
/usr/src/linux/include/linux/usbdevice_fs.h:56: variable or field `__user' 
declared void
/usr/src/linux/include/linux/usbdevice_fs.h:56: warning: no semicolon at end 
of struct or union
/usr/src/linux/include/linux/usbdevice_fs.h:56: parse error before '*' token
/usr/src/linux/include/linux/usbdevice_fs.h:100: variable or field `__user' 
declared void
/usr/src/linux/include/linux/usbdevice_fs.h:100: warning: no semicolon at end 
of struct or union
/usr/src/linux/include/linux/usbdevice_fs.h:100: parse error before '*' token
/usr/src/linux/include/linux/usbdevice_fs.h:109: parse error before '}' token
/usr/src/linux/include/linux/usbdevice_fs.h:116: variable or field `__user' 
declared void
/usr/src/linux/include/linux/usbdevice_fs.h:116: warning: no semicolon at end 
of struct or union
/usr/src/linux/include/linux/usbdevice_fs.h:116: parse error before '*' token

... BAILS OUT...

/usr/src/linux is pointing to valid current kernel sources. Whats wrong with 
them? Problems with kernel?

Ok. I try to search for devices. When I do `hcitool dev` it gives no devices, 
when I do `hcitool inq` it gives:
Inquiring ...
Inquiry failed.: No such device

When I do `/usr/sbin/hciconfig hci0 up"
It gives: Can't get device info: No such device

The kernel sees the dongle (just as USB device).

At last, here is `lsmod`:
hci_usb                11264  0
l2cap                  23680  0
bluetooth              44900  2 hci_usb,l2cap

Are that all necessary modules, I guess?

What is the problem? Thx in advance. 



-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] Can't understand
  2004-05-12 11:20 [Bluez-users] Can't understand Hedin
@ 2004-05-12 11:52 ` Michal Semler
  2004-05-12 13:17 ` Marcel Holtmann
  1 sibling, 0 replies; 6+ messages in thread
From: Michal Semler @ 2004-05-12 11:52 UTC (permalink / raw)
  To: bluez-users

This dongle needs firmware load to get it to work

Michal

On Wednesday 12 of May 2004 13:20, Hedin wrote:
> I have Redhat 9.0 with 2.6.6-mh1 patched kernel and all modules compiled.
> I have Tecom BT3030 Dongle.
>
> I compiled bluez-libs-2.7 and bluez-utils-2.7. After some effort (big
> effort!) I managed to compile bluez-pin (why is it needed - no word
> anywhere...).
>
> I also installed all other modules without problems, except bluez-bluefw.
> It gives following errors:
>
> # make
>
> ... SOME INFO...
>
>
> source='bluefw.c' object='bluefw.o' libtool=no \
> depfile='.deps/bluefw.Po' tmpdepfile='.deps/bluefw.TPo' \
> depmode=gcc3 /bin/sh ./depcomp \
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"bluez-bluefw\"
> -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DBT3C_SUPPORT=1 
> -I. -I. -I/usr/src/linux/include    -Wall -g -O2 -c `test -f 'bluefw.c' ||
> echo './'`bluefw.c
> In file included from usblib.h:30,
>                  from bluefw.c:39:
> /usr/src/linux/include/linux/usbdevice_fs.h:49: variable or field `__user'
> declared void
> /usr/src/linux/include/linux/usbdevice_fs.h:49: warning: no semicolon at
> end of struct or union
> /usr/src/linux/include/linux/usbdevice_fs.h:49: parse error before '*'
> token /usr/src/linux/include/linux/usbdevice_fs.h:56: variable or field
> `__user' declared void
> /usr/src/linux/include/linux/usbdevice_fs.h:56: warning: no semicolon at
> end of struct or union
> /usr/src/linux/include/linux/usbdevice_fs.h:56: parse error before '*'
> token /usr/src/linux/include/linux/usbdevice_fs.h:100: variable or field
> `__user' declared void
> /usr/src/linux/include/linux/usbdevice_fs.h:100: warning: no semicolon at
> end of struct or union
> /usr/src/linux/include/linux/usbdevice_fs.h:100: parse error before '*'
> token /usr/src/linux/include/linux/usbdevice_fs.h:109: parse error before
> '}' token /usr/src/linux/include/linux/usbdevice_fs.h:116: variable or
> field `__user' declared void
> /usr/src/linux/include/linux/usbdevice_fs.h:116: warning: no semicolon at
> end of struct or union
> /usr/src/linux/include/linux/usbdevice_fs.h:116: parse error before '*'
> token
>
> ... BAILS OUT...
>
> /usr/src/linux is pointing to valid current kernel sources. Whats wrong
> with them? Problems with kernel?
>
> Ok. I try to search for devices. When I do `hcitool dev` it gives no
> devices, when I do `hcitool inq` it gives:
> Inquiring ...
> Inquiry failed.: No such device
>
> When I do `/usr/sbin/hciconfig hci0 up"
> It gives: Can't get device info: No such device
>
> The kernel sees the dongle (just as USB device).
>
> At last, here is `lsmod`:
> hci_usb                11264  0
> l2cap                  23680  0
> bluetooth              44900  2 hci_usb,l2cap
>
> Are that all necessary modules, I guess?
>
> What is the problem? Thx in advance.
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Sleepycat Software
> Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
> deliver higher performing products faster, at low TCO.
> http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] Can't understand
  2004-05-12 11:20 [Bluez-users] Can't understand Hedin
  2004-05-12 11:52 ` Michal Semler
@ 2004-05-12 13:17 ` Marcel Holtmann
       [not found]   ` <200405122046.02992.andrewthegreat@mail.ru>
  2004-05-12 20:38   ` Achim Bohnet
  1 sibling, 2 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-05-12 13:17 UTC (permalink / raw)
  To: Hedin; +Cc: BlueZ Mailing List

Hi Hedin,

> I have Redhat 9.0 with 2.6.6-mh1 patched kernel and all modules compiled.
> I have Tecom BT3030 Dongle.
> 
> I compiled bluez-libs-2.7 and bluez-utils-2.7. After some effort (big effort!) 
> I managed to compile bluez-pin (why is it needed - no word anywhere...).
> 
> I also installed all other modules without problems, except bluez-bluefw. It 
> gives following errors:

the bluez-bluefw was never ported to work on 2.6 systems. You can use
the bcm203x firmware loader driver instead. For some more information
take a look here http://www.bluez.org/drivers.html

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] Can't understand
       [not found]   ` <200405122046.02992.andrewthegreat@mail.ru>
@ 2004-05-12 17:13     ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-05-12 17:13 UTC (permalink / raw)
  To: Hedin; +Cc: BlueZ Mailing List

Hi Hedin,

is it too hard to press the "Reply to All" button?

> > the bluez-bluefw was never ported to work on 2.6 systems. You can use
> > the bcm203x firmware loader driver instead. For some more information
> > take a look here http://www.bluez.org/drivers.html
> 
> Hm, I tried the bcm203x kernel module. Nothing changed at all. Any ideas?
> My dongle is not supported ?

My idea is that you start looking at the logfiles and dmesg for example
and see what it tells you. Saying that nothing changed isn't helpful. If
you think your dongle is not supported then show us the content of
/proc/bus/usb/devices.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] Can't understand
  2004-05-12 13:17 ` Marcel Holtmann
       [not found]   ` <200405122046.02992.andrewthegreat@mail.ru>
@ 2004-05-12 20:38   ` Achim Bohnet
  2004-05-12 21:39     ` Marcel Holtmann
  1 sibling, 1 reply; 6+ messages in thread
From: Achim Bohnet @ 2004-05-12 20:38 UTC (permalink / raw)
  To: bluez-users

On Wednesday 12 May 2004 15:17, Marcel Holtmann wrote:
> Hi Hedin,
> 
> > I have Redhat 9.0 with 2.6.6-mh1 patched kernel and all modules compiled.
> > I have Tecom BT3030 Dongle.
> > 
> > I compiled bluez-libs-2.7 and bluez-utils-2.7. After some effort (big effort!) 
> > I managed to compile bluez-pin (why is it needed - no word anywhere...).
> > 
> > I also installed all other modules without problems, except bluez-bluefw. It 
> > gives following errors:
> 
> the bluez-bluefw was never ported to work on 2.6 systems. You can use
> the bcm203x firmware loader driver instead. For some more information
> take a look here http://www.bluez.org/drivers.html

FWIW: I had a short intermezzo with SuSE 9.1 (kernel 2.6.4) some
hours ago and I had to install bluez-bluefw pkg to get the AVM USB
stick working (the pkg contained blubase.frm)  Maybe SuSE
just added the firmware file, maybe they did more.

Achim
> 
> Regards
> 
> Marcel
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Sleepycat Software
> Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
> higher performing products faster, at low TCO.
> http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
> 
> 
> 

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
                                      -- reddy@lion.austin.ibm.com


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] Can't understand
  2004-05-12 20:38   ` Achim Bohnet
@ 2004-05-12 21:39     ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-05-12 21:39 UTC (permalink / raw)
  To: Achim Bohnet; +Cc: BlueZ Mailing List

Hi Achim,

> FWIW: I had a short intermezzo with SuSE 9.1 (kernel 2.6.4) some
> hours ago and I had to install bluez-bluefw pkg to get the AVM USB
> stick working (the pkg contained blubase.frm)  Maybe SuSE
> just added the firmware file, maybe they did more.

it is only the firmware file that matters. This is a relict from SuSE
9.0 and they should actually fix it, because the bfusb driver never
depended on bluez-bluefw.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-05-12 21:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-12 11:20 [Bluez-users] Can't understand Hedin
2004-05-12 11:52 ` Michal Semler
2004-05-12 13:17 ` Marcel Holtmann
     [not found]   ` <200405122046.02992.andrewthegreat@mail.ru>
2004-05-12 17:13     ` Marcel Holtmann
2004-05-12 20:38   ` Achim Bohnet
2004-05-12 21:39     ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox