[DEV] JellyX Kernel 2.6.32.60 // 10.04 [JB]

hotdog125

Senior Member
Sep 19, 2012
992
405
0
Bangalore
Wi-Fi not working

I flashed the 10.04 JellyX over sevenrock's 9.02 build. Everythings snappy and better as usual:D, but the Wi-Fi is not working at all:eek:.

I tried deleting the data/misc/wifi folder and rebooting , but to no avail.

I then tried 9.04 and 3.04 JellyX but they have the same problem. Any idea how to fix this?
 

Blechd0se

Inactive Recognized Developer
Sep 19, 2012
459
4,507
0
Stuttgart
I flashed the 10.04 JellyX over sevenrock's 9.02 build. Everythings snappy and better as usual:D, but the Wi-Fi is not working at all:eek:.

I tried deleting the data/misc/wifi folder and rebooting , but to no avail.

I then tried 9.04 and 3.04 JellyX but they have the same problem. Any idea how to fix this?
Becuase 09/02 has not the latest wifi drivers :) 09/04 by Quarx? If you turn on wifi, does it reboot?
Latest confirmed rom & kernel are 26/03 and 10/04.
I am trying to fix it at the moment https://github.com/Blechd0se/android_hardware_ti_wlan
But the hard part is; i can't get logs, it simply won't show anything if i turn on wifi, so hard to debug....
But i am still digging :)
 

Divino

Senior Member
Aug 30, 2005
129
14
0
Becuase 09/02 has not the latest wifi drivers :) 09/04 by Quarx? If you turn on wifi, does it reboot?
Latest confirmed rom & kernel are 26/03 and 10/04.
I am trying to fix it at the moment https://github.com/Blechd0se/android_hardware_ti_wlan
But the hard part is; i can't get logs, it simply won't show anything if i turn on wifi, so hard to debug....
But i am still digging :)
- factory reset
- wipe cache
- wipe dalvik
- install quark 26/03
- install kernel 10/04
- wipe cache
- wipe dalvik

...red led then black screen... ;_(

- remove battery
- bootmenu
- set cpu to interactive
- format sd-ext to ext4
- reboot

...logo...

ta-daaaaa

- wi-fi on
...WORKS!!!


- zram in memory settings
...WORKS!!!

YEAH, now installing gapps, hope all works... ;)
 

flunk03

Senior Member
Oct 12, 2011
155
37
0
bangalore
Becuase 09/02 has not the latest wifi drivers :) 09/04 by Quarx? If you turn on wifi, does it reboot?
Latest confirmed rom & kernel are 26/03 and 10/04.
I am trying to fix it at the moment https://github.com/Blechd0se/android_hardware_ti_wlan
But the hard part is; i can't get logs, it simply won't show anything if i turn on wifi, so hard to debug....
But i am still digging :)

@ blechd0se I think the bootloop issues are common to green lens users . Will try to get you some logs hopefully .
 

Blechd0se

Inactive Recognized Developer
Sep 19, 2012
459
4,507
0
Stuttgart
@ blechd0se I think the bootloop issues are common to green lens users . Will try to get you some logs hopefully .
No, i have a defy+ :) And no need for logs, but you can provide them of course if you want to:) Since the last ramdisk update,
it won't work, however this is easy to fix. The actual problem are those last wifi changes, if there were some.
Looks like its the fault of the kernel and not of modules, but dmesg and kmsg doesn't show anything when wifi is turned on,
but logcat shows something:
Code:
W/CommandListener(16899): Failed to retrieve HW addr for wlan0 (No such device)
E/WifiHW (17029): unexpected - found -1 phys in /sys/class/ieee80211
F/libc (17029): @@@ ABORTING: INVALID HEAP ADDRESS IN dlfree addr=0x2a25a8f0
F/libc (17029): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 1708
5 (WifiStateMachin)
 

atulclassic

Senior Member
Feb 20, 2013
1,099
916
113
Mumbai
not working with Quarx 15.04

Today i tried to flash 10.4 with Quarx 15.04 build
Although it flashed successfully and booted perfectly but when i tried to find the CPU governers i found out that it didn't flashed at all..

Unable to understand why this happened..could somebody explain this.
 

Spidinator

Senior Member
Jul 24, 2012
154
40
0
Kamloops, BC
Today i tried to flash 10.4 with Quarx 15.04 build
Although it flashed successfully and booted perfectly but when i tried to find the CPU governers i found out that it didn't flashed at all..

Unable to understand why this happened..could somebody explain this.
Same here. I was able to flash jelly X on previous build with cwm but not with new recovery on latest build.

Sent from my MB526 using xda app-developers app
 

Feche

Senior Member
Oct 5, 2012
611
287
0
Buenos Aires
Today i tried to flash 10.4 with Quarx 15.04 build
Although it flashed successfully and booted perfectly but when i tried to find the CPU governers i found out that it didn't flashed at all..

