OESF Portables Forum
Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => 6000 - Tosa => Topic started by: tdt on May 29, 2004, 09:35:42 am
-
Does anyone know where I can get pre-built kernel module tun.o (2.4.18 kernel)? I\'d like to get vpnc working and this would save me a lot of work.
-
maybe a little bit too late :-) ... but i needed it now too (for openvpn).
compiled with 2.4.18 from jp 1.11 rom sources, works with 1.12 rom
mkdir /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/net/
cp tun.o /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/net/
depmod -a
mknod /dev/net/tun c 10 200
modprobe tun
albrecht
-
How did you compile that module? I'm looking for it too, but for kernel 2.4.20, for the C3000. I tried compiling the kernel on my Z C3000, but it wouldn't compile