Forum

Full Version: 20150911-3 and IPv6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know how I enable IPv6?
I used to be able to use it when I added 'ipv6' to /etc/modules but this doesn't work anymore

I use IPv6 via an AICCU tunnel that now says: "No IPv6 Stack found!"

When I try:
Terminal
sudo modprobe ipv6
I get an error:
Terminal
modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.1.2+/modules.dep.bin'

Any ideas?
Please post this on github, it maybe accidently removed.
Fixed on https://github.com/xbianonpi/xbian/issues/771

by changing /etc/apt/sources.list.d/xbian.list to:

Terminal
deb mirror://apt.xbian.org/mirror.txt stable main rpi2-jessie
### deb mirror://apt.xbian.org/mirror.txt staging main rpi2-jessie
### deb mirror://apt.xbian.org/mirror.txt devel main rpi2-jessie

after use xbian-config to apt-get update and install the newest kernel.
Reference URL's