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

Title: Looking for tun.o built for SL-6000
Post 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.
Title: Looking for tun.o built for SL-6000
Post by: alge on January 09, 2005, 06:22:45 pm
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

Code: [Select]
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
Title: Looking for tun.o built for SL-6000
Post by: bustersnyvel on April 15, 2005, 01:56:49 pm
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