You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(21) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(23) |
Feb
(10) |
Mar
(14) |
Apr
(11) |
May
(18) |
Jun
(28) |
Jul
(42) |
Aug
(60) |
Sep
(73) |
Oct
(79) |
Nov
(118) |
Dec
(49) |
| 2003 |
Jan
(69) |
Feb
(38) |
Mar
(33) |
Apr
(89) |
May
(61) |
Jun
(70) |
Jul
(52) |
Aug
(29) |
Sep
(6) |
Oct
(2) |
Nov
(21) |
Dec
(5) |
| 2004 |
Jan
(24) |
Feb
(18) |
Mar
(8) |
Apr
(4) |
May
(4) |
Jun
(2) |
Jul
(5) |
Aug
(3) |
Sep
(1) |
Oct
(7) |
Nov
(1) |
Dec
(1) |
| 2005 |
Jan
(3) |
Feb
(3) |
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(9) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
(2) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Praveen D. <pra...@gm...> - 2009-06-23 10:43:34
|
Hi all, i am trying to cross-compile afffix-kernel for freescale imx-31 arm core evaluation board. i did following steps: 1) ./Configure (interactive options appeared wherein i entered the architecture name, kernel source path and cross compiler path) 2) make but i get following error: make[2]: Entering directory `/home/praveen/IMX_LTIB/ltib/rpm/BUILD/linux-2.6.26' CC [M] /home/praveen/IMX_LTIB/ltib/rpm/BUILD/affix-kernel-3.2.0/btcore/hci.o cc1: error: unrecognized command line option "-m64" cc1: error: unrecognized command line option "-mno-red-zone" cc1: error: unrecognized command line option "-mcmodel=kernel" cc1: error: unrecognized command line option "-maccumulate-outgoing-args" make[4]: *** [/home/praveen/IMX_LTIB/ltib/rpm/BUILD/affix-kernel-3.2.0/btcore/hci.o] Error 1 kindly guide me in this regarding. Regards Praveen |
|
From: Emilien G. <art...@gm...> - 2009-02-13 23:18:18
|
Hi. I have a newbe question for you. I need to push pictures and sounds to bluetooth cellphones automatically via my computer. I am going to buy a wl-500g premium and install affix on it (Im not so familiar with linux but I'll follow the instructions I found on this page : http://wiki.wl500g.info/index.php/PackageAffix ) My question is : I need to use a windows computer attached to the wk-500g premium to push the files from it. How do I run commands and get results (like discovery, push etc) from windows ? Thank you so much. Have a nice week end. artcontr |
|
From: Murat S. <sez...@gm...> - 2008-05-22 08:13:22
|
Thanks for your fast replies. As I mentioned before, I have my own bluetooth stack. I only need the OBEX profile. In this web site, the OBEX part is presented as third party application (obex-data-server-0.3.tar.gz<http://www.bluez.org/redirect.php?url=http%3A%2F%2Ftadas.dailyda.com%2Fsoftware%2Fobex-data-server-0.3.tar.gz>). When I examined this code, I saw that it uses openobex code too. So what I need is to use this third party code with the openobex codes. Right? Regards, Murat On Thu, May 22, 2008 at 10:55 AM, Marcel Holtmann <ma...@ho...> wrote: > Hi Murat, > > I am new in your mail group. We are developing DPF(Digital Picture Frame) >> software. We want to add bluetooth support to this device. Namely, the users >> can send pictures to this device from their bluetooth client devices like >> cellular phones. I think we need to add OBEX profile for this. We have the >> lower layer stacks for bluetooth module (HCI,L2CAP, RFCOMM etc...) Does your >> affix OBEX software contains this feature? If yes, which files should I >> examine to understand it? >> > > the Affix project is basically dead. You might wanna look at www.bluez.org for > the official Bluetooth stack for Linux. > > Regards > > Marcel > > -- Murat Sezgin |
|
From: Murat S. <sez...@gm...> - 2008-05-22 06:49:41
|
Hi, I am new in your mail group. We are developing DPF(Digital Picture Frame) software. We want to add bluetooth support to this device. Namely, the users can send pictures to this device from their bluetooth client devices like cellular phones. I think we need to add OBEX profile for this. We have the lower layer stacks for bluetooth module (HCI,L2CAP, RFCOMM etc...) Does your affix OBEX software contains this feature? If yes, which files should I examine to understand it? Regards, Murat Sezgin |
|
From: siim <li...@ko...> - 2006-07-06 10:13:32
|
using 2.6.13-15 kernel and getting this error: make[2]: Entering directory `/usr/src/linux-2.6.13-15' CC [M] /usr/src/affix-kernel-3.2.0/btcore/hci.o CC [M] /usr/src/affix-kernel-3.2.0/btcore/af_hci.o /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:70: error: static declaration of 'errno' follows non-static declaration include/linux/unistd.h:4: error: previous declaration of 'errno' was here /usr/src/affix-kernel-3.2.0/btcore/af_hci.c: In function 'hpf_create': /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:197: warning: passing argument 3 of 'sk_alloc' makes pointer from integer without a cast /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:197: warning: passing argument 4 of 'sk_alloc' makes integer from pointer without a cast /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:210: error: implicit declaration of function 'sk_set_owner' /usr/src/affix-kernel-3.2.0/btcore/af_hci.c: At top level: /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:1007: error: static declaration of 'affix_pan_ops' follows non-static declaration /usr/src/affix-kernel-3.2.0/include/affix/hci.h:643: error: previous declaration of 'affix_pan_ops' was here /usr/src/affix-kernel-3.2.0/btcore/af_hci.c:1008: error: static declaration of 'affix_hidp_ops' follows non-static declaration /usr/src/affix-kernel-3.2.0/include/affix/hci.h:644: error: previous declaration of 'affix_hidp_ops' was here make[4]: *** [/usr/src/affix-kernel-3.2.0/btcore/af_hci.o] Error 1 any ideas? this patch i found from this list did not help. -- siim |
|
From: Siim K. <si...@ko...> - 2006-07-05 14:31:07
|
problem solved. On Wednesday 05 July 2006 17:14, siim wrote: > Hi, > i'm installing affix-kernel-3.2.0 on suse 10, but i run against a problem > over and over again. Search in this list and google has not given any > results in last 2 hours. > > after running "make config" i get this error: > -------->>> Experimental Changes by shr...@af... <<<-------- > > Fast UART Bottom Half Handler (y/n) [n]: > HCI ACL Piconet Broadcast (Function and Socket Interface) (y/n) [n]: > Update Clock Offset On Connection ( Faster Connection Establishment ) > (y/n) [n]: > /usr/src/linux/include/config/modversions.h does not exist! > To fix, run 'make dep' in /usr/src/linux. > > Configuration failed. > > make[1]: *** [config] Error 1 > make[1]: Leaving directory `/usr/src/affix-kernel-3.2.0' > make: *** [config] Error 2 > > > running 'make dep' in /usr/src/linux gives: > muff:/usr/src/linux # make dep > *** Warning: make dep is unnecessary now. > > it seems that kernel source that comes with suse 10 does not have this > modversions.h file and /usr/src/linux/include/config directory at all. Do > you have any suggestions how to proceed? -- siim |
|
From: siim <li...@ko...> - 2006-07-05 14:12:57
|
Hi,
i'm installing affix-kernel-3.2.0 on suse 10, but i run against a problem over
and over again. Search in this list and google has not given any results in
last 2 hours.
after running "make config" i get this error:
-------->>> Experimental Changes by shr...@af... <<<--------
Fast UART Bottom Half Handler (y/n) [n]:
HCI ACL Piconet Broadcast (Function and Socket Interface) (y/n) [n]:
Update Clock Offset On Connection ( Faster Connection Establishment ) (y/n)
[n]:
/usr/src/linux/include/config/modversions.h does not exist!
To fix, run 'make dep' in /usr/src/linux.
Configuration failed.
make[1]: *** [config] Error 1
make[1]: Leaving directory `/usr/src/affix-kernel-3.2.0'
make: *** [config] Error 2
running 'make dep' in /usr/src/linux gives:
muff:/usr/src/linux # make dep
*** Warning: make dep is unnecessary now.
it seems that kernel source that comes with suse 10 does not have this
modversions.h file and /usr/src/linux/include/config directory at all. Do you
have any suggestions how to proceed?
--
siim
|
|
From: Sheldon R. <sry...@gm...> - 2006-04-23 12:13:45
|
Hello. could you please help me with the following problem in suse 10 compi=
le
ake[2]: Entering directory `/usr/src/linux-2.6.13-15.8'
WARNING: Symbol version dump /usr/src/linux-2.6.13-15.8/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /usr/src/affix-kernel-3.2.0/btcore/hci.o
In file included from /usr/src/affix-kernel-3.2.0/btcore/hci.c:68:
/usr/src/affix-kernel-3.2.0/include/affix/bluetooth.h: In function
'btsys_close':
/usr/src/affix-kernel-3.2.0/include/affix/bluetooth.h:1032: error:
implicit declaration of function 'close'
/usr/src/affix-kernel-3.2.0/btcore/hci.c: In function 'affix_sock_reset':
/usr/src/affix-kernel-3.2.0/btcore/hci.c:2109: error: 'struct sock'
has no member named 'sk_pair'
/usr/src/affix-kernel-3.2.0/btcore/hci.c: In function 'affix_sock_ready':
/usr/src/affix-kernel-3.2.0/btcore/hci.c:2118: error: 'struct sock'
has no member named 'sk_pair'
/usr/src/affix-kernel-3.2.0/btcore/hci.c:2130: error: 'struct sock'
has no member named 'sk_pair'
make[4]: *** [/usr/src/affix-kernel-3.2.0/btcore/hci.o] Error 1
make[3]: *** [/usr/src/affix-kernel-3.2.0/btcore] Error 2
make[2]: *** [_module_/usr/src/affix-kernel-3.2.0] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.13-15.8'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/usr/src/affix-kernel-3.2.0'
make: *** [all] Error 2
|
|
From: KF (lists) <kf_...@di...> - 2006-02-09 18:24:40
|
Give this patch a shot... for what ever reason it has not been=20 integrated into the main stream code. http://jmedrano.sl-form.com/hid/compile.3.2.0.patch -KF Jose de Jesus Deloya wrote: > I'm a student from the Universidad Autonoma Metropolitana in Mexico,=20 > please I need some help about affix kernel ver. 3.2.0 installing. when=20 > I try to install it, in the compiling step (make all), linux throws=20 > the following messages: > > WARNING: Symbol version dump /usr/src/linux-2.6.13-15/Module.symvers > is missing; modules will have no dependencies and modversion= s. > > CC [M] /usr/src/affix-kernel-3.2.0/btcore/hci.o > In file included from /usr/src/affix-kernel-3.2.0/btcore/hci.c:68: > /usr/src/affix-kernel-3.2.0/include/affix/bluetooth.h: In function=20 > 'btsys_close': > /usr/src/affix-kernel-3.2.0/include/affix/bluetooth.h:1032: error:=20 > implicit declaration of function 'close' > /usr/src/affix-kernel-3.2.0/btcore/hci.c: In function 'affix_sock_reset= ': > /usr/src/affix-kernel-3.2.0/btcore/hci.c:2109: error: 'struct sock'=20 > has no member named 'sk_pair' > /usr/src/affix-kernel-3.2.0/btcore/hci.c: In function 'affix_sock_ready= ': > /usr/src/affix-kernel-3.2.0/btcore/hci.c:2118: error: 'struct sock'=20 > has no member named 'sk_pair' > /usr/src/affix-kernel-3.2.0/btcore/hci.c:2130: error: 'struct sock'=20 > has no member named 'sk_pair' > make[4]: *** [/usr/src/affix-kernel-3.2.0/btcore/hci.o] Error 1 > make[3]: *** [/usr/src/affix-kernel-3.2.0/btcore] Error 2 > make[2]: *** [_module_/usr/src/affix-kernel-3.2.0] Error 2 > make[2]: Leaving directory `/usr/src/linux-2.6.13-15' > make[1]: *** [build] Error 2 > make[1]: Leaving directory `/usr/src/affix-kernel-3.2.0' > make: *** [all] Error 2 > > I don't know why throws that messages, i'm doing my terminal project=20 > and i need to make an aplication to comunicate computers using=20 > bluetooth protocols. > > Thanks for your atention. > > Jos=E9 de Jes=FAs Deloya Cruz |
|
From: Jose de J. D. <jed...@gm...> - 2006-02-03 21:17:45
|
I'm a student from the Universidad Autonoma Metropolitana in Mexico, please
I need some help about affix kernel ver. 3.2.0 installing. when I try to
install it, in the compiling step (make all), linux throws the following
messages:
WARNING: Symbol version dump /usr/src/linux-2.6.13-15/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /usr/src/affix-kernel-3.2.0/btcore/hci.o
In file included from /usr/src/affix-kernel-3.2.0/btcore/hci.c:68:
/usr/src/affix-kernel-3.2.0/include/affix/bluetooth.h: In function
'btsys_close':
/usr/src/affix-kernel-3.2.0/include/affix/bluetooth.h:1032: error: implicit
declaration of function 'close'
/usr/src/affix-kernel-3.2.0/btcore/hci.c: In function 'affix_sock_reset':
/usr/src/affix-kernel-3.2.0/btcore/hci.c:2109: error: 'struct sock' has no
member named 'sk_pair'
/usr/src/affix-kernel-3.2.0/btcore/hci.c: In function 'affix_sock_ready':
/usr/src/affix-kernel-3.2.0/btcore/hci.c:2118: error: 'struct sock' has no
member named 'sk_pair'
/usr/src/affix-kernel-3.2.0/btcore/hci.c:2130: error: 'struct sock' has no
member named 'sk_pair'
make[4]: *** [/usr/src/affix-kernel-3.2.0/btcore/hci.o] Error 1
make[3]: *** [/usr/src/affix-kernel-3.2.0/btcore] Error 2
make[2]: *** [_module_/usr/src/affix-kernel-3.2.0] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.13-15'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/usr/src/affix-kernel-3.2.0'
make: *** [all] Error 2
I don't know why throws that messages, i'm doing my terminal project and i
need to make an aplication to comunicate computers using bluetooth
protocols.
Thanks for your atention.
Jos=E9 de Jes=FAs Deloya Cruz
|
|
From: <Car...@no...> - 2005-08-26 15:17:27
|
Hi everyone ! Again we have a security update for affix package.:( This time Kevin Finisterre has found a popen() exploit in btsrv, when it = is managing a pin request (if you have that option disable you should be = safe. However, I strongly encourage to patch the btsrv anyway !!!) Please, go to the affix web page an download the patch that fixes this. =20 Br, Carlos Chinea P.S: Thanks Kevin for the feedback ! |
|
From: Daniel B. <da...@f-...> - 2005-08-21 12:23:07
|
Hi, Has anyone figured a patch out(is it even possible)? To change the use in af_hci.c of the sock struct to the unix_sock struct and use peer rather than sk_pair? Or is there a patch to re-implement the sk_pair part of the sock struct? This is due to these errors:- make[2]: Entering directory `/usr/src/linux' =C2=A0 CC [M]=C2=A0 /usr/src/affix/btcore/hci.o In file included from /usr/src/affix/btcore/hci.c:68: /usr/src/affix/include/affix/bluetooth.h: In function `btsys_close': /usr/src/affix/include/affix/bluetooth.h:1032: warning: implicit declaration of function `close' /usr/src/affix/btcore/hci.c: In function `affix_sock_reset': /usr/src/affix/btcore/hci.c:2109: error: structure has no member named `sk_pair' /usr/src/affix/btcore/hci.c: In function `affix_sock_ready': /usr/src/affix/btcore/hci.c:2118: error: structure has no member named `sk_pair' /usr/src/affix/btcore/hci.c:2130: error: structure has no member named `sk_pair' make[4]: *** [/usr/src/affix/btcore/hci.o] Error 1 make[3]: *** [/usr/src/affix/btcore] Error 2 make[2]: *** [_module_/usr/src/affix] Error 2 make[2]: Leaving directory `/usr/src/linux' make[1]: *** [build] Error 2 make[1]: Leaving directory `/usr/src/affix-kernel-3.2.0' make: *** [all] Error 2 Kind regards, Daniel Bartlett |
|
From: pradeep b. <pbh...@ya...> - 2005-08-17 09:35:46
|
Hi affix support team, I have already written a similar mail but I guess using the email address with which I'm subscribed is always better :-) I am looking for Affix test specifications as I need to write test specs for very similar wrapper kind of API. Is there any test specification(preferably open source) for Affix bluetooth stack?Or any other suggestions? Thanks in advance!! bye, Pradeep __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
|
From: <mat...@lu...> - 2005-07-12 09:43:42
|
Hi all, I need some help interpreting the following affix-kernel compile errors. I am running linux-2.6.12-gentoo-r4. I removed all the bluetooth support submenu entries from the linux kernel before I attempted to compile affix-kernel. localhost affix-kernel-3.2.0 # make make[1]: Entering directory `/usr/src/affix-kernel-3.2.0' Checking kernel checksum ... make[1]: Leaving directory `/usr/src/affix-kernel-3.2.0' make[1]: Entering directory `/usr/src/affix-kernel-3.2.0' make -C etc all make[2]: Entering directory `/usr/src/affix-kernel-3.2.0/etc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/affix-kernel-3.2.0/etc' make -C include all make[2]: Entering directory `/usr/src/affix-kernel-3.2.0/include' make[2]: Leaving directory `/usr/src/affix-kernel-3.2.0/include' make -C /usr/src/linux-2.6.12-gentoo-r4 SUBDIRS=$PWD modules make[2]: Entering directory `/usr/src/linux-2.6.12-gentoo-r4' CC [M] /usr/src/affix-kernel-3.2.0/btcore/hci.o In file included from /usr/src/affix-kernel-3.2.0/btcore/hci.c:68: /usr/src/affix-kernel-3.2.0/include/affix/bluetooth.h: In function `btsys_close': /usr/src/affix-kernel-3.2.0/include/affix/bluetooth.h:1032: warning: implicit declaration of function `close' /usr/src/affix-kernel-3.2.0/btcore/hci.c: In function `affix_sock_reset': /usr/src/affix-kernel-3.2.0/btcore/hci.c:2109: error: structure has no member named `sk_pair' /usr/src/affix-kernel-3.2.0/btcore/hci.c: In function `affix_sock_ready': /usr/src/affix-kernel-3.2.0/btcore/hci.c:2118: error: structure has no member named `sk_pair' /usr/src/affix-kernel-3.2.0/btcore/hci.c:2130: error: structure has no member named `sk_pair' make[4]: *** [/usr/src/affix-kernel-3.2.0/btcore/hci.o] Error 1 make[3]: *** [/usr/src/affix-kernel-3.2.0/btcore] Error 2 make[2]: *** [_module_/usr/src/affix-kernel-3.2.0] Error 2 make[2]: Leaving directory `/usr/src/linux-2.6.12-gentoo-r4' make[1]: *** [build] Error 2 make[1]: Leaving directory `/usr/src/affix-kernel-3.2.0' make: *** [all] Thanks in advance, Matthijs ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: Al <Al_...@is...> - 2005-07-11 02:30:32
|
Hi,
After I install affix kernel successfully, will Linux kernel load
affix modules automatically? Or I need to insert modules manually?
I use "lsmod" to see all modules loaded, but didn't see affix modules
loaded.
Thanks,
Al
|
|
From: Al <Al_...@is...> - 2005-07-11 02:08:50
|
Hi,=20
=20
Thanks for the reply.
=20
I've tried to disable readline support you mentioned. But still got =
the=20
same error. Does Linux distribution matter ?
=20
Thanks,
=20
Al
-----Original Message-----=20
From: Car...@no... [mailto:Car...@no...]=20
Sent: 2005/7/7 [=ACP=B4=C1=A5|] =A4U=A4=C8 11:16=20
To: Al; aff...@li...=20
Cc:=20
Subject: RE: [Affix-support] Affix Install Errors on Fedora core 2 =
(2.6.5)
=09
=09
Hi !
=09
Do you really need/want the prompt support in the btftp ?
If you can get along with just the command line options of the btftp, =
then I will suggest to disable the readline support.
To do that run:
./configure --disable-readline
make
make install
=09
Br,
Carlos
=09
> -----Original Message-----
> From: aff...@li...
> [mailto:aff...@li...]On Behalf Of ext Al
> Sent: 07 July, 2005 11:17
> To: aff...@li...
> Subject: [Affix-support] Affix Install Errors on Fedora core 2 =
(2.6.5)
>
>
> Hi,
>
> When I try to install affix (affix kernel installed
> OK), I encounter
> errors:
>
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> gcc -O2 -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe
> -o .libs/btftp
> btftp.o ../utils/.libs/libaffix_utils.so
> ../obex/.libs/libaffix_obex.so -lopenobex -lreadline
> ../lib/.libs/libaffix.so -Wl,--rpath -Wl,/usr/local/lib
> /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.
> so: undefined
> reference to `tgetnum'
> /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.
> so: undefined
> reference to `tgoto'
> /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.
> so: undefined
> reference to `tgetflag'
> /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.
> so: undefined
> reference to `BC'
> /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.
> so: undefined
> reference to `tputs'
> /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.
> so: undefined
> reference to `PC'
> /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.
> so: undefined
> reference to `tgetent'
> /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.
> so: undefined
> reference to `UP'
> /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.
> so: undefined
> reference to `tgetstr'
> collect2: ld returned 1 exit status
> make[1]: *** [btftp] Error 1
> make[1]: Leaving directory `/root/download/affix/affix-3.2.0/control'
> make: *** [all-recursive] Error 1
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>
> I also found FAQ has the similiar issue. But I have no
> idea how to do
> it.
> Can anyone help with this error?
>
> thanks a lot,
>
> Al
>
> FAQ:
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
> Compiling Affix 3.0 utilities on Gentoo produces lots of
> "/lib/libreadline.so: undefined reference to `XXX'" error messages?
> The problem can be solved by compiling libreadline with libncurses.
>
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration =
Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dick
> _______________________________________________
> Affix-support mailing list
> Aff...@li...
> https://lists.sourceforge.net/lists/listinfo/affix-support
>
=09
|
|
From: <Car...@no...> - 2005-07-07 15:53:39
|
Hi ! No the current affix release does not compile under 2.6.12. I hope I will make a new release as soon as possible with support to it. = Although, I can not give you a date for the new release yet. Br, Carlos Chinea > -----Original Message----- > From: aff...@li... > [mailto:aff...@li...]On Behalf=20 > Of ext Marc > Dirix > Sent: 07 July, 2005 18:46 > To: aff...@li... > Subject: [Affix-support] kernel version >=20 >=20 > Does the current affix driver work with kernel 2.6.12? > Iirc there where former issues using it with 2.6.8 and up. >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. = http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick > _______________________________________________ > Affix-support mailing list > Aff...@li... > https://lists.sourceforge.net/lists/listinfo/affix-support >=20 |
|
From: Marc D. <ma...@el...> - 2005-07-07 15:46:30
|
Does the current affix driver work with kernel 2.6.12? Iirc there where former issues using it with 2.6.8 and up. |
|
From: <Car...@no...> - 2005-07-07 15:17:07
|
Hi ! Do you really need/want the prompt support in the btftp ? If you can get along with just the command line options of the btftp, = then I will suggest to disable the readline support. To do that run: ./configure --disable-readline make make install Br, Carlos > -----Original Message----- > From: aff...@li...=20 > [mailto:aff...@li...]On Behalf Of ext Al > Sent: 07 July, 2005 11:17 > To: aff...@li... > Subject: [Affix-support] Affix Install Errors on Fedora core 2 (2.6.5) >=20 >=20 > Hi, >=20 > When I try to install affix (affix kernel installed=20 > OK), I encounter=20 > errors: >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > gcc -O2 -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe=20 > -o .libs/btftp=20 > btftp.o ../utils/.libs/libaffix_utils.so=20 > ../obex/.libs/libaffix_obex.so -lopenobex -lreadline=20 > ../lib/.libs/libaffix.so -Wl,--rpath -Wl,/usr/local/lib > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline. > so: undefined=20 > reference to `tgetnum' > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline. > so: undefined=20 > reference to `tgoto' > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline. > so: undefined=20 > reference to `tgetflag' > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline. > so: undefined=20 > reference to `BC' > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline. > so: undefined=20 > reference to `tputs' > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline. > so: undefined=20 > reference to `PC' > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline. > so: undefined=20 > reference to `tgetent' > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline. > so: undefined=20 > reference to `UP' > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline. > so: undefined=20 > reference to `tgetstr' > collect2: ld returned 1 exit status > make[1]: *** [btftp] Error 1 > make[1]: Leaving directory `/root/download/affix/affix-3.2.0/control' > make: *** [all-recursive] Error 1 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > I also found FAQ has the similiar issue. But I have no=20 > idea how to do=20 > it. > Can anyone help with this error? >=20 > thanks a lot, >=20 > Al >=20 > FAQ: > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > Compiling Affix 3.0 utilities on Gentoo produces lots of=20 > "/lib/libreadline.so: undefined reference to `XXX'" error messages? > The problem can be solved by compiling libreadline with libncurses. >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dick > _______________________________________________ > Affix-support mailing list > Aff...@li... > https://lists.sourceforge.net/lists/listinfo/affix-support >=20 |
|
From: Al <Al_...@is...> - 2005-07-07 08:17:28
|
Hi,
When I try to install affix (affix kernel installed OK), I =
encounter=20
errors:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
gcc -O2 -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -o =
.libs/btftp=20
btftp.o ../utils/.libs/libaffix_utils.so=20
../obex/.libs/libaffix_obex.so -lopenobex -lreadline=20
../lib/.libs/libaffix.so -Wl,--rpath -Wl,/usr/local/lib
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tgetnum'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tgoto'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tgetflag'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `BC'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tputs'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `PC'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tgetent'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `UP'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined=20
reference to `tgetstr'
collect2: ld returned 1 exit status
make[1]: *** [btftp] Error 1
make[1]: Leaving directory `/root/download/affix/affix-3.2.0/control'
make: *** [all-recursive] Error 1
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
I also found FAQ has the similiar issue. But I have no idea how to =
do=20
it.
Can anyone help with this error?
thanks a lot,
Al
FAQ:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Compiling Affix 3.0 utilities on Gentoo produces lots of=20
"/lib/libreadline.so: undefined reference to `XXX'" error messages?
The problem can be solved by compiling libreadline with libncurses.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
|
|
From: Al <Al_...@is...> - 2005-07-07 06:07:16
|
Hi, there:
=20
1. I disable BlueZ support and compile new kernel and modules.
2. Reboot use new-built kernel/modules without BlueZ.
3. Install Affix Kernel for 2.6 kernel 3.2.0. It's ok.
4. Install Affix package, ./configure, but encounter errors=20
when doing make.
Any ideas what might be wrong?
thanks,
Al
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
gcc -O2 -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -o =
.libs/btftp btftp.o ../utils/.libs/libaffix_utils.so =
../obex/.libs/libaffix_obex.so -lopenobex -lreadline =
../lib/.libs/libaffix.so -Wl,--rpath -Wl,/usr/local/lib
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tgetnum'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tgoto'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tgetflag'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `BC'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tputs'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `PC'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tgetent'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `UP'
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libreadline.so: =
undefined reference to `tgetstr'
collect2: ld returned 1 exit status
make[1]: *** [btftp] Error 1
make[1]: Leaving directory `/root/download/affix/affix-3.2.0/control'
make: *** [all-recursive] Error 1
[root@AL30 affix-3.2.0]#
|
|
From: <Car...@no...> - 2005-07-06 15:08:16
|
Hi everyone ! We have a security patch release for Affix package. The security patch fixes two security threats in the File Transfer = Profile.=20 Many thanks to Kevin Finisterre for his feedback about the latest = security issues in affix. Please, stay tune to affix, there is new things coming ! ;) Br, Carlos Chinea =20 |
|
From: Annamalai P. <apr...@ta...> - 2005-06-13 07:54:22
|
Hi List, I am very newbie to bluetooth and Affix ... I would like to know, How about SPP (Serial Port Profile )and GAP (Generic Access Profile) Implemented in Affix ?... It would be greatful, if i get any clue or filename where it is implemented ?... Looking forward your valuable Inputs ... Thanks Prakash |
|
From: Ferret S. <Fe...@zs...> - 2005-06-08 19:09:29
|
Right, I'm using the usual: Afiix 2.0.2-2 on a Zaurus SL-5600 with a socket CF rev G card. I can pair with my Medion BT20s headset. I can connect to it's "headset" service. What I want to do, is send all the data that would be going to my Zaurus' sound chip and reroute it to Bty0 and therefore: my headset. I just havge no idea how. Any ideas? |
|
From: Ricardo O. <kuk...@ya...> - 2005-05-24 21:20:10
|
Dears, I'm trying to install the affix 3.0.0 ate the Suse 9.2, kernel 2.6.8-24.10, and I'm? getting this problem: /usr/src/affix-kernel-3.0.0/include/affix/bluetooth.h: In function `btsys_close': /usr/src/affix-kernel-3.0.0/include/affix/bluetooth.h:1032: warning: implicit declaration of function `close' So, the affix.ko is not build correctly: *** Warning: "close" [/usr/src/affix-kernel-3.2.0/pan/affix_pan.ko] undefined! Looking at the mail archives, of the affix-devel lists, I´ve found similar problems like the emails: --------------------------------------------- From: Ilias Biris <xyz@gm...> Subject: Removal of sk_pair causes problems 2004-12-03 10:01 ---------------------------------------------- and ---------------------------------------------- From: omap <omap@uo...> outdated data structure member - sk_pair 2004-12-06 05:59 Dear collegues, I tryed to compile Affix-kernel-3.2.0 and I discovered that "sk_pair" is not a membem of sock data structure anymore. Anyone has found this problem? ---------------------- Anyone has found this problem too, or a possible solution? Best regards, Ricardo __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new Resources site http://smallbusiness.yahoo.com/resources/ |