我有一台 Dlink DSL-2750U(硬件版本:C1)路由器。路由器似乎忘记了其 MAC 地址,并显示00:10:18:00:00:00
默认的基本 MAC 地址。
我通过在以下命令的帮助下访问 CFE 刷新了 OpenWRT Chaos Calmer 15.05/ LuCI (git-15.248.30277-3836b45) 固件这篇文章在这里。
我需要弄清楚如何在当前情况下重置/添加 MAC 地址到路由器。
请查找我可以从中获得的有关路由器的更多信息cat /proc/mtd
以及cat /proc/cpuinfo
root@OpenWrt:/# cat /proc/cpuinfo
system type : bcm63xx/96328dg2x2 (0x6328/0xB0)
machine : ADB P.DG A4001N
processor : 0
cpu model : Broadcom BMIPS4350 V7.5
BogoMIPS : 319.74
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : no
isa : mips1 mips2 mips32r1
ASEs implemented :
shadow register sets : 1
kscratch registers : 0
package : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available
root@OpenWrt:/# cat /proc/mtd
dev: size erasesize name
mtd0: 00010000 00010000 "CFE"
mtd1: 0011eb39 00010000 "kernel"
mtd2: 006c13c7 00010000 "rootfs"
mtd3: 00480000 00010000 "rootfs_data"
mtd4: 00010000 00010000 "nvram"
mtd5: 007e0000 00010000 "linux"
如果我方还需要任何其他可以提供帮助的信息,请告诉我。
PS:我查了一下这里还有一个问题但没有像art.img
我这样的文件。
答案1
我无法发表评论,所以我写这篇文章作为答案。我不认为原来的MAC地址丢失了。你检查过/lib/firmware
部分吗?就我而言,我有一个 linkit mt7688,我需要原始 MAC 地址,我在/lib/firmware/xx.eeprom
.但在某些情况下,此 eeprom 文件可能会被覆盖并分为 2 个或更多 .bin 文件。如果你有EEPROMfile ,我们可以设法从中挖掘一些东西。