[OpenWrt-Devel] d-link dsl-2741b serial

2012-03-27 Thread Christoph Thielecke
Hello, I try to get the serial console on a d-link dsl-2741 wrong. There is a serial port on the board (with pins already). Does someone have the pin layout and the settings for it? I found that it should be 115200 (gpl source, kernel config: CONFIG_CMDLINE=console=ttyS0,115200 I got some

[OpenWrt-Devel] openwrt wiki: media manager

2012-04-04 Thread Christoph Thielecke
Hello, I just uploaded some pictures in wrong place with the media manager. How I can removed the wrong ones? With best regards Christoph -- Linux User Group Wernigerode http://www.lug-wr.de/ signature.asc Description: This is a digitally signed message part.

[OpenWrt-Devel] valgrind on x86 target

2012-04-24 Thread Christoph Thielecke
Hello, I tried to run valgrind (3.3.1) on x86 target running. The package was build and installed fine (just adapted the /usr/lib/valgrind/uclibc.supp to ld-uClibc-0.9.29.so). But running valgrind gives: root@OpenWrt:/tmp# valgrind -d --5329:1:debuglog DebugLog system started by Stage 1, level

Re: [OpenWrt-Devel] valgrind on x86 target: PATCH

2012-04-25 Thread Christoph Thielecke
Hello, I tried to run valgrind (3.3.1) on x86 target running. The package was build and installed fine (just adapted the /usr/lib/valgrind/uclibc.supp to ld-uClibc-0.9.29.so). But running valgrind gives: root@OpenWrt:/tmp# valgrind -d --5329:1:debuglog DebugLog system started by Stage 1,

[OpenWrt-Devel] [PATCH] compcache compile fix linux 2.6.38

2012-04-26 Thread Christoph Thielecke
Hello, I just build trunk and the compcache package was enabled and failed to build. After some research I found that bd_claim/bd_release has been changed with commit http://git.cmpxchg.org/?p=linux-mmotm.git;a=commitdiff_plain;h=e525fd89d380c4a94c0d63913a1dd1a593ed25e7 Here is the patch and

[OpenWrt-Devel] bcm63xx adsl modem support status

2012-06-06 Thread Christoph Thielecke
Hello, whats the current status of bcm63xx adsl modems (e.g. inside d-link dsl-2741)? Anything news or success? With best regards Christoph -- Linux User Group Wernigerode http://www.lug-wr.de/ signature.asc Description: This is a digitally signed message part.

Re: [OpenWrt-Devel] Build WifiDog against OpenWrt Backfire?

2012-07-25 Thread Christoph Thielecke
Hello, I'm trying to build ipkg package of WifiDog from source, Already packaged :) based on the tutorial http://dev.wifidog.org/wiki/doc/install/gateway but the command make ipk does not work. It said that ipk rule does not exist. So, how can I build it? The WifiDog author has stopped

Re: [OpenWrt-Devel] new package: openvpn-interface

2013-01-14 Thread Christoph Thielecke
Hello, I have created a bundle with the required files (quite a lot, because of many up- down- connect- and disconnect- scripts) here: http://www.schlipper.net/openwrt/openvpn-interface.tgz Its password protected which is surely wrong. With best regards Christoph -- Linux User Group

Re: [OpenWrt-Devel] [brcm63xx] Re: source code / disassembler / decompiler

2013-01-31 Thread Christoph Thielecke
Hiho, hmmm, correct me but the drivers are GPL licenced (automatically) because they are shipped with a GPL-kernel. only problem is you havent the source. so simply make it and release anonymously? 8-) if you care i will do. i'am sure no one will complain... I would be become happy if

Re: [OpenWrt-Devel] acx-mac80211 (was Re: [brcm63xx] Re: source code / disassembler / decompiler)

