![]() |
[SOLVED] 20150911-3 and IPv6 - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: [SOLVED] 20150911-3 and IPv6 (/thread-3123.html) |
20150911-3 and IPv6 - YoYoost - 16th Sep, 2015 04:37 AM 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 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? RE: 20150911-3 and IPv6 - CurlyMo - 16th Sep, 2015 05:18 AM Please post this on github, it maybe accidently removed. RE: 20150911-3 and IPv6 - YoYoost - 16th Sep, 2015 07:09 AM 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. |