mnemoc changed the topic of #arm-netbook to: EOMA: Embedded Open Modular Architecture - Don't ask to ask. Just ask! - http://elinux.org/Embedded_Open_Modular_Architecture/EOMA-68 - ML arm-netbook@lists.phcomp.co.uk - Logs http://ibot.rikers.org/%23arm-netbook or http://irclog.whitequark.org/arm-netbook/ - http://rhombus-tech.net/
<WarheadsSE> Turl arokux_h hno busy day in here
<WarheadsSE> ccssnet: hah. 4 hours of server + modem & router on a 825VA pack
* WarheadsSE runs too much arm
<ccssnet> hmm
<hno> WarheadsSE ?
ka6sox-away is now known as ka6sox-here
<ccssnet> hno: see above where i talked about my router uptime compared to my modem on battery
<ccssnet> WarheadsSE: i am using raw 12v dc out though for battery backup. not using a AC battery backup that uses VA ratings
<hno> arokux_h, that's the hack that hardcodes machid & atags location ignoring what the bootloader says.
<ccssnet> 7500mAh battery
<arokux_h> hno, will you add it to bootloader?
<lundman> ok back at work, so what did I miss
<hno> the bootloader do set machid and atags location. This hack is just stupid.
<arokux_h> hno, so there is no need for it?
<hno> only needed to support loading kernel directly from allwinner bootloader without using a 2 line glue to set up registers correctly before starting kernel.
<hno> it's imho an ugly hack that should die a painful death. Those that need it need to solve it elsewhere (i.e. by using a 2 line wrapper to start the kernel)
<hno> that hack is one of the things that can never even be shown to upstream.
<hno> see comment above on what may be done here.
<arokux_h> hno, the comment at the beginning of head.S says no machine crap should be added here, so one should follow the advice :)
<arokux_h> :D
<hno> yes.
<arokux_h> yes, was thinking the same.
<arokux_h> hno, so do you have this 2 line glue already?
<hno> It's just to cut those lines out into a separate source file, and add a jump to the kernel location at the end. The nassemble it separately and ask the bootloader to load that one as first image and kernel as second image.
<hno> the allwinner bootloader can load any number of images into memory, and jump to the first.
<arokux_h> hno, I thought its U-Boot bootloader?
<hno> those using u-boot do not need to care about this.
<hno> as u-boot do set machid and atags per kernel boot specifications.
<hno> that hack only exists for those who insist on using allwinner original bootloader without u-boot.
penguin42 has quit [Quit: Leaving.]
<arokux_h> hno, didn't know that such a think as aw-bootloader exist.
<ccssnet> arokux_h: a few companies fork u-boot out, wondermedia has one also
<arokux_h> it's not a fork as I understood..?
<ccssnet> WonderMedia Technologies, Inc.
<ccssnet> W-Load Version : 0.19.00.03
<arokux_h> hno, I'm using http://hands.com/~lkcl/mele_uboot.img so I could safely delete this hack?
<ccssnet> hmph. no idea
<arokux_h> hno, just not sure what is really aw-bl
<Turl> hno: "allwinner bootloader" is uboot too
<hno> arokux_h, allwinner do have their own proprietary bootloader, Have nothing to do with u-boot.
<arokux_h> hno, I see. so with mele_uboot.img I'm safe to delete the hack?
<hno> I honestly have no idea what that u-boot img contains.
<arokux_h> hno, this answer is already enough. I then should compile and run an up to day bootloader, so I know *what* it contains
<hno> Allwinner had not requested a machid when sources was originally released.
<hno> Turl, allwinner bootloader is boot0 + boot1+ boot.axf, plus a bit more.
<arokux_h> hno, "AW had not requested a machid" <--- what does it mean?
<hno> arokux_h, that there is a lot of confusion on what machid to use in older sources.
<hno> they did not have a assigned number (getting one is one email away) so they just picked one, which is not the same they later got assigned.
<Turl> hno: that chainloads an allwinner uboot
<hno> Turl, it does not need to chainload u-boot. It can boot anything including Linux.
<Turl> yeah, I know, but they chainload their own uboot on most if not all cases
<Turl> to boot boot.imgs
<hno> yes.
<hno> I said the override for supporting the allwinner bootloader is an ugly hack that deserves to die a painful death.
<hno> it's all wrong, and not even needed for loading the kernel from the allwinner bootloader.
<ccssnet> hno is correct, chainloading one bootloader from another is pointless
* Marex catches fire
<Marex> hno: all machineID must die altogether!
<Marex> device tree is the one and only rightous way to go
<Marex> (TM)
<arokux_h> hno, are you sure the instructions on your wiki are correct? in section "How to make a bootable sunxi SD-card" it says u-boot.bin should be dd'ed, but there is no u-boot.bin, there is u-boot-spl and u-boot-spl.bin after compilation. should u-boot-spl.bin be used?
hipboi has joined #arm-netbook
<hipboi> arokux_h: SW prefix stands for softwinner
<hipboi> I have complained that misleading prefix
<hipboi> many times
<arokux_h> thanks, so hno was right.
<arokux_h> hipboi, how is cubieboard?
<hipboi> you need to ask cubieboard
<hipboi> is him here?
cubieboard has joined #arm-netbook
<lundman> yes
<cubieboard> hi
<Turl> cubieboard: are you hipboi? :)
<arokux_h> actually I was asking about http://cubieboard.org/
<cubieboard> arokux_h: cubieboard will be available next week
<Turl> IP gives you away, just saying :)
<arokux_h> want somebody to buy Mele A1000? :)
<Turl> cubieboard: nice, do you have an updated picture of it?
<arokux_h> almost unused!
<Turl> arokux_h: it makes a nice server if you ask me :)
<arokux_h> Turl, want it?
<Turl> arokux_h: I already have a A2k
drynish has joined #arm-netbook
<arokux_h> cubieboard, is cubieboard enough for kernel hacking?
<hno> arokux_h, there is u-boot.bin in top level u-boot directory.
cubieboard has quit [Ping timeout: 245 seconds]
<hno> arokux_h, and spl/sun4i-spl.bin is the spl. You need both.
<arokux_h> hno, indeed. was looking in spl only.
<arokux_h> thanks
cubieboard has joined #arm-netbook
<arokux_h> cubieboard, cubieboard seems to have everything that mele a1000 has
<cubieboard> arokux_h: yes, it's enough for kernel hacking
<cubieboard> and also has what mele doesn't have
<cubieboard> like user gpio pins
<arokux_h> cubieboard, so it is even better then mele?!
<cubieboard> like some sensor boards in the future
<cubieboard> no case for cubieboard currently
<arokux_h> cubieboard, I do not need one. I use mele without a case
<arokux_h> :)
<arokux_h> and mele has only 300Mb of RAM!
<hno> arokux_h, for hacking cubieboard is nicer.
<Turl> arokux_h: eh? mele has 512
<hno> yes it has 512, of which ~300 is available in normal usage.
<Turl> not really
<Turl> emilio@laptop:~$ ssh mele free
<Turl> total used free shared buffers cached
<Turl> Mem: 510956 469192 41764 0 31972 407236
<Turl> :)
<hno> I said normal usage.
<Turl> you mean android?
<hno> I mean with framebuffer, gpu and video decoder engine enabled.
<arokux_h> cubieboard will have 1Gb.
<Turl> well that makes the cubieboard have ~800M if you want to compare then
<hno> yes
<arokux_h> hm.. I need to find somebody to sell my mele to :$
<hno> cubieboard do not have PB JTAG, right? Or is those pins available on GPIO headers?
<arokux_h> cubieboard, also what about wifi and the size of nand?
cubieboard_ has joined #arm-netbook
<cubieboard_> hno: no jtag pins
<cubieboard_> hno: jtag on pf
<cubieboard_> arokux_h: no wifi
<cubieboard_> arokux_h: no nand by default
<cubieboard_> arokux_h: two mmc slot
<cubieboard_> one for os, one for storage
cubieboard has quit [Ping timeout: 245 seconds]
Boulet has joined #arm-netbook
<lundman> needs 5-6 sata for raid :)
<hno> lundman, you won't find that in a tablet oriented soc.
ka6sox-here is now known as ka6sox-away
<arokux_h> pf?
<arokux_h> (jtag on pf)
<cubieboard_> arokux_h: mux with sdcard pins
<arokux_h> good night guys.
<hno> cubieboard_, which pins will be available on the gpio extension headers?
arokux_h has quit [Remote host closed the connection]
<cubieboard_> hno: will be available as a diagram
<cubieboard_> hno: besides the schematic will be pulic
<hno> nice!
<cubieboard_> not sure what's the definition of "open hardware"
tuliom has quit [Ping timeout: 276 seconds]
<cubieboard_> so we don't regard cubieboard as open hardware now
<cubieboard_> but will open what we can open
<hno> open hardware requires schematics and preferably PCB design as well to be published under a license that allows reuse and customization.
<cubieboard_> another concept is copyleft hardware
<cubieboard_> interesting
tuliom has joined #arm-netbook
cubieboard_ has quit [Quit: Page closed]
hipboi has quit [Quit: 暂离]
tuliom has quit [Quit: Konversation terminated!]
hipboi has joined #arm-netbook
<drynish> is it the good place to talk for the Mele?
<Marex> yes
<hipboi> drynish: here is even a mele tv box seller
<Turl> hipboi: the newer mali libs have been working perfectly so far :)
<hipboi> Turl: good : )
<Turl> hipboi: the "Spirits" game from Humble Bundle works really nice on A10+Mali https://www.youtube.com/watch?v=xsiwROHN35c&feature=player_embedded
<lundman> crikey, allwinner took a bit of a beating from xbmc i see
<furan> as they should have
<furan> hipboi why is allwinner giving the xbmc guys the runaround anyway
<hipboi> furan: i am not sure
<furan> hey I figured out how the nand table entries are defined :)
<hipboi> furan: congraduations
<furan> upgraded a device to 64gb nand
<hipboi> can you add it to the wiki?
<furan> working on it
<hipboi> really great
<L84Supper> anyone know which PCB layout software was used for the Cubieboard layout?
<hipboi> about xbmc apparently the market of allwinner doesn't have a good communication with the software
<Turl> L84Supper: pretty sure hipboi knows
<furan> oh I see. so the xbmc guys are mainly talking to marketing
<hipboi> furan: maybe one cedarx lib developer
<hipboi> i am not sure
<hipboi> but the fact is in allwinner nobody want to do extra job
<hipboi> if something can work, they don't want to improve it, update it
<L84Supper> the reference PCB from alwinner used an ancient version of PADS IIRC
<hipboi> allwinner is very product oriented
<furan> yeah. xbmc will sell more allwinner cpus, which will result in more orders. but I am not sure that is evident enough, or if allwinner maybe already has too many customers right now
<hipboi> furan: yes
<hipboi> xbmc will sell more chips, but they can't see like
<L84Supper> too many customers? FAB problems?
<hipboi> they can't see it
<hipboi> they only see orders
<furan> makes sense
<hipboi> how many orders do you have?
<furan> someone should make a petition where people sign it saying they'll buy an allwinner device if allwinner helps the xbmc devs
<hipboi> if you have enough like 100k, you can get support
<furan> then they could see that they will at least get a percentage of that
<furan> don't think it would be 100k though
<Turl> OMX will be less maintenance, no merging and fixing weird player code into android
<Turl> I hope they actually see that one and it's not marketing speak from Eva
<Turl> even if its only for sun6i or w/e
<furan> what is OMX?
<Turl> OpenMAX
<furan> oic
<Turl> from the same people doing OpenGL, OpenCL etc
<furan> nods
<hipboi> Turl: the android source code of allwinner breaks other platforms
<Turl> yeah it needs a lot of #ifdef hipboi
<hipboi> they don't like to change to fit the standard
<Turl> if they used OMX on the other hand, they wouldn't even need to touch the android framework
<furan> guessing marketing sells current product and dev is completely focused on new product
<furan> e.g. no dev support really
<Turl> L84Supper: I think I heard of some people getting it
<Turl> not sure tho :| memory is crap these days haha
<L84Supper> Turl: just wondering if the boards actually work or are still buggy
<Turl> L84Supper: why would they be buggy?
* furan has dev boards still in boxes
<L84Supper> bad silicon, poor board design, etc etc
<L84Supper> just like the imx6 dev boards
<furan> fell off the back of the silicon truck
<Turl> looks professional :P
<furan> is there a good photo of the back an allwinner chip that charts out the bga pins?
<Boulet> furan, there is a datasheet for that, no ? :)
<furan> I want to change the voltage input for one of the usb ports from 3.3v to 5v
<furan> there is but it does not have the pretty picture I am asking for
<Boulet> a picture would just show you a lot of dots hahahaha
<L84Supper> there's an A10 shortform data sheet floating around with pinouts
<furan> Boulet: I stare at bga pictures of fpgas all the time
<furan> so, no, it wouldn't
<Boulet> furan, i am curious what you would see other than the balls themselves ?
<Boulet> i have some A13 chips with me, but no A10 anyways
<furan> I am talking about a picture that shows pin names instead of balls
<Boulet> ah, yeah i thought the datasheet would do...
<Boulet> they have all the pins in 2 pages
<Boulet> 4 quadrants
<furan> yeah hunting through it :)
<Boulet> ah good :)
<furan> I will probe the board to see if I've got it sorted
<furan> thanks
<Boulet> probably not too easy to do mods, you have good soldering skills i suppose ! :o)
<furan> I have good tools, a fancy microscope with a camera and fine iron
<Boulet> nice
<Boulet> i am considering to buy one of those microscope with camera and display
<furan> they're not too costly. I got a stereo boom one with a camera port, and then got a 11? megapixel camera that has a little tiltable lcd attached
<furan> so I can just stare at the lcd above the scope while I solder
sspiff has joined #arm-netbook
sspiff has quit [Changing host]
sspiff has joined #arm-netbook
rellla has joined #arm-netbook
popolon has joined #arm-netbook
popolon has quit [Quit: Quitte]
Quarx has joined #arm-netbook
popolon has joined #arm-netbook
Quarx has quit []
Vayu has quit [Ping timeout: 246 seconds]
tavish has joined #arm-netbook
Quarx has joined #arm-netbook
Vayu has joined #arm-netbook
sspiff has quit [Remote host closed the connection]
<Boulet> furan, seems very convenient indeed
hipboi has quit [Quit: 暂离]
sspiff has joined #arm-netbook
ka6sox-away is now known as ka6sox
TomNL has joined #arm-netbook
<TomNL> hey guys, anyone familiar with android_external_cedarx
<TomNL> CedarXPlayer.cpp -> this is a basic player interface for cedarx?
sspiff has quit [Ping timeout: 276 seconds]
hipboi has joined #arm-netbook
sspiff has joined #arm-netbook
sspiff has quit [Changing host]
sspiff has joined #arm-netbook
drynish has quit [Ping timeout: 260 seconds]
tavish has quit [Quit: leaving]
furan has quit [Ping timeout: 244 seconds]
furan has joined #arm-netbook
CIA-16 has quit [Ping timeout: 240 seconds]
furan is now known as Guest43356
CIA-16 has joined #arm-netbook
ZaEarl has quit [Ping timeout: 245 seconds]
<rz2k> https://github.com/allwinnerwk is "official" android repo from allwinner, right?
<WarheadsSE> wow that account is a flipping mess.
<rz2k> they've just pushed jb-exdroid
uwe_ has quit [Ping timeout: 248 seconds]
uwe_ has joined #arm-netbook
<rz2k> exdroid-ics was ly-f1 android in sources, so...
<WarheadsSE> ah
<WarheadsSE> looks like they are pushing a lot atm
<rz2k> i remember sztupy from XDA did normal kitchen and mirrored all that from allwinnerwk
* rz2k casts Turl as local android guy
<WarheadsSE> looks like they are pushing JB to all the major branches?
<rz2k> yeah
<rz2k> I'm subscribed to that and I have 3 pages of mess at github, lol.
<WarheadsSE> lol
<WarheadsSE> cait wait for that notification email..
<specing> Wait, is allwinner opening up? Unprecedented.
<Mazon> I'm confused too
<rz2k> allwinnerwk came up when 3.0.8 leaked I think
<specing> What is the "wk"?
<rz2k> dont know, maybe hipboi knows?
<hipboi> wk
<hipboi> the name of one market guy of allwinner
<hipboi> the pm of A10
<specing> pm?
<rz2k> product manager?
<specing> wait
<specing> marketing
<specing> released
<specing> the source?!
* specing is confused
<specing> \o/
<rz2k> they probably have pro-marketing guys
<rz2k> :D
<specing> Or maybe they finaly figured out why it is good to outsource work
<hipboi> maybe he just made a mistake
<hipboi> :)
<TomNL> well if he made a mistake, we should clone fast?
<Mazon> I'm hoping for the former ... would be a shame to disregard allwinner
<Mazon> I'l already looking at amlogic
<Mazon> seems to be the best bet
<specing> Hehe, Im not sure it is possible to uncommit anything on github
<Mazon> ignoring lukes warnings, ofc
<Mazon> isn't that kinda the purpose of VCS ?
<TomNL> well he could close down the account...right?
<hipboi> clone fast first
<specing> hipboi: :)
<hipboi> about xbmc, my workmate Chen xiaochuan
<hipboi> made a mistake about the #ifdef
<hipboi> which leads the lib uncompiled
<hipboi> so the checksum is the same
* specing prepares the gallows
<ccssnet> that really is a horrible github account...
<TomNL> so hipboi: they got newly compiled libs now
<hipboi> i am not sure if the new lib is sent to gimli now
<TomNL> ah ok, but there is still progress ongoing :)
<TomNL> let's hope j1nx and gimli still have some energy left to work with allwinner ;-)
<ccssnet> looking once at that github account... its enough to drain all the energy from the nile
<phh> there is nothing interesting in that github account
<phh> arf, all repos aren't shown
<phh> yeah well ctrl-f in that is not easy :p
<L84Supper> http://www.logicpd.com/products/system-on-modules/dm3730-torpedo-wireless-som/ I forget if these came up here or not before. DM3730, 512MB, 15mm x 33 x 3.8 module
<L84Supper> single core 1GHz cortex A8
<WarheadsSE> if it werent so expensive :p
<WarheadsSE> ~ $300USD
<L84Supper> yeah, no real winner yet
<phh> two years later, best is still ac100 ...
<phh> wait what.
<phh> ok i thought it was a netbook not a som -_-'
<rm> haha
<L84Supper> a netbook is easy enough to make but I've been busy with other things
<rm> from the price it could've been a netbook yes
<rm> an expensive one too
<L84Supper> maybe a kickstarter for an ARM netbook done right....hhmmm ?
<L84Supper> I really don't know if there is a market for more than a few K's of developers that would eve care
<RITRedbeard> i want to start a kickstarter to get my college education finished
<L84Supper> nobody seems to mind having a closed ecosystem in exchange for bragging rights for a status symbol mostly used to waste time
<L84Supper> RITRedbeard, it's worth a shot, that NJ grandmother raised >$500K for a vacation
<RITRedbeard> seriously?
<RITRedbeard> sooooo these guys are gonna get more time than Madoff and Eben Upton put together I would guess
<RITRedbeard> both ponzi scheme masters extraordinares
<L84Supper> make a vid of you getting bullied at college or something
hipboi has quit [Remote host closed the connection]
<rm> ...REALLY?
<rm> an ARM server with 11 fans?
<RaYmAn> and eight quad core SoM's, lol
<rm> sorry, 9 fans :)
<RaYmAn> if you count PSU fan, you get 10
<L84Supper> I don't see any conductive cooling plates on the SOC's so it looks like forced convection cooling only
<L84Supper> thermal management is probably a mystery to them anyway, so they just slap on tiny fans that get clogged with dust in 6 months
<L84Supper> the SOC's run hotter and die sooner, probably just after the warranty is up
<L84Supper> so maybe they do understand and just build in the obsolescence
chz_ has joined #arm-netbook
xxiao has joined #arm-netbook
Byan has quit [Read error: Connection reset by peer]
tavish3 has joined #arm-netbook
Quarx has quit []
<ccssnet> L84Supper: lol
<ccssnet> i do agree that the fans will be an issue
<ccssnet> would much rather see a big alluminum or copper plate
<ccssnet> with fins
<ccssnet> and 1 or 2 fans on that
Quarx has joined #arm-netbook
<Mazon> does anyone know if the Geniatech ATV1200 or clones have come out yet ?
Quarx has quit []
chz_ has quit [Quit: Leaving]
<popolon> looks like DVI is reall dead ? lot of device with VGA & HDMI
<traeak> hdmi -> dvi-d adapters are cheap and available
<traeak> just lose the sound
<popolon> oh :)
<popolon> ok, there are generally (but on PC-on-a-stick) rca output on those little devices
<popolon> with audio
<traeak> ouch pricing isn't exactly great
<RaYmAn> hacky audio :P Not all tv's etc support getting audio seperate from HDMI signal
<popolon> in fact I d'ont have TV, so that's not a problem for me :))
<popolon> Mazon, do you know wich SoC is in the Geniatech ?
simonckenyon has quit [Remote host closed the connection]
<popolon> Cortex A9@1.5GHz as CPu after their site, no more information
<WarheadsSE> Mazon: idk if they are available yet, unsure of their CPU. Arch Linux ARM does have the ATV310B
<traeak> and these soc's are small package, few connectors, etc. if you want gazillions of connectors you'll have to get a PC
simonckenyon has joined #arm-netbook
<popolon> does someone know if there is this kind of device with video-in connectors ?
simonckenyon has quit [Read error: No route to host]
simonckenyon has joined #arm-netbook
<Guest43356> sup
Guest43356 is now known as furan
<rm> finally built a booting kernel again :)
<furan> :D
<rm> I tried to enable USB serial dongle support and multimedia (for USB webcams), also a couple of other changes, some sunxi-related
<rm> likely a bad idea
<rm> 3 rebuilds and none booted
<rm> and I don't really want to open this particular MK802 for serial console
<furan> are you monitoring serial?
<furan> oh, why not? super easy to open
<rm> I opened one, and I think it's really hard to avoid visibly-damaging the case during opening
<furan> I just ordered two because I killed one soldering new nand to it
<rm> maybe I'm just way too clumsy :)
<furan> been there
<RaYmAn> rm: what, you actually expect any kind of warranty on it? :P
<rm> sooo, as a start I decided to just take my working config and rebase from 3.0.31 to 3.0.39
<rm> that worked
<furan> with the one I have I snapped off the usb port when I was taking it out of its case because I wasn't paying attention. soldered it back on and didn't kill any traces thankfully
<furan> but getting 2 more today
<rm> RaYmAn, I might want to sell it, dunno
<furan> one I'll keep pristine, the other I'll solder a nand socket to
<rm> I have two MK802s, one is in "production" use and generally works (unopened); and the other has problems booting from SD, and I opened that one
<furan> haha wrong choice!
<furan> you want sd to save your butt
<furan> imho
<rm> furan, wat
<RaYmAn> as long as you have usb you're mostly fine (assuming your nand works ;)
<rm> the second one does not boot from SD, period
<rm> read my saga on the mailing list :p
<rm> the only way to get it to boot Linux was to put my kernel image into NAND
<rm> well, the SD works for root FS
<furan> what I meant was, I would have used the device with working sd as the one you crack open, because you will be working on that one more and booting from sd can save you butt
<rm> just the uBoot SPL can't detect SD to load uBoot
<furan> but I am just getting into this stuff still
<furan> you/your
gimli has joined #arm-netbook
rellla has quit [Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347]]
<TomNL> gimli: did you get any update from allwinner, about wrong ifdef's in lib compiling?
<furan> grep the source code for @allwinner.com and just start emailing everybody
<gimli> TomNL: they where just lying to us. they clamed to make changes and then they send me old crap
<gimli> TomNL: fucking assholes from Allwinner
<furan> probably just marketing guys maaan
<TomNL> gimli: hehe...but hipboi said today his colleague made a mistake while compiling..forgot to turn on/of ifdef
<TomNL> <hipboi> about xbmc, my workmate Chen xiaochuan
<TomNL> <hipboi> made a mistake about the #ifdef
<TomNL> <hipboi> which leads the lib uncompiled
<furan> yeah but wouldn't it have a different crc due to different timestamp
<TomNL> <hipboi> so the checksum is the same
<furan> like not exactly the _same_ timestamp
Boulet has quit [Quit: zzzzzzz]
<TomNL> well not if not compiled at all..and just send old libs thinking it got compiled....
<gimli> i still believe that they where lying. the file date and md5sum was the same
<RaYmAn> furan: crc is contents only...File date is another matter of course.
<gimli> quite unbelievable that there was something new compiled
<rm> don't assume to malice what can be explained by incompetence :P
<furan> I thought file date was part of the file
<xxiao> gimli: it might be just a stuipd mistake, don't over-estimate some eningeer's capability
<gimli> if allwinner did something wrong they are wellcome to excuse themselfe.
<TomNL> true true...i was just wondering if they contacted you again...now hipboi gave this info
<RaYmAn> furan: it's metadata stored by the fs.
<furan> RaYmAn: and archives store that metadata?
<gimli> xxiao: but i can over-estimate being ignored when asking questions
<RaYmAn> furan: yes
<furan> got it, thx
<RaYmAn> well, not *all* archives obviously, but they often do.
<RaYmAn> :)
<furan> sure
<xxiao> gimli: for that i'm sure if you ask them questions you will be more likely getting answers
<xxiao> i was told by some chinese developers, that it took long time for them to reply email in english
<xxiao> imagine you have to reply their chinese emails,
<xxiao> s/questions/questions in chinese/
<gimli> and, i'm austrian. my native language is german
<xxiao> i think language remains to be one major barrier when certain chinese IC tries to embrace OSS
<furan> I've been helping make some allwinner based products better by patching drivers, so the guy selling these products contacted me and offered free hardware. so I told him here's what I need to know (he offered to talk to the companies since he gets a lot of their stuff). he listened one thing and responded about it and completely ignored the rest. the one thing was for his most profitable device.
<furan> it was really upsetting, he has done that with every mail I've had with him
<gimli> also the question for a ChangeLog and getting none is more than strange. they should know what they changed
<gimli> all in all it doesn't look like a simple mistake
<thefrog> we had hardware manufactuered in china for a while.. we'd always get these strange lies about something that was clearly not what they said...
<phh> i understand making a changelog could be complicated ...
<thefrog> it was like a stalling tactic
<furan> I really like a lot of the hardware I get from china and don't want to apply a stereotype
<thefrog> we'd have to start over and explain the problem like the lie had never happened
<furan> but I do not have good experience in communication
<TomNL> I understand all this, but untill now hipboi mostly told info that is true
<furan> hipboi might be getting lied to as well
<gimli> from my point of view Allwinner fucked it up. extrem unprofessional. maybe i reconsider my standpoint when they excuse themselfe ;)
<gimli> since last week when i stated that they did nothing and lyed to us, the got silent again and no message from them.
<furan> it makes me wonder if you are working with the wrong people there
<gimli> also, the wrong #ifdef. the filedate muast cahnge. the #ifdef means source canges. but it didn't
<furan> marketing or something
<Turl> I heard jelly in here? :P
<xxiao> on the other hand, what's alternatives for A10
Vayu has quit [Ping timeout: 252 seconds]
<thefrog> I donno. when we worked with chinese manufactueres.. they lied all the time. we only made progress by asking over and over for what we needed. they never owned up to any of the lies.
<furan> I really like the a10 stuff because even though they are secretive, it feels more open and hackable
<furan> it's easy to modify a10 hardware to do cool stuff
<xxiao> i used to check am335x unitl i saw A10, but am disappointed by A10 as well
<xxiao> s/unitl/until/
<ibot> xxiao meant: i used to check am335x until i saw A10, but am disappointed by A10 as well
<thefrog> I ordered a pivos .. shipped today.
Quarx has joined #arm-netbook
<thefrog> not sure what to do with the A100 under my TV
<furan> that amlgic was interesting
<furan> amlogic
<xxiao> amlogic can not compete with A10 by price, meanwhile AML used to power problems
<furan> power problems? as in cpu?
<traeak> and i've seen comparative reviews, the a10 and amlogic cortex a9 are about equal on performane
<xxiao> right, if A8 can do the job fine I don't care if it's a quad-core-A9 which has large leakages
<xxiao> Rockchip is even more closed, AML is no better, while A10 is not perfect but I have yet to find alternatives, hope i missed something
<gimli> fuck allwinner for xbmc, they are no reliable company for development
<traeak> cedarx still jacked, nice
<jelly-home> gimli: which hw vendor is, in that price range?
<Turl> xxiao: if you want more source you end up needing to go with the 'big guys' (TI, QCom to a lesser extent)
<gimli> jelly-home: amlogic
<xxiao> Turl: Qcom is a no-no, TI still looks a good option, Freescale might think dealing with small players is a waste oftime
* xxiao avoids Qcom/Bcom/Marvell at all costs
<Mazon> popolon: WarheadsSE : afaik, the geniatechs are amlogic mx
<Mazon> at least atv1200 and atv1600
<WarheadsSE> yeah, idk about the one specific to the 1200/1600 though
<WarheadsSE> the 310B is an amlogic single
<Turl> xxiao: another option to consider is Ericcson
j1nx has joined #arm-netbook
Quarx has quit []
<Turl> (ST Ericcson that is)
<j1nx> evening
<Turl> or Ericsson or however you spell it :P
<Turl> evening j1nx
<xxiao> Turl: not sure about that, i heard that portion is IC biz was for sale?
<xxiao> s/is/of/
<ibot> xxiao meant: Turl: not sure about that, i heard that portion of IC biz was for sale?
<Turl> xxiao: no idea
<Turl> they have http://www.igloocommunity.org/ though
<xxiao> Turl: they really don't have the tech-know-how in house, i think they just contracted the devel to Linaro
<xxiao> unlike TI/FSL/Qcom/etc who has its own R&D team
<j1nx> does anybody have a good link to check out the differences between 8726-M1,M3,MX ?
<Turl> might've been, linaro is good anyway :P
<arokux> hi, which file do you have on your first fat partition?
<arokux> s/file/files
<Turl> usually kernel, script.bin
<Turl> and the boot.scr file for uboot
<arokux> so 3 files?
<j1nx> initrd
<j1nx> makes 5
<j1nx> 4
<arokux> should I have initrd?
zoobab_ has quit [Quit: leaving]
<j1nx> depends on you rootfs
<arokux> and this one: mele-a1000.bin?
<RaYmAn> hmm.. Next linaro connect is just around the corner from me
<j1nx> rename to either evb.bin or script.bin
zoobab_ has joined #arm-netbook
<zoobab_> hi
<Turl> RaYmAn: allwinner people went to the previous one :P
* RaYmAn so has to see if he can sort it out with $workplace to go there
<RaYmAn> heh
<Turl> hi zoobab_
<arokux> Turl, they couldn't speak english anyway
<Turl> true that
<RaYmAn> minor details =P
<arokux> does anyone here want to buy a mele 1000?
<zoobab_> @arokux why not
<arokux> shit, I've booted to the root console: sun4i#
<arokux> oh no, it's u-boot console
<arokux> it expects mele_stock.bin, not script.bin...
tavish3 has quit [Read error: Connection reset by peer]
<arokux> hm.. I've renamed script.bin to mele_stock.bin, but it still cannot find it.
<arokux> Unable to read "mele_stock.bin" from mmc 0:1
<furan> xxiao: I thought rockchip and allwinner were the same
<furan> e.g. rockchip a10 = allwinner a10
<furan> oh no
<furan> boxchip
<arokux> that's funny! my file manager hasn't renamed the file...
Tsvetan has joined #arm-netbook
<Tsvetan> hi
<arokux> zoobab_, you want to buy a mele?
<WarheadsSE> arokux: ?
<WarheadsSE> just not into the A1000 ?
<arokux> WarheadsSE, cubieboard should be enough for kenel hacking.
<WarheadsSE> true
<arokux> and it costs the half
<arokux> without wifi, though
<WarheadsSE> but you already have the A1000 :p
<zoobab_> how much is it?
penguin42 has joined #arm-netbook
<arokux> I've got it for 85 EUR
<zoobab_> I have 3 A10 devices now
<zoobab_> how much do you sell it back?
<arokux> zoobab_, 70 (blush)
<arokux> zoobab_, but only after I have a cubieboard
<xxiao> furan: you're right, they're getting rid of boxchip naming though
<arokux> zoobab_, which country are u in?
<jelly-home> it's a second-hand electronic device. Going above 70% of original price is unusual
<furan> I confused rockchip with boxchip
<xxiao> that means the marketing guys did an excellent job
<arokux> jelly-home, well, I haven't included 15 EUR import tax.
<xxiao> furan: boxchip -- rockchip, A8 with A10 name, etc
<xxiao> the similarity in names, i believe, is intentional
<ccssnet> soooo many new embedded devices and chips. so hard to keep up
* ccssnet googles a few key terms
<jelly-home> arokux: it somehow feels nice that .de is charging exhorbitant taxes for imports just like .hr here does
<jelly-home> "nice"
<hno> gimli, who have you spoke to in Allwinner? Is all communication going via Eva as usual?
<Turl> hipboi said something about a work mate failing hard with an #ifdef
<gimli> hno: they gave us "weng jun hong" as contact. tryed to contact Eva but she didn't anwser direct.
<hno> Better not talk to Eva once you get another contact..
<hno> The only dealings with Eva should be to get the approval of talking.
<Tsvetan> I got several times incorrect information from Eva, it's not that she do not want to help she just couldn't
<gimli> hno: fuck it. when they started to mess with us last week, i put the allwinner support email in the CC. which should be read by Eav. i hate it when people think im a kid with no clue
<jelly-home> watch out for cultural impedance mismatches
<Tsvetan> it's more probably that people who know techncal details do not speak English and there is broken translation from the marketing
TomNL has quit [Quit: The Bersirc are coming! The Bersirc are coming! [ http://www.bersirc.org/ - Open Source IRC ]]
<xxiao> Tsvetan: agreed
<xxiao> i was told by two very good chinese engineers that sometimes it took hours for them to reply English emails, they want to make the syntax/grammar etc correct and it takes time
<xxiao> just imagine you're a western small IC company and now has a few chinese customers to support :)
<Tsvetan> my advice is to ask hipboi to check what is the situation as he know English and have technicall background
<furan> maybe find a translator service
<penguin42> hmm, I do know a couple of chinese tech guys; their English isn't too bad - they might not get the grammar perfect, but I can understand what they mean which is more important (but there again as an English only speaker, my grammer is pretty awful)
<penguin42> http://www.baserock.com/servers is an interesting ARM box
<phh> price's missing
<penguin42> yeh I noticed that :-)
<phh> and erm, 10Gbps ? seriously ?
<phh> i'm not even sure it can handle 1Gbps -_-'
<penguin42> phh: Why? that's 32 1.3GHz ARMs boiling down to a 10Gbps link
<phh> oh, i misread, it's 5Gbps between cpus and a global 10 Gbps
<phh> ok
<phh> i was pretty sure i read it was 10 Gbps for every cpu
<penguin42> anyway, a quad 1.33GHz ARM should manage 1Gbps easy
<penguin42> they seem to use these http://cogcomp.com/csb_csb1726.htm modules, which I'm curious how much they are individually
<phh> i wouldn't have thought cogent makes their own pieces ...
<phh> sounds totally logical though
<popolon> furan, Rockchip = Fuzhou Rockchip (Fuzhou municipality in Fujian province, near taiwan)
<popolon> Allwinner => Zhuhai (juste beside Macao)
<popolon> HiVision (for Huawai) => Shenzhen (just beside Hongkong)
<popolon> Huawei
<popolon> the last one do the more powerfull SoC on paper, but first devices should be sold in 1 or 2 month
<popolon> cortex A9 quadcore :)
<phh> i'd rather take a dual core cortex A15
<popolon> with mali T6xx :)
<Tsvetan> Huawei probably will use the SoCs for their own equipment and do not bother to sell to some smallish western companies
<phh> popolon: yeah whatever, current gpus are really quite good
<xxiao> Huawei will never deal with small players
<xxiao> you will be redirected to some distributors immediately
<xxiao> most of them can not spell linux fully
<xxiao> http://www.baserock.com/servers ... are those fans?
<phh> lol yes
<Turl> looks like i xxiao
<Turl> it*
<penguin42> xxiao: It's obvious to me which way the air is supposed to go
<penguin42> ^not !
<xxiao> check freescale's P5040, one chip does 20Gbps easily
<Turl> it's a half depth 1U
<penguin42> Turl: Supposed to be able to go back to back toget twice of them into 1U
<phh> xxiao: it's just not a poor arm -_-'
<Turl> yep 64 cores/1U
<xxiao> anyway the fans make me dizzy, nice try
<thefrog> is this a hadoop setup?
<penguin42> Turi: But then I really don't understand which way the air is supposed to go
<phh> xxiao: well, they wanted it to be as noisy as usual servers :D
<Turl> penguin42: to the bottom though the heatsink
<penguin42> phh: Interesting way to build a quadcopter
<phh> :)
<xxiao> another hi-tech oven
<thefrog> not sure how to pass a hot/cold audit with that setup
<phh> there are top 500W to evacuate + hard drives
<penguin42> thefrog: yeh, especially back to back
<phh> it's obvious it needs so many fans !
<xxiao> hard-drive is of no concern, it's said using SSD
<phh> well, 32 SSD
<thefrog> i had a hard enough time with my network switches that were left-right airflow (sides).
<phh> that still heats.
<phh> oh wait, 30GB ssd * 32, that thing is going to cost a kidney.
<xxiao> SSD is pretty cool all the time from my experience
<Gumboot> Is that eight separate logical machines, then?
<popolon> on most 1U server there is only heat exchanger on cpu
<phh> Gumboot: yes
<Turl> Gumboot: yes
* xxiao closes that tab, brain hurts
<popolon> and fans are in front and rear of the computer
<Turl> each one with a quad core cpu
<Gumboot> So, eight separate computers, each a fairly fast quad-core A9. So what's just one of those made out of? Whose SoC? What specs?
<penguin42> Gumboot: Armada XP
<phh> wow, it even has ecc
Tsvetan has left #arm-netbook [#arm-netbook]
<penguin42> it's a little mean on RAM/node, but other than that and the air flow it's quite nice
<penguin42> (oh and the missing price tag)
<Turl> Cogent CSB1726 Marvell® Armada® XP quad-core ARMv7-A CPU, 1.33GHz 2GB of ECC DDR3 RAM per node
<phh> i'm expecting something like 5k€
<Gumboot> Hm.
<Gumboot> What's the latency on DDR3 compared to DDR2?
<Gumboot> Or is the protocol the same?
<Gumboot> Needs more L2.
<traeak> i think ddr3 gets its rate through block transfers
<Gumboot> Don't like the sound of that.
<penguin42> if you can persuade page zeroing or a good memcpy to kick that into life it would be good
<Gumboot> Is page zeroing a notable concern?
<Gumboot> I've always wondered, but never tested.
<phh> Gumboot: ram latency hasn't changed since sdram ...
<phh> oh well, perhaps it has been /2
<Gumboot> phh: There's always the risk of it getting worse. The number of cycles is increasing, though, and that may be a liability in itself.
<Gumboot> And if things start getting optimised for bulk transfers, but there's nothing inside the chip to cache those, then it gets worse again.
<popolon> 2*8 = 16 GB of RAM, today there are 192 GB of ram servers with 24 cores Xeon (2*(6cores + hyperthreading)) @2,3 GHz and virtualization capabilities and you can put 2 of this blades on 1U, if there wasn't energy efficency that wouldn't be interesting at all.
<Gumboot> popolon: The complete split between clusters is probably a big performance benefit.
<Gumboot> Wasn't it in here someone was on about the virtualisation tax?
<popolon> 2GB of ram, hope there will not be lot of date
<popolon> data
<popolon> but that's interesting for little low cost servers
<phh> or just have fun :D
<penguin42> popolon: Yeh seems a bit tight
<phh> hum no, way to costly actually
<Gumboot> Well, this is one of not-so-many ARM SoCs with SATA for a high-speed swap interface, right?
<popolon> and no hot plug on the boards
<penguin42> Gumboot: The SoC will take upto 8GB
<xxiao> Gumboot: more and more ARMs are equiped with SATA
<popolon> so if one is dead, you need to stop the whole computer to replace him
<penguin42> Gumboot: http://www.dell.com/armserver is a different build using the same SoC
<popolon> (and to open it)
<popolon> lot of work
<xxiao> i think each ARM core can only handle 2GB?
<Gumboot> xxiao: But _real_ SATA, right? Not just SATA over USB?
<penguin42> popolon: I think the hope is you'll have an entire rack of them
<penguin42> xxiao: No
<xxiao> Gumboot: real SATA
<penguin42> xxiao: The Armada XP can deal with 8GB visible
<xxiao> check Freescale i.MX6, TI's DM814x/816x etc
<Gumboot> popolon: Also, it may be that with the lower power consumption the risk of failure is reduced accordingly.
<xxiao> for ARM to get out of portable domain, it's not about SATA, it's about interfaces such as pcie
<popolon> yes, but there is only a AC adapter, if it fail, the 8 computers fail
<penguin42> xxiao: The Armada XP has PCIe
<popolon> hand the adpater is not hotplug too
<popolon> lot of point of failure
<xxiao> i believe that, Armada and Calxeda(?) are the only two ARM-server-trials nowadays
<xxiao> i think HP is using Calexda? while Dell is using Armada, or the other way around, for server
<popolon> I wouldn't use it in production and have to run fast on the night to change it :)
<penguin42> popolon: If you've got a few racks of them it doesn't matter if the whole 8 board chassis goes pop
<penguin42> xxiao: Correct
<popolon> this mean the system will shutdown and have to be started on another computer :)
<popolon> good for loadbalanced clusters
<popolon> only
<penguin42> yeh
<popolon> this really reduce the field of usage
<xxiao> somehow i feel server is off-topic in netbook channel :)
<popolon> probably :)
<phh> why ? :D
<RaYmAn> people talk about netbooks here?
<RaYmAn> I've never seen that happen :P
<xxiao> i will use AWS to do that and don't care about what hardware it's running on, as long as it's not too expensive
<xxiao> RaYmAn: netbook, i guess it means light weight arm stuff
<phh> xxiao: i'm not sure this server is really light :p
<Turl> this should be #arm-devices or something :)
<Gumboot> I guess PCIe would do just fine, if only I saw boards that connected SATA to it.
<xxiao> arm-tablet, arm-devices, arm-servers...
<phh> #arm-stuff
<popolon> :)
<Turl> Gumboot: well these have mSATA
<xxiao> arm-ultrabook
<phh> :)
<phh> nice troll
<Turl> #armtastic
<Gumboot> I can't actually figure out from the wiki page what mSATA is.
<Gumboot> It sounds kind of like it's neither SATA nor PCIe, but associates itself with both.
<phh> just a different sata connector ?
<penguin42> Gumboot: My reading is it's SATA over an edge connector
<penguin42> Gumboot: Actually over a connector the same as a PCIe mini-card
<Gumboot> That would imply that all I needed was a passive adapter. That can't be right, because then the SoC's specifications wouldn't be qualified as mSATA because that would be down to what you soldered to the board.
<penguin42> shrug
<Gumboot> So how many SoCs offer PCIe, then? Any good ones? Anything from Samsung?
<penguin42> Gumboot: Some of the exynos chips from Samsung do
<penguin42> Gumboot: Ditto some of the nvidia tegras
<RaYmAn> iirc trimslice went usb sata because they couldn't get any PCIe sata working on tegra2
<Gumboot> What went wrong there?
arokux_h has joined #arm-netbook
<penguin42> RaYmAn: Yeh I can't remember seeing anything that used tegras pcie
<Gumboot> Actually, I'm starting to suspect there are serious difficulties with SATA.
<Gumboot> But I don't know what.
<penguin42> 'difficulties'?
<Gumboot> I don't know what. It's like some kind of Bermuda triangle of connectivity.
<Gumboot> I heard that i.mx5 had it, then it went away again.
<Gumboot> I guess firewire would be fine as well, but I don't see that happening.
<WarheadsSE> Gumboot: i think it is there on the imx6
<WarheadsSE> I'll have to double check
<Gumboot> Double-check what bus it's hung off of while you're at it.
<WarheadsSE> many of the marvel chips have sata or pcie that is used for it/usb3/etc
<WarheadsSE> when the n6x gets here, I will
<Gumboot> How far away is that, then?
<WarheadsSE> ~2 days
<Gumboot> I'll stay quiet about it until then, then.
<WarheadsSE> looks like integrated PHY
<WarheadsSE> I kow the armada platofmr has integrated sata as well
<Gumboot> Yeah, but integrated _how_?
<WarheadsSE> I know that from working with them on some projects.
<WarheadsSE> inthe SoC w/ PHY SATA 3.0G
<penguin42> Gumboot: I don't think it's sata that's magical bermuda triangle stuff - it's most high speed serial interfaces; the guys who know how to wiggle pins at gigabit speeds are special
<WarheadsSE> agreed, still don't know which bus it is hanging off.
<Gumboot> I think it's hanging things off the wrong bus that gave me such terrible experiences with Dell so many years back.
<xxiao> i'm scared by marvell, how friendly are they to the oss or small players?
<xxiao> for their media-centric(e.g. tablet) chips, i guess it will be fully closed
<xxiao> for kirkwood/server-arm chips, are they open sourced?
* Gumboot can ignore that, because he wants a headless box anyway.
<WarheadsSE> xxiao: I've had little issue with them so far, but then I am generally not dealing with gpu/etc
<xxiao> WarheadsSE: recall their first PLUGs had heat issues, are those a cpu issue or board/enclosure design issue?
<xxiao> nobody wants a server-fanless-device died of heat silently at home
<WarheadsSE> it all depends on a # of things
<WarheadsSE> but often, lets over-crank this and leave too-little dissipation
<WarheadsSE> But, for most consumer uses, they never hit that envelope
<xxiao> guess the first gen mk802 did something similar
<WarheadsSE> I wouldnt rule it out
<WarheadsSE> If you have something liek that, then crank near 100% CPU for extended periods, it need dissipation
<xxiao> best chip for me: lots usb port + sata + pcie
<xxiao> low power is good, fanless is enough
<WarheadsSE> then I would say you will very much like the plug that the SMILEplug is based on
<WarheadsSE> I can't talk much about it, but.. zippy
<xxiao> WarheadsSE: does it have pcie?
<WarheadsSE> pcie, 2xGbE. plus mmc/usb2&3/probably sata
<L84Supper> the conversation about allwinner engineers having problems with English is silly, they are making plenty enough profit to hire a tech translator
<L84Supper> allwinner is making the profit, maybe not the engineers
<WarheadsSE> And it's not just allwinner
<WarheadsSE> marvells aren't that much better
<Turl> "hire? will it make more monies? no? nowai"
<WarheadsSE> Mazon: ;) I know it doesn't
<WarheadsSE> i said the plgu it is _based_ on
<Mazon> aha!
<L84Supper> Turl, even by the hour
<xxiao> everytime i search marvell i got a 2-page marketing brief shit, TI/FSL gave you a 5000-page TRM instead
<WarheadsSE> xxiao: I can't give you or Mazon a tonne of information. It's a non-released platform & NDA's
<WarheadsSE> I can talk around it, but not really about it
<xxiao> WarheadsSE: i know that. they don't even sign NDA with small players
* WarheadsSE is small player
<arokux_h> how do you "turn off" your mele to write new kernel to the mmc? (not sudo halt or so)
<xxiao> probably you can talk about how to sign NDA with them :)
<WarheadsSE> arokux_h: you shouldn't have to..
<Mazon> WarheadsSE: we could talk about whats NOT on it ;)
<Turl> arokux_h: do it on the mele itself via ssh or w/e then reboot :)
<WarheadsSE> ^
<Mazon> anyhow, itching to get a hold of some more general purpose arm gear
<Turl> shutdown/halt work too
<WarheadsSE> It's not like it is live-reading the kernel every cycle arokux_h
<Mazon> with proper specs, that is
<L84Supper> Turl: nowai for Laowai? :)
<arokux_h> no, I mean if I do not have access to ssh.
<Turl> L84Supper: ?
<WarheadsSE> arokux_h: try the power button
<Turl> arokux_h: unplug and hope fs don't get corrupted? :P
<L84Supper> Laowai (Chinese: 老外; pinyin: lǎowài) is one of several Chinese words for foreigner
<WarheadsSE> whats the OS on it at the moment
<arokux_h> WarheadsSE, you should know ;)
<Turl> L84Supper: :)
<arokux_h> Arch
<WarheadsSE> yeah, what happened to ssh?
* WarheadsSE shrugs
<arokux_h> nothing, I'm going not to have ethernet for the near future
<WarheadsSE> ah
<WarheadsSE> should be able to get wifi up on there for yourself
<WarheadsSE> IDK if I put a watch onthe power button, but the AXP drivers are there, so the power button might do it
<WarheadsSE> it ought to survive a less-than pleasant shutdown anyways, due to fsck & ext4
ZaEarl has joined #arm-netbook
j1nx has quit [Quit: Ik ga weg]
newbie has joined #arm-netbook
newbie is now known as Guest79341
hp_ has quit [Ping timeout: 276 seconds]
gimli has quit [Ping timeout: 276 seconds]
MMlosh has quit [Ping timeout: 260 seconds]
raver2046 has joined #arm-netbook
<raver2046> hello !
<raver2046> i need a little help somebody can help me ?
<raver2046> it is verry simple a need a binary or c sources
<raver2046> for android
<raver2046> anyone here ?
<xxiao> normally you go directly to the question and see if anyone will respond
<WarheadsSE> especially when its that vague
<raver2046> ok anybody can compile me that for android http://gitorious.org/android-transmission
<raver2046> blog article that explain the tool here : http://i-miss-erin.blogspot.fr/2010/09/use-transmission-in-android.html
<Turl> raver2046: I'll give it a try
<raver2046> thanks a lot
netchip has quit [Ping timeout: 240 seconds]
netchip has joined #arm-netbook
netchip is now known as Guest90267
j1nx has joined #arm-netbook
<Turl> raver2046: build fails to link on some openssl stuff
j1nx has left #arm-netbook [#arm-netbook]
j1nx has joined #arm-netbook
<raver2046> do you compile on debian?
j1nx has quit [Client Quit]
<raver2046> hi j1nx
<Turl> raver2046: on an ubuntu chroot fwiw
<raver2046> Did some manual hacking into the curl_config.h file to disable SSL and it builds on Froyo git source as well now..
<Turl> I used a gingerbread tree though
<Turl> i don't have any froyo one handy
<raver2046> ok build with gingerbread no problem
<raver2046> can you manualy hack curl_config.h to disable ssl ?
arokux_h has quit [Remote host closed the connection]
<Turl> raver2046: disabled it on the .h but it still fails to link http://paste.debian.net/184798/
<Turl> (and more that don't fit on my term window)
<raver2046> Turl is that help you : apt-get install libssl-dev
<Turl> doubt it
<Turl> it's a linking problem
<Turl> installing whatever ssl stuff on my host won't help
<raver2046> hoo so sad
<raver2046> i just triing to have a seedbox with webui admin torrent
<raver2046> software on my android net top
<raver2046> and this is the only one i know
<Turl> raver2046: can't you just pick any of the lots of torrent apps available?
<raver2046> another question , i have a mele a1000 and i formated my hdd with my pc in ext3 but when i put the hdd in the a1000 in the paramters i see in the sata section : click to install sd card, (if i click that doesn't do nothing)
<raver2046> i cant connect remotely with my pc to administrate it
<Turl> well you can administrate it on the device itself
<raver2046> i know that but it is a server the screen is not always on, and i want to monitor it remotely with my pc
<Turl> can't you install a linux (headless even) distro and the real transmission there?
<raver2046> no , in fact that was my first goal but i have an allwinner a10 vpu and the harware acceleration for video decoding isn't supported on linux with the a10
<raver2046> so i am forced to stay on android
<Turl> you could reboot to android when you need it and run headless the rest of the time
<raver2046> well not very handy solution
<raver2046> ho i think i have compiled successfully tranmission hihiihihih :-)
<raver2046> no this is a compilation for a debian subsytem on my android
<raver2046> that work on the subsystem but not on the android
<popolon> about allwinner tech that didn't speak english, that's often the case in china, no need to speak english as there is already billion+ of customers that speak the same language, often european customer (and I suppose american, african, other) pay a local/chinese translator that go to China
<popolon> only some commercials (or technico-commercial) people speak english
<popolon> and young students
<popolon> and SoC customers are mother board maker that are often based or have some office in china
tzafrir_laptop has joined #arm-netbook
<popolon> good night
popolon has quit [Quit: Quitte]
<WarheadsSE> Gumboot: n6x in hand
<WarheadsSE> will work on it tomorrow though
raver2046 has quit []
<tzafrir_laptop> Any idea how I can tell Aliexpress to not display my purchaces on-line?
<tzafrir_laptop> I tried renaming myself, but sadly that did not catch on
<tzafrir_laptop> I'm still named there "Tzafrir" and not "aliexpress-is-bad-for-privacy"
<tzafrir_laptop> I could not find any way on their site to contact them
bsdfox_ has joined #arm-netbook