@QAuge How can i rebuild the images from post 280 ?
I try master-lede:
git clone https://github.com/Quallenauge/Easybox-904-XDSL.git
cd Easybox-904-XDSL
git checkout master-lede
cp vr9_default.config .config
./scripts/feeds update
./scripts/feeds install
make menuconfig
make
My sysupgrade-image is only ~11MB and produce a bootloop.
I can not find the rescue-image.
The reason is i need some kernel modules, the imagebuilder and the SDK.
Where is Asterisk inside the menu ?
The next question is: how can i get to the rescue mode ?
OK i solved my problem when i redownload the rescue image but i guess this not in the interest of the developer.
VDSL:
I think these modules will additional needed:
- ltq-vdsl-app
and the Firmware
- dsl-vrx200-firmware-xdsl-a
- dsl-vrx200-firmware-xdsl-a-patch
- dsl-vrx200-firmware-xdsl-b
- dsl-vrx200-firmware-xdsl-b-patch
I guess firmware-xdsl-a + firmware-xdsl-b-patch or firmware-xdsl-b + firmware-xdsl-a-patch should pass
But i am not 100% how the vdsl-xy-patch working.
Note: the vr9 xdsl-firmware inside openwrt can no Vectoring
the reason is it is not allowed for openwrt to restructable it.
If you need Vectoring, copy your vdsl-firmware from an other Router firmware like FritzBox 7360 or other vr9 devices.
A list of other firmware versions, including those with vectoring support, can be found here: https://xdarklight.github.io/lantiq-xdsl-firmware-info/
on an other cool Arcadyan device (O2-Box 6431) my VDSL run fine with this parameter:
...
config atm-bridge 'atm'
option vpi '1'
option vci '32'
option encaps 'llc'
option payload 'bridged'
config dsl 'dsl'
option annex 'b'
option tone 'av'
option xfer_mode 'ptm'
option line_mode 'vdsl'
option firmware '/lib/firmware/lantiq-vrx200-b.bin'
...
but try first:
option tone 'auto'
option firmware 'path-to-your-firmware'
option annex 'your-annex'
WLAN:
I was hoping it will run with: kmod-rt2800-pci
ISDN:
Does it definitiv not working or have nobody try it ?
I have nothing find inside the Forum about ISDN, but for ISDN exist many modules (capi dahdi etc).
Have everybody getting the ISDN on the EasyBox 803a running, and if yes how ?
(Last edited by Plonk34 on 20 Mar 2017, 18:46)