Hello all,
We are using AM3352 custom board and connected to WL1835MODCOM8B module. We have done required configuration in .dts file and .config using menuconfig. Checked power up sequence for WL18XX and it's proper.
Tried to insert module(wlcore,wl18xx,wlcore_sdio) manually using modprobe but no use. Please help us in calibrating module.
PFA logs.
root@am335x-evm:~# lsmod
Module Size Used by
wlcore_sdio 6042 0
wl18xx 89922 0
wlcore 180451 1 wl18xx
mac80211 480610 2 wl18xx,wlcore
cfg80211 248876 3 mac80211,wl18xx,wlcore
ipv6 305284 24
pm33xx 4633 0
omap_rng 4470 0
rng_core 7464 2 omap_rng
omap_wdt 4347 0
rtc_omap 7578 1
root@am335x-evm:~# ifconfig wlan0 up
ifconfig: SIOCGIFFLAGS: No such device
root@am335x-evm:~# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:700 (700.0 B) TX bytes:700 (700.0 B)
root@am335x-evm:~#
Thanks and regards,
Lahari P.