[OpenWrt-Devel] Power PC and the USB serial interface function for the FTDI type serial port?

2012-10-30 Thread John Clark
Has anyone used OpenWRT Linux 3.3.8 kernel, and the included FTDI serial port interface driver with the Power PC. I suspect there are byte swapping issues, and would like to know if anyone else has 'used' the driver and 1) had no problem... or 2) had and fixed a problem. Thanks John Clark. ___

[OpenWrt-Devel] [PATCH v2] cns3xxx: move PCIe init to subsys init call

2012-10-30 Thread Tim Harvey
ARM Linux PCI/PCIe hardware intialization needs to occur before device_init as it does not support hotplug. I have modeled the cns3xxx PCIe init after other ARM platforms. Registering it early resolves resource issues occuring during bus enumeration that occur when a device driver is linked stati

Re: [OpenWrt-Devel] [PATCH] cns3xxx: move PCIe init to early init call

2012-10-30 Thread Tim Harvey
On Wed, Oct 10, 2012 at 4:25 AM, Felix Fietkau wrote: > On 2012-10-09 3:00 AM, Tim Harvey wrote: > > Moving the PCIe hw initialization to an early init call allows PCI based > > devices to be used when built as static. An example of where this is > needed > > is when using PCI based UARTs such a

Re: [OpenWrt-Devel] Libubox compilation broken for buildbots & some users

2012-10-30 Thread Roman Yeryomin
On 30 October 2012 23:00, Hannu Nyman wrote: > The bug tracker is again down, so I am sending this here. > > Looks like a change introduced yesterday has broken libubox compilation for > buildbots & some users. Forum discussion here: > https://forum.openwrt.org/viewtopic.php?id=40213 > it depends

[OpenWrt-Devel] Libubox compilation broken for buildbots & some users

2012-10-30 Thread Hannu Nyman
The bug tracker is again down, so I am sending this here. Looks like a change introduced yesterday has broken libubox compilation for buildbots & some users. Forum discussion here: https://forum.openwrt.org/viewtopic.php?id=40213 My diagnosis in a forum message: It is coming from libubox rel

Re: [OpenWrt-Devel] [PATCH v2] cns3xxx: add nol2x0 cmdline to disable l2x0 cache

2012-10-30 Thread Luka Perkov
On Tue, Oct 30, 2012 at 09:03:29AM -0700, Tim Harvey wrote: > I'm not finding documentation but it looks to me like the return 1 > signifies that you have consumed that param and it shouldn't be sent to > other init functions. Like you I looked at other code and found them to > all return 1 so did

Re: [OpenWrt-Devel] [PATCH 2/2] [packages] zabbix: correct pidfile und update initscript

2012-10-30 Thread Jiri Slachta
Dne 23.10.2012 16:45, Stefan Hellermann napsal(a): > Hi, > > zabbix_agentd will not start because the initscript checks an old > path to the configfile and then zabbix_agentd uses the new path. > (old /etc/zabbix/zabbix_agentd.conf new /etc/zabbix_agentd.conf) > I think the new path is better as

[OpenWrt-Devel] Changeset 33999 "add a package for libthread_db" breaks EGLIBC toolchain compilation

2012-10-30 Thread shazz
nbd, It seems your patch is not compatible with EGLIBC : cp: cannot stat '/var/www/LOG/openwrt/tpl703n/trunk/staging_dir/toolchain-mips_r2_gcc-4.7-linaro_eglibc-2.16/lib/libthread_db-2.16.so': No such file or directory and the following file is created : libthread_db-1.0.so 22-Oct-2012 12:30 39

Re: [OpenWrt-Devel] [PATCH] packages: update dropbear

2012-10-30 Thread Roman Yeryomin
On 30 October 2012 02:27, Catalin Patulea wrote: > On Mon, Oct 29, 2012 at 5:30 AM, Roman Yeryomin wrote: >> Bump dropbear version. >> 400-CVE-2012-0920.patch is now in upstream. > Beat you to it ;-) And with more Makefile cleanup goodness: > https://lists.openwrt.org/pipermail/openwrt-devel/2012

[OpenWrt-Devel] AR71 ath: phy0: Failed to stop TX DMA, queues=0x100! Was: Fwd: [OpenWrt-Users] Wifi trouble

2012-10-30 Thread Saverio Proto
FYI -- Forwarded message -- From: Justin Vallon Date: 2012/10/29 Subject: [OpenWrt-Users] Wifi trouble To: openwrt-us...@lists.openwrt.org Found this in system log, wifi stopped working: Oct 29 04:03:43 kiwi kern.err kernel: [14858.50] ath: phy0: Failed to stop TX DMA, que

Re: [OpenWrt-Devel] [PATCH v2] cns3xxx: add nol2x0 cmdline to disable l2x0 cache

2012-10-30 Thread Tim Harvey
Luka, I'm not finding documentation but it looks to me like the return 1 signifies that you have consumed that param and it shouldn't be sent to other init functions. Like you I looked at other code and found them to all return 1 so did the same. Personally the right way to disable L2X0 is to ju

Re: [OpenWrt-Devel] [PATCH v2] cns3xxx: add nol2x0 cmdline to disable l2x0 cache

2012-10-30 Thread Luka Perkov
On Mon, Oct 29, 2012 at 03:03:55PM -0700, Tim Harvey wrote: > L2 cache via L2X0 cache controller available on some ARM boards can > provide a performance boost in some situations but decrease performance > in others. This adds a kernel cmdline to disable L2X0 for the Laguna > product family. > >