rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
lurchi_ is now known as lurchi__
florian has quit [Ping timeout: 265 seconds]
lurchi__ is now known as lurchi_
AneoX has quit [Ping timeout: 250 seconds]
AneoX has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 264 seconds]
AneoX has quit [Ping timeout: 265 seconds]
AneoX has joined #linux-sunxi
tmlind has quit [Ping timeout: 264 seconds]
tmlind has joined #linux-sunxi
sunshavi has quit [Ping timeout: 265 seconds]
DrFrankensteinUK has quit [Ping timeout: 250 seconds]
return0e_ has joined #linux-sunxi
return0e has quit [Ping timeout: 250 seconds]
Mangy_Dog has joined #linux-sunxi
ChriChri_ has joined #linux-sunxi
ChriChri has quit [Ping timeout: 240 seconds]
ChriChri_ is now known as ChriChri
Mangy_Dog has quit [Ping timeout: 264 seconds]
DrFrankensteinUK has joined #linux-sunxi
mauz555 has joined #linux-sunxi
mauz555 has quit [Ping timeout: 265 seconds]
sunshavi has joined #linux-sunxi
sbbg has joined #linux-sunxi
<tuxd3v> hello , I took a look at me dmesg, and I notice this:
<tuxd3v> Starting Hardware RNG entropy gatherer daemon: (Hardware RNG device inode not found)
<tuxd3v> I'm in a20
<tuxd3v> I believe that sun4i-ss brings Trng with it?
<tuxd3v> sorry Prng?
tmlind has quit [Ping timeout: 256 seconds]
cnxsoft has joined #linux-sunxi
tmlind has joined #linux-sunxi
return0e_ has quit [Read error: Connection reset by peer]
return0e has joined #linux-sunxi
<sbbg> Hi, Jernej, really appreciate your example of ffmpeg command. I got reading on console like "[mov,mp4,m4a,3gp,3g2,mj2 @ 0xaaab058221a0] stts: 951951 ctts: 6006, ctts_index:317, ctts_count:2457" ... keep repeating. Does that looks ok to you?
<sbbg> And also, may I ask about why does the stateless or "stated" matter? Does Kodi require "stated" decoder or something?
tuxillo has quit [Ping timeout: 256 seconds]
<smaeul> montjoie: the ATF changes for H6 have all been merged to mainline (except for fixing Orange Pi 3)
jstein has quit [Quit: quit]
<sbbg> Oh, NO, it went wrong showing: No device available for decoder: device type drm needed for codec h264.
aloo_shu has quit [Ping timeout: 256 seconds]
<sbbg> I did configure this EXACT copy of FFMPEG following all the config parameter like LibreELEC did in their build environment. I cannot see what can ever go wrong...
<gnarface> maybe the driver module isn't loaded yet?
<sbbg> oh, yap, is there a module for this?
<sbbg> where can I learn about this?
<sbbg> Do I have to login a running LibreELEC system to learn about this?
<gnarface> i don't even know enough about libreELEC to tell you for sure, but it seems like running "lsmod" on both installs and comparing them would be very informative, yes
iyzsong has joined #linux-sunxi
mauz555 has joined #linux-sunxi
<chewitt> sbbg: there are two types of video hardware; stateful and stateless
<chewitt> allwiner and rockchip are stateless
<chewitt> amlogic, exynos, some others are stateful
<chewitt> ffmpeg can support both approaches
<chewitt> currently stateless is in better shape
mauz555 has quit [Ping timeout: 272 seconds]
<chewitt> and Kodi also supports both
<sbbg> Thank you, chewitt. I'm just not sure why LibreELEC choosing DRMPlane for Kodi.
<chewitt> there are two rendering approaches; EGL and DRMPRIME
<chewitt> EGL collapses everything to a single plane
<chewitt> DRMPRIME supports multiple planes
<sbbg> So are DRMPRIME and DRMPlane coupled?
<chewitt> no idea, I don't understand all the moving parts in that much detail
<sbbg> ok, thanks anyway.
<chewitt> best to wait for @jernej here or ping @lrusak in the Kodi dev channel
<chewitt> along with @kwiboo .. they're the guilty folks who wrote most of that code :)
<chewitt> to get something working you should only need to copy the LE build configs (and any patches) for kernel, ffmpeg and kodi
<sbbg> Yes, I have a completed copy of LibreELEC by my side. It just want to make it into 64bit and fit into my Gentoo rootfs
<chewitt> diff -y gentoo_defconfig le_defconfig | more
<chewitt> ^ that's the easiest way to "spot the difference"
<chewitt> there will be lots .. LE runs pretty minimal configs (single SoC, no desktop/server stuff) but in the SoC/media sections it should be simple enough
<sbbg> I think I did use config from LibreELEC, I will re-check again.
<chewitt> our configs are probably missing stuff you'd want for a normal distro
<sbbg> Making hardware decoding working is now my top priority, I will review the option later as long as HW decoding working.
<sbbg> After comparing lsmod result, most of them are common. But there are few module like 8021q, garp, mrp, stp, llc are not their in my custom gentoo build.
<sbbg> Do these module have any influence? I will review the kernel again.
<wens> you can use modinfo to see what they are for
tuxillo has joined #linux-sunxi
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #linux-sunxi
lurchi__ has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 256 seconds]
JohnDoe_71Rus has joined #linux-sunxi
_rze has quit [Quit: ZNC 1.7.5 - https://znc.in]
rzerres has joined #linux-sunxi
selfbg has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
reinforce has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
lerc has quit [Quit: No Ping reply in 180 seconds.]
lerc has joined #linux-sunxi
lerc has quit [Client Quit]
lerc has joined #linux-sunxi
<jernej> sbbg: lsmod doesn't tell everything
<jernej> Cedrus driver is built in in LE kernel
<jernej> so it won't show up in lsmod
<jernej> actually, plenty AW specific drivers are built in
<jernej> display, audio, most of the network...
<sbbg> okay... so I will try to look over the configs between Armbian and LibreELEC. Thank you.
selfbg has quit [Ping timeout: 265 seconds]
<montjoie> tuxd3v: A20 SS has PRNG
<montjoie> smaeul: where is this fix for opi3 ?
<sbbg> BTW, is there a method to check if a symbol is built in-kernel? Just being curious.
dddddd has quit [Ping timeout: 250 seconds]
ldevulder_ has joined #linux-sunxi
ldevulder has quit [Ping timeout: 240 seconds]
tnovotny has joined #linux-sunxi
macc24 has joined #linux-sunxi
lennard_ has quit [Quit: Reconnecting]
lennard has joined #linux-sunxi
<sbbg> oops. I use the very same kernel config from LibreELEC to compile LibreELEC patched kernel 5.5.6. FFMPEG tell me "No device available for decoder: device type drm needed for codec h264."
<sbbg> I probably will try rebuild ffmpeg, although I remember that I did configure it with same config like successful compiled LibreELEC 32bit image.
tdebrouw has joined #linux-sunxi
<sbbg> Hey wait... does armbian building system change kernel config in cache/sources/linux-mainline/master ?
maccraft has joined #linux-sunxi
<sbbg> If I place the kernel config in my repository of kernel source as ".config" and "arch/arm64/config/defconfig," will it be used when Armbian building the image?
macc24 has quit [Ping timeout: 264 seconds]
maccraft is now known as macc24
<gnarface> i think so...
<gnarface> not sure it's a good idea to replace defconfig...
<sbbg> I wish to reproduce exact same kernel as LibreELEC, I guess I have to do so.
return0e_ has joined #linux-sunxi
return0e has quit [Ping timeout: 250 seconds]
lkcl has joined #linux-sunxi
tnovotny has quit [Quit: Leaving]
tnovotny has joined #linux-sunxi
florian has joined #linux-sunxi
fl_0 has quit [Ping timeout: 240 seconds]
fl_0 has joined #linux-sunxi
suprothunderbolt has quit [Ping timeout: 258 seconds]
_rze has joined #linux-sunxi
rzerres has quit [Read error: Connection reset by peer]
<sbbg> Hi, something weird happen to me. I place the kernel config into Armbian's build directory : build/config/kernel/linux-sunxi-current.config to build the image. But after it boot, its /proc/config.gz showing totally different config.
<sbbg> Does anyone know how to actually make Armbian's build system use my kernel config to build the kernel?
mauz555 has joined #linux-sunxi
<Werner> Use the menuconfig option and load your config. Should work
<sbbg> oh, yeah, how can I forget that trick! Thanks.
<Werner> You're welcome. Tell me if this worked for you
<Werner> By the way, we have #armbian as well :P
<sbbg> yep... you're right
mauz555 has quit [Ping timeout: 264 seconds]
<sbbg> I place LibreELEC config in, and I select to check config menu before compilation. But when it goes to kernel compilation, it show me the oldconfig Yes/NO questions.
<sbbg> Is that expected?
<gnarface> hmmm
<gnarface> the old answers you mean? i don't think so...
<sbbg> you know "make oldconfig?" That kind of old method asking you <option> [N/m/Y?]
<sbbg> I kind of expected there would be normal menuconfig.
<sbbg> You know, that one render by ncurses.
mauz555 has joined #linux-sunxi
mauz555 has quit [Read error: Connection reset by peer]
mauz555 has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
<gnarface> yea i know what you're talking about, what is it showing instead?
<gnarface> like the dialogue text interface or whatever it's called?
<sbbg> yeah, I see now. It must happen due to missing options. After the questions are completed, it bring back the normal ncurses menuconfig.
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
ganbold has quit [Read error: Connection reset by peer]
jernej has joined #linux-sunxi
ganbold has joined #linux-sunxi
tuxillo has quit [Ping timeout: 256 seconds]
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
<gnarface> maybe there is an environment variable you can set to fix it
jernej has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
<sbbg> Not so sure, I only set ARCH to arm64. But I will leave it now. It's dinner time here, and I'm starving. Have nice day and thank you all.
cnxsoft has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
iyzsong has quit [Ping timeout: 256 seconds]
_whitelogger has joined #linux-sunxi
iyzsong has joined #linux-sunxi
Putti has quit [Ping timeout: 240 seconds]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
iyzsong has joined #linux-sunxi
fl_0 has quit [Ping timeout: 265 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
fl_0 has joined #linux-sunxi
airgapp has quit [Quit: airgapp]
suprothunderbolt has joined #linux-sunxi
tuxillo has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
sbbg has quit [Remote host closed the connection]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
dddddd has joined #linux-sunxi
Putti has joined #linux-sunxi
Putti has quit [Changing host]
Putti has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
gaston1980 has joined #linux-sunxi
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
macc24 has quit [Quit: WeeChat 2.7.1]
reinforce has quit [Quit: Leaving.]
lurchi__ has quit [Quit: Konversation terminated!]
veremitz has quit [Ping timeout: 246 seconds]
lurchi__ has joined #linux-sunxi
macc24 has joined #linux-sunxi
vagrantc has joined #linux-sunxi
merbanan has quit [Ping timeout: 256 seconds]
merbanan has joined #linux-sunxi
reinforce has joined #linux-sunxi
reinforce has quit [Client Quit]
reinforce has joined #linux-sunxi
diego71 has quit [Read error: Connection reset by peer]
florian has quit [Quit: Leaving]
diego71 has joined #linux-sunxi
aloo_shu has joined #linux-sunxi
gaston1980 has quit [Quit: Konversation terminated!]
lurchi__ has quit [Quit: Konversation terminated!]
lurchi__ has joined #linux-sunxi
florian has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
lurchi__ has quit [Ping timeout: 265 seconds]
florian has quit [Ping timeout: 256 seconds]
aloo_shu has quit [Quit: aloo_shu]
aloo_shu has joined #linux-sunxi
tuxd3v_ has joined #linux-sunxi
igraltist has quit [Ping timeout: 265 seconds]
N1teHawk has quit [Ping timeout: 265 seconds]
matthias_bgg has quit [Ping timeout: 265 seconds]
xes has quit [Ping timeout: 265 seconds]
NiteHawk has joined #linux-sunxi
tuxd3v has quit [Ping timeout: 256 seconds]
xes has joined #linux-sunxi
igraltist has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
florian has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
luke-jr has quit [Ping timeout: 250 seconds]
matteosilex has quit [Quit: WeeChat 1.6]
matteosilex has joined #linux-sunxi
luke-jr has joined #linux-sunxi
matthias_bgg has quit [Ping timeout: 256 seconds]
tdebrouw has quit [Quit: Leaving.]
reinforce has quit [Quit: Leaving.]
yann has quit [Ping timeout: 258 seconds]
tnovotny has quit [Quit: Leaving]
aloo_shu has quit [Ping timeout: 240 seconds]
Mangy_Dog has quit [Ping timeout: 264 seconds]
aloo_shu has joined #linux-sunxi
aloo_shu has quit [Client Quit]
aloo_shu has joined #linux-sunxi
lurchi__ has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
_rze has quit [Ping timeout: 250 seconds]
rzerres has joined #linux-sunxi
florian has quit [Ping timeout: 252 seconds]
book` has quit [Quit: Leaving]
matthias_bgg has joined #linux-sunxi
matthias_bgg has quit [Ping timeout: 252 seconds]
\\Mr_C\\ has joined #linux-sunxi
book` has joined #linux-sunxi
aloo_shu has quit [Read error: Connection reset by peer]
aloo_shu has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.7.1]
florian has joined #linux-sunxi
florian has quit [Ping timeout: 250 seconds]
warpme_ has quit [Quit: Connection closed for inactivity]
aloo_shu has quit [Read error: Connection reset by peer]
RichardG867 has quit [Quit: Keyboard not found, press F1 to continue]
aloo_shu has joined #linux-sunxi
aloo_shu has quit [Read error: Connection reset by peer]