[LEDE-DEV] Lantiq XWAY Linux 4.9 Internal Switch Ports NO-CARRIER

2017-02-13 Thread hamsi2k
Since I updated from 4.4 to the new 4.9 kernel tree, I encountered that the internal network ports are not connected anymore. If I do this at the command line I get the following at the 4.9 kernel: root@LEDE:/# ip link 1: lo: mtu 65536 qdisc noqueue qlen 1 link/loopback 00:00:00:00:00:00 b

Re: [LEDE-DEV] Lantiq XWAY Linux 4.9 Internal Switch Ports NO-CARRIER

2017-02-13 Thread hamsi2k
I think I found something interesting (and an workaround): In 4.4 at the phy_device init there is only set the http://lxr.free-electrons.com/source/drivers/net/phy/phy_device.c?v=4.4#L669 phydev->state = PHY_READY; while in 4.9 there is a http://lxr.free-electrons.com/source/drivers/net/phy/phy_d

Re: [LEDE-DEV] Please test on your lantiq-Device: chan_lantiq | Patch from Stefan Koch is working

2017-02-14 Thread hamsi2k
>Hello, >many thanks to Stefan Koch, i made a Patch for lantiq ( chan_lantiq ) for >Asterisk. >" target="_blank">https://forum.openwrt.org/viewtopic.php?id=62696 > >o26431-vmmc_v3.tar.gz > >I got build a Image for a VGV7510KW22 / o2 6431 with Astersik 13.x with LEDE >v17.01 rc2 >can do a dial out

[LEDE-DEV] NAND JFFS2 question

2017-03-08 Thread hamsi2k
Hi! I currently work to assembly a fullimage.img for the Easybox 904xdsl. Actually there are some differences to upstream made by the vendor. I take over some code and now I'm able to update the firmware, or at least the kernel via the recovery method within the uboot. As I wrote, the kernel and

Re: [LEDE-DEV] NAND JFFS2 question

2017-03-09 Thread hamsi2k
Hi! The UBI is working right - indeed. Thanks for the hint of the bad block table. I'll have a look at it. The background for this is the update routine [0], which does the following: --- memset(&opts, 0, sizeof(opts)); opts.offset = destAddr; opts.l