hno changed the topic of #linux-sunxi to: /Allwinner/sunxi development discussion - Don't ask to ask. Just ask and wait! - See http://linux-sunxi.org | https://github.com/linux-sunxi/ | Logs at http://irclog.whitequark.org/linux-sunxi
<popolon> seen it in dmesg too : [ 304.666430] disp clks: lcd 146000000 pre_scale 1 hdmi 146000000 pll 219000000 2x 1
naobsd has quit [Quit: Page closed]
tzafrir has joined #linux-sunxi
<popolon> Work around : /etc/kbd/config : BLANK_DPMS=off => BLANK_DPMS=suspend
<popolon> no problems with 'suspend' or 'standby'
rz2k has quit []
geecko has quit [Ping timeout: 240 seconds]
jinzo has quit [Quit: Leaving]
popolon has quit [Quit: Quitte]
arokux2 has quit [Remote host closed the connection]
piscodig has joined #linux-sunxi
discopig has quit [Ping timeout: 264 seconds]
Gerwin_J has quit [Quit: Gerwin_J]
discopig has joined #linux-sunxi
piscodig has quit [Ping timeout: 264 seconds]
discopig has quit [Read error: Connection reset by peer]
discopig has joined #linux-sunxi
egbert_ has quit [Read error: Operation timed out]
egbert has joined #linux-sunxi
ykchavan has joined #linux-sunxi
tzafrir has quit [Ping timeout: 245 seconds]
ykchavan has quit [Quit: Leaving]
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #linux-sunxi
Soru___ has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has joined #linux-sunxi
JohnDoe_71Rus has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has joined #linux-sunxi
atiti has quit [Ping timeout: 252 seconds]
\\Mr_C\\ has quit []
piscodig has joined #linux-sunxi
discopig has quit [Ping timeout: 264 seconds]
HeHoPMaJIeH has joined #linux-sunxi
HeHoPMaJIeH has quit [Changing host]
HeHoPMaJIeH has joined #linux-sunxi
Soru has joined #linux-sunxi
mcbrick has quit [Quit: Leaving]
piscodig is now known as discopig
Black_Horseman has quit [Remote host closed the connection]
atiti has joined #linux-sunxi
diego71 has quit [Read error: Connection reset by peer]
rellla has joined #linux-sunxi
focus_it has quit [Remote host closed the connection]
diego71 has joined #linux-sunxi
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
rellla2 has joined #linux-sunxi
rellla2 has quit [Remote host closed the connection]
akaizen has quit [Remote host closed the connection]
rellla2 has joined #linux-sunxi
djahma has joined #linux-sunxi
rellla has quit [Ping timeout: 246 seconds]
<mnemoc> moin
jemk has joined #linux-sunxi
<Montjoie> hello, what does exactly means RTP for the touch screen of A20, R... Touch Panel ?
<HeHoPMaJIeH> Montjoie: resistive touch panel
FDCX has quit [Ping timeout: 264 seconds]
<Montjoie> thanks
akaizen has joined #linux-sunxi
FDCX has joined #linux-sunxi
shineworld has joined #linux-sunxi
shineworld has quit [Client Quit]
Soru has quit [Read error: Connection reset by peer]
eebrah|noPC has joined #linux-sunxi
<gzamboni> moin
<gzamboni> does anyone knows where can i get the differences between the stantard C and the ISO C90's C ?
<gzamboni> a book reference will be fine =)
<mnemoc> ansi vs iso
<mnemoc> smae shit
<mnemoc> both are c89
<mnemoc> both are deprecated
<gzamboni> whats the current beeing used ?
<mnemoc> c11
<mnemoc> but most linux related stuff is actually gnu99
<mnemoc> (a gcc extension of c99 used by the linux kernel)
<mnemoc> problem with c99+ is that it's not supported by microsoft compilers
<mnemoc> but you can use gcc or clang on windows too, so who cares about VS
<gzamboni> humm, thank you mnemoc im playing around with the gpio matrix keyboard driver. im trying to adapt it to get info from the fex
<mnemoc> imo the best c99 book is H&S, in the case you want a C book
<gzamboni> yes i want one, im need to fully understand the language
vicenteH has quit [Ping timeout: 256 seconds]
<mnemoc> h&s is perfect for that
<gzamboni> i bougth some books: Building Linux Systems from o'reilly, linux device drivers from o'reilly and Beggining Linux programming from wrox.
<mnemoc> after that, get love's linux book to learn about the kernel and the extensions the kernel uses
notmart has joined #linux-sunxi
notmart has quit [Changing host]
notmart has joined #linux-sunxi
<gzamboni> Linux kernel dev from love is to complicated for me :P i could understand some stuff but i need some bases
<mnemoc> first learn C ;-) .... H&S
<gzamboni> i know C, not fully. but i'm getting some warnings when compiling. like warning: ISO C90 forbids mixed declarations and code
<mnemoc> gcc -std=c99
<mnemoc> you have to tell gcc what language you are building
<mnemoc> or it will guess, and it will probably guess wrong
<mnemoc> also don't forget -Wall -Wextra
<gzamboni> isnt it on the makefile ? im building the kernel modules using make: make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=output modules_install
<mnemoc> uhm
<mnemoc> building in-tree you shouldn't have to care
<mnemoc> so go and fix your warnings
<gzamboni> :)
<gzamboni> doing it
<gzamboni> anyway thank you for the C reference, i will buy the book
djahma has quit [Ping timeout: 240 seconds]
jemk has quit [Ping timeout: 268 seconds]
djahma has joined #linux-sunxi
Soru has joined #linux-sunxi
jinzo has joined #linux-sunxi
jinzo has joined #linux-sunxi
jemk has joined #linux-sunxi
FR^2 has joined #linux-sunxi
<oliv3r> mnemoc: omg wb!
<oliv3r> where have you been al lt his time
\\Mr_C\\ has joined #linux-sunxi
popolon has joined #linux-sunxi
tzafrir has joined #linux-sunxi
<mnemoc> oliv3r: first helping a friend to move, then recieving my stuff from spain and then moving myself....
massi_ has joined #linux-sunxi
panda84kde has joined #linux-sunxi
<hramrach> ohai and wb :)
<hramrach> gzamboni: it might be also good idea to read what the warning means rather than reading the standard if you have some idea about C already
<mnemoc> still need to assemble stuff and buy a desk, but I finally have a permanent location (hopefully) and wifi/cable
<hramrach> oh yeah, assembling stuff
* hramrach gleans at the heap of boxes in the corner
<mnemoc> *g*
<oliv3r> mnemoc: oh you've moved! sweeet!
vicenteH has joined #linux-sunxi
<oliv3r> btw, also -Werror :)
<hramrach> can't build kernel with that
<oliv3r> i'm not supprised
<mnemoc> -Werror is evil
<mnemoc> never commit that
<mnemoc> warnings are warnings and not errors for a reason
<mnemoc> if they were supposed to be errors, they would be errors. not warnings
<hramrach> they are only warnings because 1) everyone has buggy code that would not compile with werror
<hramrach> 2) there are bugs in compler that flag warnings on correct code
<oliv3r> warnings are warnings and should be fixed
<hramrach> chromebook kernel compiles with -Werror
<hramrach> but only the defconfig with carefully selected few drivers
<hramrach> want to attach more harware - does not build
<mnemoc> oliv3r: not all warnings should be fixed
<mnemoc> oliv3r: they need to be REVIEWED
<mnemoc> but not assumed as errorrs
<mnemoc> it's not at error to not use an argument
<hramrach> you should be able to tell the compiler that the argument is required by interface definition but you are really not using it
<hramrach> but only hacks exist for that
<mnemoc> I do #define UNUSED(x) UNUSED_ ## x __attribute__((unused)) .... but not using such thing doesn't make it an error
<mnemoc> it's *just* a warning
<mnemoc> the warnings caused by libev's .h are specially annoying
<mnemoc> but the only way to "fix" them is to replace all his macros with dedicated static inline functions
<mnemoc> (which I do)
<mnemoc> but his macros are more readable, even if gcc hates them
<oliv3r> so you slepe in a proper bed once again?
<mnemoc> not yet :p
<oliv3r> when will you be so lucky?
<mnemoc> inflated one currently. bed to be assembled. mattress in 2w
<oliv3r> 2W? ouch
<mnemoc> at least it has a dead line :)
<oliv3r> heh; they said :)
<oliv3r> i'll ask you again in 2W's
<oliv3r> i need to commit my u-boot patches I think
<mnemoc> oliv3r: :)
jemk has quit [Ping timeout: 246 seconds]
Black_Horseman has joined #linux-sunxi
jinzo has quit [Quit: Leaving]
<oliv3r> there, u-boot patches sent
<oliv3r> hno should decide what to do with the ones that I have on my tree until u-boot either accepts or ignores them.
<oliv3r> I extracted an old iPhone 3gs battery from a phone so I can potentially use that as backup power source :D
<oliv3r> 4.51 W/hr so I wonder how long it can be used to power the A20
<popolon> Hi
<oliv3r> 1220 mAh nice
<popolon> the DPMS features standbu and suspend seems to works well, but with fbturbo driver (at least), DPMS off seems to lock the screen off
<popolon> there is the following error in dmesg and console : disp clks: lcd 146000000 pre_scale 1 hdmi 146000000 pll 219000000 2x 1
<popolon> A workaround: Add in /usr/share/X11/xorg.conf.d/99-sunxifb.conf the line Option "OffTime" "0"
<popolon> so still get benefits of standby and suspend mode
<popolon> do you think I can add it in the wiki, with comment : due to current bug
<popolon> I'm afraid to forgot to rm it when this bug will be resolved
<popolon> perhaps a general FAQ page could be a good idea ?
<oliv3r> heh
<oliv3r> probably not a bad idea :)
<mnemoc> that's why it's an open wiki ;-)
<Montjoie> hello oliv3r, do you have news about sunxi-temperature.c ?
<popolon> added in Binary drivers & Binary drivers/fr for now
<popolon> Will make a general FAQ later, I've wrote in some textfiles some errors I encountered
<buZz> dont forget Binary drivers/cn and Binary drivers/es
<buZz> >:)
<popolon> ssvb, do you think this could really be linked to your fb driver ?
<popolon> buZz, will try :)
<popolon> there is no zh documentation for now ?
<mnemoc> translating tutorials makes sense, translating documention.... not so sure
<buZz> nah i was kidding
<buZz> french is only the 10th most spoken language in the world
<buZz> there are so many more popular languages
<mnemoc> but everyone can read english anyway
<popolon> chinese is the most popular and spanish too
<popolon> sorry
<oliv3r> Montjoie: no i do not :( I'm waiting for mnemoc to push lichee-3.4 to his github ;)
<popolon> chinese mandarin => english => (hindi ?) => spanish => portuguese
<popolon> mnemoc, documentation is a kind of tutorial
<mnemoc> I'm not talking about world population, but about our target audience
<popolon> yes, I understood, that was an answer to buzz
<mnemoc> what % of the chinese and india population actually may be interested in hacking a sunxi device?
<buZz> same with french ;)
<popolon> at least some cubietech people
<popolon> same with english
<mnemoc> sure, but they can READ english
<buZz> there are quite big chinese forums for sunxi devices
<popolon> same with world population in fact
<mnemoc> even if they are ashamed to write it
<buZz> everybody should just stick to english
<mnemoc> in this field. yes.
<mnemoc> everyone into programming can read english
<popolon> at least a little
<buZz> if they cant, they should learn
<mnemoc> enough for some technical documentation and tutorials
<buZz> and offering documentation in french is not motivating these people to speak the language the rest of the ppl speak
eebrah|noPC has quit [Ping timeout: 245 seconds]
<mnemoc> it's not that we are writting fancy novels
<popolon> I seen that lot of french speaking people are active on ubuntu-fr documentation
<popolon> and that's used by lot of people
Gerwin_J has joined #linux-sunxi
<buZz> popolon: ubuntu is for n00bs
<popolon> and that's about the same kind of stuff
<buZz> sunxi isnt
<popolon> buZz, computer science is for noobs
<buZz> i am talking about target audience :)
<mnemoc> but cs noobs need to be able to read english anyway
<buZz> ubuntu is the 'my first sony' of linux distros
<popolon> that was not my first distro, I used, linux from scratch several years, redhat suze, debian, slackware... and now I use xubuntu
<buZz> for many ppl it is
<popolon> because I'm tired to recompile everything, and because of ppa etc...
fredy has quit [Excess Flood]
piscodig has joined #linux-sunxi
<mnemoc> popolon: sure, me too. but he means that ubuntu is the distro of choice for people without a linux background.... and that reflects in their support channels and documentation
fredy has joined #linux-sunxi
<mnemoc> so you can't compare the kind of contributions in ubuntu-$randomlanguage with ours
<popolon> perhaps, at least, on some page, french version are more complete than english one now
<mnemoc> the getting started and frontpages
<popolon> because I added some tips, it was easier to add in french for me
<mnemoc> popolon: so go and add the same on the english ones
<popolon> I try to write back in english after
<popolon> That's what I done for the DPMS off trick
<oliv3r> mnemoc: when could you push the lichee-3.4 to the amery github
<popolon> but at least the documentation is here, someone can translate it later in worst case ^^
<mnemoc> in the english page you help more people than in the french page
<mnemoc> oliv3r: tonight
discopig has quit [Ping timeout: 264 seconds]
<oliv3r> mnemoc: thankyou :)
<mnemoc> oliv3r: adding a reminder on the phone
<popolon> I know
<oliv3r> Montjoie: tomorrow i'll give you details :p
<popolon> but that's easier for me to write in french
<popolon> and I've still lot of things to learn on configuration
<popolon> so step by step
<Montjoie> thanks oliv3r I will send my current driver anyway:)
<popolon> and if I can, I will translate it to chinese too
<popolon> because independant of the proportion of chinese people interested by cubieboard, there should be more people
<mnemoc> tutorials and overviews, cool. real documentation... gets out of sync FAST
<popolon> there was already lot of out of sync doc, even in english yes
<popolon> but that's the same for wikipedia, on which I work a lot :)
<popolon> (as there are lot of specific topics
HeHoPMaJIeH has quit [Remote host closed the connection]
<popolon> http://linux-sunxi.org/Binary_drivers <= for exemple this documentation page *IS* a tutorial
<popolon> so need to be update, instead of rewritting a wheel like tutorial
<djahma> In between yesterday evening and now, someone modified the doc at http://linux-sunxi.org/Fex_Guide in the "sdio wifi configuration" to add modes 8 9 and 10. It reads mode 8 uses bcm40183, from BCM4330 module. How on earth has this guy gotten bcm40183 working? and which kernel branch should be used to get BCM4330 accept modes higher than 6?
<popolon> djahma, you can add messages on it's user page, it will be notified at next connexion
<popolon> and could give you answer on your age if you sign your message with ~~~~ (4*~)
<popolon> s/age/page/
<djahma> la je comprends plus. comment tu vois celui qui a fait cette modif? et pourquoi devrais-je lui donner mon age?
<popolon> page
<popolon> pas age
<djahma> ok :-)
<popolon> (faute de frappe)
<popolon> => view history
<djahma> mais c'est qui? qui dois-je contacter
<popolon> djahma private please
ganbold_ has joined #linux-sunxi
rz2k has joined #linux-sunxi
Black_Horseman has quit [Remote host closed the connection]
FDCX has quit [Ping timeout: 264 seconds]
<oliv3r> djahma: the SDIO section probably got modified due to the wifi+bt chip on the cubietruck
jemk has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
FDCX has joined #linux-sunxi
vicenteH has quit [Ping timeout: 264 seconds]
<hramrach> oliv3r: no, I just read the source (to which I added link) and dumped the values from there into the table ;-)
<hramrach> I have no wifi on CT
<hramrach> is there some?
<popolon> vlc works just fine with cedarX and defaut linux-sunxi tree
<hramrach> if you play carefully selected files that don't crash vlc and display correctly and ..
tzafrir has quit [Ping timeout: 256 seconds]
<oliv3r> hramrach: yeah there's a Broadcom i think BT +Wifi combo
<oliv3r> if you look at the pcb, below the vga connector, opposite of the RAM, there's a 'metalchip' that'st he BT + Wifi can
<popolon> hramrach, so I'm really lucky :)
<popolon> was able to see my box tv channels (unusable in HD, but probably due to my adsl line, never tested), and play HD videos using ethernet
<popolon> internet-box HD channels use greater bandwidth than common website videos
<popolon> I was not able to play this kind of video with my desktop computer but the last one
<popolon> so that's already really good
<popolon> (in my point of view)
tzafrir has joined #linux-sunxi
<hramrach> popolon: the TV streams probably use very conservative encoding options
<hramrach> problems come when you try to play back some random video encoded by some random nerd that likes flipping the checkboxes in their encoding software
<hramrach> so that it's 'optimized'
<hramrach> but tehre are many combinations available and very few commenly used and well tested
<hramrach> oh, the metal chip is wifi
<hramrach> well, I got no wifi, anyway
<hramrach> what kernel would I need for that?
<hramrach> presumably the driver is there but just some GPIO not flipped so the chip is powered off
<hramrach> or something like that
ykchavan has joined #linux-sunxi
<Tsvetan> oliv3r ping
<oliv3r> Tsvetan: pong
<oliv3r> hramrach: very very likly
<Tsvetan> oliv3r do you have cubie with 1gbit
<Tsvetan> we managed to enable the gigabit ethernet but cant make more than 330MBit transfer
<Tsvetan> and I do wonder if this is A20 problem or something else
<oliv3r> Tsvetan: that sounds about normal for non-jumbo frames
<oliv3r> gigabit cards on PCI probably won't make do much more either
<Tsvetan> a bit dissapointing :)
<oliv3r> once you enable jumbo frames you can get higher
<Tsvetan> we try two x86 laptops with gigabit interface too, and the max they do is about 500Mbit
<oliv3r> but i don't know if the mac (driver/hardware) or the PHY even support jumbo frames
<oliv3r> fast laptops :D
<oliv3r> try changin the MTU=9000 on the laptops and retest
<Tsvetan> in the source is written that they support
<oliv3r> (on both) without switch/crossover thatshould be possible
<Tsvetan> cisco switches hard handle MTU=9000 I do wonder if A20 will do it better :P
<oliv3r> i highly doubt a20 does jumbo frames at all
<oliv3r> i have a HP switch and that does MTU=9000 just fine
<oliv3r> Tsvetan: what did you change in the pins to make it work?
<Tsvetan> there was undocumented pinmux
<Tsvetan> we found the datasheet which describe them
<Tsvetan> and now it works
<Tsvetan> I just wanted to see someone with A20 and Gigabit if does better
<Tsvetan> or we should not waste more time on this
<Tsvetan> tomorrow we have to enable the camera and we are done with A20-SOM
<oliv3r> Tsvetan: the RTL811E datasheet?
<oliv3r> camera?
<Tsvetan> A20 datasheet
<oliv3r> Tsvetan: i haven't tested gigabit yet unfortunatly
<Tsvetan> yes, our A20-SOM-EVB have 2Mpix@30fps camera
<oliv3r> Tsvetan: you have one with pinuxes that are differetn from our wiki? (i tried to put it as accurately as possible there)
<oliv3r> IPcam! :)
<oliv3r> Tsvetan: i tried to use the gigabit PHY with the emac driver, and while I would expect it work
<oliv3r> it doesn't
<Tsvetan> oliv3r yes, the Gigabit pinmux is not complete in the wiki
<Tsvetan> IPcam with high resolution and OpenCV ;)
<Tsvetan> doing scene analyzis
<oliv3r> Tsvetan: if you could get me the info, i'd love to update it
<oliv3r> i did see that the cubietruck FEX file, uses 3 pins I think is general GPIO's which puzzles me
<Tsvetan> I will check if the new pdf is not on github and upload it right now, Dimitar found it on the net last Friday
<oliv3r> we don't have the (short) datasheet, only the user manual
<oliv3r> and i did look at the 'pinmux' section, but that looked as if it where right
<oliv3r> but i do see that i never added the gbit pinmux to http://linux-sunxi.org/A20/PIO
<oliv3r> MUX5 is gbit
<Tsvetan> max jumbo frame is 3838
<Tsvetan> and it makes 20mbit :))
Soru_ has joined #linux-sunxi
Soru has quit [Ping timeout: 245 seconds]
<oliv3r> ouch, 383 is quite low, but as expected, no jumboframe support
<Tsvetan> ok, then let assume 330Mbit is OK for now for A20 Gigabit interface
<mnemoc> >100 :)
<oliv3r> yeah while I can neither confirm or deny that's normal, it does look quite reasonable imo
<Tsvetan> maybe it breaks some hopes for A20 servers ;)
<oliv3r> nah, 330 is still quite nice
<oliv3r> some driver tweaks can up that a bit; mbus tweaks too probabl
<oliv3r> Montjoie: your driver seems okay for 3.4 (!TOUCHSCREEN_SUN4I_TS i mean) i'll try to look it later; also it should work for A10 equally, so don't make it sound like it's a A20 only thing
<Tsvetan> I see imx6 gigabit interface also doesnt make 100MB/s
<oliv3r> ofcourse that has to be confirmed ;)
<oliv3r> Tsvetan: i think my intel NIC's doa bout 90 MB/s
<Montjoie> oliv3r, if it is confirmed, I will rename cleanly all functions
<mnemoc> MB or Mb?
<Montjoie> The real great question is the calibration of temperature output
<Tsvetan> what about other ARM devices with Gigabit interface?
<oliv3r> mnemoc: MegaByte /s :)
<oliv3r> stekern: i don't own any so can't say
<Tsvetan> where A20 stands among them
<oliv3r> raspberry pi is 100mbit via USB :p
<mnemoc> so MBps
tzafrir has left #linux-sunxi ["Leaving"]
<oliv3r> yep, MB/s :p
<mnemoc> ^^
naobsd has joined #linux-sunxi
ykchavan has quit [Ping timeout: 256 seconds]
Turl has quit [Ping timeout: 240 seconds]
Turl has joined #linux-sunxi
<hramrach> 330Mbit is ok
<hramrach> you get ~400Mbit with cheap realtek on a PC
<hramrach> and there is no place to source/sink more bandwidth on an A20, anyway
Soru_ has quit [Read error: Connection reset by peer]
Soru_ has joined #linux-sunxi
ykchavan has joined #linux-sunxi
piscodig has quit [Read error: Connection reset by peer]
jemk has quit [Ping timeout: 240 seconds]
piscodig has joined #linux-sunxi
<Montjoie> Does someone know if two driver can claim the same IOMEM or IRQ at the same time ?
ykchavan has quit [Read error: No route to host]
ykchavan has joined #linux-sunxi
Soru___ has joined #linux-sunxi
Soru_ has quit [Ping timeout: 246 seconds]
zetaneta has joined #linux-sunxi
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
iamfrankenstein has joined #linux-sunxi
hhaddow has joined #linux-sunxi
hhaddow has quit [Client Quit]
zetaneta has quit [Ping timeout: 256 seconds]
djahma has quit [Read error: Operation timed out]
fredy has quit [Excess Flood]
fredy has joined #linux-sunxi
ykchavan has quit [Ping timeout: 240 seconds]
vicenteH has joined #linux-sunxi
wingrime has joined #linux-sunxi
Gerwin_J has quit [Read error: Connection reset by peer]
Gerwin_J has joined #linux-sunxi
rellla2 has quit [Quit: Nettalk6 - www.ntalk.de]
ykchavan has joined #linux-sunxi
rz2k has quit []
massi_ has quit [Remote host closed the connection]
FR^2 has quit [Quit: Connection reset by peer]
eebrah|noPC has joined #linux-sunxi
eebrah|noPC has quit [Ping timeout: 248 seconds]
rellla has joined #linux-sunxi
atiti has quit [Ping timeout: 245 seconds]
ykchavan has quit [Ping timeout: 256 seconds]
panda84kde has quit [Quit: Konversation terminated!]
djahma has joined #linux-sunxi
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
<aep> is there any hardware watchdog implemented for the A20?
n01 has joined #linux-sunxi
<n01> yo
eebrah|noPC has joined #linux-sunxi
ykchavan has joined #linux-sunxi
<oliv3r> hey hey hey
<oliv3r> aep: yep, n01 wrote it
<oliv3r> Montjoie: even if they could they really shouldn't
<montjoie[home]> it is what I think for IOMEM
<aep> oliv3r: n01: whats it called? couldnt find it in menuconfig (hardware watchdog driver)
<oliv3r> aep: should be right under sunxi watchdog
<aep> nop
<n01> aep: what
<aep> maybe not in sunxi-3.4 ?
<n01> aep: mainline
<n01> not in sunxi kernel
<aep> oh
<aep> well i kinda need the sunxi kernel.
<n01> aep: port it it fairly easy
<aep> yo. which file?
<montjoie[home]> the SUNXI_WDT depends on ARCH_SUN4I || ARCH_SUN5I
<montjoie[home]> so no watchdog for cubieboard2
<montjoie[home]> for example
<oliv3r> 3.4 should have wdt
<oliv3r> since mainline wdt was inspired by the AW wdt was it not?
<n01> montjoie[home]: I have to fix that
<n01> yep in sunxi-3.4 there is hno wdt
<oliv3r> there might be a few drivers needing porting from lichee-3.3 to 3.4 with regards to the a20
rz2k has joined #linux-sunxi
drachensun has quit [Quit: Leaving]
akaizen has quit [Remote host closed the connection]
geecko has joined #linux-sunxi
<Turl> ohai
<hramrach> ohai
<oliv3r> haio
<Turl> EDGE is slow even for irssi :p
<oliv3r> lol
eebrah|noPC has quit [Read error: Connection reset by peer]
<hramrach> heh, on hte edge of slowness
<Turl> I'll be back with my cablemodem in a couple of hours :p
<hramrach> the mobile data is just disappointing. Better than nothing but not that much
djahma has quit [Quit: Leaving]
<Turl> I have 3G coverage on the road but my phone doesnt support that band
woprr has quit [Quit: Ex-Chat]
woprr has joined #linux-sunxi
akaizen has joined #linux-sunxi
akaizen has quit [Ping timeout: 264 seconds]
deasy has joined #linux-sunxi
discopig has joined #linux-sunxi
piscodig has quit [Ping timeout: 264 seconds]
<hramrach> how do I trun on VGA?
mcbrick has joined #linux-sunxi
<hramrach> I tried editing disp_init but it does not cut it
<aep> can i reload the display configuration in the fex during runtime?
<hramrach> no
<aep> awesome
<aep> try and error takes forever
<hramrach> reboot is fast
<hramrach> but you need some idea what to put ther and I am kinda out of ideas now
<aep> noa idea for vga
<aep> try checking if it has power at all
<aep> might have wired it wrong or something
<hramrach> it wired from the factory but has not signal
<aep> debugging that alone took me two days (lvds tho)
<aep> vga?
<hramrach> yes, vga
<aep> which board is that?
<hramrach> cubietruck
<aep> isnt that an a30?
<oliv3r> a20
<aep> ah no. weird
jinzo has joined #linux-sunxi
jinzo has quit [Changing host]
jinzo has joined #linux-sunxi
<hramrach> hmm, it WorksWithAndroid(tm)
<hramrach> but the fex used with android does not work for booting from sd. the card never gets online :/
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
akaizen has joined #linux-sunxi
<aep> hramrach: so just copy the display section?
cubear has joined #linux-sunxi
<n01> oliv3r: in the dts everywhere is just allwinner,sun4i-<device> not allwinner,sun4i-a10-<device>
<n01> is it wrong?
<aep> anyone understands lcds and can tell me why lcd_vt should be twice as big as y ?
<aep> my screens spec say something similar, but i can't get it stable with those specs anyway
wingrime[emacs] has joined #linux-sunxi
<n01> aep: becouse usually you are worwing with 16bpp
<aep> yeah
<aep> but 16 * 2 isnt really 24
<aep> i get the same result if i just push half the pixels at half the frequency
<aep> i dont get how this works
geecko has quit [Read error: Connection reset by peer]
<aep> the specs of my display dont add up
<aep> it says horizontal total = 1010 clocks
<aep> with a footnote saying 2 pixels per clock
<aep> but its 1080 pixels wide
<aep> actually its 1920 wide
<aep> so should lcd_vt be 4040 ?
<Turl> n01, we use sun4i-device and sunNi-aNN-device forbnon sun4i
<Turl> ideally they would all be like the latter but we realised layte
<Turl> damn phone kbrd
<n01> Turl: so I left sun4i-device and change only for sun7i?
<n01> s/left/leave
notmart_ has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
Black_Horseman has quit [Changing host]
Black_Horseman has joined #linux-sunxi
notmart has quit [Ping timeout: 240 seconds]
rellla has joined #linux-sunxi
<aep> n01: btw there's very little information on how to drive a panel for lvds in that pdf
<aep> most of the timing explanation is for vga
iamfrankenstein has quit [Ping timeout: 240 seconds]
<n01> aep: I know, lvds is pain in the ass
<aep> timing is one page 25
<aep> but it doesnt work
<aep> i get flicker that looks like the timing is wrong
hramrach has quit [Remote host closed the connection]
<aep> like alternating colors on greyscale
<aep> i assume the difference between "active display period" and "total" is the porch. although i dont understand why the driver is whining and spitting out a formula that doesnt support those numbers
<n01> aep: no time to see that now, I have to fight with lvds in a couple of week
<aep> hm only occurs with greyscale. maybe this is something else
ykchavan has quit [Ping timeout: 248 seconds]
<aep> oh crap. how does greyscale even work? there is not enough bandwidth to code all the values
<aep> is it like some obscure magic "flip it on and off really fast" ?
n01 has quit [Ping timeout: 246 seconds]
Tsvetan2 has joined #linux-sunxi
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
Tsvetan has quit [Ping timeout: 252 seconds]
leviathanch_ has joined #linux-sunxi
speakman_ has joined #linux-sunxi
speakman has quit [Ping timeout: 245 seconds]
woprr has quit [Ping timeout: 245 seconds]
FDCX has quit [Ping timeout: 245 seconds]
popolon has quit [Ping timeout: 245 seconds]
leviathanch has quit [Ping timeout: 245 seconds]
\\Mr_C\\ has quit [Read error: Connection reset by peer]
montjoie[home] has quit [Ping timeout: 245 seconds]
woprr_ has joined #linux-sunxi
FDCX has joined #linux-sunxi
Tsvetan has joined #linux-sunxi
<Turl> yay, back to my hw keyboard
popolon has joined #linux-sunxi
montjoie[home] has joined #linux-sunxi
<Turl> n01: I'd do it that way
<Turl> n01: it's just a string anyway, if you get mripard complaining it can be fixed trivially :)
Tsvetan2 has quit [Ping timeout: 246 seconds]
Tsvetan2 has joined #linux-sunxi
Tsvetan has quit [Ping timeout: 268 seconds]
<oliv3r> hehe, real hardware > touchscreen
notmart_ has quit [Quit: notmart terminated!]
wingrime[emacs] has quit [Ping timeout: 264 seconds]
wingrime has quit [Ping timeout: 240 seconds]
cajg has quit [Ping timeout: 256 seconds]
focus_it has joined #linux-sunxi
ganbold_ has quit [Remote host closed the connection]
<focus_it> 3D acceleration working with Ubuntu 13.04 for EOMA68-A20 and Cubieboard2 http://www.gplsquared.com/eoma_boot/eoma_boot.html#Ubunt_13_04_3D
<focus_it> thanks rz2k and ssvb :)
<popolon> :)
<popolon> thank you too
<popolon> focus, you should try a lighter dekstop environnement than gnome
<popolon> it must get half of your ram ?
jinzo has quit [Quit: Leaving]
<focus_it> some of the many applications we have in mind, openbox is just 10000% fine :D
<focus_it> Cubietruck is coming with 2GB RAM - i might remake my SoM board with 2GB ram to get out problems with memory shortage
<focus_it> and thank you too popolon for hunting down all the relevant information in the first place!
<popolon> focus_it, do you made the board by yourself ?
<popolon> do you think that's possible or that's too expansibe to make a 4GB one ?
<popolon> not sure this is usefull on cubieboard2
<popolon> but if it can be used in a laptop
<focus_it> popolon: ultimately i can - but a lot of other guys help out and get things done faster than I can keep up :)
<popolon> but does the A20 support it ?
<popolon> I never seen ARM with 4GB ram
<focus_it> this was designed in 4 months by Dr. Ajith http://www.gplsquared.com/SoM2/SoM2.html - so i abandoned my plans and started helping him
<popolon> theory say every cortex A can manage 4GB, and A7/a12/15 with LPAE can manage 1 or 2 TB I believe
<popolon> but controler ?
<focus_it> popolon: some special server ones exist with >4GB RAM
<focus_it> i think dell or somebody bit like that do them already
<popolon> calxdera ?
<focus_it> good night - need some sleep...
<focus_it> i read the logs tomorrow morning for any feedback
focus_it has quit [Quit: Leaving]
popolon has quit [Quit: Quitte]
cajg has joined #linux-sunxi
rz2k has quit []