This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

wifi is not working on TI-Gingerbread2.3.4 with kernel 2.6.32

Other Parts Discussed in Thread: WL1271

Hi,

We are working on omap3evm with TI-Gingerbread2.3.4 (with kernel 2.6.32) .

We were trying to enable wifi taking WL1271_Linux_SDK 3_00_01_06 package

from http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/ecs/WL1271_Linux_SDK/3_00_01_06/index_FDS.htm 

and taking WL1271Android-patches.tar.gz patches from http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_02_00/index_FDS.html

 

We followed the steps mentioned in following link:

http://processors.wiki.ti.com/index.php/Android_wireless_build_and_porting_guide

After building the wifi driver we are not able to connect to the access point .

Log:

IWLAN: driver init
TIWLAN: 1010.750783: wlanDrvIf_Open()
TIWLAN: 1010.824056: pInitParams->RoamingScanning_2_4G_enable 0
SDIO clock Configuration is now set to 24Mhz
TIWLAN: 1011.940999: CHIP VERSION... set 1273 chip top registers
TIWLAN: 1011.947499: Working on a 1273 PG 2.0 board.
TIWLAN: 1011.952229: Starting to process NVS...
TIWLAN: 1011.956532: No Nvs, Setting default MAC address
TIWLAN: 1011.961629: pHwInit->uEEPROMCurLen: 1c
TIWLAN: 1011.965932: ERROR: If you are not calibating the device, you will soon get errors !!!
TIWLAN: 1011.974446: Chip ID is 0x4030111.
TIWLAN: 1011.978566: FEM Type 1
TIWLAN: 1011.981740: Starting to download firmware...
TIWLAN: 1012.036977: Starting to download firmware...
TIWLAN: 1012.051320: Starting to download firmware...
TIWLAN: 1012.056935: Starting to download firmware...
TIWLAN: 1012.081593: Starting to download firmware...
TIWLAN: 1012.095479: Starting to download firmware...
TIWLAN: 1012.110249: Finished downloading firmware.
TIWLAN: 1012.114949: Firmware running.
TIWLAN: 1012.134450:
TIWLAN: 1012.136464: --------------------------------------------------------------------
TIWLAN: 1012.144429: Driver Version  : WiLink_Driver_6.1.0.0.144
TIWLAN: 1012.150227: Firmware Version: Rev 6.1.0.0.335
TIWLAN: 1012.155141: Station ID      : 08-00-28-12-34-56
TIWLAN: 1012.160207: --------------------------------------------------------------------
TIWLAN: 1012.168172:
TIWLAN: 1012.216115: Interrogate TX/RX parameters
init: no such service 'dhcpcd_tiwlan0'
TIWLAN: 1115.228009: wlanDrvIf_Release()
init: no such service 'dhcpcd_tiwlan0'
init: no such service 'dhcpcd_tiwlan0'

 

 please suggest me a solution to this problem.

 

  • Please check if your init.rc file starts the dhcpd_tiwlan0 service with the correct interface tiwlan0. Also verify that the permissions are correctly assigned.

    You can compare your entries with the one done for AM37xevm/omap3evm available form the same download page.