After successfully flashing with the alpha-6 installer I cannot access the internet through the plug, as it doesnt seem to receive any correct settings from the DHCP server.
I was connecting fine before the update, the administrator here at my Uni gave me access and a static IP for my MAC address (still running the plug on DHCP, but getting the same address each time).
Now however when I run ifconfig -a on the plug, theres no IPv4 address, and even more weird the HWaddr shows a different one than the MAC address on the plug, namely 00:62:81:a0:00:00. As this is the MAC address in the uboot-custom.txt under the installer, I modified the file with the correct MAC address, placed it in the USB and run runme.sh again with no problems. However, nothing has changed, as the MAC address still appears to be 00:62:81:a0:00:00.
This is the ifconfig output:
root@ubuntu:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:62:81:a0:00:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:11
lo Link encap:Local Loopback
LOOPBACK MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Further more I get an error during U-Boot, namely
* Filesystem type 'fusectl' is not supported. Skipping mount.
* Setting preliminary keymap... [ OK ]
* Starting kernel event manager... [ OK ]
* Loading hardware drivers... [ OK ]
* Loading kernel modules... * Loading manual drivers... [ OK ]
* Setting kernel variables (/etc/sysctl.conf)... [ OK ]
* Setting kernel variables (/etc/sysctl.d/10-console-messages.conf)... [ OK ]
* Setting kernel variables (/etc/sysctl.d/10-network-security.conf)... error: "net.ipv4.tcp_syncookies" is an unknown key
[fail]
What could be the issue here? Thnx in advance
