Hi,
I am trying to run wl12xx_sdio_test but I get: "mmc1:0001:2: could not wake up chip". What am I missing? In Kconfig wl12xx_sdio_test depends on wl12xx_sdio. Does the test really depend on the wl12xx_sdio driver? The test module is a sdio driver too.
I use the latest linux-linaro-2.6.38 together with defconfig from beta-2 (hwpack_linaro-panda_20110426-0_armel_supported.tar.gz): I downloaded firmware according to http://elinux.org/Panda_How_to_kernel_2_6_39#Wlan.
On the pandaboard: rmmod wl12xx_sdio modprobe wl12xx_sdio_test wl12xx_sdio_test mmc1:0001:2: could not wake up chip wl12xx_sdio_test: probe of mmc1:0001:2 failed with error 1
Thanks, Per
On 13 May 2011 09:38, Per Forlin per.forlin@linaro.org wrote:
Hi,
In Kconfig wl12xx_sdio_test depends on wl12xx_sdio. Does the test really depend on the wl12xx_sdio driver? The test module is a sdio driver too.
I found a reason for the Kconfig dependency here: https://lkml.org/lkml/2011/2/18/373
/Per