public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Erwin Authried <eauth@softsys.co.at>
To: "bluez-users@lists.sourceforge.net" <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Bluez Ported on uClinux
Date: Fri, 21 Jan 2005 10:30:17 +0100	[thread overview]
Message-ID: <1106299817.28779.188.camel@justakiss> (raw)
In-Reply-To: <34ec511439101.heejune@snut.ac.kr>

Am Fre, den 21.01.2005 schrieb =EC=95=88=ED=9D=AC=EC=A4=80 um 4:11:
>         Dear BlueZers,
>        =20
>         =20
>        =20
>         Recently I ported Bluez (kernel stack, and lib and utils) on
>         uClinux (Arm cored Conexant Network Processor Machine).=20
>        =20
>         Why? I couldn't find any port (usually the Makefiles) on the
>         web, and saw several unclearly answered questions on the
>         mailing list.=20
>        =20
>         =20
>        =20
>         Now, I works very well for PAN and SPP (which is my major
>         applications so far): however, it works excellent but It does
>         not work very well with Windows application provided my dongle
>         provider (CSR-based AirBird USB class 1).   Especially it take
>         too long time to make pan connection (around 30 secs), though
>         it it works ok after the long connection time.=20
>        =20
>         =20
>        =20
>         =20
>        =20
>         Here I ask some help request !
>        =20
>         =20
>        =20
>          -  Is there any way to make the ip assigning process
>         automatically?
>        =20
>         =20
>        =20
>              > pand --listen --master --role GN
>        =20
>         =20
>        =20
>             .....
>        =20
>         =20
>        =20
>              >ifconfig bnep0  192.168.7.1=20
>        =20
>         =20
>        =20
>              Is there any way to make the ifconfig automatically? =20
>        =20
>         =20
>        =20
>            =20
>        =20
>          -  I cannot handle shared library very well. So I am using it
>         with static library.=20
>        =20
>             Is there anyone who success with shared library in uClinux
>         and Bluez lib and utils?
>        =20
Hi,

for the uClinux port, no Makefile changes are required. You just need a
few options for "configure". Look at http://cvs.home.at/midori/sources/,
you can find the build scripts in bluez-libs-2.10 and bluez-utils-2.10.
=20
The ifconfig should be done in /etc/bluetooth/pan/dev-up. My script
looks like this:
------------------------
#!/bin/sh
# IP and BT_GATEWAY are exported from /etc/rc
ifconfig $1 $IP
test -z $BT_GATEWAY || route add default gw $BT_GATEWAY
------------------------
The script is called automatically by pand.=20
I'm not aware of shared library support for ARM.=20

Regards,
Erwin




-------------------------------------------------------
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

      reply	other threads:[~2005-01-21  9:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-21  3:11 [Bluez-users] Bluez Ported on uClinux 안희준
2005-01-21  9:30 ` Erwin Authried [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1106299817.28779.188.camel@justakiss \
    --to=eauth@softsys.co.at \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox