1 Aug 2003 01:01
tun/tap networking in 2.6.0test2
<arthuru <at> ucsc.edu>
2003-07-31 23:01:06 GMT
2003-07-31 23:01:06 GMT
i found it nessasary to specify the HWaddress for the tap device with 2.6.0-test2, in 2.4.20 this was not nessasary, am i doing something wrong? 2.6.0-test2: eth0=tuntap,tap1,FE:FD:00:00:00:00:00,192.168.0.4 2.4.20: eth0=tuntap,tap1,,192.168.0.4 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
Anyway, here's my enviroment:
I took a 2.6-test1 patched with the 2.6-test2 patch, so basically I'm
working with the 2.6-test2 kernel. As a host kernel it compiles fine
(i.e. UML patch (uml-patch-2.6.0-test2-1.bz2) applied, the skas patch
posted on this list applied yields a kernel without compile errors).
However, when I try my hands on compiling the real UML (make linux
ARCH=um), I get the following compile error:
<snip>
cd /usr/src/linux-2.6.0-test2-guestuml/include/asm-um/ ; \
ln -sf arch-signal-i386.h arch-signal.h
sed 's/ CONFIG/ UML_CONFIG/'
/usr/src/linux-2.6.0-test2-guestuml/include/linux/a
utoconf.h > arch/um/include/uml-config.h
make -f scripts/Makefile.build obj=arch/um/util
gcc -o arch/um/util/mk_task_user.o -c arch/um/util/mk_task_user.c
CC arch/um/util/mk_task_kern.o
In file included from include/asm/thread_info.h:13,
from include/linux/thread_info.h:21,
from include/linux/spinlock.h:12,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from arch/um/util/mk_task_kern.c:1:
include/asm/processor.h:66: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here
RSS Feed