Enabling Internet onUExxB6000 and B550 series
Re: Enabling Internet onUExxB6000 and B550 series
it is not very difficult to do. We`ve got B550 wifi working. Problem is, that no GUI menu is available for wifi settings, just via console/bash script. Write your model and firmware version and number. Check if u-boot works well (you need ExLink cable at first).
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: Enabling Internet onUExxB6000 and B550 series
you do not need boot kernel from u-boot every time. If you get no problem with kernel, upgrade TV with this kernel 
Check arris69 first post in this topic, downolad bugfix2 and if everythig goes ok, flash to tv. You can add network to autostart, it works:
install patched firmware, add this code to samygo.sh:
Change to your data IP, WPA, essid and you should get it automated. (check manualy before add to samygo.sh)

Check arris69 first post in this topic, downolad bugfix2 and if everythig goes ok, flash to tv. You can add network to autostart, it works:
install patched firmware, add this code to samygo.sh:
Code: Select all
insmod /mtd_rwarea/modules/rt2870sta.ko
ifconfig ra11n0 up
iwconfig ra11n0 mode Managed
iwconfig ra11n0 essid "BISHome"
iwpriv ra11n0 set AuthMode=WPA2PSK
iwpriv ra11n0 set EncrypType=AES
iwpriv ra11n0 set WPAPSK=privetna
ifconfig ra11n0 192.168.1.20 netmask 255.255.255.0 up
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE