Page 2 of 3

Re: I want to help but don't know how ))

PostPosted: 16 Jan 2015, 20:17
by ACX
bastienauneau wrote:Hy guys

What is the status for hotspot setting ?
I've already done such config on raspbian, with hostapd and some routing
If you need help, I could give it a try, as I'm learning archlinux

Hi, if you want to give it a try you should start from the 'dev' branch, I just posted the required steps.
Orion has already managed to get the AP mode working on the CuBox-i, so with your additional help we should get this feature implemented sooner.

Re: I want to help but don't know how ))

PostPosted: 24 Feb 2015, 01:12
by bastienauneau
Well, I finally found some time to check it out
I've set another runeaudio in parallel to my hi-fi, then I have a full dev system
I've replaced the www with git version of it, as said in the post

First, the UI "playback" is 'broken', meaning things are not aligned properly (see the attached screenshot
Screenshot.png
Screenshot.png (104.47 KiB) Viewed 4470 times
)
Note that on the very same browser, another runeaudio v0.3 (production, not dev) is working fine

Second, I did not managed to set up the wifi using RuneUI
But that was the occasin to learn some arch stuff, like ip link, ip addr, wifi-menu and netctl

Is it supposed to work, and there's something wrong with my setup ? Or there's some work there, and I can try to understand/fix this ?
My final aim is still to work on hotspot settings, if no-one else did it already

Re: I want to help but don't know how ))

PostPosted: 24 Feb 2015, 03:36
by ACX
bastienauneau wrote:First, the UI "playback" is 'broken', meaning things are not aligned properly (see the attached screenshot)

Have you refreshed the cache of your browser as told in the update instructions?

Re: I want to help but don't know how ))

PostPosted: 24 Feb 2015, 12:34
by bastienauneau
just did clear cache, as explained here:
https://support.mozilla.org/en-US/kb/ho ... efox-cache
But it still show the same "kind of shifted" GUI

What about th wifi config status ? and hotspot ?

Re: I want to help but don't know how ))

PostPosted: 24 Feb 2015, 12:41
by bastienauneau
same with chrome
Screenshot2.png
Screenshot2.png (75.84 KiB) Viewed 4465 times


My system is :
RuneOs: 0.3-beta (build 20141029)
RuneUI: 1.3
Hw-env: RaspberryPi

current www replaced by :
git clone -b dev https://github.com/RuneAudio/RuneUI.git/ /var/www

archlinux updated to latest : pacman -Syu

Re: I want to help but don't know how ))

PostPosted: 24 Feb 2015, 12:48
by ACX
bastienauneau wrote:just did clear cache, as explained here:
https://support.mozilla.org/en-US/kb/ho ... efox-cache

Have you also cleared the PHP cache? Your screenshot clearly tells that you have a mix of new and outdated files, or there's a cache problem somewhere.

Re: I want to help but don't know how ))

PostPosted: 24 Feb 2015, 12:52
by bastienauneau
looks like we got the same idea
clearing OPcache did not help
disabling the OPcache made RuneUI behaving weird

restarting and trying more in this direction

runeUI says : the loading layer (spinning arrow) points to a socket arrow

Re: I want to help but don't know how ))

PostPosted: 24 Feb 2015, 15:20
by bastienauneau
Strange things happened, until I redone the flash, the update and git clone
And ... restarted properly before playing around with cache

So that was it, my bad
Getting back to trying to compile mpd with soundcloud

Re: I want to help but don't know how ))

PostPosted: 24 Feb 2015, 15:42
by ACX
bastienauneau wrote:Strange things happened, until I redone the flash, the update and git clone
And ... restarted properly before playing around with cache

So that was it, my bad

Ok, that would have been frightening otherwise :)

Re: I want to help but don't know how ))

PostPosted: 24 Feb 2015, 15:54
by bastienauneau
I've started to work on compiling mpd with soundcloud
./configure works fine, after installing some dependencies

I'm now checking that all options look OK, before adding soundcloud, and compile
for Storage support, SMB is disabled, but when looking at runeaudio 0.3, production, using
mpd -V
I don't see SMB either
Is that because you mount SMB share locally, and then access it with ocal mounted ath only ?

Also, trying to install SMB, with pacman -S samba, I get

:: samba and samba-rune are in conflict. Remove samba-rune? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: samba and samba-rune are in conflict

I move on, as I think this is not blocking, but that would be great to get some explanations