So I’ve connected via serial cable and get access. I’ve also downloaded openwrt-mv1000-emmc-3.203-0701.img from the GL-inet downloads site and run it as a local upgrade but I still don’t get access to that device via an ethernet cable. When I plug it in via ethernet it shows me the following…
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . . : ####:7183:8a70::###
Link-local IPv6 Address . . . . . : fe80::####:484c:###d%5
Autoconfiguration IPv4 Address. . : 169.###
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
I can SSH to the device, and when I do df -h I get the following:
root@GL-MV1000:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 21.3M 21.3M 0 100% /rom
tmpfs 499.1M 100.0K 499.0M 0% /tmp
/dev/loop0 489.1M 16.4M 376.7M 4% /overlay
overlayfs:/overlay 489.1M 16.4M 376.7M 4% /
tmpfs 512.0K 0 512.0K 0% /dev
Not really knowing what might be wrong I’ve checked a load of files and just included them below. Any ideas on what I need to do to fix this or is there anything else that would be helpful for me to provide?
root@GL-MV1000:~# cat /proc/mtd
dev: size erasesize name
mtd0: 000f0000 00010000 “u-boot”
mtd1: 00008000 00008000 “u-boot-env”
mtd2: 00008000 00008000 “factory”
root@GL-MV1000:~# cat /proc/mounts
/dev/root /rom squashfs ro,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,noatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,noatime 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev,noatime 0 0
/dev/loop0 /overlay f2fs rw,lazytime,noatime,background_gc=on,no_heap,user_xattr,inline_xattr,inline_data,inline_dentry,flush_merge,extent_cache,mode=adaptive,active_logs=6 0 0
overlayfs:/overlay / overlay rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,size=512k,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,mode=600,ptmxmode=000 0 0
debugfs /sys/kernel/debug debugfs rw,noatime 0 0
root@GL-MV1000:~# cat /proc/partitions
major minor #blocks name
7 0 502912 loop0
31 0 960 mtdblock0
31 1 32 mtdblock1
31 2 32 mtdblock2
179 0 7634944 mmcblk0
179 1 16640 mmcblk0p1
179 2 524544 mmcblk0p2
179 3 7091200 mmcblk0p3
179 16 4096 mmcblk0boot1
179 8 4096 mmcblk0boot0
root@GL-MV1000:~# cat /proc/diskstats
7 0 loop0 1656 0 13296 2130 9 0 200 0 0 40 1890
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 0 0 0 0 0 0 0 0 0 0 0
31 1 mtdblock1 0 0 0 0 0 0 0 0 0 0 0
31 2 mtdblock2 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 422 7998 39118 220 19 91 216 0 0 190 220
179 1 mmcblk0p1 57 32 1518 20 2 0 16 0 0 20 20
179 2 mmcblk0p2 263 7966 31368 200 9 91 200 0 0 170 200
179 3 mmcblk0p3 84 0 5192 0 0 0 0 0 0 0 0
179 16 mmcblk0boot1 58 0 464 10 0 0 0 0 0 10 10
179 8 mmcblk0boot0 58 0 464 10 0 0 0 0 0 10 10
If I do:
root@GL-MV1000:~# cat /etc/config/network
config interface ‘loopback’
option ifname ‘lo’
option proto ‘static’
option ipaddr ‘127.0.0.1’
option netmask ‘255.0.0.0’
config globals ‘globals’
option ula_prefix ‘fd#####::/48’
config interface ‘lan’
option type ‘bridge’
option proto ‘static’
option netmask ‘255.255.255.0’
option ip6assign ‘60’
option hostname ‘GL-MV1000-a8a’
option ipaddr ‘192.168.8.1’
option ifname ‘lan0 lan1 usb0’
config interface ‘wan’
option proto ‘dhcp’
option hostname ‘GL-MV1000-a8a’
option metric ‘10’
option peerdns ‘1’
option ifname ‘wan’
config interface ‘wan6’
option proto ‘dhcpv6’
option disabled ‘1’
option ifname ‘wan’
config interface ‘lan0’
option ifname ‘lan0’
option macaddr ‘94:83:c4:##:##:8b’
config interface ‘lan1’
option ifname ‘lan1’
option macaddr ‘94:83:c4:##:##:8b’
root@GL-MV1000:~# cat /proc/mounts
/dev/root /rom squashfs ro,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,noatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,noatime 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev,noatime 0 0
/dev/loop0 /overlay f2fs rw,lazytime,noatime,background_gc=on,no_heap,user_xattr,inline_xattr,inline_data,inline_dentry,flush_merge,extent_cache,mode=adaptive,active_logs=6 0 0
overlayfs:/overlay / overlay rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,size=512k,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,mode=600,ptmxmode=000 0 0
debugfs /sys/kernel/debug debugfs rw,noatime 0 0