Re: [OpenWrt-Devel] printk() and browser

2011-11-08 Thread abhinav narain
The following errors (o/p of dmesg) iptable_raw:Unknow symbol xt_hook_link (err 0) iptable_raw:Unknow symbol ipt_alloc_initial_table (err 0) iptable_raw:Unknow symbol xt_hook_unlink (err 0) xt_NOTRACK: Unknow symbol xt_register_target (err 0) xtconntrack: Unknown symbol xt_register_match(err0)

Re: [OpenWrt-Devel] printk() and browser

2011-11-08 Thread Alexey Loukianov
09.11.2011 04:31, abhinav narain wrote: I am using OpenWrt . Checking out from git repo. And then compiling it with the config that fits your needs? Uploading config to something like pastebin and providing a link here would be helpful - at least it would be possible for me or other

Re: [OpenWrt-Devel] printk() and browser

2011-10-20 Thread Alexey Loukianov
18.10.2011 14:44, abhinav narain wrote: I wrote the following code ... its int he thread above also : There are a lot of such errors on dmesg, when i compile the following lines of code in at_rx_tasklet() in recv.c static int ai=0; if (ai==0) { printk(abhinav\n); ai++ ;} OMFG, that's

Re: [OpenWrt-Devel] printk() and browser

2011-10-18 Thread abhinav narain
I am just doing opkg install ath9k_2.6.39.4+..ipk Do i need to install some other packages on which ath9k driver depends also Somewhere I read it mught be a symbol table issue. Any guesses might be useful. Please help. Abhinav On Mon, Oct 17, 2011 at 8:40 PM, abhinav narain

Re: [OpenWrt-Devel] printk() and browser

2011-10-18 Thread Florian Fainelli
Hello, On Tuesday 18 October 2011 06:08:17 abhinav narain wrote: I am just doing opkg install ath9k_2.6.39.4+..ipk Do i need to install some other packages on which ath9k driver depends also Somewhere I read it mught be a symbol table issue. Any guesses might be useful. Please help .

Re: [OpenWrt-Devel] printk() and browser

2011-10-18 Thread abhinav narain
but why is the unknown symbol error ? coming ... the browser is unable to connect ? pings are not working ? how else can I say that the code I modify is working correct ? Please help On Tue, Oct 18, 2011 at 6:18 AM, Florian Fainelli flor...@openwrt.orgwrote: Hello, On Tuesday 18 October 2011

Re: [OpenWrt-Devel] printk() and browser

2011-10-18 Thread abhinav narain
As i said, the following errors shoot up on dmesg : iptable_raw:Unknow symbol xt_hook_link (err 0) iptable_raw:Unknow symbol ipt_alloc_initial_table (err 0) iptable_raw:Unknow symbol xt_hook_unlink (err 0) xt_NOTRACK: Unknow symbol xt_register_target (err 0) xtconntrack: Unknown symbol

Re: [OpenWrt-Devel] printk() and browser

2011-10-18 Thread Florian Fainelli
On Tuesday 18 October 2011 06:26:29 abhinav narain wrote: As i said, the following errors shoot up on dmesg : iptable_raw:Unknow symbol xt_hook_link (err 0) iptable_raw:Unknow symbol ipt_alloc_initial_table (err 0) iptable_raw:Unknow symbol xt_hook_unlink (err 0) xt_NOTRACK: Unknow symbol

[OpenWrt-Devel] printk() and browser

2011-10-17 Thread abhinav narain
hi, I am modifying the driver for past few days and noticed something today. Though my modifications are seen on the command line, I have one thing going extremely worn i realized today. The vanilla installation of the firmware on the router is perfect. I am able to browse the internet, but when I

Re: [OpenWrt-Devel] printk() and browser

2011-10-17 Thread abhinav narain
I have figure the problem, but I don't know the solution. Please if someone can tell me about why the following errors are given on dmesg. iptable_raw:Unknow symbol xt_hook_link (err 0) iptable_raw:Unknow symbol ipt_alloc_initial_table (err 0) iptable_raw:Unknow symbol xt_hook_unlink (err 0)