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.

SDIO detection in wl1273 chip on MSM_8660 module (htc amaze 4G)

[    1.591308] c1      1 mmc3: Qualcomm MSM SDCC-core at 0x00000000121c0000 irq 133,0 dma 21 dmacrcri 5

[    1.591308] c1      1 mmc3: Controller capabilities: 0x00000001

[    1.591308] c1      1 mmc3: Platform slot type: SDIO(WIFI)

[    1.591339] c1      1 mmc3: 8 bit data mode disabled

[    1.591339] c1      1 mmc3: 4 bit data mode enabled

[    1.591339] c1      1 mmc3: polling status mode disabled

[    1.591369] c1      1 mmc3: MMC clock 400000 -> 48000000 Hz, PCLK 0 Hz

[    1.591369] c1      1 mmc3: Slot eject status = 0

[    1.591369] c1      1 mmc3: Power save feature enable = 1

[    1.591400] c1      1 mmc3: DM non-cached buffer at ffd60000, dma_addr 0x6bfa0000

[    1.591400] c1      1 mmc3: DM cmd busaddr 0x6bfa0000, cmdptr busaddr 0x6bfb7f40


[    1.895111] c1     28 ti_wifi_power:1, mmc->index=3

[    1.895172] c1     28 ti_wifi_power: 1



[    2.611236] c0     28 mmc3: card claims to support voltages below the defined range. These will be ignored.

[    2.613067] c0     28 sdio_read_cccr: card->ccr.sdio_vsn: 1, cccr_vsn: 1

[    2.628662] c0     28 mmc3: queuing unknown CIS tuple 0x91 (3 bytes)

[    2.633544] c0     28 mmc3: new SDIO card at address 0001

[    2.634552] c0     28 mmc3: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0

[    2.634643] c0     28 ti_wifi_power:0, mmc->index=3

[    2.634674] c0     28 ti_wifi_power: 0

thats how my wifi related logs comes in my last_kmsg,

below are the mmc values provided by htc..the stock source had MMC_VDD_165_195 so i checked it with MMC_VDD_28_29 ... still a no go...CONFIG_TIWLAN_SDIO is not set by default in config.

