akossh has quit [Quit: Leaving.]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
joerg has quit [Killed (mercury.libera.chat (Nickname regained by services))]
joerg has joined #maemo-leste
<freemangordon> mkf: the link you provided above was for u-boot
<freemangordon> you have to enable panel in kernel dts too
<mkf> i just put it in vfat partition
<mkf> i assume boot.scr loads it for kernel, right?
<freemangordon> yes
<freemangordon> "fb0: switching to sun4i-drm from simple"
<freemangordon> this is in dmesg here
<mkf> mine or yours?
<freemangordon> mine
<mkf> i see.
<freemangordon> this is on 5.19 (mainline I assume)
<freemangordon> can't find the tree :(
<mkf> sun4i isn't really specfic to sun4, is it?
<freemangordon> it is not
<mkf> so i think, if i enable sun4i-drm, mine goes to white screen during boot
<mkf> if not i get fbdev, which works but lacks /dev/dri
<freemangordon> because it cannot find the panel
<mkf> correct?
<freemangordon> yes
<freemangordon> see https://pastebin.com/FW3Z4SWw
<mkf> hahaha, my sdcard is now at /dev/sdaa :)
<mkf> gotcha.
<mkf> hm
<freemangordon> BTW I thin SUNXI_VIDEO is for cedrus
<mkf> thats just for mp4?
<freemangordon> well, DSP
<freemangordon> but yeah
<freemangordon> do you have simple-framebuffer enabled?
<mkf> yes.
<freemangordon> ok, lemme try to find the linux tree I used to build that
<freemangordon> Linux version 5.19.17-00001-gc217cc067005-dirty (root@devuan)
<freemangordon> hmm, lets hope I didn't delete that VM
<mkf> tho dmesg from one of those "white screen" boots show no sun4i-drm is loaded
<mkf> thank you.
<freemangordon> hmm I think I found it :)
<mkf> yay
<freemangordon> ok, it seems I used arm-sdk back then
<freemangordon> will need some time
<mkf> hm, actually now i think of that
<mkf> i can use your compiled kernel right?
<mkf> i just need modules for lima and silead. :D
<freemangordon> I guess
<freemangordon> ok, lemme upload my boot and modules
<freemangordon> mkf: so, you said you booted 6.12 mainline?
<mkf> i booted 6.12, white screen
<mkf> linux-sunxi 5.8 works.
<mkf> but i suppose that's because no sunxi-drm
<freemangordon> why 5.8?
<freemangordon> I mean - what I provided it linux-sunxi 5.19
<mkf> that's latest bsp(?) available.
<freemangordon> *is
<freemangordon> lemme check url
<freemangordon> hmm, no, sorry
<freemangordon> this is mainline
<mkf> no problem. :)
<freemangordon> does it boot?
<mkf> at least it detects otg now, but shuts down once i connect anything to it.
<freemangordon> but does it boot to leste?
<freemangordon> without kbd
<mkf> let me try
_fab has joined #maemo-leste
<mkf> which fdt does it uses?
<mkf> i can't see where it's set.
<freemangordon> hmm.. good question
<freemangordon> I guess what is provided by u-boot
<freemangordon> like, what u-boot is compiled with
<mkf> i see.
<freemangordon> boot/dtbs/${fdtfile}
<freemangordon> this is in boot.scr
<mkf> so. hm.
<mkf> it shuts down?
<mkf> loads kernel and quickly shuts down
<mkf> using old device tree i had, it doesn't shutdown but goes white screen
<mkf> so, i suppose kernel is okay?
<freemangordon> mhm
<freemangordon> but your dts lacks panel config
<freemangordon> upload dmesg from the white screen boot
<freemangordon> ummm.... Linux version 5.8.0 (mkf@hp)
<mkf> it seems it's dts as you pointed. :)
<mkf> hm
<mkf> odd.
<freemangordon> did you copy zImage?
<freemangordon> perhaps it cannot mount root
<mkf> could be.
<freemangordon> so, 'your' is better, but still, dts is not ok
<freemangordon> could you decompile it and check panel node?
<mkf> how mine is better?
<freemangordon> boots to leste :)
<freemangordon> kerrnel that is
Anasko has joined #maemo-leste
<freemangordon> ok, lemme see if I can build allwinner chimaera image
<mkf> would be wonderful.
<freemangordon> but will not help you until you fix your dts
<freemangordon> as you have no issues with leste
<mkf> i see.
<mkf> so at least it's great to know where to debug
<freemangordon> please, decompile dtb you use and pastebin it
<freemangordon> you need 'dtc'
<freemangordon> framebuffer-lcd0 {
<freemangordon> status = "disabled";
<freemangordon> see ^^^
<mkf> should it be enabled in "tablet" dtc?
<mkf> *shouldn't
<freemangordon> umm, not sure what you mean by 'tablet' dtc, but, it should be enabled in your boards dts
<freemangordon> *board
<mkf> i mean don't sun8i-a23-a33.dtsi act like as a prototype and it later be enabled in sun8i-q8h-tablet-stuff.dts enable it based on what it actually has?
<mkf> ok.;
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
<freemangordon> if sun8i-q8h-tablet-stuff.dts is board dts, then yes, you shoudl enable it there
<mkf> odd, because i did so.
<mkf> but let's enable it anyway.
<freemangordon> well, obviously not :)
<freemangordon> as it is disabled in dtb
<freemangordon> hmm, seems there are lots of disabled nodes
<freemangordon> check them, you may need to enable some
<freemangordon> like usb-vbus, perhaps that's for OTG
<mkf> thanks a lot. :)
<mkf> will do.
_fab has quit [Ping timeout: 246 seconds]
xmn has quit [Quit: Leaving]
Anasko has quit [Ping timeout: 265 seconds]
narodnik has joined #maemo-leste
xs has quit [Quit: Cheers!]
narodnik has quit [Quit: WeeChat 4.5.0]
mkfx has joined #maemo-leste
<freemangordon> ok, 6.12 booted to leste here
<freemangordon> same issues as with 5.19 (no sound and very hard to connect to wifi)
Anasko has joined #maemo-leste
<freemangordon> Wizzup: help
<freemangordon> W: GPG error: https://maedevu.maemo.org/leste chimaera InRelease: The following signatures were invalid: EXPKEYSIG 545FEC4E0927F6FD spam1@wizzup.org
<freemangordon> I can;t remember how to fix that :)
<dsc_> apt-key adv --fetch-keys
<freemangordon> copied the keys from d4
<freemangordon> ok, doing dist-upgrade :D
<dsc_> it will be fine
<freemangordon> well, will see
<freemangordon> this is allwinner tablet
_fab has joined #maemo-leste
<dsc_> i actually believe it will break but I said it to give you a good feeling
xs has joined #maemo-leste
* dsc_ goes back into his cave
<freemangordon> hehe
<freemangordon> now I know who's to blame :P
<dsc_> no no, i am praying for your dist-upgrade
<dsc_> did you try vkb yet?
<freemangordon> no, sorry, I am too much into kernel stufff lately
<freemangordon> I don;t dare to upgarde
<dsc_> :)
<freemangordon> but will do, for sure
narodnik has joined #maemo-leste
_fab has quit [Quit: _fab]
_fab has joined #maemo-leste
* Wizzup is back in the saddle
<freemangordon> :)
<freemangordon> riding what?
<Wizzup> Anything I can do now/today?
<Wizzup> don't know, non crazy/busy life, at least for a week :)
<freemangordon> cool
<freemangordon> umm... dunno
<freemangordon> kernel?
<Wizzup> do I still have to build a 6.12 kernel?
<freemangordon> no, why 6.12?
<freemangordon> it is WIP
<Wizzup> not sure, that is what I remember
<freemangordon> 6.6
<Wizzup> ok, for-devel?
<freemangordon> mhm
<Wizzup> ok
<freemangordon> hmm, why the is no sound on my tablet?
<freemangordon> *there
<Wizzup> this is not mz617 but the allwinner one right?
<freemangordon> yes, allwinner a33
<Wizzup> if you're doing kernel stuff, we could consider using the same kernel for these too
<Wizzup> but maybe that's too much work atm
<freemangordon> 'these'?
<Wizzup> allwinner devices
<freemangordon> sure
<freemangordon> but lemme first have d4/n900 working properly with 6.12 :)
<Wizzup> sounds good
<Wizzup> any major problems atm?
<freemangordon> not with kernel itself
<freemangordon> but forward-porting all the patches we carry taes time
<freemangordon> *takes
<Wizzup> right
<freemangordon> also, I implemented proper jack detection (I think)
<Wizzup> great
<freemangordon> yep, it even detects button presses
<freemangordon> and enables mic bias
<freemangordon> so now headset is usable
<freemangordon> but I am not going to backport to 6.6
<freemangordon> I hope in 2 weeks we will have proper 6.12
<Wizzup> makes sense
<Wizzup> so new kernel is on maemo-6.6.y right?
<freemangordon> right
<Wizzup> ok
<freemangordon> motmdm USB wake should be it
<Wizzup> yes
mkfx has left #maemo-leste [Error from remote client]
_fab has quit [Quit: _fab]
mkfx has joined #maemo-leste
arno11 has joined #maemo-leste
<arno11> Wizzup: imo, one urgent thing to do is to check what is wwrong with him/gconf2/dbus from a fresh install. i suppose it affects all devices.
<arno11> freemangordon: cool @6.12
<freemangordon> Wizzup: btw, why don;t we do allwinner images?
<freemangordon> missing kernel config or?
<Wizzup> freemangordon: we used to do sunxi images
<Wizzup> I don't know what is missing, I can check
<freemangordon> please do
<Wizzup> but we don't have a 'one size fits all' image
<freemangordon> sure
<freemangordon> but at least rootfs should be ok
<Wizzup> ok
mkfx has left #maemo-leste [Error from remote client]
<freemangordon> and we can support at least for what is in mainline (in terms of u-boot/dt)
<freemangordon> hmm
<freemangordon> Processing triggers for libc-bin (2.31-13+deb11u11) ...
<freemangordon> dpkg: cycle found while processing triggers:
<freemangordon> gconf2 -> gconf2 -> gconf2 -> gconf2 -> gconf2
<freemangordon> chain of packages whose triggers are or may be responsible:
mkfx has joined #maemo-leste
<freemangordon> Wizzup: another thing you can do: sync devel->stable
<freemangordon> I think there is no issue with most of the packages in -devel
ungeskriptet_ has joined #maemo-leste
<Wizzup> ok
<Wizzup> is the connui-cellular work also in devel?
ungeskriptet has quit [Ping timeout: 264 seconds]
ungeskriptet_ is now known as ungeskriptet
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Read error: Connection reset by peer]
Anasko has joined #maemo-leste
<Wizzup> kernel is done fwiw
<freemangordon> Wizzup: no (connui-cell)
<freemangordon> it is in experimental
<freemangordon> (iirc)
<Wizzup> ok
mkfx has left #maemo-leste [Error from remote client]
<Wizzup> do we want it in -devel or?
<freemangordon> no
<Wizzup> ok
narodnik has quit [Read error: Connection reset by peer]
narodnik has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Read error: Connection reset by peer]
Anasko has joined #maemo-leste
arno11 has left #maemo-leste [#maemo-leste]
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
_fab has joined #maemo-leste
Anasko has quit [Ping timeout: 272 seconds]
narodnik2 has joined #maemo-leste
narodnik has quit [Read error: Connection reset by peer]
_fab has quit [Quit: _fab]
_fab has joined #maemo-leste
narodnik has joined #maemo-leste
narodnik2 has quit [Read error: Connection reset by peer]
<Wizzup> freemangordon: did you need me to do anything wrt upstream ofono packaging
<freemangordon> hmm...
<freemangordon> not sure, but maybe yeah, would be of help
<freemangordon> yes, please do
<freemangordon> I think it is ready for -devel
mkfx has joined #maemo-leste
akossh has joined #maemo-leste
<Wizzup> ok
_fab has quit [Ping timeout: 264 seconds]
<freemangordon> yes
<Wizzup> ok, and that is current?
<Wizzup> i'll do it now
<freemangordon> yep, 2-3 batches behind upstream master
<freemangordon> *patches
mkfx has left #maemo-leste [Error from remote client]
<Wizzup> freemangordon: which ell did you use
<Wizzup> freemangordon: did you get this?
<Wizzup> src/rmnet.c: In function ‘rmnet_link_new’:
<Wizzup> src/rmnet.c:152:4: error: ‘RMNET_FLAGS_INGRESS_MAP_CKSUMV5’ undeclared (first use in this function); did you mean ‘RMNET_FLAGS_INGRESS_MAP_CKSUMV4’?
<Wizzup> 152 | RMNET_FLAGS_INGRESS_MAP_CKSUMV5 |
<Wizzup> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Wizzup> | RMNET_FLAGS_INGRESS_MAP_CKSUMV4
<freemangordon> yes
<freemangordon> this means old kernel
<freemangordon> there is a patch for it upstream
<Wizzup> I am using chimaera kernel
<freemangordon> it is old :D
<Wizzup> well ok, but our CI will use it too
<freemangordon> I will pull the patch, later on
<Wizzup> ok, I pushed to upstream-wip-pkg for now
<freemangordon> or, you can rebase too
<freemangordon> we are 4 commits behind
<freemangordon> so, you can rebase from https://git.kernel.org/pub/scm/network/ofono/ofono.git/
<freemangordon> or, I can do it, later on
<Wizzup> I'll rebase
<Wizzup> ok, now it builds
<Wizzup> did a force push to upsteam-wip-pkg
Juest has quit [Ping timeout: 244 seconds]
Juest has joined #maemo-leste
_fab has joined #maemo-leste
<mkf> freemangordon: i have faced that gconf issue
<Wizzup> freemangordon: new ofono is in experimental
<mkf> i removed gconf (or dbus-x11?) via dpkg, and reinstalled updates
<freemangordon> I upgraded, the point is that we still have the issue
<freemangordon> dunno where it comes from
<freemangordon> Wizzup: why not in -devel?
<freemangordon> I am running it on my d4 for 2 weeks or something
<freemangordon> with latest 6.6 that is
<Wizzup> ah the init script is broken, it tries to load from /usr
<Wizzup> freemangordon: I will put it in -devle next once I know it's not broken
<Wizzup> and currently the init scripts are broken it seems
<freemangordon> ok
<mkf> btw freemangordon, did you used upstream dts?
<freemangordon> for allwinner?
<freemangordon> yes, but patched
<mkf> what patches?
<freemangordon> sec
<freemangordon> mkf: https://pastebin.com/WXUTNNBC
<mkf> (sec?)
<freemangordon> means "wait a second"
<freemangordon> not sure all the changes are needed
<freemangordon> this is what I used back then
<freemangordon> perhaps display_pool is not needed, but not sure
<mkf> thank you!
<freemangordon> hmm, audio config is wrong too
<freemangordon> also, a23 is not using simple-card anyways
<freemangordon> this is for a33
<freemangordon> so just ignore &sound
<freemangordon> have to run, bbbl
<freemangordon> *bbl
<mkf> see you.
Livio has joined #maemo-leste
nela has quit [Read error: Connection reset by peer]
nela has joined #maemo-leste
narodnik has quit [Read error: Connection reset by peer]
narodnik has joined #maemo-leste
narodnik has quit [Ping timeout: 265 seconds]
<Wizzup> dsc_: nice, I made a minor change to debian/control but now with QT_IN_MODULE=him things work, at least in qalendar and in countdowntimer
<Wizzup> I'll fix the build, set it globally and install it on my bionic
<Wizzup> dsc_: I pushed to maemo/chimaera branch, but you should sync matser with it
<Wizzup> freemangordon: building ofono for -devel
<dsc_> :))
<dsc_> Wizzup: it should also work on numeric input fields (and other constraints)
Anasko has joined #maemo-leste
<Wizzup> interesting, now I also get the gconf2 issue
Guest1428 has quit [Ping timeout: 252 seconds]
buZz has joined #maemo-leste
buZz is now known as Guest8106
<Wizzup> dsc_: it looks like sticky keys don't work yet (not a biggie)
<Wizzup> like, press 'shift', let go of shift, and then press 'a' - using the hw keyboard
<Wizzup> and then try that in Terminal
arno11 has joined #maemo-leste
narodnik has joined #maemo-leste
<Wizzup> and how do you do multiline?
<mkf> arno11: hi. :)
<arno11> hi
<mkf> are you sure n900 runs as fast as framantle in leste? because mine still runs poorly (after updates) :(
<arno11> with no new img and with current gconf/init script issue, it is slow
<mkf> what should i do?
<arno11> atm, idk
narodnik has quit [Read error: Connection reset by peer]
<arno11> let's see what Wizzup or freemangordon can do with that issue
narodnik has joined #maemo-leste
<mkf> (btw i've got around that gconf update issue if that's what you mean)
<arno11> apparently init scripts are half broken so don t expect n900 to work properly from a recent install unfortunately
<mkf> i can downgrade.
<arno11> once this issue solved, i should be able to help you to get a quite fast n900 :)
<Wizzup> arno11: wait, init scripts are broken?
<arno11> the last time i tried was 1-2 months ago...so i can t remember well
<arno11> but few things from leste config were missing because of init errors (iirc)
<arno11> i can check tomorrow from another sd card
<mkf> i can check right now if that helps.
<arno11> cool. i'm back in 30 min (kids around)
narodnik has quit [Quit: WeeChat 4.5.0]
narodnik has joined #maemo-leste
narodnik has quit [Client Quit]
narodnik has joined #maemo-leste
<dsc_> Wizzup: ok, will check
<mkf> freemangordon: !
<mkf> apperently i'm dumb! it's not as slow as i thought
<mkf> it's touch panel just doesn't respond correctly (uncalibrated?)
narodnik has quit [Read error: Connection reset by peer]
<mkf> i think the reason i thought it was slow because i touched few times and it didnt responded correctly
<Wizzup> dsc_: cool, and then maybe a next version can go into chimaera-devel first?
<dsc_> (y)
_fab has quit [Ping timeout: 272 seconds]
<mkf> is there is a way to show the mouse pointer in hildon?
<Wizzup> I don't think so, unless you connect an external mouse, then it will
<Wizzup> (if you use the mouse)
<mkf> it can't detect one yet.
<Wizzup> then no, I don't think so\
narodnik has joined #maemo-leste
narodnik has quit [Client Quit]
narodnik has joined #maemo-leste
mkfx has joined #maemo-leste
Livio has quit [Ping timeout: 264 seconds]
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
<arno11> Wizzup: btw https://ibb.co/QbZ1dzF
<Wizzup> cool :)
<Wizzup> gtk2 or qt, or?
<arno11> gtk2
<Wizzup> cool
<arno11> i'll try to share it in let's say 2 weeks (depending of spare time)
<Wizzup> cool
<Wizzup> I'll be back in a bit
<sicelo> dsc_: since you're our qt expert 🤭, would you have some bandwidth to briefly check on the qalendar issue where the calendar grid has one less row than the labels on the right
<sicelo> I think I once looked at it, but I knew much less at the time. I could possibly revisit it now, if no one will have time for it
akossh has quit [Quit: Leaving.]
arno11 has left #maemo-leste [#maemo-leste]
Guest8616 has joined #maemo-leste