WT3020H partial install?

Hi all, complete newbie to openwrt here, i have a couple of small wt3020H s which i attempted to install openwrt on. 1 x went fine, however the second is an incomplete system, the webUI isnt running.

i used the stock firmware upgrade path to installation using the factory file in both cases.

I can ssh to partially installed device with PuTTy but attempts to copy the system upgrade binary with pscp reveals that there isnt a secure ftp server running on the openwrt system.

root@OpenWrt:~# ls /etc/init.d/
boot         dnsmasq      firewall     log          sysctl       system
bootcount    done         gpio_switch  network      sysfixtime   umount
cron         dropbear     led          odhcpd       sysntpd
root@OpenWrt:~# /etc/init.d/service_name
-ash: /etc/init.d/service_name: not found
root@OpenWrt:~#

I tried to copy the sys-upgrade binary to a usb stick but i cant seem to mount the drive?

mount: mounting /dev/sda1 on /drive1 failed: No such file or directory
root@OpenWrt:~# ls /dev
bus                 mtd3ro              network_throughput  ttyS14
console             mtd4                null                ttyS15
cpu_dma_latency     mtd4ro              port                ttyS2
full                mtd5                ppp                 ttyS3
hwrng               mtd5ro              ptmx                ttyS4
kmsg                mtd6                pts                 ttyS5
log                 mtd6ro              random              ttyS6
memory_bandwidth    mtdblock0           shm                 ttyS7
mtd0                mtdblock1           tty                 ttyS8
mtd0ro              mtdblock2           ttyS0               ttyS9
mtd1                mtdblock3           ttyS1               urandom
mtd1ro              mtdblock4           ttyS10              watchdog
mtd2                mtdblock5           ttyS11              watchdog0
mtd2ro              mtdblock6           ttyS12              zero
mtd3                network_latency     ttyS13
root@OpenWrt:

https://wiki.openwrt.org/doc/howto/usb.storage
indicates i am missing the usb interface ??
any help and direction will be gratefully received..

Many thanks in advance..

You can use the scp command built into OpenWrt to fetch the file from your PC instead

# scp 
usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
           [-l limit] [-P port] [-S program]
           [[user@]host1:]file1 [...] [[user@]host2:]file2

thanks will do ..

New URL: https://openwrt.org/docs/guide-user/storage/usb-drives

The old page is for archival purposes only and does not receive updates any more.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.