2013-01-31 Thread Christoph Thielecke
Hello, I would be become happy if acx100 (http://acx100.sourceforge.net/, driver for TNETW1130 (ACX111) / TNETW1100 (ACX100) / TNETW1450) would be a clean gpl source and ready to integrate into mainline. This driver has same problem :( It is my understanding that Lantiq determined that

[OpenWrt-Devel] patch for kernel-panic package

2011-12-22 Thread Christoph Thielecke
Hello, yesterday I had the problem that a openwrt box (x86) has many processes with status D and reboot (even reboot -f) does not work. By default sysrq is not enabled in kernel and cant be made as module. After some research someone in #openwrt got the idea to create a kernel panic (which

Re: [OpenWrt-Devel] [PATCH] packages for updated e1000/e1000e driver from SF

2011-12-22 Thread Christoph Thielecke
Hello, here are the packages for updated e1000 and e1000e drivers from sourceforge. Please notice that you can only use one of the drivers kmod-e1000 or e1000 (kmod-e1000e or e1000e). Any particular reasons not to use the mainline e1000 and e1000e drivers? Yes, the mainline driver is

Re: [OpenWrt-Devel] x86 sysupgrade

2012-01-23 Thread Christoph Thielecke
Hello Philip, For those of us using x86-based platforms we'd like to have a way to do in-place upgrades without losing configuration state. I use squashfs images on x86 within backfire 10.03 and saving config works for me (sysupgrade -v and webbased (webif)). I not tested 10.03.1 or trunk on

Re: [OpenWrt-Devel] Let's fix the OpenWrt patch acceptance problem!

2012-01-25 Thread Christoph Thielecke
Hello Felix, Does this proposal make sense? Do we have any volunteers that are willing to organize and take care of maintaining the tree and compile testing and reviewing the incoming changes? I can offer to help with brcm47xx, x86. Also, I working on webif package (just for your interest).

[OpenWrt-Devel] [PATCH] wait for blockdevice mtd2block (useful for usbboot)

2012-01-25 Thread Christoph Thielecke
Hello, I'm working on x86 using usb for boot. It works for me if usb and usb-storage drivers enabled via make kernel_menuconfig. One thing I had to fix for get it working: mtd2block does not long enough until usb has been up. This patch was made against 2.6.32 at 10.03 (put in

[OpenWrt-Devel] [PATCH] add isc_dhclient package and add isc_dhclient support to base-files-network

2012-01-26 Thread Christoph Thielecke
Hello, Sometimes I had problems with udhcpc. I decided to use dhclient then but the dhcp package contains only server and relay. Now, here is the work: The first patch (isc_dhcp_client_support.patch) adds the dhcp-client package and the second one

[OpenWrt-Devel] [PATCH] ccache install fix if ccache is locally installed

2012-01-31 Thread Christoph Thielecke
Hello, I ran into the problem that if ccache is locally installed building some programs does not found the compiler. The ccache binary is looked up in staging_dir/host/bin which is only there if installed. This patch fixes the ccache install if ccache is found. The patch is against 10.03.1.

Re: [OpenWrt-Devel] [PATCH] ccache install fix if ccache is locally installed

2012-01-31 Thread Christoph Thielecke
Hello, I ran into the problem that if ccache is locally installed building some programs does not found the compiler. The ccache binary is looked up in staging_dir/host/bin which is only there if installed. This patch fixes the ccache install if ccache is found. The patch is against

Re: [OpenWrt-Devel] [PATCH] ccache install fix if ccache is locally installed

2012-02-01 Thread Christoph Thielecke
Hello JoW, I believe your patch patch just hides the symptom of an actual problem with cmake. Where the failing packages ones the use cmake for building? If so I believe your issue has been fixed with r29982 . Yes, you're right, that is really the better way. With best regards Christoph --

[OpenWrt-Devel] openwrt capable router with integrated adsl modem

2012-02-11 Thread Christoph Thielecke
Hello, I'm searching for a new router which has an integrated adsl (2+) modem and runs openwrt (trunk is ok). What device is recommened? With best regards Christoph -- Linux User Group Wernigerode http://www.lug-wr.de/ signature.asc Description: This is a digitally signed message part.

Re: [OpenWrt-Devel] openwrt capable router with integrated adsl modem

2012-02-11 Thread Christoph Thielecke
Hello Philip, I'm searching for a new router which has an integrated adsl (2+) modem and runs openwrt (trunk is ok). What device is recommened? I like the Geos box from Traverse Technologies, but that's just me... :-) Thank you very much. How I can order Geos 1/Geos 2 mainboard? I

Re: [OpenWrt-Devel] ARM-Based Hardware with analog phone ports

2012-02-14 Thread Christoph Thielecke
Hello, lantiq does however use MIPS as a core. the board are available of ebay for very little, i have been testing on DT Speedport w501V and w303V, both of which i got for less than 10 euro. That sounds really cool if OpenWRT can run on w501v. With best regards Christoph -- Linux User

Re: [OpenWrt-Devel] WBMR-HP-G300H flash image for flashing from original FW?

2012-02-23 Thread Christoph Thielecke
Hello, On 23.02.2012 19:21, John Crispin wrote: dd-wrt webif on openwrt? ..ede OpenWRT bin image for flashing on dd-wrt webif on first time. With best regards Christoph -- Linux User Group Wernigerode http://www.lug-wr.de/ signature.asc Description: This is a digitally signed message

Re: [OpenWrt-Devel] WBMR-HP-G300H flash image for flashing from original FW?

2012-02-27 Thread Christoph Thielecke
Hello, It would be make life easier if there is the possibility to flash directly from dd-wrt webif. most likely true... i will investigate how to do so DD-Wrt normally awaits a TRX flash image (HDR0 header) with the noheader flag set. See