Re: [SlimDevices: Unix] piCoPlayer = Squeezelite on Microcore linux. .An embedded OS in RAM with Squeezelite

2014-10-04 Thread Jesperlykke
Hi all here :) I see, some interest in running LIRC (w1intermute ?). I would like to help, if i can anyhow? I have a working lirc setup, via gpiopin/appletv remote .lircrc and working lircd.conf (TSOP x). I have it all packed up in a lirc-0.9.0.tcz, which can be easyli converted to whats

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread Triode
scrarfussi wrote: the output is here http://pastie.org/9618469 Can you check the content of /lib/firmware/brcm - its possible the install didn't fetch the relavent files for this. I have the following on an soa install on a quad: Code: [root@soa-wandboard ~]# ls

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread scrarfussi
Code: bcm4329-fullmac-4.bin brcmfmac43143-sdio.bin brcmfmac43241b0-sdio.bin brcmfmac4330-sdio.bin brcmfmac43362-sdio.bin bcm43xx-0.fw brcmfmac43143.bin brcmfmac43241b4-sdio.bin brcmfmac4334-sdio.bin brcmfmac4354-sdio.bin bcm43xx_hdr-0.fw

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread Triode
scrarfussi wrote: Code: bcm4329-fullmac-4.bin brcmfmac43143-sdio.bin brcmfmac43241b0-sdio.bin brcmfmac4330-sdio.bin brcmfmac43362-sdio.bin bcm43xx-0.fw brcmfmac43143.bin brcmfmac43241b4-sdio.bin brcmfmac4334-sdio.bin

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread scrarfussi
Triode wrote: This does not include the .txt files which are necessary to configure the wifi - they should be installed from the package firmware-brcm43xx What does the following show? pacman -Ql firmware-brcm43xx perhaps try: pacman -S firmware-brcm43xx worked yay thanks ;) you a

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread Triode
scrarfussi wrote: worked yay thanks ;) you a star one more quick question my ethernet speed is limited to 100mbs any idea why Sorry don't know - but I've never tested on a GE switch to see if that worked... Triode's

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread scrarfussi
solved it pacman -s ethtool thtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supported pause frame use: Symmetric Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread scrarfussi
looks like wifi doesnt connect scrarfussi's Profile: http://forums.slimdevices.com/member.php?userid=62221 View this thread: http://forums.slimdevices.com/showthread.php?t=101624

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread Triode
scrarfussi wrote: looks like wifi doesnt connect The following steps are the ones I use to configure wifi - do these help? 1) set the country and press save 2) press interface down/interface up This should result in it scanning for local networks which appear in the network name box 3) add

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread scrarfussi
wlan0 Type wireless State (none) IP Address (none) Wpa State (none) scrarfussi's Profile: http://forums.slimdevices.com/member.php?userid=62221 View this thread: http://forums.slimdevices.com/showthread.php?t=101624

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread Triode
scrarfussi wrote: wlan0 Type wireless State (none) IP Address (none) Wpa State (none) What happens if you manually run wpa_cli - the web interface is running: wpa_cli status wpa_cli scan wpa_cli scan_results

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread scrarfussi
# wpa_cli scan -bash: wpa_cli: command not found so # pacman -S wpa_supplicant wpa_cli status Failed to connect to non-global ctrl_ifname: (null) error: Success # wpa_cli scan Failed to connect to non-global ctrl_ifname: (null) error: Success

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread scrarfussi
installing wpa_supplicant solved it thanks scrarfussi's Profile: http://forums.slimdevices.com/member.php?userid=62221 View this thread: http://forums.slimdevices.com/showthread.php?t=101624

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread Triode
scrarfussi wrote: installing wpa_supplicant solved it thanks OK - so sounds like your install did not complete correctly as that should be installed as part of the install. You may want to check wpa_actiond is installed. (or reinstall as you seem to have a partial install)

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread scrarfussi
Triode wrote: OK - so sounds like your install did not complete correctly as that should be installed as part of the install. You may want to check wpa_actiond is installed. (or reinstall as you seem to have a partial install) its like the 4th time i reinstalled . i even tried your images

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread scrarfussi
is there a list i can check what packages might be missing? scrarfussi's Profile: http://forums.slimdevices.com/member.php?userid=62221 View this thread: http://forums.slimdevices.com/showthread.php?t=101624

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-04 Thread Triode
scrarfussi wrote: is there a list i can check what packages might be missing? Look at the packages installed by: https://github.com/SqueezeOnArch/soa-installers/blob/master/create-sdcard-soa-wand.sh The installer checks that they are installed but looks like it can quit early if they fail to