Blueendless Kimax BS-U35-WF No IP or Wifi

It's good the firmware starts , normally it should work

run ifconfig & see what happens

for wifi it is disabled by default

#!/bin/sh
uci set wireless.@wifi-device[0].disabled=0
uci commit wireless
exit 0

1 Like

This is ifconfig:

Nice to see it still work. At this point, I would like to redo everything and this time flash a stable firmware or better yet if you could tell me how to get back to stock firmware so that I know what to do next time I mess up.

Address ip is 192.168.1.1 but possible conflict if your router use same address !!!

For the firmware you can use a stable firmware

https://downloads.openwrt.org/releases/

choise version > 18.xxx -> target -> ramips -> mt7620 -> kimax-u35

1 Like

My router is 192.168.0.1 so it should be fine. Anyways, I tried the looking through your link but couldn't find anything kimax related isn't that the same as the one here https://openwrt.org/toh/hwdata/blueendless/blueendless_u35wf ?
I still don't know how to flash it though. I will be thankful if you could link a guide or something.

You cannot view files ??

And in this folder, file :kimax_u35wf-squashfs-sysupgrade.bin ?
https://downloads.openwrt.org/releases/19.07.0/targets/ramips/mt7620/

use WINSCP protocol SCP , connect 192.168.1.1
login : root
password : nothink
copy firmware file in tmp/tmp

With serial consoçle
cd /tmp/tmp
cat /proc/mtd , look for mtdxxx firmware

Write firmware:

mtd write file.bin firmware

firstboot
reboot -f

--

after the reboot I think you will not have luci web page

in network file

ipaddr : 192.168.0.x
netmask 255.255.255.0
gateway : 192.168.0.1
dns : 192.168.0.1

opkg update
opkg install luci

in explorer : 192.168.0.x you will have luci's web page

1 Like

Thank you very much I didn't understand this part:

but I went with it and this is what I got. should I be worried ?

image

Normally it should work as it should

For start WIfi use this command:
uci set wireless.@wifi-device[0].disabled=0; uci commit wireless; wifi

1 Like

thanks a lot I actually used the UI to do it

The settings looks different from the tutorial. I cant find mount points mentioned here

i use this:

opkg update
opkg install ntfs-3g
opkg install e2fsprogs fstools fwtool block-mount blkid lsblk
opkg install kmod-fs-exfat kmod-fs-exportfs kmod-fs-ext4
kmod-fs-reiserfs kmod-fs-vfat
opkg install kmod-scsi-core
opkg install kmod-usb-core kmod-usb-storage kmod-usb-storage-extras
opkg install kmod-usb-storage-uas kmod-usb-printer kmod-usb-xhci-mtk
opkg install kmod-usb-wdm kmod-usb-xhci-hcd
opkg install kmod-usb3
opkg install kmod-mtd-rw
opkg install luci-app-ksmbd kmod-fs-ksmbd ksmbd-server
opkg install luci luci-app-opkg luci-theme-bootstrap luci-theme-material
opkg install luci-app-p910nd luci-app-minidlna
opkg install luci-proto-relay

for ntfs problems use this command & reboot
ln -s /usr/bin/ntfs-3g /sbin/mount.ntfs

1 Like

I run these commands only the two below failed:

opkg install kmod-usb-storage-uas kmod-usb-printer kmod-usb-xhci-mtk

opkg install kmod-usb-wdm kmod-usb-xhci-hcd

but now I get a white screen after login

Weird ...

Test with:
opkg remove luci
opkg install luci
reboot

I tried but still the same result I tried with different browsers as well.

removing luci-theme-material fixed the issue for now.

@Annick I installed these packages but still cant access my attached storage with smb

Have you the hdd detected ?

ls /mnr/sda1 ...
ls /mnt/sda1 ... ( files & folders )

With the new Windows 11 i have problems:

I believe you mean this right here


I'm still using windows 10. But even my android phone cant access it maybe I am missing something here

I made another topic I think we should close this one


1 Like

Thanks a lot I couldn't find Network Shares in my current theme. Now this is what I got. I still cannot connect perhaps you could help me there too

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