Done.
Code:
joao@RT-AC68U-AE08:/tmp/home/root# strings /dev/mtd0 | grep odmpid
odmpid=RT-AC68U
joao@RT-AC68U-AE08:/tmp/home/root#
joao@RT-AC68U-AE08:/tmp/home/root# strings /dev/mtd0 | grep odmpid
odmpid=RT-AC68U
joao@RT-AC68U-AE08:/tmp/home/root#
Can you doThat output is empty
But I've never seen in not fill in something for odmpid in nvram....it's used in many other places.It still shows as an RT-AC68U, which would be why there's no special odmpid for it. It's just a newer hardware revision.
Can you do
nvram get clkfreq
joao@RT-AC68U-AE08:/tmp/home/root# nvram get clkfreq
1000,666
But I've never seen in not fill in something for odmpid in nvram....it's used in many other places.
nvram get PA
9d8: ebfffffe bl 0 <nvram_get_int>
9dc: e302314f movw r3, #8527 ; 0x214f
9e0: e1500003 cmp r0, r3
9e4: 13a00000 movne r0, #0
9e8: 03a00001 moveq r0, #1
nvram get PA outputs on mine
Code:joao@RT-AC68U-AE08:/tmp/home/root# nvram get PA 8527
Looking at the code, it looks like they took an AC66U_B1 and updated the PA to make the 68U V3. Not sure I need an updated SDK, but at a minimum do need updated wireless drivers. Unfortunately, the new wireless drivers break at least the method used to get the wireless connect data. Right now I think the V3 probably is not going to be supported on my fork.There's the answer then to detecting V3. PA will be set to 8527 on the V3 revision.
Not sure I need an updated SDK, but at a minimum do need updated wireless drivers.
Well...I had to dig a little furtherRight now I think the V3 probably is not going to be supported on my fork.
Can you share on of your test builds?Well...I had to dig a little further
Got the new driver working on my fork and have a development build that should support the V3. There may be some led's that need tweaking, but will need an actual tester to verify (sorting through all those gpio settings gives me a headache)
Imma test this out on my version 3 in a bit. I will given you feeds back. Great work john.Well...I had to dig a little further
Got the new driver working on my fork and have a development build that should support the V3. There may be some led's that need tweaking, but will need an actual tester to verify (sorting through all those gpio settings gives me a headache)
It's not up yet.....it's a 47D1 build.....I'll make a separate thread when it's up.Imma test this out on my version 3 in a bit. I will given you feeds back. Great work john.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!