Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-04 Thread Sylwester Petela
W dniu 2015-05-04 o 21:13, Johannes Berg pisze: On Mon, 2015-05-04 at 21:00 +0200, Martin Blumenstingl wrote: Like I previously said: there's probably something wrong at my end. I have the Annex A version of the TD-W8970 and I am trying to use it with my Annex B ADSL connection (for the recor

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-05 Thread Sylwester Petela
W dniu 2015-05-05 o 08:56, Johannes Berg pisze: On Mon, 2015-05-04 at 23:16 +0200, Sylwester Petela wrote: [ 456.056000] DSL[00]: negative response for MsgID=0x2B0A (Class=0x3100) - on try 0! [ 456.764000] DSL[00]: Error for send CMD MsgID=0x2B0A - KEEP line! [ 456.768000] DSL[00

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-23 Thread Sylwester Petela
W dniu 2015-05-05 o 09:31, Johannes Berg pisze: On Tue, 2015-05-05 at 09:28 +0200, Sylwester Petela wrote: [ 458.772000] DSL[00]: WARNING - Data Path counters are not supported for the FE! That seems pretty harmless - the driver code is really really ugly though. Probably should just

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-24 Thread Sylwester Petela
W dniu 2015-05-23 o 23:22, Aleksander Wałęski pisze: Sylwester Petela gmail.com> writes: W dniu 2015-05-05 o 09:31, Johannes Berg pisze: On Tue, 2015-05-05 at 09:28 +0200, Sylwester Petela wrote: [ 458.772000] DSL[00]: WARNING - Data Path counters are not supported for the FE! T

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-24 Thread Sylwester Petela
W dniu 2015-05-25 o 08:00, Aleksander Wałęski pisze: Good news! It works. Furthermore, I could only get it to work on my line with this new driver. I tried old driver with 6 different firmwares (VDSL fw versions: 3.2.8, 3.4.A, 4.6.D, 4.7.9, 6.8.4, 7.4.3). Older ones got me as far as "full_init

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-06-06 Thread Sylwester Petela
After 9 days and bit of performance drop I reverted back to stripped out init script and also lowered debug level to default so I can track what is causing these issues. On Fri, Jun 5, 2015 at 9:27 AM, Sylwester Petela wrote: W dniu 2015-06-05 o 04:56, Aleksander Wałęski pisze: Try playing with

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-07-11 Thread Sylwester Petela
Martin Blumenstingl wrote: On Sat, Jun 6, 2015 at 3:23 PM, Sylwester Petela wrote: After 9 days and bit of performance drop I reverted back to stripped out init script and also lowered debug level to default so I can track what is causing these issues. If it is a driver issue then you can test t

Re: [OpenWrt-Devel] [PATCH v3] lantiq: get more status information from xDSL

2015-08-06 Thread Sylwester Petela
W dniu 2015-08-06 o 07:41, feckert pisze: Signed-off-by: Florian Eckert Signed-off-by: Helge Mader Tested-by: Martin Blumenstingl Tested-by: Andre Heider --- v2 fix annex and line mode comma v2 fix latency to ms v3 fix latency syntax quotation error "x ms" v3 fix echo "" separation remov

Re: [OpenWrt-Devel] [PATCH v3] lantiq: get more status information from xDSL

2015-08-08 Thread Sylwester Petela
dited the file. After that i made >> "git format-patch -1" and then "git send-email --to >> openwrt-devel@lists.openwrt.org >> 0001-lantiq-get-more-status-information-from-xDSL.patch". I used the >> same w

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2017-07-10 Thread Sylwester Petela
ats differ between your HH5 and your F3@AnnexA as well? I could not yet identify all matching R's/solder pads on the HH5, since the HH5 board layout is way to different and hard to read. I'll try again later, when my eyes are rested. Mathias As for F3 traces, I'll send You them tomorow.

Re: [OpenWrt-Devel] [PATCH 1/1] ramips: remove RB750GR3 support

2018-07-21 Thread Sylwester Petela
W dniu 21.07.2018 o 10:43, Thibaut pisze: Le 21 juil. 2018 à 10:17, John Crispin a écrit : On 21/07/18 09:44, Thibaut wrote: Le 21 juil. 2018 à 09:24, John Crispin a écrit : On 19/07/18 20:08, Thibaut wrote: On 19 Jul 2018, at 19:52, Mathias Kresin wrote: 2018-07-19 19:26 GMT+02:00

[OpenWrt-Devel] [PATCH 1/3] [Lantiq] [P2812HNUFX] Remove old dts

2014-12-27 Thread Sylwester Petela
Remove unused P2812HNUFX board definition. Signed-off-by: Sylwester Petela --- --- a/target/linux/lantiq/dts/P2812HNUFX.dts +++ /dev/null @@ -1,308 +0,0 @@ -/dts-v1/; - -/include/ "vr9.dtsi" - -/ { - model = "P2812HNUFX - ZyXEL P-2812HNU-Fx"; -

[OpenWrt-Devel] [PATCH 2/3] [Lantiq] [P2812HNUFX] Add separate dts for P2812HNUF1 and P2812HNUF3

2014-12-27 Thread Sylwester Petela
Add separate dts for P2812HNUF1 and P2812HNUF3. Signed-off-by: Sylwester Petela --- --- /dev/null +++ b/target/linux/lantiq/dts/P2812HNUF1.dts @@ -0,0 +1,336 @@ +/dts-v1/; + +/include/ "vr9.dtsi" + +/ { + model = "P2812HNUF1 - ZyXEL P-2812HNU-F1"; +

[OpenWrt-Devel] [PATCH 3/3] [Lantiq] [P2812HNUFX] Add boards Makefile definitions with sysupgrade image generation for P2812HNUF1/3 and Default led/network settings and profiles, switch from UBI_GLUEB

2014-12-27 Thread Sylwester Petela
Add boards Makefile definitions with sysupgrade image generation. Add default led/network settings and profiles. Switch from UBI_GLUEBI to UBI_BLOCK. Signed-off-by: Sylwester Petela --- target/linux/lantiq/base-files/etc/uci-defaults/01_leds| 7 +++ target/linux/lantiq/base-files/etc

[OpenWrt-Devel] [PATCH 1/3 v2] [Lantiq] [P2812HNUFX] Remove old dts - fixed formatting

2014-12-27 Thread Sylwester Petela
Remove unused P2812HNUFX board definition. Signed-off-by: Sylwester Petela --- target/linux/lantiq/dts/P2812HNUFX.dts | 308 1 file changed, 308 deletions(-) diff --git a/target/linux

[OpenWrt-Devel] [PATCH 2/3 v2] [Lantiq] [P2812HNUFX] Add separate dts for P2812HNUF1 and P2812HNUF3 -Whitespace fixes

2014-12-27 Thread Sylwester Petela
Add separate dts for P2812HNUF1 and P2812HNUF3. Signed-off-by: Sylwester Petela --- target/linux/lantiq/dts/P2812HNUF1.dts | 336 + target/linux/lantiq/dts/P2812HNUF3.dts | 345

Re: [OpenWrt-Devel] [PATCH] uboot-lantiq: fix P-2812HNU-F1/3 package dependency

2015-01-25 Thread Sylwester Petela
W dniu 2015-01-25 o 13:52, Antti Seppälä pisze: > After r43987 TARGET_lantiq_xrx200_P2812HNUFX does not exist anymore. > Fix empty menuconfig bootloader selection by making u-boot depend on > one of the new target profiles. > > Signed-off-by: Antti Seppälä > --- > package/boot/uboot-lantiq/Makef

Re: [OpenWrt-Devel] p2812hnu-f1

2015-01-31 Thread Sylwester Petela
> repo and link that? > > Thanks in advance! > > Kind regards, > Michaël > GitHub added to: http://wiki.openwrt.org/toh/zyxel/p2812hnu-fx Best Regards / Pozdrawiam Sylwester Petela / ScApi ___ openwrt-devel mailing list o

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-10 Thread Sylwester Petela
oblem. VDSL Annex A is working atm, if anything regarding stability will happen I'll post an update. Best Regards / Pozdrawiam Sylwester Petela / ScApi W dniu 2015-02-10 o 19:39, John Crispin pisze: > > On 10/02/2015 19:35, Joerg Hollmann wrote: >> Hello Daniel, >> >>

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-13 Thread Sylwester Petela
PCI works, I have one more issue (present from 3.14 kernel) , unit will hang (without any errors in console output) when trying to reboot from cli/luci, but only when dsl_control is started at boot, without attached line or with dsl_control excluded from running on boot, everything works ok, e

[OpenWrt-Devel] [PATCH 1/3 v3] [Lantiq] [P2812HNUFX] Add device tree for P2812HNUF1 and P2812HNUF3

2015-01-11 Thread Sylwester Petela (ScApi)
Add device tree for P2812HNUF1 and P2812HNUF3. Signed-off-by: Sylwester Petela --- target/linux/lantiq/dts/P2812HNUF1.dts | 106 +++ target/linux/lantiq/dts/P2812HNUF3.dts | 109 target/linux/lantiq/dts/P2812HNUFX.dtsi| 257 + 3

[OpenWrt-Devel] [PATCH 2/3 v3] [Lantiq] [P2812HNUFX] Add profile and userspace for P2812HNUF1/3, switch from UBI_GLUEBI to UBI_BLOCK

2015-01-11 Thread Sylwester Petela (ScApi)
Add profile and userspace for P2812HNUF1/3, switch from UBI_GLUEBI to UBI_BLOCK Signed-off-by: Sylwester Petela --- .../lantiq/base-files/etc/uci-defaults/01_leds | 7 + .../lantiq/base-files/etc/uci-defaults/02_network | 4 +- .../lantiq/base-files/lib/upgrade/platform.sh | 2

[OpenWrt-Devel] [PATCH 3/3 v3] [Lantiq] [P2812HNUFX] Remove old P2812HNUFX dts

2015-01-11 Thread Sylwester Petela (ScApi)
Remove unused P2812HNUFX board definition. Signed-off-by: Sylwester Petela --- target/linux/lantiq/dts/P2812HNUFX.dts | 308 - 1 files changed, 0 insertions(+), 308 deletions(-) diff --git a/target/linux/lantiq/dts/P2812HNUFX.dts b/target/linux/lantiq/dts