[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bluetooth-dev] Same Problem for BlueZ and Axis devboard_82..
- To: bluetooth-dev <bluetooth-dev@xxxxxxxx>
- Subject: Re: [bluetooth-dev] Same Problem for BlueZ and Axis devboard_82..
- From: Ari Sinivaara <arksini@xxxxxxxxx>
- Date: Tue, 29 Mar 2005 08:40:04 -0800 (PST)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=SO3ALjSi1uQCsm1I7JG5zGtxhWI90EJYSu8TC4LSdRDEA9HxT9fMXGqGh6Lrn8tutqZOb/y3yXOk26pUd/sMP8yQbnCG7OyeIO3FadqC/kAhoUd5J5RRPBLfJuc9/EXZFrQct+kupyoWW0yArn5nuzIKB4FW68KCf7As3dPRGr8= ;
- In-reply-to: <424806F8.6030208@xxxxxxx.de>
- Sender: owner-bluetooth-dev@xxxxxxx
Hello,
Thanks for Daniel for the tip below.
I found the message where same problem was descriped.
http://mhonarc.axis.se/dev-etrax/msg04480.html
I had the kernel 2.4.26, but did not use
boot_linux -F, to flash the software.
(I used boot_linux -f instead and it DID NOT update
the CONFIG_ETRAX_DEF_R_BUS_CONFIG value)
now hcitool scan is working fine!
Thanks again.
Ari
--- Daniel Würfel <d.wuerfel@xxxxxxx.de> wrote:
> Hi.
> I had such problems with kernel 2.4.22 . There was a
> value to be set
> from 104 to 4 in hardware-setup or general setup, I
> think.
> There must be a message in the list with details.
> But in kernel 2.4.26 this was fixed.
> You will find kernel 2.4.22 in the download section.
> If you don't find it again, I can send you
> usb-host.c and usb-host.h
> tommorow. Just tell me.
> Perhaps you try kernel 2.4.22 with Bluetooth. But
> don't forget to fix
> the value.
> Daniel
>
>
>
>
> Ari Sinivaara wrote:
>
> >Hi!
> >
> >Thanks for the fast answer!
> >
> >I took some time to test various combinations of
> >libs,utils,makefiles,kernelconfigs,patches...
> >
> >But, not succeeded to get the "hcitool scan" to
> >work more than once or twice.
> >
> >hciconfig works and i get the usb bluetooth up and
> >running.
> >
> >hcitool inq works and two devices I have "online"
> is
> >found (ipaq and nokia 6600).
> >
> >I can do "hcitool inq" multiple times and there is
> no
> >problem with it.
> >
> >"hcitool scan" I got now to work once or twice
> before
> >I got the kernel panic.
> >Maybe this has something to do with the usb-host
> like
> >you said. I did not find kernel2.4.22 usb-host.c
> and
> >used kernel2.4.29 usb-host.c instead.
> >
> >I also tried to patch kernel2.4.26, but this
> >did not help either.
> >The patch seems to contain some USB related fixes.
> >
> >
> >Below is patch descriptions from
> >http://www.holtmann.org/linux/kernel/
>
>----------------------------------------------------
> >Kernel 2.4.26
> >
> >Patch Date Changelog
> ># patch-2.4.26-mh2.gz (14 KB) Aug 1, 2004
> Bluetooth
> >HIDP support
> ># Respond to L2CAP info requests
> ># Fix resetting to default filters
> ># Fix kernel panic when device config fails
> ># Fix connection creation error handling
> ># Use a signed integer for the RSSI value
> ># Send HCI_Reset for ISSC USB dongles
> ># Add support for another ALPS module
> ># Add quirk for broken RTX Telecom based dongles
> ># Replace BCSP retransmitting message with BT_DBG
> ># Update help entries
> ># Kill duplicate includes
> >
> ># patch-2.4.26-mh1.gz (2 KB) Apr 16, 2004 Add
> UART
> >protocol id's for 3-Wire and H4DS
> ># Make use of request_firmware() for the 3Com
> driver
> ># Fix race in RX complete routine of the USB
> drivers
> ># Allow normal users to release the previous
> created
> >TTY
>
>-----------------------------------------------------
> >
> >I have included my Makefile and my versions of
> >bluez-libs.2.5
> >bluez-utils.2.3
> >
> >There is a problem in utils hciattach.c uart_speed
> >B1000000, this I had to comment out to get the
> utils
> >to compile.
> >This seems to commented also in your code!,
> >Could this be related to the usb problem?
> >
> >the tar.gz should be untarred to apps, wich
> >results to:
> >
> >bluetooth/Makefile
> >bluetooth/bluez-libs link
> >bluetooth/bluez-utils link
> >bluetooth/bluez-libs.2.5
> >bluetooth/bluez-utils.2.3
> >bluetooth/.target/makefrag
> >
> >and then you should also add the
> >apps/bluetooth
> >to the your main Makefile
> >
> >
> >Regards,
> >
> >Ari
> >
> >
> >--- Daniel Würfel <d.wuerfel@xxxxxxx.de> wrote:
> >
> >
> >
> >>Hi!
> >>The BlueZ version I send to you is old, but it'll
> >>work. Untar the attached
> >>file. You should get ../apps/bluetooth/bluez !
> >>At first you have to remove bluefw in the makefile
> >>which I have sent to you.
> >>Otherwise it wont't work.
> >>Execute in your toplevel-directory: cp
> >>.target-makefrag apps/bluetooth/bluez
> >>Add in your toplevel-makfile in section SUBDIRS:
> >>apps/bluetooth/bluez \
> >>
> >>There is something else to do, I almost forgot.
> >>Add to the Makefile in
> >>devboard_82\packages\devices\axis-2.4
> >>$(MKNOD) -m 0666 $(DEV)/rfcomm0 c 216 0
> >>
> >>Perhaps you get trouble with usb. I use usb-host.c
> >>and usb-host.h from
> >>kernel 2.4.22!
> >>
> >>
> >>Perhaps your problem is solved by trying to
> exchange
> >>usb-host.c and usb-host.h!
> >>I exchanged these files because of trouble with a
> >>usb-rs232 converter.
> >>
> >>May you send me your bluez version including your
> >>makefile? I failed compiling later versions some
> >>time ago.
> >>Please let me know if you succeed.
> >>Good luck.
> >>Daniel
> >>
> >>
> >>
> >>Ari Sinivaara wrote:
> >>
> >>
> >>
> >>>Hello,
> >>>
> >>>I Have exactly the same problem as descriped in
>
>>>http://mhonarc.axis.se/bluetooth-dev/msg04233.html
> >>>
> >>>kernel 2.4.26
> >>>bluez-libs-2.15
> >>>bluez-utils-2.15
> >>>
> >>>tried also
> >>>bluez-libs-2.5
> >>>bluez-utils-2.3
> >>>
> >>>these compiled ok, but when using
> >>>
> >>>hcitool scan I get kernel panic.
> >>>I have connected usb bluetooth d-link DWL-122 to
> >>>devboard.
> >>>
> >>>This kernel panic issue is propably fixed in
> >>>bluez-2.15?
> >>>
> >>>I would be very pleased if you could contribute
> >>>the needed Makefile and the other changes for
> >>>me too.
> >>>
> >>>Thank you.
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
>
=== message truncated ===
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
-
To unsubscribe from this list: send the line "unsubscribe bluetooth-dev" in
the body of a message to majordomo@xxxxxxx.com