codesnake / OpenELEC.tv

Port of the OpenELEC for Amlogic-based TV boxes
http://openelec.tv
62 stars 70 forks source link

[MXQ] Add wireless network support #59

Open cquijano opened 9 years ago

cquijano commented 9 years ago

Fix network wireless for broadcom ap6181:

kszaq commented 9 years ago

You can't change the firmware specifically to AP6181 as there are two MXQ versions:

You either need to compile 2 versions or implement automatic firmware selection. You can browse my repo for a solution: https://github.com/kszaq/OpenELEC.tv

cquijano commented 9 years ago

Thanks @kszaq I didn't know that are 2 versions of MXQ. As I see in your repo, Maybe is enough setting

CONFIG_BCMDHD_NVRAM_PATH="/lib/firmware/brcm/"

and add nvram and bin files for the AP6210 and AP6181 ?

kszaq commented 9 years ago

You also need this patch: https://github.com/kszaq/OpenELEC.tv/blob/openelec-5.0/projects/Amlogic/patches/linux/110-dhd_auto.patch

cquijano commented 9 years ago

Thaks @kszaq . I have fix 110-dhd_auto.patch and I have added ap6210_nvram.txt. I don't know if any another files are needed.

cquijano commented 9 years ago

Sorry last commit had an error, now is fixed.