Hi all does any one have idea, i have patched the kernel with bridge-nf when iam making modules_install, iam getting following error any one have Idea, what could be the wrong iam getting the following error mkdir -p pcmcia; \ find kernel -path ''*/pcmcia/*'' -name ''*.o'' | xargs -i -r ln -sf ../{} pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.20-8custom; fi depmod: *** Unresolved symbols in /lib/modules/2.4.20-8custom/kernel/net/bridge/bridge.o depmod: net_call_rx_atomic thanks hare _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Monday 05 May 2003 12:25, hare ram wrote:> Hi all > > > does any one have idea, i have patched the kernel with bridge-nf > when iam making modules_install, iam getting following error > > any one have Idea, what could be the wrongTry to recompile everything : make clean oldconfig dep bzImage modules modules_install Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hi Stef yes, after doing all only iam getting this error i did make clean make mrproper make menuconfig make dep make bzImage make modules make modules_install getting this error any tips to check what is wrong hare hare ----- Original Message ----- From: "Stef Coene" <stef.coene@docum.org> To: "hare ram" <hareram@sol.net.in>; <lartc@mailman.ds9a.nl> Sent: Monday, May 05, 2003 4:44 PM Subject: Re: [LARTC] problem-----net_call_rx_atomic> On Monday 05 May 2003 12:25, hare ram wrote: > > Hi all > > > > > > does any one have idea, i have patched the kernel with bridge-nf > > when iam making modules_install, iam getting following error > > > > any one have Idea, what could be the wrong > Try to recompile everything : > make clean oldconfig dep bzImage modules modules_install > > Stef > > -- > > stef.coene@docum.org > "Using Linux as bandwidth manager" > http://www.docum.org/ > #lartc @ irc.oftc.net > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/