On Friday, 2013-05-31 at 17:46:24 +0100, James Allsopp wrote:
> Excellent idea, but I've just tried this and got;
> root@Magic:~# opkg  install kmod-tun
> Package kmod-tun (2.6.32.10-1) installed in root is up to date.

Please check that the module is loaded:
# lsmod | grep tun
tun                    11632  2 

If it isn't, check which files are included in the kmod-tun package,
and that the module should be loaded:
# opkg files kmod-tun
Package kmod-tun (2.6.39.4-1) is installed on root and has the following files:
/etc/modules.d/30-tun
/lib/modules/2.6.39.4/tun.ko
# cat /etc/modules.d/30-tun
tun

You can try unloading and loading the module manually with rmmod tun
and insmod tun. For me, it refuses to unload:
# rmmod tun
rmmod: can't unload 'tun': Resource temporarily unavailable

But then, I have /dev/tun and /dev/net/tun.

HTH,
Lupe Christoph
-- 
| It is a well-known fact in any organisation that, if you want a job    |
| done, you should give it to someone who is already very busy.          |
| Terry Pratchett, "Unseen Academicals"                                  |
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to