Cannot install - BLUEZ Pacakge (bluez_5.13-1_ar71xx.ipk): Please advise

Hi,
I upgraded my Yun to new openwrt os !
Instructions were clear and it took me less than 15 minutes to upgrade
My appreciation to all arduino team on that.

I am trying to install bluez_5.13-1_ar71xx.ipk . Not able to pass though installation giving this error :
root@Arduino3:~# opkg install bluez_5.13-1_ar71xx.ipk
Installing bluez (5.13-1) to root...
Installing libusb-compat (0.1.4-1) to root...
Collected errors:

  • opkg_download_pkg: Package libusb-compat is not available from any configured src.
  • opkg_install_pkg: Failed to download libusb-compat. Perhaps you need to run 'opkg update'?
  • opkg_install_cmd: Cannot install package bluez.

I tried to install libusb-compat_0.1.4-1_ar71xx.ipk

root@Arduino3:~# opkg install libusb-compat_0.1.4-1_ar71xx.ipk
Installing libusb-compat (0.1.4-1) to root...
Collected errors:

  • check_data_file_clashes: Package libusb-compat wants to install file /usr/lib/libusb-0.1.so.4.4.4
    But that file is already provided by package * libusb
  • check_data_file_clashes: Package libusb-compat wants to install file /usr/lib/libusb-0.1.so.4
    But that file is already provided by package * libusb
  • opkg_install_cmd: Cannot install package libusb-compat.

Has any body installed bluez successfully on Yun new OS.

Please advise,

High Regards,

BRE

Hi,

Thanks to Sonnyyu,

This is covered here:

http://forum.arduino.cc/index.php/topic,255568.0.html

Regards
BRE

It looks like you're installing packages manually: is there a particular reason for that? Those packages are available via opkg. You should not install them manually. Instead you should

opkg update
opkg install bluez-utils

Please consult the list of available packages before downloading ipk from around the web: http://downloads.arduino.cc/openwrtyun/1/packages/index.html

Thank you very much Federico

Will do

Regards
BRE