static unsigned int ruby_sdc_slot_type = MMC_TYPE_SDIO_WIFI;
static struct mmc_platform_data ruby_wifi_data = {
//	.ocr_mask		= MMC_VDD_165_195,
//#else
	.ocr_mask		= MMC_VDD_28_29,
//#endif
#ifdef CONFIG_TIWLAN_SDIO
	.status			= ruby_wifi_status,
	.register_status_notify	= ruby_wifi_status_register,
	.embedded_sdio		= &ruby_wifi_emb_data,
#endif
	.mmc_bus_width		= MMC_CAP_4_BIT_DATA,
	.msmsdcc_fmin		= 400000,
	.msmsdcc_fmid		= 24000000,
	.msmsdcc_fmax		= 48000000,
	.slot_type		= &ruby_sdc_slot_type,
	.nonremovable		= 1,
};

 i'm using stock values provided by htc including Sdiodrv.c and its dependencies so i'm not sure what i'm missing..any help would be great :)

  • Hi Ravishka,

    Which wl12xx driver version? Which kernel version?

    btw, what is error you are seeing?

    [    2.633544] c0     28 mmc3: new SDIO card at address 0001

    seems to me that the wl12xx was detected properly, and you are getting data from it.

    Regards,
    Gigi Joseph.
  • 28 mmc3: card claims to support voltages below the defined range. These will be ignored.

    that's the error i'm wondering bout, is it normal?? ..

    sorry if its normal, it just i'm porting kernel 3.4.10 and since TI directly don't support it and since i'm using stock htc kernel 3.0.16 wifi.c and mmc.c drivers i just wanted to make sure...

    i'm currently using wl12xx ol_R5.SP7.01 driver along with compat-bluetooth drivers by htc with some modification using ol_r8.a6.06 to make it work with kernel 3.4 .. does the logs below means my modifications are positive or?? cuz the CFG80211 related logs are empty if i'm correct ..

    <4>[    2.611236] c0     28 mmc3: card claims to support voltages below the defined range. These will be ignored.
    
    <3>[    2.613067] c0     28 sdio_read_cccr: card->ccr.sdio_vsn: 1, cccr_vsn: 1
    
    <4>[    2.628662] c0     28 mmc3: queuing unknown CIS tuple 0x91 (3 bytes)
    
    <6>[    2.633544] c0     28 mmc3: new SDIO card at address 0001
    
    <3>[    2.634552] c0     28 mmc3: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
    
    <6>[    2.634643] c0     28 ti_wifi_power:0, mmc->index=3
    
    <6>[    2.634674] c0     28 ti_wifi_power: 0
    
    <7>[    2.635772] c0     28 htc_wifi_bt_sleep_clk_ctl ON=0, ID=0
    
    <7>[    2.635833] c0     28 KEEP SLEEP CLK ALIVE
    
    <7>[    2.635864] c0     28 htc_wifi_bt_sleep_clk_ctl ON=0, ID=0 DONE
    
    <7>[    2.636932] c0     28 htc_wifi_bt_fast_clk_ctl ON=0, ID=0
    
    <7>[    2.636993] c0     28 set_wifi_bt_fast_clk pin=180
    
    <7>[    2.637054] c0     28 DIS FAST CLK
    
    <7>[    2.637207] c0     28 htc_wifi_bt_fast_clk_ctl ON=0, ID=0 DONE
    <4>[   10.420043] c0    156 fm_drv: module is from the staging directory, the quality is unknown, you have been warned.
    <6>[   10.956756] c0      1 Compat-wireless backport release: ol_R5.SP7.01
    
    <6>[   10.956756] c0      1 Backport based on wl12xx.git ol_R5.SP7.01
    
    <6>[   11.586273] c0    156 Bluetooth: Core ver 2.16
    
    <6>[   11.586517] c0    156 Bluetooth: HCI device and connection manager initialized
    
    <6>[   11.587066] c0    156 Bluetooth: HCI socket layer initialized
    
    <6>[   11.587066] c0    156 Bluetooth: L2CAP socket layer initialized
    
    <6>[   11.587097] c0    156 Bluetooth: SCO socket layer initialized
    
    <6>[   11.713500] c0    156 Bluetooth: RFCOMM socket layer initialized
    
    <6>[   11.713500] c0    156 Bluetooth: RFCOMM ver 1.11
    
    <6>[   11.766784] c0    156 Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    
    <6>[   11.932556] c0    156 Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
    
    <6>[   11.934265] c1    101 (stc): st_register(4) 
    
    <6>[   11.934295] c1    101 (stc):  chnl_id list empty :4 
    
    <6>[   11.934326] c1    101 (stk) : st_kim_start
    
    <6>[   11.934356] c1    101 (stk) :st_kim_start
    
    <7>[   11.938385] c1    101 htc_wifi_bt_fast_clk_ctl ON=1, ID=1
    
    <7>[   11.938446] c1    101 set_wifi_bt_fast_clk pin=180
    
    <7>[   11.938476] c1    101 EN FAST CLK
    
    <7>[   11.938537] c1    101 htc_wifi_bt_fast_clk_ctl ON=1, ID=1 DONE
    
    <6>[   12.124603] c0    156 Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    
    <6>[   12.452606] c0    101 (stk) :ldisc_install = 1
    
    <6>[   12.511047] c0    156 (stc): st_tty_open 
    
    <6>[   12.511108] c0    101 (stk) : line discipline installed 
    
    <6>[   12.511749] c0    101 (stk) :TIInit_7.6.15.bts
    
    <6>[   12.544036] c0    103 cfg80211: Calling CRDA to update world regulatory domain
    
    <4>[   12.740905] c0    101 (stk) :change remote baud rate command in firmware
    
    <4>[   12.740905] c0    101 (stk) :skipping the wait event of change remote baud
    
    
    <6>[   13.624206] c1      1 wl12xx: driver version: ol_R5.SP7.01
    
    <6>[   13.624267] c1      1 wl12xx: compilation time: Fri Feb  7 20:22:10 2014
    
    <6>[   13.705200] c1    101 (stk) :[BT]Download firmware completed
    
    <6>[   13.705261] c1    101 (stc): add_channel_to_table: id 4
    
    <6>[   13.705291] c1    101 (stc): st_register(2) 
    
    <6>[   13.705322] c1    101 (stc): add_channel_to_table: id 2
    
    <6>[   13.705352] c1    101 (stc): st_register(3) 
    
    <6>[   13.705383] c1    101 (stc): add_channel_to_table: id 3
    
    <6>[   15.712402] c0    236 (stc): remove_channel_from_table: id 3
    
    <6>[   15.712432] c0    236 (stc): remove_channel_from_table: id 2
    
    <6>[   15.712432] c0    236 (stc): remove_channel_from_table: id 4
    
    <6>[   15.712463] c0    236 (stc):  all chnl_ids unregistered 
    
    <6>[   15.712493] c0    236 (stk) :ldisc_install = 0
    
    <6>[   15.712890] c0    156 [BT]== S DN ==
    
    <6>[   15.712951] c0    156 (stc): st_tty_close 
    
    <7>[   15.717041] c0    236 htc_wifi_bt_fast_clk_ctl ON=0, ID=1
    
    <7>[   15.717041] c0    236 set_wifi_bt_fast_clk pin=180
    
    <7>[   15.717071] c0    236 DIS FAST CLK
    
    <7>[   15.717102] c0    236 htc_wifi_bt_fast_clk_ctl ON=0, ID=1 DONE
    
    
    

  • Hi Ravishka,

    mmc3: card claims to support voltages below the defined range. These will be ignored.

    is normal...
    I don't see any problem with the above log...
    Are you able to turn on WLAN using "ifconfig wlan0 up" ?

    Regards,
    Gigi Joseph.

  • thats the problem it starts to turn on but after a lil it comes as ''error'' 1st i tried with stock files then i get 

    D/wpa_supplicant( 3600): wpa_supplicant v0.8.x-htc-0.13
    
    D/wpa_supplicant( 3600): Initializing interface 'wlan0' conf '/data/misc/wifi/p2p_supplicant.conf' driver 'nl80211' ctrl_interface 'N/A' bridge 'N/A'
    
    D/wpa_supplicant( 3600): Configuration file '/data/misc/wifi/p2p_supplicant.conf' -> '/data/misc/wifi/p2p_supplicant.conf'
    
    D/wpa_supplicant( 3600): Reading configuration file '/data/misc/wifi/p2p_supplicant.conf'
    
    D/wpa_supplicant( 3600): update_config=1
    
    D/wpa_supplicant( 3600): ctrl_interface='/data/misc/wifi/sockets'
    
    D/wpa_supplicant( 3600): ap_scan=1
    
    D/wpa_supplicant( 3600): fast_reauth=1
    
    D/wpa_supplicant( 3600): device_name='Blaze_p2p'
    
    D/wpa_supplicant( 3600): Could not open file /sys/class/net/wlan0/phy80211/name: No such file or directory
    
    I/wpa_supplicant( 3600): rfkill: Cannot open RFKILL control device
    
    D/wpa_supplicant( 3600): nl80211: RFKILL status not available
    
    D/wpa_supplicant( 3600): nl80211: Set mode ifindex 0 iftype 2 (STATION)
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface 0 to mode 2: -19 (No such device)
    
    D/wpa_supplicant( 3600): nl80211: Try mode change after setting interface down
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface down
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface down
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface down
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface down
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface down
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface down
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface down
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface down
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface down
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 3600): nl80211: Failed to set interface down
    
    E/WifiHW  (  427): Unable to open connection to supplicant on "wlan0": No such file or directory
    
    D/wpa_supplicant( 3600): nl80211: Interface mode change to 2 from 0 failed
    
    D/wpa_supplicant( 3600): nl80211: Could not configure driver to use managed mode
    
    E/wpa_supplicant( 3600): Could not read interface wlan0 flags: No such device
    
    E/wpa_supplicant( 3600): nl80211: Could not set interface 'wlan0' UP
    
    E/wpa_supplicant( 3600): wlan0: Failed to initialize driver interface
    
    D/wpa_supplicant( 3600): Failed to add interface wlan0
    
    D/wpa_supplicant( 3600): Cancelling scan request
    
    D/wpa_supplicant( 3600): Cancelling authentication timeout
    
    D/wpa_supplicant( 3600): wpa_supplicant_cleanup: freeing pending eapol

    then i tried modifying them a lil using a 128x chipset wifi related files, then i get these, least its a lil close to working 

    D/wpa_supplicant( 9554): wpa_supplicant v2.0-devel-
    
    D/wpa_supplicant( 9554): random: Trying to read entropy from /dev/random
    
    I/wpa_supplicant( 9554): Successfully initialized wpa_supplicant
    
    D/wpa_supplicant( 9554): Initializing interface 'wlan0' conf '/data/misc/wifi/wpa_supplicant.conf' driver 'nl80211' ctrl_interface 'N/A' bridge 'N/A'
    
    D/wpa_supplicant( 9554): Configuration file '/data/misc/wifi/wpa_supplicant.conf' -> '/data/misc/wifi/wpa_supplicant.conf'
    
    D/wpa_supplicant( 9554): Reading configuration file '/data/misc/wifi/wpa_supplicant.conf'
    
    D/wpa_supplicant( 9554): update_config=1
    
    D/wpa_supplicant( 9554): ctrl_interface='wlan0'
    
    D/wpa_supplicant( 9554): ap_scan=1
    
    D/wpa_supplicant( 9554): fast_reauth=1
    
    D/wpa_supplicant( 9554): device_name='Blaze'
    
    D/wpa_supplicant( 9554): manufacturer='TexasInstruments'
    
    D/wpa_supplicant( 9554): model_name='TI_Connectivity_module'
    
    D/wpa_supplicant( 9554): model_number='wl12xx'
    
    D/wpa_supplicant( 9554): serial_number='12345'
    
    D/wpa_supplicant( 9554): p2p_conc_mode=2
    
    D/wpa_supplicant( 9554): driver_param='use_p2p_group_interface=1'
    
    D/wpa_supplicant( 9554): p2p_go_max_inactivity=30
    
    D/wpa_supplicant( 9554): p2p_go_ht40=1
    
    D/wpa_supplicant( 9554): Could not open file /sys/class/net/wlan0/phy80211/name: No such file or directory
    
    I/wpa_supplicant( 9554): rfkill: Cannot open RFKILL control device
    
    D/wpa_supplicant( 9554): nl80211: RFKILL status not available
    
    D/wpa_supplicant( 9554): nl80211: Set mode ifindex 0 iftype 2 (STATION)
    
    D/wpa_supplicant( 9554): nl80211: Failed to set interface 0 to mode 2: -19 (No such device)
    
    E/wpa_supplicant( 9554): nl80211: Could not configure driver to use managed mode
    
    D/wpa_supplicant( 9554): netlink: Operstate: linkmode=0, operstate=6
    
    E/wpa_supplicant( 9554): Could not read interface wlan0 flags: No such device
    
    D/wpa_supplicant( 9554): nl80211: Set mode ifindex 0 iftype 2 (STATION)
    
    D/wpa_supplicant( 9554): nl80211: Failed to set interface 0 to mode 2: -19 (No such device)
    
    E/wpa_supplicant( 9554): wlan0: Failed to initialize driver interface
    
    D/wpa_supplicant( 9554): Failed to add interface wlan0
    
    D/wpa_supplicant( 9554): wlan0: Cancelling scan request
    
    D/wpa_supplicant( 9554): wlan0: Cancelling authentication timeout
    
    D/wpa_supplicant( 9554): wlan0: cancel_sched_scan called when no sched scan

    from what i noticed the sys/class/net/wlan0 folder is not being created..

    D/wpa_supplicant( 9554): Could not open file /sys/class/net/wlan0/phy80211/name: No such file or directory

    what am i missing? :)

  • Hi,

    Have you "insmod" the modules? Can you enable the wl12xx driver logs, and paste the dmesg?

    Regards,
    Gigi Joseph.

  • yea i insmod them correctly according stock htc ramdisk,

        insmod /system/lib/modules/compat.ko
        insmod /system/lib/modules/cfg80211.ko
        insmod /system/lib/modules/mac80211.ko
        insmod /system/lib/modules/wl12xx.ko debug_level=0x63c00
        insmod /system/lib/modules/wl12xx_sdio.ko

    i attached the full dmesg, these are the main ones to pop out...

    <6>[  175.886169] c0   3903 wl12xx: state: 0
    <3>[  175.910308] c0   3903 mmc3: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 16 width 0 timing 0
    <6>[  175.910339] c0   3903 ti_wifi_power:1, mmc->index=3
    <6>[  175.910339] c0   3903 ti_wifi_power: 1
    <7>[  175.910339] c0   3903 htc_wifi_bt_fast_clk_ctl ON=1, ID=0
    <7>[  175.910369] c0   3903 set_wifi_bt_fast_clk pin=180
    <7>[  175.910369] c0   3903 EN FAST CLK
    <7>[  175.910430] c0   3903 htc_wifi_bt_fast_clk_ctl ON=1, ID=0 DONE
    <7>[  176.042907] c0   3903 htc_wifi_bt_sleep_clk_ctl ON=1, ID=0
    <7>[  176.042938] c0   3903 htc_wifi_bt_sleep_clk_ctl ON=1, ID=0 DONE
    <3>[  176.602935] c0   3903 mmc3: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 16 width 0 timing 0
    <3>[  176.624969] c0   3903 mmc3: clock 400000Hz busmode 1 powermode 2 cs 1 Vdd 16 width 0 timing 0
    <3>[  176.627563] c0   3903 mmc3: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 16 width 0 timing 0
    <3>[  176.635925] c0   3903 mmc3: clock 400000Hz busmode 1 powermode 2 cs 0 Vdd 16 width 0 timing 0
    <3>[  176.637359] c0   3903 sdio_read_cccr: card->ccr.sdio_vsn: 1, cccr_vsn: 1
    <3>[  176.645507] c0   3903 mmc3: clock 25000000Hz busmode 1 powermode 2 cs 0 Vdd 16 width 0 timing 0
    <3>[  176.645721] c0   3903 mmc3: clock 25000000Hz busmode 1 powermode 2 cs 0 Vdd 16 width 2 timing 0
    <3>[  176.840270] c0    103 mmc3: clock 0Hz busmode 1 powermode 2 cs 0 Vdd 16 width 2 timing 0
    <3>[  176.850250] c0   3903 mmc3: clock 25000000Hz busmode 1 powermode 2 cs 0 Vdd 16 width 2 timing 0
    <7>[  176.938476] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 00000000: 00 00 00 00 19 00 00 00 00 00 ec f6 00 0c 18 f8
    <7>[  176.938507] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 00000010: fc 00 08 10 f0 f8 00 0a 14 00 00 00 00 00 00 00
    <7>[  176.938507] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 00000020: 00 00 00 00 00 00 00 ee f4 f8 fe 05 ea f3 fa 01
    <7>[  176.938537] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 00000030: 06 e5 f1 fa 02 07 d9 01 80 00 1d 1f 22 26 27 29
    <7>[  176.938537] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 00000040: 1d 1f 22 26 27 27 16 1d 1e 20 24 25 50 50 50 50
    <7>[  176.938568] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 00000050: 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50
    <7>[  176.938568] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 00000060: 50 50 50 50 50 50 50 50 01 02 02 02 02 00 15 15
    <7>[  176.938598] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 00000070: 15 19 19 15 10 1e 2d 00 9a 01 ae 01 c2 01 cc 01
    <7>[  176.938598] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 00000080: db 01 db 01 d1 01 80 80 80 80 80 80 80 00 00 00
    <7>[  176.938629] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 00000090: 00 00 00 00 1c 1e 21 23 25 50 18 1e 21 23 25 50
    <7>[  176.938629] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 000000a0: 16 1c 1e 20 20 50 50 50 50 50 50 50 50 50 50 50
    <7>[  176.938659] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 000000b0: 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50
    <7>[  176.938659] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 000000c0: 50 50 50 50 50 50 50 50 50 01 02 02 02 02 00 10
    <7>[  176.938690] c0   3903 wl12xx: TEST_CMD_INI_FILE_RADIO_PARAM: 000000d0: 10 10 10 10 10 10 10 10 10 10 10 10 1e 2d 00 00
    <7>[  176.938995] c0   3903 wl12xx: TEST_CMD_INI_FILE_EXT_RADIO_PARAM: 00000000: 00 00 00 00 26 00 00 00 00 00 00 00 00 00 00 00
    <7>[  176.939025] c0   3903 wl12xx: TEST_CMD_INI_FILE_EXT_RADIO_PARAM: 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    <7>[  176.939025] c0   3903 wl12xx: TEST_CMD_INI_FILE_EXT_RADIO_PARAM: 00000020: 00 00 00 00
    <6>[  176.993835] c0   3903 wl12xx: firmware booted (Rev 6.3.10.0.136)
    <6>[  177.007110] c0   3903 ADDRCONF(NETDEV_UP): wlan0: link is not ready
    <6>[  177.007751] c0   3903 [DBG]---notifier_call_chain calling: rtnetlink_event
    <6>[  177.007781] c0   3903 [DBG]---notifier_call_chain calling: fib_rules_event
    <6>[  177.007812] c0   3903 [DBG]---notifier_call_chain calling: arp_netdev_event
    <6>[  177.007812] c0   3903 [DBG]---notifier_call_chain calling: inetdev_event
    <6>[  177.007843] c0   3903 [DBG]---notifier_call_chain calling: fib_netdev_event
    <6>[  177.008514] c0   3903 [DBG]---notifier_call_chain calling: xfrm_dev_event
    <6>[  177.008544] c0   3903 [DBG]---notifier_call_chain calling: pppoe_device_event
    <6>[  177.008544] c0   3903 [DBG]---notifier_call_chain calling: mirred_device_event
    <6>[  177.008575] c0   3903 [DBG]---notifier_call_chain calling: nfqnl_rcv_dev_event
    <6>[  177.008575] c0   3903 [DBG]---notifier_call_chain calling: iface_netdev_event_handler
    <6>[  177.008605] c0   3903 [DBG]---notifier_call_chain calling: masq_device_event
    <6>[  177.008605] c0   3903 [DBG]---notifier_call_chain calling: ndisc_netdev_event
    <6>[  177.008636] c0   3903 [DBG]---notifier_call_chain calling: ip6_route_dev_notify
    <6>[  177.008636] c0   3903 [DBG]---notifier_call_chain calling: addrconf_notify
    <6>[  177.008666] c0   3903 [DBG]---notifier_call_chain calling: packet_notifier
    <6>[  177.008728] c0   3903 [DBG]---notifier_call_chain calling: cfg80211_netdev_notifier_call [cfg80211]
    <6>[  177.008850] c0   3903 [DBG]---notifier_call_chain calling: netdev_notify [mac80211]
    <6>[  177.008911] c0   3903 [DBG]---notifier_call_chain calling: wl1271_dev_notify [wl12xx]
    <6>[  177.008941] c0   3903 [DBG]---notifier_call_chain calling: dst_dev_event
    <6>[  177.008941] c0   3903 [DBG]---notifier_call_chain This is the last nb
    <6>[  177.009979] c0    103 [DBG]---notifier_call_chain calling: rtnetlink_event
    <6>[  177.010009] c0    103 [DBG]---notifier_call_chain calling: fib_rules_event
    <6>[  177.010040] c0    103 [DBG]---notifier_call_chain calling: arp_netdev_event
    <6>[  177.010040] c0    103 [DBG]---notifier_call_chain calling: inetdev_event
    <6>[  177.010070] c0    103 [DBG]---notifier_call_chain calling: fib_netdev_event
    <6>[  177.010803] c0    103 [DBG]---notifier_call_chain calling: xfrm_dev_event
    <6>[  177.010833] c0    103 [DBG]---notifier_call_chain calling: pppoe_device_event
    <6>[  177.010864] c0    103 [DBG]---notifier_call_chain calling: mirred_device_event
    <6>[  177.010864] c0    103 [DBG]---notifier_call_chain calling: nfqnl_rcv_dev_event
    <6>[  177.010894] c0    103 [DBG]---notifier_call_chain calling: iface_netdev_event_handler
    <6>[  177.010894] c0    103 [DBG]---notifier_call_chain calling: masq_device_event
    <6>[  177.010925] c0    103 [DBG]---notifier_call_chain calling: ndisc_netdev_event
    <6>[  177.010925] c0    103 [DBG]---notifier_call_chain calling: ip6_route_dev_notify
    <6>[  177.010955] c0    103 [DBG]---notifier_call_chain calling: addrconf_notify
    <6>[  177.011016] c0    103 [DBG]---notifier_call_chain calling: packet_notifier
    <6>[  177.011077] c0    103 [DBG]---notifier_call_chain calling: cfg80211_netdev_notifier_call [cfg80211]
    <6>[  177.011199] c0    103 [DBG]---notifier_call_chain calling: netdev_notify [mac80211]
    <6>[  177.011260] c0    103 [DBG]---notifier_call_chain calling: wl1271_dev_notify [wl12xx]
    <6>[  177.011291] c0    103 [DBG]---notifier_call_chain calling: dst_dev_event
    <6>[  177.011291] c0    103 [DBG]---notifier_call_chain This is the last nb
    <3>[  177.220336] c0    103 mmc3: clock 0Hz busmode 1 powermode 2 cs 0 Vdd 16 width 2 timing 0
    <3>[  181.079559] c0    106 mmc3: clock 25000000Hz busmode 1 powermode 2 cs 0 Vdd 16 width 2 timing 0
    <6>[  181.140289] c0    333 wl12xx: removing interface 00:d2:8b:43:9f:fd
    <3>[  181.146972] c0    333 mmc3: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
    <6>[  181.146972] c0    333 ti_wifi_power:0, mmc->index=3
    <6>[  181.147003] c0    333 ti_wifi_power: 0
    <7>[  181.148254] c0    333 htc_wifi_bt_sleep_clk_ctl ON=0, ID=0
    <7>[  181.148284] c0    333 KEEP SLEEP CLK ALIVE
    <7>[  181.148284] c0    333 htc_wifi_bt_sleep_clk_ctl ON=0, ID=0 DONE
    <7>[  181.149291] c0    333 htc_wifi_bt_fast_clk_ctl ON=0, ID=0
    <7>[  181.149322] c0    333 set_wifi_bt_fast_clk pin=180
    <7>[  181.149322] c0    333 DIS FAST CLK
    <7>[  181.149353] c0    333 htc_wifi_bt_fast_clk_ctl ON=0, ID=0 DONE
    <3>[  181.274902] c0    333 mmc3: clock 0Hz busmode 1 powermode 0 cs 0 Vdd 0 width 0 timing 0
    <6>[  181.274932] c0    333 ti_wifi_power:0, mmc->index=3
    <6>[  181.274932] c0    333 ti_wifi_power: 0
    <7>[  181.275970] c0    333 htc_wifi_bt_sleep_clk_ctl ON=0, ID=0
    <7>[  181.275970] c0    333 KEEP SLEEP CLK ALIVE
    <7>[  181.275970] c0    333 htc_wifi_bt_sleep_clk_ctl ON=0, ID=0 DONE
    <7>[  181.277008] c0    333 htc_wifi_bt_fast_clk_ctl ON=0, ID=0
    <7>[  181.277008] c0    333 htc_wifi_bt_fast_clk_ctl ON=0, ID=0 DONE
    <3>[  181.370330] c0    352 [AUD] pcm_out: pcm_out_write: wait_event_timeout failed for session 1

    thanks, :)

  • i get the following when i enter the below commands if it helps narrow down my issue :/


    ←[H←[Jroot@android:/ # lsmod lsmod kineto_gan 4226 0 - Live 0x00000000 wl12xx_sdio 3875 0 - Live 0x00000000 (O) wl12xx 203325 0 - Live 0x00000000 (O) mac80211 278148 1 wl12xx, Live 0x00000000 (O) cfg80211 171523 2 wl12xx,mac80211, Live 0x00000000 (O) compat 1600 0 - Live 0x00000000 (O) bnep 9048 0 - Live 0x00000000 btwilink 3542 0 - Live 0x00000000 hid_magicmouse 5061 0 - Live 0x00000000 hidp 14489 0 - Live 0x00000000 rfcomm 32282 0 - Live 0x00000000 bluetooth 193725 6 bnep,btwilink,hidp,rfcomm, Live 0x00000000 fm_drv 6025 0 - Live 0x00000000 (C) root@android:/ # netcfg netcfg sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00: 00:00:00 lo UP 127.0.0.1/8 0x00000049 00:00:00: 00:00:00 wlan0 UP 0.0.0.0/0 0x00001003 00:d2:8b: 43:9f:fd dummy0 DOWN 0.0.0.0/0 0x00000082 9e:96:f2: c3:24:a2 gannet0 DOWN 0.0.0.0/0 0x00001082 4e:c7:dc: 5a:7a:45 rmnet4 DOWN 0.0.0.0/0 0x00000000 00:00:00: 00:00:00 rmnet2 DOWN 0.0.0.0/0 0x00000000 00:00:00: 00:00:00 rmnet3 DOWN 0.0.0.0/0 0x00000000 00:00:00: 00:00:00 rmnet7 DOWN 0.0.0.0/0 0x00000000 00:00:00: 00:00:00 rmnet5 DOWN 0.0.0.0/0 0x00000000 00:00:00: 00:00:00 rmnet6 DOWN 0.0.0.0/0 0x00000000 00:00:00: 00:00:00 rmnet1 DOWN 0.0.0.0/0 0x00000000 00:00:00: 00:00:00 rmnet0 DOWN 0.0.0.0/0 0x00000000 00:00:00: 00:00:00 ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00: 00:00:00 rmnet_sdio2 DOWN 0.0.0.0/0 0x00000000 00:00: 00:00:00:00 rmnet_sdio0 DOWN 0.0.0.0/0 0x00000000 00:00: 00:00:00:00 rmnet_sdio1 DOWN 0.0.0.0/0 0x00000000 00:00: 00:00:00:00 rmnet_sdio5 DOWN 0.0.0.0/0 0x00001002 ae:f9: 07:b4:c8:64 rmnet_sdio3 DOWN 0.0.0.0/0 0x00001002 12:fd: d6:f0:d6:13 rmnet_sdio4 DOWN 0.0.0.0/0 0x00001002 7a:18: 59:d7:61:cb rmnet_sdio6 DOWN 0.0.0.0/0 0x00001002 22:94: e0:41:ce:ef rmnet_sdio7 DOWN 0.0.0.0/0 0x00001002 fe:7a: 7d:0d:88:60 root@android:/ # insmod /system/lib/modules/wl12xx_sdio.ko insmod /system/lib/modules/wl12xx_sdio.ko insmod: init_module '/system/lib/modules/wl12xx_sdio.ko' failed (File exists) 255|root@android:/ #