Thursday, 2022-10-27

T42<edp_17> @elros34 : When I tried your patch, it didn't work. After every reboot I still got a new mac. I know that with Spidey24Z's solution the MAC will be the same on all devices but this shouldn't be a problem unless multiple devices would like to register on the same network. Right?06:06
T42<edp_17> @elros34 : I'll try your patch again.06:16
T42<edp_17> @elros34 : I do remember now. With your patch, I cannot connect to any wifi network. The 'Select Internet connection' screen doesn't list available wifi networks, it just shows the spinning animation and displaying 'Searching'. (I've reverted Spidey24Z's solution and applied yours.)06:27
T42<edp_17> Should I add -DREAD_MACADDR into EXTRA_CFLAGS in driver's Makefile?06:28
lbtkeep missing piggz.. he has a DoD issue - ask him what if you see him :)09:16
lbt(reminder - highlight me and INCLUDE DETAILS ... don't wait for a reply before telling me what's wrong or I can't look if you're offline)09:17
T42<elros34> lbt: hi, can you fix DOD in home:elros34:sailfishapps:4.4.0.72/lekton-fonts10:49
T42<elros34> @edp_17 ah then unfortunetely this needs to be debugged, in dmesg and ifconifg -a you should have some info, maybe firmware loading failed10:51
T42<elros34> probably you should also have mounted /efs10:55
poetasterpiggz, vis. godot. I can step through audio init. it looks like the app dies at: glEnable which is driver land.12:24
T42<edp_17> @elros34 : Yes, I do have /efs mounted.13:56
T42<elros34> BTW sneaky commit: https://github.com/edp17/android_kernel_samsung_exynos5433/commit/9651661395db918aa31022912174f23815d2b20d instead changing defconfig13:58
T42<edp_17> Oh, this explains why I have that bcmdhd4358a3 driver instead of bcmdhd4358.13:59
T42<edp_17> I wonder why bcmdhd4358 was not enough.14:00
T42<elros34> based on description it could be because of  compatibility with other device or/and driver version improvements. I always use https://github.com/elros34/obj2pro to ease debugging kernel, it's far from perfect (defines are not resolved correctly) but at least you immediately know which modules and files are really used when debugging kernel.14:03
T42<edp_17> This is for running on the device, isn't it?14:05
T42<elros34> no, just in kernel directory. It will generate project file for qtcreater based on kernel build output14:06
T42<edp_17> Oh, okay. Thanks.14:06
T42<elros34> it's old version so it may require some manual adjustments if it can't find .config/defconfig or kernel mach directory14:07
T42<edp_17> In what directory I should run that? $ANDROID_ROOT/kernel/samsung/exynos5433 or somewhere else? (I ran it there and got message "./obj2pro.sh: line 63: pcregrep: command not found" repeated endlessly.)14:10
T42<elros34> yeah correct directory. error is pretty obvious, install pcregrep14:11
T42<edp_17> Yeah, I just did that. :D14:11
T42<edp_17> Now it is doing something.14:12
T42<elros34> it should takes less than a 1 minute to generate project file14:12
T42<edp_17> I got that kernel.pro file.14:16

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!