Unable to understand why this happened..could somebody explain this.
Me too.

EDIT:

Got a PM from PaleHorseman (he can't post yet)

I Can't reply on the topic, to few posts.

About this question:
http://forum.xda-developers.com/show...&postcount=851

on TWRP you have to go first on "Mount" and select the partitions you want.
To flash Jellyx, you have to select "System" at least.

But don't bother flashing Jellyx on Quarx's latest's builds (15 and 13/04), they use 2.6.32.9 kernel and it will not work with Jellyx 2.6.32.60.
at least to me, it gives bootloops into bootmenu and "unknown" CPU mode.

Sorry if i made some English confusion, i'm brazillian.

You may want to post about the "mount" thing on the post, probably will help others.

Hugs
So, that is the basic reason of why it doesn't flash, thanks to him :)
 
Last edited:

Blechd0se

Inactive Recognized Developer
Sep 19, 2012
459
4,507
0
Stuttgart
Have a look at this it got help to getting a bootable 4.7 linaro optimized kernel?

I will try it myself later on ;)

https://github.com/garwedgess?tab=repositories

https://github.com/garwedgess?tab=repositories

Edit - also your recent merge into the mail line kernel broke the compilation of the wifi modules

Let's Go ^_^
Will have a look at it late, thanks :) Although i guess zImage wont be decompressed and thats the fault why it wont boot...
Which one breaks it? autogrouping? Does it work if you not set it in deconfig?

Sent from my Nexus 7 using xda app-developers app
 

Kayant

Senior Member
Jul 14, 2011
1,861
4,149
143
Will have a look at it late, thanks :) Although i guess zImage wont be decompressed and thats the fault why it wont boot...
Which one breaks it? autogrouping? Does it work if you not set it in deconfig?

Sent from my Nexus 7 using xda app-developers app
Am guessing autogrouping because I did a git reset back to HEAD( keyboard, defconfig cleanup) and it was compiling fine......

This was the error I was getting -

wireless/wl12xx/sdio.c:330:3: error: implicit declaration of function 'sdio_set_host_pm_flags' [-Werror=implicit-function-declaration]
 

Blechd0se

Inactive Recognized Developer
Sep 19, 2012
459
4,507
0
Stuttgart
You mean the hole rom? Because kernel compiles fine for me, but rom didnt because another error (something with /boot, but not because of kernel)... Strange because my kernel got the same commit and compiles fine with modules, didyou make mrproper or make clean?

And my commit doesnt delete anything related to wifi :D

Also check if sdio_set_host_pm_flags is defined in drivers/mmc/core/sdio_io.c, line 708 and include/linux/mmc/sdio_func.h, line 169, because its definied in our main line kernel


Sent from my Nexus 7 using xda app-developers app
 

Kayant

Senior Member
Jul 14, 2011
1,861
4,149
143
You mean the hole rom? Because kernel compiles fine for me, but rom didnt because another error (something with /boot, but not because of kernel)... Strange because my kernel got the same commit and compiles fine with modules, didyou make mrproper or make clean?

And my commit doesnt delete anything related to wifi :D

Also check if sdio_set_host_pm_flags is defined in drivers/mmc/core/sdio_io.c, line 708 and include/linux/mmc/sdio_func.h, line 169, because its definied in our main line kernel


Sent from my Nexus 7 using xda app-developers app
Will do later on.... Off to school for now ;)

Probably some flags somewhere that is messing it up I guess....
 
Last edited:

hotdog125

Senior Member
Sep 19, 2012
992
405
0
Bangalore
reply

Becuase 09/02 has not the latest wifi drivers :) 09/04 by Quarx? If you turn on wifi, does it reboot?
Latest confirmed rom & kernel are 26/03 and 10/04.
I am trying to fix it at the moment https://github.com/Blechd0se/android_hardware_ti_wlan
But the hard part is; i can't get logs, it simply won't show anything if i turn on wifi, so hard to debug....
But i am still digging :)
Yup, you're right.. reboots randomly when I switch on Wi-Fi on 09/04..... Strangely it does work sometimes, but reboots randomly:eek:.
 

Antiga Prime

Senior Member
Sep 25, 2012
994
637
113
  • Merged with Quarx commits (Wifi should work, you can flash this even on a older ROM version / cpcap-irq wakelock fix / usb wakelock fix)
Given that I'm not interested in new WiFi drivers because of the signal jamming bug, is there any way to flash this over older ROMS, such as the 03/18 Quarx build, without replacing the WiFi driver/modules?
 

Kayant

Senior Member
Jul 14, 2011
1,861
4,149
143
Given that I'm not interested in new WiFi drivers because of the signal jamming bug, is there any way to flash this over older ROMS, such as the 03/18 Quarx build, without replacing the WiFi driver/modules?
No because the driver change is directing in the kernel so you would have to replace the new code with the old one then recompile before it will work and not forgetting you will have to revert some changes in framework, etc....

Let's Go ^_^