NAS326 Debian 4.12 rootfs Unable to set MAC address January 02, 2019 03:00PM |
Registered: 4 years ago Posts: 9 |
auto lo eth0 iface lo inet loopback iface eth0 inet dhcp hwaddress ether 9a:b3:25:9d:b9:51
ethtool -P eth0 Permanent address: 00:00:00:00:00:00
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.178.48 netmask 255.255.255.0 broadcast 192.168.178.255 RX errors 0 dropped 0 overruns 0 frame 0 TX packets 792 bytes 149319 (145.8 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 36 inet6 fe80::78c3:32ff:fe2d:c80d prefixlen 64 scopeid 0x20<link> ether 7a:c3:32:2d:c8:0d txqueuelen 532 (Ethernet) RX packets 2480 bytes 421784 (411.8 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 820 bytes 152867 (149.2 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 36which matches the mac address shown in the router's webinterface.
Re: NAS326 Debian 4.12 rootfs Unable to set MAC address January 02, 2019 10:01PM |
Admin Registered: 12 years ago Posts: 17,908 |
Quote
Updated 05 May 2018:
Kernel linux-4.16.7-mvebu-tld-1 package has been uploaded.
New in this release:
- Add Thecus N2350 supports. Installation instruction for this box will be available in the near future.
- Add NAS326 MAC address device-tree supports (no need to hardcode the MAC addess anymore, it will be automatically detected by the kernel using u-boot env ethaddr).
fw_printenv ethaddr
Re: NAS326 Debian 4.12 rootfs Unable to set MAC address January 03, 2019 07:40AM |
Registered: 4 years ago Posts: 9 |
fw_setenv mtdparts 'mtdparts=pxa3xx_nand-0:2m(u-boot),2m(env),2m(config),15m(kernel1),110m(rootfs1),15m(kernel2),-(rootfs2)'/code] What do you mean with "correct MAC address"? The hardware MAC of eth0? (Which I was unable to figure out with ethtool...)
Re: NAS326 Debian 4.12 rootfs Unable to set MAC address January 03, 2019 01:03PM |
Admin Registered: 12 years ago Posts: 17,908 |
Re: NAS326 Debian 4.12 rootfs Unable to set MAC address January 03, 2019 04:26PM |
Registered: 4 years ago Posts: 9 |
Re: NAS326 Debian 4.12 rootfs Unable to set MAC address January 03, 2019 10:07PM |
Admin Registered: 12 years ago Posts: 17,908 |