MarvellEmbeddedProcessors / openwrt-dd

GNU General Public License v2.0
12 stars 17 forks source link

could not detect attached switch #6

Closed ttocsr closed 7 years ago

ttocsr commented 7 years ago

I have installed LEDE 17.02 on an espressobin. I used Kernel 4.9.29 Linux LEDE 4.9.29 #0 SMP PREEMPT Mon May 29 16:01:20 2017 aarch64 GNU/Linux

Only a single Ethernet device shows up. The following is in dmesg. [ 5.211888] mvneta d0030000.ethernet eth0: [0]: could not detect attached switch [ 5.211894] mvneta d0030000.ethernet eth0: [0]: couldn't create dsa switch instance (error -22)

kernel config has CONFIG_NET_DSA_MV88E6XXX=y

ttocsr commented 7 years ago

I should have posted this under openwrt-kernel Issue is the 88E6141 is missing from driver. Pull request created to resolve the issue.