Hi Puneet,

bcmdhd is currently not working in the sunxi-3.4 kernel; this is known. We will try to backport the 3.14 patches to see if that makes it work.

The cubieboard kernel's patched some stuff in but I think there's a bug somewhere as you mention with the gpio's. I did see this document somewhere (mailing list or some wiki; i forgot)

Oliver
On 17-01-14 08:54, Puneet B wrote:
Hi,

While tracing problem i found below issue.

i am getting error in log as:

[    4.780261] [dhd_module_init] get wl_host_wake gpio failed

The code is from here:./

vim linux-sunxi/drivers/net/wireless/bcmdhd/dhd_linux.c +4396

         if (gpio_request(WL_HOST_WAKE_DEF_GPIO, "wl_host_wake")) {
                 pr_warning("[%s] get wl_host_wake gpio failed\n",
__FUNCTION__);
                 wl_host_wake = -1;
                 return -1;
         }

Which means  some gpio error:

In script for wifi:
ap6xxx_wl_regon      = port:PH09<1><default><default><0>
ap6xxx_wl_host_wake  = port:PH10<0><default><default><0>
ap6xxx_bt_regon      = port:PB05<1><default><default><0>
ap6xxx_bt_wake       = port:PI20<1><default><default><0>
ap6xxx_bt_host_wake  = port:PI21<0><default><default><0>
ap6xxx_lpo          = port:PI12<4><default><default><default>


For ap6xxx_wl_host_wake  , i check by making high and low but error is same.

Can any one tell why that error is, Is it  because of some gpio pins or
something else went wrong?

Regards
Punith


--
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to