WRT32X and WRT3200ACM Third Radio Stability: Difference between revisions

mNo edit summary
mNo edit summary
 
Line 1: Line 1:
Can one make the 88W8887 'Third Radio' on the WRT32X and WRT3200ACM actually work in a reliable manner?  Let's try.
Can one make the 88W8887 'Third Radio' on the WRT32X and WRT3200ACM actually work in a reliable manner?  Let's try.<syntaxhighlight lang="text">
 
wifi down radio2
rmmod mwifiex_sdio
rmmod mwifiex
rmmod mwifiex
modprobe mwifiex
modprobe mwifiex
modprobe mwifiex_sdio
modprobe mwifiex_sdio
wifi up radio2
wifi up radio2
 
</syntaxhighlight>service network restart
service network restart


...OK, give a a minute or so to 'settle down'
...OK, give a a minute or so to 'settle down'
Line 18: Line 15:


Also don't expect to see that Radio on a PCIe or USB Bus as it's one of those SoC Bus things.
Also don't expect to see that Radio on a PCIe or USB Bus as it's one of those SoC Bus things.
=== Bonus Info ===
Normally a USB based Radio could be reset with something like the example below, but not the 'SoC Bus' of the one noted above<syntaxhighlight lang="text">usbreset 0e8d:7961
service network restart</syntaxhighlight>