timothee
Member
Hey there,
I'm not managing to run vpnc, I just installed it from the angstrom repo (0.5.3-r1.6), set my config but it refuses to start with the following message:
I can see the device is there, and seems correct
but I'm not sure about the tun module:
Any advice?
Tim
I'm not managing to run vpnc, I just installed it from the angstrom repo (0.5.3-r1.6), set my config but it refuses to start with the following message:
Code:
~ # vpnc
vpnc: can't open /dev/net/tun, check that it is either device char 10 200 or (with DevFS) a symlink to ../misc/net/tun (not misc/net/tun): No such device
vpnc: can't initialise tunnel interface: No such device
I can see the device is there, and seems correct
Code:
~ # ls -al /dev/net/tun
crw-r----- 1 root root 10, 200 Dec 20 20:39 /dev/net/tun
but I'm not sure about the tun module:
Code:
~ # zcat /proc/config.gz | grep -i tun | grep -v TUNER
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TUNNEL=y
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_INET6_XFRM_MODE_TUNNEL=m
# CONFIG_IPV6_TUNNEL is not set
CONFIG_TUN=m
# CONFIG_DVB_CINERGYT2_TUNING is not set
# Digital terrestrial only tuners/PLL
~ # lsmod
Module Size Used by
board_omap3pandora_wifi 1824 0
wl1251_sdio 5124 0
wl1251 56576 1 wl1251_sdio
lib80211_crypt_ccmp 5696 0
lib80211_crypt_wep 3776 0
lib80211_crypt_tkip 9184 0
lib80211 6560 3 lib80211_crypt_ccmp,lib80211_crypt_wep,lib80211_crypt_tkip
arc4 1728 2
pcbc 3616 0
ecb 2784 2
compat_firmware_class 8968 1 wl1251
mac80211 179276 2 wl1251_sdio,wl1251
cfg80211 147380 2 wl1251,mac80211
compat 7072 2 mac80211,cfg80211
rfkill_backport 20020 1 cfg80211
bufferclass_ti 4496 0
omaplfb 9344 0
pvrsrvkm 127336 2 bufferclass_ti,omaplfb
ipv6 234504 10
ads7846 8896 0
hwmon 2452 1 ads7846
~ # modprobe tun
FATAL: Module tun not found.
Any advice?
Tim