Jump to content

Atheros AR6003 SDIO WiFi Integration: Difference between revisions

m
no edit summary
mNo edit summary
Line 333: Line 333:
</pre>
</pre>


== Using loadAR6000.sh ==
<pre>
killall psplash
killall jpeg-capture
killall ipiped
killall  dbus-daemon
modprobe bluethooth
export WORKAREA=/usr/share/ar6000
export ATH_PLATFORM=V210_ARM_NATIVEMMC-SDIO
loadAR6000.sh --debug
</pre>


== Problems and how to fix them ==
== Problems and how to fix them ==
Line 345: Line 359:
ar6000: Unknown symbol hci_unregister_dev
ar6000: Unknown symbol hci_unregister_dev
ar6000: Unknown symbol hci_register_dev
ar6000: Unknown symbol hci_register_dev
</pre>
If you built Bluetooth as a module, first load it before running loadAR6000.sh.
<pre>
modprobe bluethooth
</pre>
</pre>


Cookies help us deliver our services. By using our services, you agree to our use of cookies.