[sdio_wifi_para]sdio_wifi_used = 1sdio_wifi_sdc_id = 1sdio_wifi_mod_sel = 10rtl8189es_shdn = port:PB18<1><default><default><0>rtl8189es_wakeup = port:PB17<1><default><default><1>rtl8189es_vdd_en = port:PA03<1><default><default><0>rtl8189es_vcc_en = port:PA04<1><default><default><0>
Hans,
Thanks for that info.After some more scratching around I also found this site.
This source code has a few extra sdio wifi cards including the one I am looking for. Currently downloading to see if it actually works.
Simon
On Monday, 15 April 2013 20:00:20 UTC+10, Hans de Goede wrote:Hi Simon,
On 04/15/2013 10:12 AM, theRat wrote:
> I recently got a device that looks exactly the same as the minix (mk805?), but instead of it having minix printed on the case it has Smartbox.
>
> This device actually contains an a10s processor, axp152 pmu and a rtl8189es wifi chip.
>
> Does anyone know if there is a driver available for the rtl8189es? It is a sdio/mmc based device. The android script.bin for the device contains the following:
>
> |
> [sdio_wifi_para]
> sdio_wifi_used = 1
> sdio_wifi_sdc_id = 1
> sdio_wifi_mod_sel = 10
> rtl8189es_shdn = port:PB18<1><default><default><0>
> rtl8189es_wakeup = port:PB17<1><default><default><1>
> rtl8189es_vdd_en = port:PA03<1><default><default><0>
> rtl8189es_vcc_en = port:PA04<1><default><default><0>
The driver you are looking for is called rtl8188eu, some more info
on it is here:
http://www.rikomagic.co.uk/forum/viewtopic.php?f=6&t=3299
Regards,
Hans
--
You received this message because you are subscribed to the Google Groups "linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hans,
Thanks for that info.After some more scratching around I also found this site.
This source code has a few extra sdio wifi cards including the one I am looking for. Currently downloading to see if it actually works.
Simon
On Monday, 15 April 2013 20:00:20 UTC+10, Hans de Goede wrote:Hi Simon,
On 04/15/2013 10:12 AM, theRat wrote:
> I recently got a device that looks exactly the same as the minix (mk805?), but instead of it having minix printed on the case it has Smartbox.
>
> This device actually contains an a10s processor, axp152 pmu and a rtl8189es wifi chip.
>
> Does anyone know if there is a driver available for the rtl8189es? It is a sdio/mmc based device. The android script.bin for the device contains the following:
>
> |
> [sdio_wifi_para]
> sdio_wifi_used = 1
> sdio_wifi_sdc_id = 1
> sdio_wifi_mod_sel = 10
> rtl8189es_shdn = port:PB18<1><default><default><0>
> rtl8189es_wakeup = port:PB17<1><default><default><1>
> rtl8189es_vdd_en = port:PA03<1><default><default><0>
> rtl8189es_vcc_en = port:PA04<1><default><default><0>
The driver you are looking for is called rtl8188eu, some more info
on it is here:
http://www.rikomagic.co.uk/forum/viewtopic.php?f=6&t=3299
Regards,
Hans
--
You received this message because you are subscribed to the Google Groups "linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- Neal Peacock PengPod
Neal,
Today I downloaded you patch for the realtek drivers and applied it to a fresh stage/sunxi-3.0. I had a problem in that recently another patch has been applied that contains a subset of yours (the 8188eu stuff). I just blew that away and reverted the Kconfig and Makefile so I could apply you code.
I ported the extra bits in the pm_mmc directory and now have the 8189es wifi working.
Are you able to get your patch sorted and submitted? If you can I will then do a patch for the other bits for the SDIO cards.