AirPirate
AirPirate copied to clipboard
Power init failed (poll3)
I get an error Power init failed (poll3) using COMFAST CF-WU825N which uses RTL8192EU. Can you give an example model of a wifi card that works? The device is a non-rooted Samsung Galaxy Tab S3 (SM-T825) running Android 7.0.
You can increase the maximum pollretries in rtl8192card.java in rtl8192_power_init() from 100 to like 1000 as 100 ms might not be enough for proper hardware initialization (although I've never seen that happen myself). If you are lucky, that would solve your problem.
But it might also be due to some USB OTG problem (either bad cabling or USB power limit or software stack). Unfortunately, OTG support especially on older hardware is really really bad.
Ah since its the third poll, should be from 200 to like 2000.
Tried increasing to 2000 but it didn't work. Also tried another USB OTG but I am getting the same error. I believe there is an issue with the dongle itself as it is unable to start on a Linux machine.
Might be defective unit. I guess RMA is an option?
where value the maximum pollretries to can change ?
You can increase the maximum pollretries in rtl8192card.java in rtl8192_power_init() from 100 to like 1000 as 100 ms might not be enough for proper hardware initialization (although I've never seen that happen myself). If you are lucky, that would solve your problem.
But it might also be due to some USB OTG problem (either bad cabling or USB power limit or software stack). Unfortunately, OTG support especially on older hardware is really really bad.
where to change maximum pollretries