[xanmod][zen-kernel][GoogleLTS][codename:sakura] Kernel 5.4.x for Android-x86

GearLock-Package [xanmod][zen-kernel][GoogleLTS][codename:sakura] Kernel 5.4.x for Android-x86 5.4.140

HMTheBoy154

Supreme
Moderator
Blog Author
sakura-glts.jpg

Yae Sakura art by EGO

I. Introduction and Features
This kernel........... is like a trial since there's a lot of thing need to be done. I made this kernel with hoping that more hardware can be supported in Darkmatter. Hope that you guys can run this kernel and have the best experience you got :p

Some small features :
- Based on Mauro Rossi's kernel-5.4_si_ylng branch
- Added zen patches from zen-kernel (MuQSS CPU Scheduler compile on non GoogleLTS version) (depricated)
- Added xanmod patches starting from 1.2.1 (https://xanmod.org/)
- Added support for Realtek rtl8723de wireless chipset with ant_sel=2 (read Troubleshoot part for more info)
- Added Realtek rtl8821ce support wireless chipset support.
- Replace stock r8188e wifi module with another module from aircrack-ng (now using rtl8188eu from lwfinger)


** Some info about MuQSS (Multiple Queue Skiplist Scheduler)
The scheduler is a topic of keen interest for the desktop user; the scheduling algorithm partially determines the responsiveness of the Linux desktop as a whole. Con Kolivas maintains a series of scheduler patch sets that he has tuned considerably over the years for his own use, focusing primarily on latency reduction for a better desktop experience. In early October 2016, Kolivas updated the design of his popular desktop scheduler patch set, which he renamed MuQSS. It is an update (and a name change) from his previous scheduler, BFS, and it is designed to address scalability concerns that BFS had with an increasing number of CPUs.
Source :https://lwn.net/Articles/720227/
WARNING : Please do not use it if you have problem with CPU (like TSC_DEADLINE) or else it may got CPU bug, use GoolgeLTS version instead. (temporary deprecated)

Update : Starting from version 1.2.1 I will switch to xanmod patches, read more about it https://xanmod.org/

II. Download
Up there

III. Troubleshoot

1. As lwfinger stated that :

The ONLY option you are likely to need is "ant_sel". The penny-pinchers at some laptop vendors,

mostly HP, decided to save a few cents to install only one antenna. That would not have been a

problem as the driver contains the logic necessary to handle this case; however, the idiots

failed to correrctly encode that information in the devices ROM. Accordingly, the driver follow
the ROM setting and uses the WRONG antenna. Effectively, the device has NO usable antennas.
So try this method can help you not only change antenna in rtl8723de, but also some Realtek wifi card like rtl8723be
Open terminal and type this :
Bash:
su (if you use Terminal Emulator or Termux) rmmod <your_wifi_card> modprobe <your_wifi_card> ant_sel=<antenna_number> <your_wifi_card> is your wifi card name, like rtl8723de <antenna_number> there are 3 number you can use : 0, 1 or 2[/ICODE [/S](deprecated since I switched to rtw88 driver) [B]IV. Changelog : [/B] - In the Changelog tab [B]V. Bugs :[/B] - Not all device is supported, even if it listed in the kernel.......... [B]VI. Credit.[/B] - [URL='https://www.pixiv.net/en/users/2482417']EGO[/URL] for the art (Best HI3 artist) - [URL='https://github.com/aircrack-ng']aircrack-ng[/URL] for the rtl8188eus module - [URL='https://github.com/damentz']Steven Barrett[/URL] for[URL='https://github.com/zen-kernel'] zen-kernel project[/URL]. -[URL='https://github.com/lwfinger/'] Larry Finger (aka lwfinger)[/URL] for rtlwifi_extended modules -[URL='https://github.com/tomaspinho']Tomás Pinho (tomaspinho)[/URL] and[URL='https://github.com/endlessm'] [/URL][URL='https://www.android-x86.org/']Android-x86 Project[/URL] for rtl8821ce module. - [USER=1]@AXON[/USER] for Phoenix OS Darkmatter and Gearlock :D[ICODE]
 
Last edited:

dacanay022

New member
VC
28
PROBLEM, I AM USING MY CABLE INTERNET NOT WIFI BUT AFTER I INSTALL THIS, EVERYTHING IS IN GOOD CONDITION EXCEPT FOR THE INTERNET. I ALREADY TURN IN THE ETHERNET BUT THE IP SETTINGS IS GRAY OUT ALL OF THE SUDDEN IT DOESNT TURN BACK ON
 

unit4402

New member
VC
8
PROBLEM, I AM USING MY CABLE INTERNET NOT WIFI BUT AFTER I INSTALL THIS, EVERYTHING IS IN GOOD CONDITION EXCEPT FOR THE INTERNET. I ALREADY TURN IN THE ETHERNET BUT THE IP SETTINGS IS GRAY OUT ALL OF THE SUDDEN IT DOESNT TURN BACK ON

Same for me showing LAN cable not connected, may be LAN driver are missing, its
Realtek PCIe GbE Family Controller for me.
 

HMTheBoy154

Supreme
Moderator
Blog Author
Same for me showing LAN cable not connected, may be LAN driver are missing, its
Realtek PCIe GbE Family Controller for me.
Can you add EXTMOD=realtek to your grub bootloader ?
It's not missing, it just that there is some problem......
 

arehman2111

New member
VC
4
i have rtl8188eus and when blacklist r8188eu and modprobe rtl8188eus and restart my kernel keeep crashing
iam on hp laptop
plzzzz tell me what to do
i have waited soo long for this kernel and now this crashing issue
is there any need to blacklist my internal wifi card in my laptop
or wutttt and tell me rtl 8188eus is included in this kernel or not?
 

HMTheBoy154

Supreme
Moderator
Blog Author

shiv

New member
VC
16
There is no doubt that this kernel 5.4.30 {non google LTS}is better in terms of fps but some times during intense fight in pubg the frame freezes.
Plz fix this issue.
Thank you...
 

asdem

New member
VC
8
Does not connect to the internet. says the cable is not connected. already tried with EXTMOD = realtek and it was not.

1586761890994.png
 

M4THC

New member
VC
2
View attachment 314
Yae Sakura art by EGO

I. Introduction and Features
This kernel........... is like a trial since there's a lot of thing need to be done. I made this kernel with hoping that more hardware can be supported in Darkmatter. Hope that you guys can run this kernel and have the best experience you got :p

Some small features :
- Based on Mauro Rossi's kernel-5.4_si_ylng branch
- Added zen patches from zen-kernel (MuQSS CPU Scheduler compile on non GoogleLTS version) (depricated)
- Added xanmod patches starting from 1.2.1 (https://xanmod.org/)
- Added support for Realtek rtl8723de wireless chipset with ant_sel=2 (read Troubleshoot part for more info)
- Added Realtek rtl8821ce support wireless chipset support.
- Replace stock r8188e wifi module with another module from aircrack-ng

** Some info about MuQSS (Multiple Queue Skiplist Scheduler)

Source :https://lwn.net/Articles/720227/

WARNING : Please do not use it if you have problem with CPU (like TSC_DEADLINE) or else it may got CPU bug, use GoolgeLTS version instead. (temporary deprecated)

Update : Starting from version 1.2.1 I will switch to xanmod patches, read more about it https://xanmod.org/

II. Download
Up there

III. Troubleshoot

1. As lwfinger stated that :



So try this method can help you not only change antenna in rtl8723de, but also some Realtek wifi card like rtl8723be
Open terminal and type this :
Bash:
su (if you use Terminal Emulator or Termux) rmmod <your_wifi_card> modprobe <your_wifi_card> ant_sel=<antenna_number> <your_wifi_card> is your wifi card name, like rtl8723de <antenna_number> there are 3 number you can use : 0, 1 or 2
IV. Changelog :
- v1.0 (28/03/2020)

+ Initial Release.

V. Bugs :
- Not all device is supported, even if it listed in the kernel..........

VI. Credit.
- EGO for the art (Best HI3 artist)
- aircrack-ng for the rtl8188eus module
- Steven Barrett for zen-kernel project.
- Larry Finger (aka lwfinger) for rtlwifi_extended modules
-Tomás Pinho (tomaspinho) and Android-x86 Project for rtl8821ce module.
- @AXON for Phoenix OS Darkmatter and Gearlock :D

How update Kernel and Mesa please!
 

gean

New member
VC
4
how do i install the google kernel ?? I ended up installing it without knowing if I had the deadline problem and ended up in a bug all over my system :(
 

冰海之龙

New member
VC
2
After updating the kernel 5.4.36, the WiFi display is turned on, but the wireless network cannot be searched. The wifi driver is bcm43142. Use darkkmatter original WiFi can be used normally.
 

Firaaaas

New member
VC
6
Hello! Plz fix my problem i have phoenix darkmatter 4.6 i upgrade my mesa to 20 and every thing work fine after upgrade to kernel 5.4.36 i have a wifi problem it didnt detect my wifi plzzz help me
Quote
 

Get Connected

Discord Server
Top