Hi
post 56 is progress because you have firmware loading.
I think I've tried all that was suggested, but so far no go
What is output to (EDIT)
allegedly....with no ethernet or HP wireless modules ....wlan0 IMHO should be the mediatek.
2) post 38 is the TP link....mentioned in post 4 but I gather that is not an option due to its slow speed for you.
3) What we did not discuss is whether the option of using the wired using Power over Ethernet connections. It won't work if the router is not on the same wiring circuit.
Amazon call them powerline network adapters.
and going back to post 4....if you paid this company for cabling ....surely you were entitled to tell them where to cable it. Generally speaking ethernet speed is 1Gbps.
and speaking of wifi.....5Ghz is affected more by thicker walls, metal walls, larger distances and thicker floors if 2 storey.
4) post 37 yes I have.
firstly when you download it....it claims to end in .bz2 but when you run file against it....its only a tar file
unpacks to a dir called DPO
I get a make error or 2 similar to others make errors already discussed.
as a reference for others if interested....
from post 1 download link is
https://d86o2zu8ugzlg.cloudfront.net/me ... 18.tar.bz2
Code: Select all
file *
MT7612U_DPO_LinuxSTA_3.0.0.1_20140718.tar.bz2: gzip compressed data, last modified: Fri Jul 18 11:00:17 2014, from Unix, original size modulo 2^32 12277760
tar jxvf *
bzip2: (stdin) is not a bzip2 file.
mv MT7612U_DPO_LinuxSTA_3.0.0.1_20140718.tar.bz2 mediatek.tar
tar xvf *
# unpacks
cd DPO
sed 's|STA|AP|' -i Makefile # Based on README in doc folder....could be wrong
make -j5
make -C tools
make[1]: Entering directory '/home/gor/Downloads/DPO/tools'
gcc -g bin2h.c -o bin2h
cp -f os/linux/Makefile.6 /home/gor/Downloads/DPO/os/linux/Makefile
make -C /lib/modules/5.19.0-4.2-liquorix-amd64/build SUBDIRS=/home/gor/Downloads/DPO/os/linux modules
make[1]: Entering directory '/usr/lib/modules/5.19.0-4.2-liquorix-amd64/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/usr/lib/modules/5.19.0-4.2-liquorix-amd64/build'
make: *** [Makefile:391: LINUX] Error 2
make: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/gor/Downloads/DPO/tools'
/home/gor/Downloads/DPO/tools/bin2h
chipset = mt7662u
chipset = mt7632u
chipset = mt7612u
The error got me