← prev | next →
cyberknight777 2022-08-09 12:01:50
check build log if its being built
Abdul7852 2022-08-09 12:03:33
aoleary 2022-08-09 11:58:35
Hi guys and gals,
I recently implemented the Wireguard kernel module in my kernel, however, the wireguard app doesnt pick it up. I have checked the logcat, and I dont see any errors.
I was wondering if you guys could see whats missing in my config ?
https://github.com/aoleary/G4-Titan-Kernel/commit/632ac98154b4c586fb7e627db10d38117b40e8c2
https://github.com/aoleary/G4-Titan-Kernel/commit/b06371b6f467d9210b66a3fb6df46e551021d6cb
His defconfig has it too
Try adding config_wireguard_debug below wireguard_config
aoleary 2022-08-09 12:08:35
cyberknight777 2022-08-09 12:01:50
check build log if its being built
Thx. Good idea.
aoleary 2022-08-09 12:09:03
Abdul7852 2022-08-09 12:03:33
His defconfig has it too
Try adding config_wireguard_debug below wireguard_config
Thx. I’ll try that after verifying the build log. Might give me some extra info.
cyberknight777 2022-08-09 12:12:54
aoleary 2022-08-09 12:08:35
Thx. Good idea.
also check fkm
Abdul7852 2022-08-09 12:16:36
aoleary 2022-08-09 12:09:03
Thx. I’ll try that after verifying the build log. Might give me some extra info.
yes
siimsek 2022-08-10 07:31:10
@cyberknight777 sorry for tag but in settings my kernel name shows “Not Availeable” how to fix that
Abdul7852 2022-08-10 07:33:24
siimsek 2022-08-10 07:31:10
@cyberknight777 sorry for tag but in settings my kernel name shows “Not Availeable” how to fix that
Miui?
Abdul7852 2022-08-10 07:33:32
Or all custom roms
siimsek 2022-08-10 07:33:34
Abdul7852 2022-08-10 07:33:24
Miui?
nope aosp
siimsek 2022-08-10 07:33:38
Abdul7852 2022-08-10 07:33:32
Or all custom roms
yeah
Abdul7852 2022-08-10 07:33:40
siimsek 2022-08-10 07:33:34
nope aosp
Thats weird
Abdul7852 2022-08-10 07:33:52
Try reducing the kernel name string length
siimsek 2022-08-10 07:34:03
can it be about build.sh
Abdul7852 2022-08-10 07:34:08
Ig so
siimsek 2022-08-10 07:34:30
Abdul7852 2022-08-10 07:34:08
Ig so
https://github.com/siimsek/Lightning-Kernel/blob/12.0/build-proton.sh
Abdul7852 2022-08-10 07:34:34
Try keeping a basic name like test and then the clang details and built date time
Abdul7852 2022-08-10 07:35:52
Ye shorten out the name string
Try not to puch every details there
No one cares other than the name lmao
ItsProf 2022-08-10 07:36:13
siimsek 2022-08-10 07:34:30
https://github.com/siimsek/Lightning-Kernel/blob/12.0/build-proton.sh
Don’t use spaces in your localversion..
https://github.com/siimsek/Lightning-Kernel/commit/e821b83df2ea2030094641893f591d9c323f7b24
siimsek 2022-08-10 07:36:38
ItsProf 2022-08-10 07:36:13
Don’t use spaces in your localversion..
https://github.com/siimsek/Lightning-Kernel/commit/e821b83df2ea2030094641893f591d9c323f7b24
oh F
Abdul7852 2022-08-10 07:36:47
ItsProf 2022-08-10 07:36:13
Don’t use spaces in your localversion..
https://github.com/siimsek/Lightning-Kernel/commit/e821b83df2ea2030094641893f591d9c323f7b24
That causes issues?
cyberknight777 2022-08-10 07:41:03
siimsek 2022-08-10 07:31:10
@cyberknight777 sorry for tag but in settings my kernel name shows “Not Availeable” how to fix that
Reduce length of localversion string, don’t use random characters and most importantly don’t use space
siimsek 2022-08-10 07:41:31
cyberknight777 2022-08-10 07:41:03
Reduce length of localversion string, don’t use random characters and most importantly don’t use space
lenght is ok but spaces deadly 👍
siimsek 2022-08-10 07:41:41
thank you all
herobuxx 2022-08-10 07:43:15
Abdul7852 2022-08-10 07:36:47
That causes issues?
Yes
Abdul7852 2022-08-10 07:46:04
herobuxx 2022-08-10 07:43:15
Yes
Never knew, damn
siimsek 2022-08-10 07:49:53
herobuxx 2022-08-10 07:43:15
Yes
i think no 😀 wait
siimsek 2022-08-10 07:51:09
look 7.th photo
siimsek 2022-08-10 07:51:19
its about different thing ig
siimsek 2022-08-10 07:51:30
i build with no spaces but same
siimsek 2022-08-10 07:51:54
+ phone crashes and reboots after taking night mode photo
siimsek 2022-08-10 08:09:08
siimsek 2022-08-10 07:51:19
its about different thing ig
fixed but idk how
Abdul7852 2022-08-10 08:13:53
siimsek 2022-08-10 08:09:08
fixed but idk how
Lmao
siimsek 2022-08-10 09:15:34
Abdul7852 2022-08-10 08:13:53
Lmao
i guess i find
siimsek 2022-08-10 09:15:56
changed:
export KBUILD_BUILD_USER=Siimsek
to
export KBUILD_BUILD_USER=”Siimsek”
← prev | next →