Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install it in android kernel #8

Open
wants to merge 89 commits into
base: master
Choose a base branch
from

Conversation

logantmg
Copy link

Hello sir noob here😅😅 who got the same adapter. I don't have PC though can it be possible to install in android ? Device=Poco f1 kernel Sphinx 3.1(nethunter supports) installed nethunter and andrax in device but getting problem by not detecting adapter

Fix build with 4.20
Create dkms.conf
Update Readme
Update Readme (install firmware)
Fix for building Kernel 4.15.x
Fix for building Kernel 4.15.x
Update README.md
Add deb files for dkms and firmware.
Update Readme for deb packages
Update Readme
Update Readme
Add info for PM
Update PM info
Update PM info
Delete deb package for update
Update deb package: add conf file
Update for new deb package
Update from upstream
Update from upstream for v5.0 fix
Update from upstream - fix for missing signal
Remove 1.0.2-1 package
Add package version 1.0.3
Update readme for 1.0.3/5.0.x
Update readme with command bbcode
Fix for kernel 5.1
Fix for kernel 5.2
Remove 1.0.3 package
Add package of 1.0.4
Update readme for package of 1.0.4
Update readme for kernel version
Removed deprecated feature: REMAKE_INITRD
Fix fallthrough warning
warning: this statement may fall through [-Wimplicit-fallthrough=]
Credits => lwfinger@2614aaf
Add info for kernel 5.15 conflict
Update configuration section
* Build-fix for Linux 5.17
Update readme for 5.17
Update readme
Architecture support updated
Readme updated - remove arm info
Added buildfix for Linux 5.18
Added 5.19 and 6.0 buildfix

Reference unifreq/linux-5.19.y@b8c241f
Buildfix linux 6.0
ioctl_cfg80211.c buildfix 6.1
osdep_service.c buildfix 6.1
Add rtw_ips_mode=0 to conf file
Update README.md
Update README

Added: How to enable kernel module
ioctl_cfg80211.c buildfix 6.7
Update readme info
djkabutar and others added 3 commits February 14, 2024 16:35
As of the standard ISO C90 constant value should be given to
the char array, so changed that to dynamic allocation,

char input[data->length];
	|
	|
	|
	▼
char* input = kmalloc(data->length, GFP_KERNEL);

Another bug fixed for the, instead of parsing void * to the func
parse unsigned long as per the kernel API.

It fixes the compile time errors and warnings.

Signed-off-by: djkabutar <d.kabutarwala@yahoo.com>
Fix build for kernel 6.8.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants