moparisthebest has quit [Ping timeout: 248 seconds]
fab_ has quit [Quit: fab_]
xmn has quit [Ping timeout: 252 seconds]
<freemangordon>
tmlind: is it ok to call hrtimer_start() with zero timeout?
<tmlind>
freemangordon: hmm don't know what happens then
<freemangordon>
well, my idea was to avoid initialization delays. but maybe it does not make sense
<tmlind>
it might be ok, i don't know
fab_ has joined #maemo-leste
ahmed_sam has joined #maemo-leste
maxwelld has left #maemo-leste [Disconnected: Replaced by new connection]
ahmed_sam has quit [Read error: Connection reset by peer]
maxwelld has joined #maemo-leste
Elektra has joined #maemo-leste
Elektra is now known as Guest3387
ashley has quit [Ping timeout: 246 seconds]
ahmed_sam has joined #maemo-leste
ahmed_sam has quit [Read error: Connection reset by peer]
moparisthebest has joined #maemo-leste
moparisthebest has quit [Ping timeout: 246 seconds]
maxwelld has left #maemo-leste [#maemo-leste]
fab_ has quit [Ping timeout: 246 seconds]
maxwelld has joined #maemo-leste
Guest3387 is now known as ashley
ashley has quit [Changing host]
ashley has joined #maemo-leste
pere has quit [Ping timeout: 255 seconds]
uvos__ has joined #maemo-leste
<uvos__>
i think the "non removeable" battery in d4 is a blessing in desguise
<uvos__>
since it allowed motorola used screw terminals for power. which now makes it easy for us to wire in any battery
<uvos__>
which is a good thing given the last eb41 rolled off the assembly line in 2014 or so
parazyd has quit [Ping timeout: 248 seconds]
parazyd has joined #maemo-leste
Daanct12 has quit [Ping timeout: 252 seconds]
pere has joined #maemo-leste
<Wizzup>
arno11: so you wanted me to build these for extras right?
<Wizzup>
arno11: can you make some wiki entries for it?
Juest has quit [Ping timeout: 245 seconds]
Juest has joined #maemo-leste
neimsaci has joined #maemo-leste
neimsaci has quit [Client Quit]
Daanct12 has joined #maemo-leste
arno11 has joined #maemo-leste
<arno11>
Wizzup: yeah, i tried to build deb packages locally but failed because of makefile/rules errors i'm not familiar with. Otherwise binaries works perfectly, no particular errors.
<arno11>
and for wiki, no probs i already posted things on TMO so just copy paste needed
<Wizzup>
ah, ok
<arno11>
i mean i need your help to fix makefile/rules stuff and to be sure it doesn't try to install old maemo gui libs we can't find/replace anymore. the generic menu (picodrive or pcsx) are ok and usable.
<arno11>
sorry i'm doing too much things at the same time: for picodrive there is just a makefile error, no troubles with maemo stuff (not based on old maemo picodrive)
<freemangordon>
once we have it working, I'll send a proper patch to lkml
<freemangordon>
Wizzup: right :)
<uvos__>
presumably pwm-ir-tx would not exist if the author of ir-rx51 had more foresight with the name
<freemangordon>
heh
pere has quit [Ping timeout: 240 seconds]
<sicelo>
freemangordon: thanks. arno, i don't have my leste sd card handy again. let me know which kernel you're on, and i can build you the module so you test with Pierogi
<Daanct12>
in case if anyone wasnt aware of it already, u-boot just dropped the n900 upstream
<sicelo>
anyway, the existing uboot will still work, and someone might pick it up again in future (I would like to, but seems that's a tad too low-level for me)
<Daanct12>
yeah, the 2013 u-boot still works
<sicelo>
or the unfortunate fallout gets resolved too (because it's not really dropped for technical reasons ...)
<Daanct12>
the commit log says it was mostly because of the usb code being legacy
pere has joined #maemo-leste
fab_ has joined #maemo-leste
fab_ has quit [Quit: fab_]
moparisthebest has joined #maemo-leste
fab_ has joined #maemo-leste
Daanct12 has quit [Quit: WeeChat 4.0.4]
xmn has joined #maemo-leste
Danct12 has quit [Read error: Connection reset by peer]
maxwelld has left #maemo-leste [Disconnected: Received SIGTERM]
<freemangordon>
sicelo: how do you build the module to be compatible with zImage from the .deb?
<sicelo>
then you can boot. you can confirm this cmdline worked by `cat /proc/cmdline` in the running system. if it worked, then you can do the test, and on next boot, you can do `cat /dev/mtd2ro | less` to hopefully get the oops
<arno11>
ok
<sicelo>
freemangordon: i built the whole kernel, but didn't make deb :-)
<freemangordon>
ok, but you provided only pwm-ir-tx.ko to arno11
<freemangordon>
so, what is your workflow?
ahmed_sam has quit [Ping timeout: 255 seconds]
<freemangordon>
ofc you build the whole kernel, the question is how to replace only that .ko
<sicelo>
i check out leste's kernel, build the whole thing, and send him the ko, because i think it doesn't depend on others
<freemangordon>
ok, but what about module symbo versions?
<freemangordon>
also, how do you build it?
<sicelo>
i'm guessing all that matches, since it's still technically same kernel?
<freemangordon>
make ARCH=arm -j4 INSTALL_MOD_STRIP=1 modules
<freemangordon>
not really
<freemangordon>
?
<sicelo>
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=${mod_dir} INSTALL_MOD_STRIP=1 modules_install
<freemangordon>
hmm
<arno11>
sicelo's process works with your ir-rx51 patch
<freemangordon>
ok, lemme try
<freemangordon>
sicelo: so, you first build zImage and then apply th epatch?
<sicelo>
no.
<sicelo>
build the kernel first, then zimage
<freemangordon>
what is "kernel first"?
<freemangordon>
not uImage ;)
<sicelo>
um, :p
<sicelo>
ok my script has `systemd-inhibit make -j $(($(nproc) + 1)) O=${output_dir} zImage modules omap3-n900.dtb`
<sicelo>
with ARCH/CROSS_COMPILE already exported
<freemangordon>
same here
<sicelo>
so it's fine.
<freemangordon>
so, where are your modules installed?
<sicelo>
in .output/modules_dir ... i customized that with the 0=${outpt_dir}
<freemangordon>
full path please
<freemangordon>
I mean:
<freemangordon>
modules are installed in kernel version directory
<freemangordon>
what is the kernel version directory your modules are installed in?