[tuto]bluetooth pb solved, victory !!!!!!!!!!!!!!!!!!!!!!!!

Guides, tutorials & docs
Post Reply
User avatar
promeneur
Utente senior
Utente senior
Posts: 547
Joined: 6 February 2009, 17:47
ROSA: -
OpenMandriva: 2010.3 i586
Kernel: 3.5.7 nrj dsktp pae
Desktop: MIB kde 4.8.4
country: France

[tuto]bluetooth pb solved, victory !!!!!!!!!!!!!!!!!!!!!!!!

Post by promeneur »

1. pb

since kernel 3.2 appears for all kernels >= 3.2.0

you can browse, download file, delete file but you can't upload file to your smartphone

2 solution

update openobex to 1.6 and obexdataser to 0.4.6

3. method

get openbex source from there : http://sourceforge.net/projects/openobe ... nobex/1.6/

get obexdataserver and its patch from there : http://www.linuxfromscratch.org/blfs/vi ... erver.html

then
in this order

compile and install openobex

apply the patch to obexdataserver : see http://www.linuxfromscratch.org/blfs/vi ... erver.html

compile and install obexdataserver : http://www.linuxfromscratch.org/blfs/vi ... erver.html

restart pc

et voilàààààààààà

enjoy

note :
- always read INSTALL doc

- always use ./configure --prefix=/usr , if not then software will not be installed at the good place

- in obexdataserver INSTAL doc they say go to src folder then type ./configure ...
it's obviously an error, you must be in the obexdataserver-0.4.6 folder

- the patch must be in the folder containing the folder obexdataserver-0.4.6

- all commands (patch, ./configure, make, make check, make install must be type in the folder of the software

- to install you must have the root rights then use (don't use sudo)

su -c "make install"

- you can uninstall by typing in the folder containing the software

su -c "make uninstall"
Asus M2N, AMD Athlon 64 X2 5000+, 8 GB, Asus Nvidia 210 silent, Linksys WMP600N, Plugable USB-BT4LE Bluetooth 4.0 Adapter, lecteur multicarte Addonics AEIDDSAU, HP LaserJet 1220

Post Reply