Re: [OpenWrt-Devel] how to apply driver patch to the kernel

2011-10-09 Thread Murat Sezgin
Did you try to increase the printk debug level in run time? echo 8 > /proc/sys/kernel/printk Murat On Oct 9, 2011, at 18:47, abhinav narain wrote: > Hi, > Jonas, Adam, Harish. > > so I have got a printk() msg on dmesg but only doing the following : > modifying the tar in dl/ folder and de

[OpenWrt-Devel] architecture specific patch for a package

2009-03-25 Thread Murat Sezgin
Hi all, I want to ask you a question about the package patches. Is these patches are general or can they be architecture specific? For example, if the processor does not have MMU, the packages should be patched accordingly. How can this be managed in OpenWRT? Regards, Murat Sezgin

[OpenWrt-Devel] pptp connection problem

2009-06-08 Thread Murat Sezgin
quests Connection terminated. Modem hangup Regards, Murat Sezgin ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] patch for pptp package

2010-04-02 Thread Murat Sezgin
Hi, I am proposing the below patch for pptp package. Because this ifname correction is done in the ppp.sh script for all the ppp based protocols. Thanks, Murat Sezgin www.ubicom.com diff --git a/package/pptp/files/pptp.sh b/package/pptp/files/pptp.sh index e38c242..6008a48 100644 --- a/package

Re: [OpenWrt-Devel] patch for pptp package

2010-04-04 Thread Murat Sezgin
olan >> script lerde bu gibi variable lar overwrite ediliyor olabilir. >> >> Yani bu tarz bisey dusunerek yapmis olabilirler. >> >> Hadi kolay gelsin, >> Bayram >> >> >> On 2 April 2010 22:02, Murat Sezgin wrote: >> >>> Hi, >>

[OpenWrt-Devel] HTTP parser library

2010-07-30 Thread Murat Sezgin
Hi, Is there any HTTP protocol parser library which is already ported for openwrt? I need such a library which parses the HTTP GET and response packets. I found a library called libHTP (http://sourceforge.net/projects/libhtp/), but I am not sure about whether it is suitable for embedded devices o

[OpenWrt-Devel] setting the ifname to ppp0 in scan_ppp function

2010-11-11 Thread Murat Sezgin
Hi all, In ppp.sh script, we have line which sets the WAN ifname to ppp0. We are using this script for also PPTP, PPPoE and L2TP modes. We are not running PPP alone (like through a serial line). Our WAN ifname is set to eth1 in the network configuration file. After this function is called, the ifn