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] [PATCH] pthsem build on Linux 3.x host

2011-10-18 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, after upgrading my host to Ubuntu 11.10 having a 3.0 Kernel pthsem didn't build anymore with: #error Unsupported Linux (g)libc version and/or platform - - Below is a patch for the package which fixed it for me. Signed-off-by: Michael