Hi, the driver works for me with the current firmware. if lantiq has an interest in an update then feel free to send patches.
John On 10/10/2014 15:21, thomas.lan...@lantiq.com wrote: > Hi John, > > maybe you can try this together with the driver update you reverted again? > I know that there are sometimes dependencies which are not obvious. > > I don't have more details on this, maybe I can check for the versions with my > colleague, > when he is back from vacation. > > Best Regards, > Thomas > --- > There are two hard things in computer science: cache invalidation, naming > things, and off-by-one errors. > --- > >> -----Original Message----- >> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On >> Behalf Of John Crispin >> Sent: Friday, October 10, 2014 3:00 PM >> To: openwrt-devel@lists.openwrt.org >> Subject: Re: [OpenWrt-Devel] [PATCH] lantiq: fix ltq-vdsl-fw >> >> and that works ? last i tried on 32 or 34 and it failed horribly ... >> >> >> >> On 10/10/2014 14:54, Eddi De Pieri wrote: >>> Signed-off-by: Eddi De Pieri <e...@depieri.net> --- >>> package/kernel/lantiq/ltq-vdsl-fw/Makefile | 2 +- >>> package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh | 10 >>> +++++----- package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c >>> | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) >>> >>> diff --git a/package/kernel/lantiq/ltq-vdsl-fw/Makefile >>> b/package/kernel/lantiq/ltq-vdsl-fw/Makefile index 6404067..047f557 >>> 100644 --- a/package/kernel/lantiq/ltq-vdsl-fw/Makefile +++ >>> b/package/kernel/lantiq/ltq-vdsl-fw/Makefile @@ -7,7 +7,7 @@ >>> include $(TOPDIR)/rules.mk >>> >>> PKG_NAME:=ltq-vdsl-fw PKG_VERSION:=1 -PKG_RELEASE:=1 >>> +PKG_RELEASE:=2 >>> >>> PKG_MAINTAINER:=John Crispin <blo...@openwrt.org> >>> >>> diff --git >>> a/package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh >>> b/package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh index >>> 63ed948..e7baddf 100755 --- >>> a/package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh +++ >>> b/package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh @@ -1,15 >>> +1,15 @@ #!/bin/sh . /lib/functions.sh >>> >>> -FW="/tmp/Firmware_Speedport_W921V_1.20.000.bin" >>> - >> URL="http://hilfe.telekom.de/dlp/eki/downloads/Speedport/Speedport%20 >> W%20921V/Firmware_Speedport_W921V_1.20.000.bin" >>> >> +FW="/tmp/Firmware_Speedport_W921V_1.36.000.bin" >> +URL="http://www.telekom.de/dlp/eki/downloads/Speedport/Speedport%20 >> W%20921V/Firmware_Speedport_W921V_1.36.000.bin" >>> >> FW_TAPI="vr9_tapi_fw.bin" >>> FW_DSL="vr9_dsl_fw_annex_b.bin" >>> -MD5_FW="4d812f2c3476dadd738b022c4767c491" >>> +MD5_FW="8f155d5d3f963e9fe207817280d541f9" >>> MD5_TAPI="06b6ab3481b8d3eb7e8bf6131f7f6b7f" >>> -MD5_DSL="59dd9dc81195c6854433c691b163f757" >>> +MD5_DSL="96465516993771e5a192ab94813f404d" >>> >>> -[ -f /lib/firmware/vdsl.bin] && exit 0 +[ -f >>> /lib/firmware/vdsl.bin ] && exit 0 >>> >>> [ -z "$1" ] || URL=$1 >>> >>> diff --git >>> a/package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c >>> b/package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c index >>> ad2e018..b43ebf1 100644 --- >>> a/package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c +++ >>> b/package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c @@ -26,7 >>> +26,7 @@ >>> >>> #include "LzmaWrapper.h" >>> >>> -#define FW_NAME >> "/tmp/Firmware_Speedport_W921V_1.20.000.bin" >>> +#define FW_NAME >> "/tmp/Firmware_Speedport_W921V_1.36.000.bin" >>> #define MAGIC 0x50 #define MAGIC_SZ 0x3FFC00 >>> >> _______________________________________________ >> openwrt-devel mailing list >> openwrt-devel@lists.openwrt.org >> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel