Bluetooth compatibility
From FON Wiki Beta
Belkin
- detected but not usuable yet
cat /proc/bus/usb/devices
T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 8 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=050d ProdID=0012 Rev= 0.00 S: Manufacturer=Broadcom Corp S: Product=BCM92045DG Non-UHE C:* #Ifs= 4 Cfg#= 1 Atr=a0 MxPwr=100mA I:* If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none) E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms I:* If#= 1 Alt= 0 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none) E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none) E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms I: If#= 1 Alt= 2 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none) E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none) E: Ad=83(I) Atr=01(Isoc) MxPS= 25 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 25 Ivl=1ms I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none) E: Ad=83(I) Atr=01(Isoc) MxPS= 33 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 33 Ivl=1ms I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none) E: Ad=83(I) Atr=01(Isoc) MxPS= 49 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 49 Ivl=1ms I:* If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) E: Ad=84(I) Atr=02(Bulk) MxPS= 32 Ivl=0ms E: Ad=04(O) Atr=02(Bulk) MxPS= 32 Ivl=0ms I:* If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none)
adding bluetooth compatibility
- check out fon development & checkout svn
cd trunk cd openwrt ./scripts/feeds update -a packages ./scripts/feeds install bluez-libs bluez-utils bluez-hcidump dbus libiconv make menuconfig go to libraries and choose bluez-libs go to utilities and choose bluez-utils and hcidump exit make V=99
status
- ERROR
make[3]: Entering directory `/home/steven/FON/trunk/openwrt/feeds/packages/libs/bluez-libs'
make[3]: Leaving directory `/home/steven/FON/trunk/openwrt/feeds/packages/libs/bluez-libs'
make[3]: Entering directory `/home/steven/FON/trunk/openwrt/feeds/packages/utils/bluez-hcidump'
make[3]: Leaving directory `/home/steven/FON/trunk/openwrt/feeds/packages/utils/bluez-hcidump'
make[3]: Entering directory `/home/steven/FON/trunk/openwrt/feeds/packages/utils/dbus'
install -d -m0755 /home/steven/FON/trunk/openwrt/build_dir/mipsel/dbus-1.2.4.6permissive/ipkg/libdbus/usr/lib
cp -fpR /home/steven/FON/trunk/openwrt/build_dir/mipsel/dbus-1.2.4.6permissive/ipkg-install/usr/lib/libdbus-1.so.* /home/steven/FON/trunk/openwrt/build_dir/mipsel/dbus-1.2.4.6permissive/ipkg/libdbus/usr/lib/
cp: cannot stat `/home/steven/FON/trunk/openwrt/build_dir/mipsel/dbus-1.2.4.6permissive/ipkg-install/usr/lib/libdbus-1.so.*': No such file or directory
make[3]: *** [/home/steven/FON/trunk/openwrt/bin/packages/mipsel/libdbus_1.2.4.6permissive-2_mipsel.ipk] Error 1
make[3]: Leaving directory `/home/steven/FON/trunk/openwrt/feeds/packages/utils/dbus'
make[2]: *** [package/feeds/packages/dbus/compile] Error 2
make[2]: Leaving directory `/home/steven/FON/trunk/openwrt'
make[1]: *** [/home/steven/FON/trunk/openwrt/staging_dir/mipsel/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/steven/FON/trunk/openwrt'
make: *** [world] Fout 2
steven@steven-laptop:~/FON/trunk/openwrt$ make package/dbus-1.2.4.6permissive/{clean,compile} V=99
make[1]: Entering directory `/home/steven/FON/trunk/openwrt'
make[1]: *** No rule to make target `package/dbus-1.2.4.6permissive/clean'. Stop.