Extroot/wireless problem
Moderator: Moderators
Extroot/wireless problem
Hello.
I upgraded my TL-WR1043NDv1 that I use for testing for the gargoyle-ispy 1.11.0.x 2019-May-05 03, everything ran smoothly until I plugged in a USB stick to use as extroot. I used Gargoyle's own functionality to format the pendrive and use it as extroot. The problem is that when the router restarted, the wireless network has stopped working, it only appears as 'Disabled', without being able to change anything.
I did a test with the '1.11.0' version and also gave the same problem. I do not know if I did something wrong, I appreciate any help.
Thanks.
I upgraded my TL-WR1043NDv1 that I use for testing for the gargoyle-ispy 1.11.0.x 2019-May-05 03, everything ran smoothly until I plugged in a USB stick to use as extroot. I used Gargoyle's own functionality to format the pendrive and use it as extroot. The problem is that when the router restarted, the wireless network has stopped working, it only appears as 'Disabled', without being able to change anything.
I did a test with the '1.11.0' version and also gave the same problem. I do not know if I did something wrong, I appreciate any help.
Thanks.
TL-WR1043ND v1 | 1.12.X (Built 20200610-0028 git@80899c80)
Re: Extroot/wireless problem
1. Do not preserve settings.
2. Try another USB drive.
2. Try another USB drive.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Extroot/wireless problem
I never preserve the settings and I need to find another USB drive.RomanHK wrote:1. Do not preserve settings.
2. Try another USB drive.
TL-WR1043ND v1 | 1.12.X (Built 20200610-0028 git@80899c80)
Re: Extroot/wireless problem
Type the output from ssh command:
and
Code: Select all
mount
Code: Select all
df
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Extroot/wireless problem
Sorry for the delay, here the output of the requested commands:RomanHK wrote:Type the output from ssh command:andCode: Select all
mount
Code: Select all
df
Code: Select all
root@Gargoyle:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/sda1 on /overlay type ext4 (rw,noatime,data=ordered)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@Gargoyle:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 5.5M 5.5M 0 100% /rom
tmpfs 13.5M 76.0K 13.4M 1% /tmp
/dev/sda1 3.0G 11.2M 2.8G 0% /overlay
overlayfs:/overlay 3.0G 11.2M 2.8G 0% /
tmpfs 512.0K 0 512.0K 0% /dev
TL-WR1043ND v1 | 1.12.X (Built 20200610-0028 git@80899c80)
Re: Extroot/wireless problem
Try to delete /overlay and start again.
I suspect that 32MB of RAM will not be enough for these operations in 1.11.X.
Code: Select all
rm -r /overlay/* && reboot -f
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Extroot/wireless problem
Just reset to default and try again.
Lets not go hunting obscure bugs until we've ruled out user error or misadventure.
If it fails on you again, please post your exact steps, and i'll follow them and see if i can replicate the issue.
Lets not go hunting obscure bugs until we've ruled out user error or misadventure.
If it fails on you again, please post your exact steps, and i'll follow them and see if i can replicate the issue.

https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Extroot/wireless problem
I've already done this, incusive I went back to the original firmware of TP-Link just to do a "clean install".Lantis wrote:Just reset to default and try again.
Lets not go hunting obscure bugs until we've ruled out user error or misadventure.
If it fails on you again, please post your exact steps, and i'll follow them and see if i can replicate the issue.
The steps I took:
- I installed gargoyle-ispy 1.11.0.x 2019-May-05 03
I logged in first, changed the password and timezone
I configured the WAN (PPPoE), LAN and WLAN connections. Everything worked normally.
I connected the pendrive, unmount, formatted and marked to be used as extroot (all by Gargoyle himself)
After that I did nothing else, the router just reset and then stop the wireless network.
I'm not at home now, so I can not access the router to do any testing / change.RomanHK wrote:Try to delete /overlay and start again.I suspect that 32MB of RAM will not be enough for these operations in 1.11.X.Code: Select all
rm -r /overlay/* && reboot -f
TL-WR1043ND v1 | 1.12.X (Built 20200610-0028 git@80899c80)
Re: Extroot/wireless problem
So the router reboots ok, but the wireless is no longer transmitting? Or the wireless is no longer configured?
How long before the router reset? Or did it reset immediately after making the setting?
How long before the router reset? Or did it reset immediately after making the setting?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Extroot/wireless problem
O.K.as_w wrote: I'm not at home now, so I can not access the router to do any testing / change.
Oh, I see a problem. The first is to create an extroot and then a custom configuration.
With my command line, you just clean up USB, the extroot should stay.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users