Daanct12 has quit [Read error: Connection reset by peer]
Daanct12 has joined #linux-sunxi
dickenhobelix[m] has joined #linux-sunxi
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
tnovotny has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
Daanct12 has quit [Remote host closed the connection]
apritzel_ has joined #linux-sunxi
rajkosto has joined #linux-sunxi
bauen1_ has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
apritzel_ has quit [Ping timeout: 480 seconds]
tnovotny has quit [Read error: Connection reset by peer]
tnovotny has joined #linux-sunxi
Luke-Jr has joined #linux-sunxi
grming has joined #linux-sunxi
bauen1 has joined #linux-sunxi
bauen1_ has quit [Ping timeout: 480 seconds]
<grming>
hi to all, I modifed the dts and dtsi file for the lichee pi zero board (working with lcd also), and the eth0 even when is recognized eth0: ethernet@1c30000 is not working because at the end of initialitation says : Starting network: Waiting for interface eth0 to appear............... timeout!
<grming>
if I modify the network interface, the when I restart service says: NO SIOCSIFFLAGS
JohnDoe_71Rus has quit []
<apritzel>
grming: that's the message from some (networking) init script, right? Did you look for kernel messages?
<apritzel>
so yeah, there is no eth0 interface, because there is no driver. Are you sure it's really enabled in the config and the driver gets compiled? look for drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.o
<apritzel>
grming: and also: do you use the right DT, that sets the: status = "okay"; property for the EMAC?