| 09:11 | dv_ | is there an armel version of arch linux arm? the marvell-ipp package doesnt seem to work with armhf properly |
| 09:49 | N30N | dv_: What problems are you having with it? |
| 09:50 | dv_ | the vmetadec gstreamer plugin works. but all the others dont. it quits with "Illegal instruction" |
| 09:51 | dv_ | of course it is also possible that there is something wrong with the plugin binaries themselves. but then why do vmetadec and the bmm video sink work? |
| 09:51 | N30N | dv_: the "Illegal instruction" message started around the time mesa got updated. |
| 09:52 | dv_ | mesa?? where is the connection between the vmeta plugins and mesa? |
| 09:52 | N30N | xbmc works fine, if you wanna try that. |
| 09:53 | dv_ | hmm. I wanna assemble a base support package using arch, containing a working set of hw-accelerated gstreamer plugins, working 3d stuff, etc. |
| 09:53 | dv_ | xbmc uses gstreamer , correct? |
| 09:54 | N30N | dv_: if you run glxgears you'll get the same error (it's not connected to vmeta) |
| 09:55 | dv_ | actually, I get a different error |
| 09:55 | dv_ | it cant find libGLEW.so.1.7 , which is funny, because there is only libGLEW.so.1.9 |
| 09:55 | N30N | dv_: you should use the xbmc package with native dove support (in aur, will be in the repos soon) |
| 09:56 | dv_ | oh btw. I can get marvell-gfx from the archlinuxarm repos, and from the marvell packages 200MB tarball |
| 09:56 | dv_ | which one should I use? the repo? is there a difference? |
| 09:57 | N30N | You need to do "ln -s /usr/lib/libGLEW.so /usr/lib/libGLEW.so.1.7" for xbmc/glxgears |
| 09:57 | dv_ | ah |
| 09:58 | dv_ | but hmm. the dove API is public I take it |
| 09:59 | dv_ | so in theory, I should be able to write another gstreamer wrapper. I will try xbmc first, if video decoding works well there, then I can continue. |
| 10:04 | N30N | xbmc in repos will not work you need marvell-xbmc-git from aur. There is currently a pull request to add it to arch repos. |
| 10:08 | dv_ | makes sense. the xbmc in the repos is the generic one I guess |
| 15:40 | RandomPixels | hello |
| 15:41 | RandomPixels | do you know why it takes a while until i can connect to the cubox via ssh ? |
| 15:41 | RandomPixels | it has a ~20 seconds idle time |
| 15:41 | RandomPixels | original ubuntu distro on it |
| 15:49 | captainigloo | RandomPixels: i get the same behaviour with ubuntu on x86+ |
| 15:49 | N30N | RandomPixels: You checked with verbose mode? |
| 15:49 | buz | RandomPixels: I'd blame the DNS reverse lookup |
| 16:02 | RandomPixels | it's everything local |
| 16:03 | RandomPixels | local network i mean |
| 16:10 | buz | RandomPixels: sure, but usually sshd tries a dns lookup even for local addresses. you should try setting 'UseDNS no' in your sshd_config |
| 19:17 | ch3i | hi all |