<Turl>
at least I understand that looking at the translation, I didn't look at the code yet :)
<oliv3r>
Your client has issued a malformed or illegal request. That's all we know.
<Turl>
heh
<oliv3r>
wait i'll copy paste it differently
<oliv3r>
works
<oliv3r>
it's in spanish of course
<oliv3r>
it's a good thing i know english in spanish
<Turl>
oliv3r: lol
<oliv3r>
kernel 3.9, dt; yeah looks like
<Turl>
the text inside should be in english
<oliv3r>
you know whats really sad
<oliv3r>
that guy obviously has no clue whats happening around him
<oliv3r>
he patched u-boot to support fdt
<oliv3r>
missing the fact that sunxi-current has fdt support
<Turl>
oliv3r: yeah I think that is why it says novice all over the post :)
<oliv3r>
i think he defines the pins using dts, and doesn't use pinmux
<oliv3r>
let me read the rest first :p
<Turl>
oliv3r: pinmux is defined on dts :P
ibrah has quit [Quit: Leaving]
<oliv3r>
ah your right, i overlooked it
<oliv3r>
i'm just glancing, thought he was doing the pins manually :)
<oliv3r>
with the definition from dts however
<oliv3r>
so is this GPLed? :)
<Turl>
I dunno :P I can ask :)
<oliv3r>
oh spotted the first booboo
<oliv3r>
he defines for pwm0 regoffset 0x4, and for pwm1 0x8; like sun5i only uses pwm0 and sun4i uses pwm1 and pwm0
<oliv3r>
but what about regoffset 0x0 :)
<oliv3r>
it's not there
<oliv3r>
bah can't download the zip
<Turl>
oliv3r: I got a copy, msg me your mail and I'll forward
<oliv3r>
oliver@linux-sunxi.org
<oliv3r>
cubiebook.org?
<Turl>
oliv3r: zip sent
drachensun has quit [Read error: Connection reset by peer]
<Turl>
oliv3r: I am being told it's GPL :)
<Turl>
(as well as the file says so on the bottom :P)
hipboi has quit [Ping timeout: 268 seconds]
hipboi has joined #linux-sunxi
<oliv3r>
cool
<oliv3r>
then i can look at it safely
<oliv3r>
hipboi: mornin' tom
drachensun has joined #linux-sunxi
<Turl>
I should sleep :P
<atiti>
good morning
<Turl>
I'm on holidays, but that's no excuse to be awake at 4.30AM a tuesday :P
<Turl>
good morning everyone :)
<oliv3r>
Turl: sleep well :)
<oliv3r>
thanks ofr the zip
<oliv3r>
9:30 here :D
rellla has joined #linux-sunxi
<oliv3r>
rellla: do you know about german domains and denic.de?
<rellla>
oliv3r: i have some. but never registered directly at denic.
<oliv3r>
I have a .de domain (don't ask) which I moved from 1 registrar (that went backrupt) to namecheap.com; alls fine and it runs on namecheap since april; but now they've sent me a bill for 'pflege'
<oliv3r>
if i don't pay before july 15th they'll 'delete the domain'
<oliv3r>
does that mean they'll delete it from wherever I host it?
<rellla>
hm.
<rellla>
bill directly from denic?
vicenteH has quit [Ping timeout: 246 seconds]
<oliv3r>
yeah
<oliv3r>
50 Euro's :)
<rellla>
haha.
<oliv3r>
'Sie haben die moeglichkeit einen anderen provider mit der verwaltung ihrer domains zu beauftragen bzw. ihre domains sofort so loeschen'
<rellla>
i get only bills from my hoster(s) - 1&1 :( and hosteurope
<oliv3r>
but i've moved it since april, so it's hosted elsewhere just fine
<rellla>
sounds like phishing ;)
<oliv3r>
the 'pflege' starts at 01.07.2013 and runs till 01.07.2014
<oliv3r>
it's legit
<Turl>
sounds like scam to me :D
<oliv3r>
you get a link to tsc.denic.de with login information to change settings
<Turl>
esp. when domains are like 1/5 of the bill :p
<oliv3r>
no, what happened is, when my-domainnickname.de went bankrot, denic claimed the domains
<oliv3r>
and offered you a years time to re-register them whever youw anted
<oliv3r>
you got access to the auth key and everything
<Turl>
pflege means maintenance apparently
<oliv3r>
i did that (in april) so its hosted elsewhere now
<oliv3r>
it sounds that there admin is lazy and hasent noticed it moved or something
<Turl>
mail them then :)
<oliv3r>
(automated system :p)
<rellla>
can't help, as i never had to do with denic themselves... maybe denic does not know, that it's hosted again
<oliv3r>
i allready did
<oliv3r>
i think it's an automated message that got sent on the 1st of july
<oliv3r>
the bill is dated july 1st
<rellla>
i cancelled 2 domains last year, they went into some domain parking-"let me make some money with doing nothing"-system
<buZz>
they should make those illegal
<atiti>
hey guys, i got a question about this libve stuff
<rellla>
ask
<atiti>
im feeding h264 NALUs to libve_decode
<oliv3r>
rellla: that's exactly what this is imo
<oliv3r>
what's a nalu? :)
<atiti>
and it seem to accept them fine as the return code is VRESULT_OK
<atiti>
but it never returns the VRESULT_FRAME_DECODED or VRESULT_KEYFRAME_DECODED
<atiti>
which I guess is what I need to get the decoded frame
<atiti>
oliv3r: network abstraction layer unit
<oliv3r>
ah ok
<rellla>
so where is your code?
<atiti>
basically an h264 slice formatted for the network
<rellla>
btw this one i had very often, too: [DISP] not supported image0 pixel sequence:59 in img_sw_para_to_reg - but could not reproduce/ investigate
<rellla>
just spams log and decoding/rendering gets laggy
<hramrach__>
rellla: that happens when a player crashes or fails to decode
<rellla>
ah. so after a failed playback, spamming starts. but how to stop it?
<rellla>
and how to prevent?
<atiti>
its not a decode problem
<hramrach__>
I suspect that it does not tear down something properly and the kernel driver is not clever enough to tear down the decode jobs when the player goes away
<atiti>
the libve_decode returns 2-3
<atiti>
meaning it decodes normal or keyframes
<hramrach__>
when you start playback of some working media file it usually goes away
<hramrach__>
btw the sintel trailer plays back all right here
<FR^2>
On the cubieboard2 (allwinner A20), is there any cpu temperature sensor?
dragonn has quit [Ping timeout: 248 seconds]
dragonn has joined #linux-sunxi
tinti has joined #linux-sunxi
<oliv3r>
FR^2: there might be one in the soc, but we haven't tried/found/written anything for it yet
<oliv3r>
reference code says there might be one in the ... lr'm not mistaken
<FR^2>
thought so ;) Thanks, though.
<oliv3r>
lrdac if i'm*
rz2k has joined #linux-sunxi
dragonn has quit [Ping timeout: 264 seconds]
dragonn has joined #linux-sunxi
Black_Horseman has quit [Remote host closed the connection]
awafaa has quit [Remote host closed the connection]
awafaa has joined #linux-sunxi
dragonn has quit [Ping timeout: 246 seconds]
dragonn has joined #linux-sunxi
user_2 has joined #linux-sunxi
Tartarus_ has joined #linux-sunxi
dragonn has quit [Read error: Operation timed out]
dragonn has joined #linux-sunxi
<user_2>
im following info here: http://linux-sunxi.org/Binary_drivers. i have no libdri2-dev in my distros repository, so i read "Some distributions have libdri2 compiled in X11 binary, so there is libdri2 separated in a github repo https://github.com/robclark/libdri2". but im not able to downolad that libdri2 from git... how to do?
Tartarus_ has quit [Client Quit]
vicenteH has quit [Ping timeout: 268 seconds]
dragonn has quit [Ping timeout: 240 seconds]
dragonn has joined #linux-sunxi
shineworld has quit [Remote host closed the connection]
vicenteH has joined #linux-sunxi
PiyushVerma has quit [Ping timeout: 246 seconds]
vincenzo has joined #linux-sunxi
^vincenzo^ has quit [Ping timeout: 248 seconds]
<wingrime>
mripard: ping
<oliv3r>
hey wingrime
<oliv3r>
anything i can help with
<mripard>
wingrime: hi
<hramrach__>
user_2: I don't know how so. I can check out the repo just fine
<wingrime>
oliv3r: you can help with axp202 wiki page fix
<wingrime>
oliv3r:please form internal register table from text
<wingrime>
mripard: what I need write to of_device_id
<wingrime>
in compatible
<hramrach__>
atiti: if it plays and does not display try to shrink the console with fbset or something. some people reported issues with video playin below the console layer
<mripard>
wingrime: usually, it's company,device
<mripard>
so it would be x-powers,axp202
<mripard>
I guess
<mripard>
(if that was your question)
<wingrime>
it actualy not all
<atiti>
hramrach__: actually my main problem is that the decoding seem to work fine for a given h264 using vlc, but when I try to feed my own h264 data to libcedarx in my own application, then the the decoder alway returns VRESULT_OK, and there is no output frames
<atiti>
and apparently the FBM is not initialized by the decoder
<atiti>
so im a bit stuck on how to debug it :/
<wingrime>
mripard: axp are complex device, so can I define many module_platform_driver()
<hramrach__>
atiti: there is some doc on libvecore somewhere (hopefully dl.linux-sunxi.org)
<hramrach__>
also if it works in vlc it does something different
<atiti>
ive been reading the Libve User Guide, but its a bit vague
<hramrach__>
you can try like running it in debugger or try to reusing the vlc plugin
<atiti>
im going to try to rig the libcedarx to write the raw data it feeds libve out to a file
<atiti>
and compare what vlc does
<mripard>
wingrime: I'd expect more to have a single driver, and during the probe register to several frameworks
<hramrach__>
atiti: note there are two plugins - one decode, one disp
<hramrach__>
you can feed the raw data to somewhere they would get displayed
<hramrach__>
like there used to be image viewers for framebuffer console
<atiti>
hramrach__: yea, I'm focusing on the decoder for now, then once thats working, disp is the next target ;)
<hramrach__>
so you would have some idea what you get from cedar even if the colours are wrong
<wingrime>
mripard: you mean I need register single platform driver (simple platform driver) , than in probe ,register i2c, battery,input ?
<wingrime>
simply it a frist time I deal with multi-framework
<mripard>
wingrime: yep, precisely
<mripard>
again, this is pretty much what we're doing with the pinctrl driver
<mripard>
we register it a gpio, pinctrl and interrupt controllers
<wingrime>
mripard: I will take a look
<wingrime>
mripard: why you use dev_info not pr_info , it does mater?
<mripard>
you should use dev_info whenever you have access to a relevant device structure
<mripard>
pr_info is here for when you aren't in such case
<wingrime>
it add driver name to string ?
<mripard>
yes, driver name, instance, and so forth
rellla2 has joined #linux-sunxi
rellla2 has quit [Ping timeout: 260 seconds]
<wingrime>
mripard: how activate debug/info with pr/dev prints ?
<wingrime>
pr_debug , pr_info usualy not printed
user_2 has quit [Ping timeout: 260 seconds]
user_2 has joined #linux-sunxi
<wingrime>
how enable it for single driver
rellla2 has quit [Ping timeout: 260 seconds]
<mripard>
pr_info is logged but not shown unless you modify loglevel
<mripard>
usually through the commandline
<mripard>
pr_debug is a noop by default
<mripard>
you have to pass -DDEBUG at compile time to have it
<wingrime>
there is way pass it only for one module?
<wingrime>
i will add Makefile/Kconfig and do make
<wingrime>
as ususaly
<mripard>
in your driver makefile, add ccflags-y := -DDEBUG
hipboi has joined #linux-sunxi
buZz_ is now known as buZz
<derethor>
CONFIG_SOUND_SUN4I includes support for sunxi5 ?
ibrah_ has joined #linux-sunxi
eebrah has quit [Ping timeout: 264 seconds]
dlan has joined #linux-sunxi
<dlan>
hi, all, I'm looking for experienced kernel developer, to help us doing kernel mainling work (for pay job), is there anyone recommend me some candidates? thanks
<buZz>
i recommend hansg
<mripard>
dlan: mainlining for what platform?
<dlan>
buZz: hi, thanks, could you give me more info
<mripard>
sunxi?
<buZz>
Hans de Goede
<dlan>
mripard: not sunxi
<dlan>
but similiar as sunxi
<dlan>
buZz: could you PM me his contact info, thanks
<user_2>
i implemented this howto http://linux-sunxi.org/Binary_drivers, but i dont see any kind of advantage. what software i must use to see beneficts?
<oliv3r>
wingrime: axp as your first driver, a daunting task, the pmic is full of features, could take you months! but I applaud and welcome your effort :D
<Turl>
oliv3r: you're not being exactly supportive lol :P
<user_2>
mmm flid video
<user_2>
fluid
<oliv3r>
Turl: i'd start with something smaller to begin with :)
<ssvb>
user_2: you can try "apt-get install glmark2-es2" and then run it
<user_2>
ssvb, tnks!
<user_2>
i do immediately
<Turl>
user_2: btw, if you're using 1080p, it might be better to switch to 720p
<user_2>
im alreadi in 720
<Turl>
ok then :)
<oliv3r>
Turl: then again, you don't have to implement everything at first, only bare essentials
<oliv3r>
Turl: and is dlan pouching our devs? :p
<Turl>
ssvb: that's something that could be added to the wiki :P
<Turl>
oliv3r: who? :p
paulk-desktop has joined #linux-sunxi
<user_2>
glmark not exixt, ssvb
<oliv3r>
Turl: didn't you backread?
<Turl>
oliv3r: I've been in here for quite a while :p probably read it and forgot
<oliv3r>
Turl: dlan asked for experienced kernel developers for (payed) work
<ssvb>
user_2: indeed, glmark is packaged for ubuntu, but not for debian
<user_2>
yes.. the hell, i have the driver but notapplication to run with :-(
<ssvb>
user_2: yes, OpenGL ES happens to be mostly useless in Linux at the moment
<Turl>
oliv3r: oh, I recall now
<ssvb>
user_2: but you can run a compositing window manager like gnome-shell or kwin-gles for some desktop effects
<Turl>
oliv3r: btw, I laughed the other day when I saw your free electrons joke lol
<user_2>
ok
<user_2>
i see there is xscreensaver-gl, so i can istall an see it working. at least to test the system.
<oliv3r>
Turl: i'm not sure others got it
<ssvb>
user_2: or build Qt5 with GLES support and try some of its demos
<user_2>
let me test xscreensaver-gl for them oment.
<ssvb>
user_2: many "gl" applications require desktop Open GL, which can't be accelerated
<user_2>
ssvb, i dont nderstan te meaning of ""user_2: many "gl" applications require desktop Open GL, which can't be accelerated
<ssvb>
user_2: http://en.wikipedia.org/wiki/OpenGL_ES - "OpenGL for Embedded Systems (OpenGL ES) is a subset of the OpenGL 3D graphics application programming interface (API) designed for embedded systems"
<ssvb>
user_2: if your application wants the real OpenGL, you are out of luck
<user_2>
ah, ok. yes i know applicatuons MUST be recompiled fot GLES, a subset of "real" GL.
<user_2>
screensaver "superquadratics" is nice, openGL ES works well
<ssvb>
user_2: nice, does it use the hardware acceleration?
<user_2>
ssvb, how can i see if use hard accell or not?
<user_2>
i can tell it is not "smooth and silk", it seemt to go as "tic-tac-tic-tac" and not in fluid mode.
<user_2>
so i sulspect is nto accellerated by hardware
_BJFreeman has joined #linux-sunxi
<user_2>
ssvb, i see indicator of cpu was more than 70% during scrennsaver demo, so i suspect no hardware accelleration woas activated.
<user_2>
how can i activate adrware accelleration?
_BJFreeman is now known as BJfreeman
<user_2>
mmmm xscrensaver-gl is GL, not openGL, not openGL ES, so i think it is useless to use it as test.
<user_2>
well, about video: gnome-mplayer run ok, but it cannot scale to fullscreen the movie. totem can scale to fullscreen the movie but i miss many frames and it is "slow". there is a way to sole the situation ad have movies running fluid at fullscreen?
<ssvb>
user_2: I think that's the only way to watch 1080p movies
<user_2>
XBMC i tried couple of weeks ago. after all job, xbmc wils fluid, but colors was all falsed, all "shifterd" to blue :-(
<user_2>
wils=was
<user_2>
2D, 3D, video decodin... all important topics, but apparently it is not well considerated and supported by community. i talk about linix side.
<user_2>
linux*
<ssvb>
user_2: you can't get much better 2D performance, but you already should not have many problems with it either
<ssvb>
user_2: (video scaling in mplayer is a separate matter)
<user_2>
separate matter?
dragonn has quit [Ping timeout: 260 seconds]
<ssvb>
2D is graphics, and mplayer is video
<user_2>
ok
dragonn_ has joined #linux-sunxi
dragonn_ is now known as dragonn
<user_2>
2d is a closed topic, cos i got the driver... now i wish to increment perdormance of video
awafaa has quit [*.net *.split]
steev has quit [*.net *.split]
mripard has quit [*.net *.split]
libv has quit [*.net *.split]
<user_2>
but, as i said, xbmc didt give me sutisfation, under color viewpoint.
<ssvb>
yes, I think that I should fix scaling in mplayer right NOW
<ssvb>
you can try VLC, it does not have these color problems
steev has joined #linux-sunxi
<ssvb>
and the color problem in XBMC can be workarounded by starting XBMC, exiting from it and restarting again
<ssvb>
something is obviously wrong, maybe rellla can fix it some day
libv has joined #linux-sunxi
mripard has joined #linux-sunxi
awafaa has joined #linux-sunxi
<oliv3r>
hey mripard
<user_2>
ssvb, solve the color issue in xbmc is STRONGLY appreciated, it will be the "final" activity to complete mycubieboard installation.
<user_2>
vlc is still un CLI, so not comlete. but xbmc is complete, it miss only to be fixed by colors.
libv has quit [*.net *.split]
awafaa has quit [*.net *.split]
mripard has quit [*.net *.split]
libv has joined #linux-sunxi
mripard has joined #linux-sunxi
awafaa has joined #linux-sunxi
<oliv3r>
so xbmc is nearly usable now?
<user_2>
oliv3r, to me, is usable at 100%, fluid. the problem is the color, that are all blue-ish
<user_2>
append to me 2 weeks ago.
libv has quit [*.net *.split]
awafaa has quit [*.net *.split]
mripard has quit [*.net *.split]
notmart has quit [Quit: notmart terminated!]
libv has joined #linux-sunxi
mripard has joined #linux-sunxi
awafaa has joined #linux-sunxi
paulk-desktop has quit [Quit: Ex-Chat]
<rz2k>
vlc is still un CLI, so not comlete. - what do you have against CLI :p
<user_2>
rz2k, i have not so much against CLI, but outside there, there are so many brainless user that need more than CLI.
dragonn has quit [Ping timeout: 246 seconds]
atiti has quit [Ping timeout: 276 seconds]
dragonn has joined #linux-sunxi
niknak has joined #linux-sunxi
niknak has quit [Client Quit]
A70X has joined #linux-sunxi
<A70X>
Hi, anybody know of a wiki/README that shows how to generate LiveSuite images from nand[a-j] images I grabbed using adb?
<A70X>
I got a new A70x Allwinner A20 tablet and I'd like to back up what I've got before I start hacking away
n01 has quit [Ping timeout: 264 seconds]
<oliv3r>
A70X: if your manufacturer doesn't over an image, i guess you can try making your own :)
<oliv3r>
A70X: but a10 chips are nearly unbrickable
<oliv3r>
your best backup, is to get a 3+ GB Sd card, and put hansg's fedora 18 image on it
yo5phz has quit [Read error: Connection reset by peer]
yo5phz has joined #linux-sunxi
<A70X>
I don't have a manufacturer image, but I've got adb root, so I can grab /dev/block/nand[a-j] images with adb pull
<A70X>
It's all there: nanda got a vfat fs with script.bin, u-boot etc
yo5phz has quit [Read error: Connection reset by peer]
yo5phz has joined #linux-sunxi
<A70X>
I know I'm supposed to work with SD images only, but I'd like to know I can rescue my nand if the shit hits the fan
<oliv3r>
yep, you can always dd partions back/forth
<oliv3r>
hence you want a usable sd card to do tha
<A70X>
The reason I'd like to use LiveSuit is because the A20 support is still WIP, and LiveSuit should be able to recover my nand, even without a working linux kernel, right?
Black_Horseman has joined #linux-sunxi
Black_Horseman has quit [Changing host]
Black_Horseman has joined #linux-sunxi
<A70X>
The wiki talks about boot0 and boot1 bootloaders, but I can't find these in the A20 nand partitions.