Page 8 of 16

Re: Enabling Internet onUExxB6000 and B550 series

Posted: Thu Dec 02, 2010 11:45 am
by juusso
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).

Re: Enabling Internet onUExxB6000 and B550 series

Posted: Sun Dec 05, 2010 8:35 am
by juusso
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:

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
Change to your data IP, WPA, essid and you should get it automated. (check manualy before add to samygo.sh)