Messages in this thread |  | | Date | Sat, 15 Sep 2001 00:46:35 -0700 | From | Colin Frank <> | Subject | Re: Compining NetFilter: depmod, undefined symbols in 2.4.9 (solved) |
| |
Thanks.
The configuring the ip_tables stuff after installing pcmcia-cs-3.1.29 seemed to screw things up a little. The trick: Do pcmcia last. I need ip_tables + wvlan_cs wireless from pcmcia-cs-3.1.29.
Solution: cp .config /tmp; make clean; make mrproper; mv /tmp/.config . make dep; make bzlilo; make modules; make modules_install cd pcmcia-cs-3.1.29 make config; make all; cd pcmcia-cs-3.1.29/wireless; make ; make install
Colin...
Justin Guyett wrote:
>On Thu, 13 Sep 2001, Colin Frank wrote: > >>There seems to be a mismatch with /System.map and /proc/ksyms >>form the coorresponding kernel. >>make bzlilo; make modules; make modules_install, and boot on the >>/vmlinuz kernel. >> > >It means you either didn't do make clean, or make clean wasn't good enough >and you needed to copy the .config away, make mrproper, and copy the >config back. > > >justin > >- >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html >Please read the FAQ at http://www.tux.org/lkml/ > >
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |