Re: [SlimDevices: Unix] Boom style user interface for Community Squeeze OS

2013-08-08 Thread rpress

Pascal Hibon wrote: 
> Can you elaborate a bit more on the parts modification of the Wandboard
> ?

Sorry, I meant the parts on the circuit board that is attached to the
OLED board.  The "crosstalk" problem was in the image, where bright
pixels in a row caused other pixels to be darker.  I fixed this by
changing a few capacitors and a resistor.

The connectors on the Wandboard are small, but otherwise the SPI
connection is straightforward.



rpress's Profile: http://forums.slimdevices.com/member.php?userid=31544
View this thread: http://forums.slimdevices.com/showthread.php?t=98960

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-08-08 Thread Kuro

Triode wrote: 
> Can you include more of the debug and the test methodology?  I get those
> messages but it does recover when the network connection is restored.

I found that you have the function connect_timeout() with a 5 secs
timeout to make the connection.  So when combined with sleep(5), the
total timeout is actually 10 secs instead of 5.

So I commented out sleep(5) (line 745 of slimproto.c) and recompiled. 
Now the client timed out as expected (it reaches "unable to connect to
server 5"), and it sent out the discovery requests.  At this point, it
was able to connect to the new server once the new server was booted and
operational.

So seems like it is fixed.  But from what I can see, connect_timeout()
was returning a value >=0 to cause the previous error.  In the
connect_timeout() code, the function that causes this is the
getsockopt(), I think you were trying to retrieve the error code for the
sock in question and it returned 0 (no error) hence causing the timeout
code not to function.



Kuro's Profile: http://forums.slimdevices.com/member.php?userid=16701
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Boom style user interface for Community Squeeze OS

2013-08-08 Thread Pascal Hibon

rpress wrote: 
> Thanks guys!  Here is the display I am using now.  I had to modify the
> parts on the board a bit, it had some crosstalk problems; it looks
> pretty good now, though.  I don't know if this is the best solution for
> everyone, due to the changes needed.  Noritake has always had very good
> quality so maybe VFD is the best going forward.
> http://www.aliexpress.com/item/5-6-inch-Green-256x64-oled-display-oled-module/567321307.html
> 
> The skin is maybe 80% done, it's quite functional now.  Last night I got
> the spectrum analyzer and vu meter (like the Touch has) working with
> PulseAudio on the WQVGA skin, it looks really cool!  Today I will get it
> working on the OLED display.
> 
> My fork of Jivelite is here, I will be updating it in the near future
> with my changes.  I have not pushed anything new yet.
> https://github.com/presslab-us/jivelite

Can you elaborate a bit more on the parts modification of the Wandboard
?



1 x SB3, 1 x SB Boom, 1 x SB Radio and 2 x SB Touch - all wireless
1 x Wandboard behind the bedroom ceiling
ReadyNAS NVX running LMS 7.7.2. w iTunes plugin
iPeng on iPod Touch.
SqueezePad & iPeng on iPad.
http://www.last.fm/user/phibon

Pascal Hibon's Profile: http://forums.slimdevices.com/member.php?userid=7969
View this thread: http://forums.slimdevices.com/showthread.php?t=98960

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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

2013-08-08 Thread hoffsta

i.jones wrote: 
> hi,
> 
> Squeezeplug with Logilink WL0145 (Ralink RT5370-even in AP Mode) and
> picoreplayer 1.03 with TP-Link TL-WN725N worked out of the box.
> There are 2 versions of the TL-WN725N. Ver:1.0 works out of the box with
> squeezeplug and picore, Ver:2.0 with diff. chipset apparently not.
> 
> But if you want to get rid of the never ending LINUX-USB-WLAN-STORY try
> the TP-Link TL-WR702N in Client Mode.

That is interesting- I have an unbranded RT5370 usb dongle and I could
not get it to work with PiCorePlayer. The dongle is recognized by Linux
with the Ralink drivers but it will not function for me. Did you need to
do any configuration beyond the picoreplayer setup menus? I managed to
get it working with a Squeezeplug install but I needed to manually edit
files like wpa_supplicant.



hoffsta's Profile: http://forums.slimdevices.com/member.php?userid=60824
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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

2013-08-08 Thread i.jones

Haaarald wrote: 
> Hi,
> 
> I installed the player and it works perfect! Thank you very much for
> it!
> 
> The only problem I have is to get my WLAN stick running. It's a TP-Link
> TL-WN725N. I had to install an additional driver on my second pi to get
> it run (squeezeplug-image). Unfortunately this driver does not work with
> the piCorePlayer. 
> If I look in the comments of the player-site, there a Patrick who got it
> run. How did he that?


hi,

Squeezeplug with Logilink WL0145 (Ralink RT5370-even in AP Mode) and
picoreplayer 1.03 with TP-Link TL-WN725N worked out of the box.
There are 2 versions of the TL-WN725N. Ver:1.0 works out of the box with
squeezeplug and picore, Ver:2.0 with diff. chipset apparently not.

But if you want to get rid of the never ending LINUX-USB-WLAN-STORY try
the TP-Link TL-WR702N in Client Mode.



i.jones's Profile: http://forums.slimdevices.com/member.php?userid=60928
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread Pascal Hibon

Triode wrote: 
> Good news that it is working, though I thought we had the same values
> set in the channel status as touch.  Let us know what you see.  It's
> either this or the frequency is not accurate/stable enough using the
> audio pll [also hoping this is not the case]

The SPDIF interface is working fine for me. I’m using the coax output
but this is the same if as the Toslink in the Wandboard. The MDAC still
reports an accurate and steady clock.



1 x SB3, 1 x SB Boom, 1 x SB Radio and 2 x SB Touch - all wireless
1 x Wandboard behind the bedroom ceiling
ReadyNAS NVX running LMS 7.7.2. w iTunes plugin
iPeng on iPod Touch.
SqueezePad & iPeng on iPad.
http://www.last.fm/user/phibon

Pascal Hibon's Profile: http://forums.slimdevices.com/member.php?userid=7969
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread JackOfAll

Developers only PLEASE! (There is no need for anyone else to be running
the 3.11 kernels at the moment.) 

Lintweaker, can you give me the thumbs-up on your mytek kernel module
working, please?

The rpm is coming, for the moment a tar file.

ssh'd into F19 image.

Code:


  wget 
http://www.communitysqueeze.org/images/wandboard/CSOS/F19-A1/kernel-3.11.0-rc4-armv7-x6.3.tgz
  sudo tar zxvf kernel-3.11.0-rc4-armv7-x6.3.tgz -C /
  sync
  



You'll need to edit /boot/uEnv.txt. (Bottom of the file. See note.
Uncomment the "uenvcmd=" to support device tree.)

Reboot (Or halt, wait 2 mins, power cycle, if you intend to be using
wi-fi.)

NB. The negative feelings I was having towards 3.11 seem to have abated
somewhat with 3.11-rc4. Haven't had a lock-up. No USB issues. USB audio
out, upsampled to 352k8 is working fine now via HUB. I think video out
(HDMI) should be working. Not tested myself, just noticed references in
dmesg which suggest it is being initialised to 1024x768. Not sure EDID
is working. You might want to tinker with video param, for whatever
resolution you require, in uEnv.txt. "video=HDMI-A-1:800x600@60", should
be the syntax according to RN.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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

2013-08-08 Thread tommi_han

Is anyone having this problem:
When I leave my player idle for a few hours it would not play but rather
stuttering until I unplug and replug it on again. However this only
happens when I use -o hw: or plughw: -a ::16...When I use
sysdefault:CARD it work fine but I don't get 24/96.



tommi_han's Profile: http://forums.slimdevices.com/member.php?userid=60914
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread Squeezed_Rotel

I found this in Google search, could it be included in/with the existing
Squeezelite documentation in CSOS?
http://www.communitysqueeze.org/squeezelite_upsample.jsp



John Marshall
SqueezeCenter 7.3.4 running on a DIY PC, Windows 7 64 bit o.s., with
Inguz Audio EQ/DRC. (1) Transporter, (4) Booms & (2) CSOS
SqueezeliteWands connected through a Linksys WRT54gs router and Linksys
WAP54g access point. Using an iPad with both SqueezePad & iPeng for
controllers. Transporter => Rotel RC1070 preamp => Rotel RB1080 2
channel amp => Bowers & Wilkins 805 Speakers.

Headphone setup: Transporter => Woo Audio WA22 balanced headphone amp =>
Sennheiser HD800 headphones.

Squeezed_Rotel's Profile: http://forums.slimdevices.com/member.php?userid=30002
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Boom style user interface for Community Squeeze OS

2013-08-08 Thread funkstar

I really like what you've done with the OLED display. To me it's like a
VFD for the 21st century :)

Have you got a link to that display? I'm just being nosey :)



'[project log] funkstars digital lifestyle'
(http://forums.hexus.net/hexus-lifestyle/179882-project-log-funkstars-digital-lifestyle.html)
- 'hexus.community' (http://forums.hexus.net/)

*in use:* *1*x touch, *1*x boom, *2*x sb3, *1*x controller
*in a box:* *1*x radio, *1*x (beta) controller, *1*x receiver, *1*x sb2
wired (silver), *1*x sb (black), *1*x slimp3 (with rear shield)

if you have any others, let me know, i'm interested!!

funkstar's Profile: http://forums.slimdevices.com/member.php?userid=2335
View this thread: http://forums.slimdevices.com/showthread.php?t=98960

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread JackOfAll

lintweaker wrote: 
> I tested both snd-usb-mytek versions, they both work without issues. So
> the git version is a go for 3.11 on ARM.
> For both versions the firmware loaded on the first go, no need to use
> 'mytekusb2-firmware-loader.sh'. Hopefully this will the case for other
> users as well.

Thank you! I probably need another day, (maybe 2), to re-base the kernel
rpm build, rc3 -> rc4. I'll give you a heads-up before releasing the
3.11 kernel rpm. The mytek module will be a standalone akmod package so
it will need installing, rather than be included with the kernel
package. NB. The hiface module (which was the other out-of-tree module
that I was including with the 3.0.35 builds) is now included in
mainline, so the mytek module will be the only kmod package for the
moment. (Not that it matters. Just speaking out loud. ;))

lintweaker wrote: 
> 
> BTW I do not have access to my normal full setup atm. These test were
> conducted using flac and aplay to play some flacs at various
> frequencies.

That's good enough for me!



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread lintweaker

JackOfAll wrote: 
> *Developers only, PLEASE!* (There is no need for anyone else to be
> running the 3.11 kernels at the moment.) 
> 
> Lintweaker, can you give me the thumbs-up on your mytek kernel module
> working, please?
> 
> "
Will do! I got the 3.11 up and running. Which version of the driver did
you include? Current git or the one for 3.0.35?



lintweaker's Profile: http://forums.slimdevices.com/member.php?userid=47485
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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

2013-08-08 Thread Haaarald

Hi,

I installed the player and it works perfect! Thank you very much for
it!

The only problem I have is to get my WLAN stick running. It's a TP-Link
TL-WN725N. I had to install an additional driver on my second pi to get
it run (squeezeplug-image). Unfortunately this driver does not work with
the piCorePlayer. 
If I look in the comments of the player-site, there a Patrick who got it
run. How did he that?



Haaarald's Profile: http://forums.slimdevices.com/member.php?userid=60922
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread lintweaker

JackOfAll wrote: 
> Module in kernel tar is built from same source as 3.0.35 build.
> 'snd-usb-mytek.ko'
> (http://www.communitysqueeze.org/images/wandboard/CSOS/F19-A1/snd-usb-mytek.ko)
> is built from latest git, for 3.11.0-rc4-armv7-x6.3, if you want to swap
> it with
> /usr/lib/modules/3.11.0-rc4-armv7-x6.3/kernel/sound/usb/mytek/snd-usb-mytek.ko
> contained in the tar.

I tested both snd-usb-mytek versions, they both work without issues. So
the git version is a go for 3.11 on ARM.
For both versions the firmware loaded on the first go, no need to use
'mytekusb2-firmware-loader.sh'. Hopefully this will the case for other
users as well.

BTW I do not have access to my normal full setup atm. These test were
conducted using flac and aplay to play some flacs at various
frequencies.

BTW2 I just updated the mytekusb2 driver today. I will give a heads up
when this version had some more test time.



lintweaker's Profile: http://forums.slimdevices.com/member.php?userid=47485
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Boom style user interface for Community Squeeze OS

2013-08-08 Thread Pascal Hibon

rpress wrote: 
> I do like the OLED, but VFD would be nice too!
> 
> http://noritake-vfd.com/gu256x64f-3900.aspx
> 
> This is nice and big (6.7" diagonal), I might get one of these to play
> with too.  The electrical interface is different than mine, but there is
> a USB option.  Or an adapter to SPI (like my OLED) is not so hard, just
> a couple chips.
> 
> I have some progress on the skin, see my short video.  The flicker is a
> camera artifact.
> 
> http://youtu.be/pOP4UM5H4MY

Wow, great work; looks very nice!
I’m very interested in this project too. When would you have something
for the “larger audience”?



1 x SB3, 1 x SB Boom, 1 x SB Radio and 2 x SB Touch - all wireless
1 x Wandboard behind the bedroom ceiling
ReadyNAS NVX running LMS 7.7.2. w iTunes plugin
iPeng on iPod Touch.
SqueezePad & iPeng on iPad.
http://www.last.fm/user/phibon

Pascal Hibon's Profile: http://forums.slimdevices.com/member.php?userid=7969
View this thread: http://forums.slimdevices.com/showthread.php?t=98960

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread JackOfAll

lintweaker wrote: 
> Will do! I got the 3.11 up and running. Which version of the driver did
> you include? Current git or the one for 3.0.35?

tar module is same as 3.0.35 build. 'snd-usb-mytek.ko'
(http://www.communitysqueeze.org/images/wandboard/CSOS/F19-A1/snd-usb-mytek.ko)
is built from latest git, for 3.11.0-rc4-armv7-x6.3, if you want to swap
it with
/usr/lib/modules/3.11.0-rc4-armv7-x6.3/kernel/sound/usb/mytek/snd-usb-mytek.ko
contained in the tar.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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

2013-08-08 Thread Nerdwebber

I've tested V1.06 (Hifimediy Sabre Dac) USB.
(-o plughw:CARD=DAC,DEV=0 -n piCorePlayer) 
Results:
16/44.1 - Loud continuous static sound in the background
24/44.1 - Loud continuous static sound in the background
24/48 - No problem
24/88 - No problem
24/96 - No problem

Version "Willem1" still gives the best results (only 24/88 plays with
static noise/sound) all other files play OK.

Hope this helps.
Willem



Nerdwebber's Profile: http://forums.slimdevices.com/member.php?userid=55759
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread JackOfAll

Squeezed_Rotel wrote: 
> I found this in Google search, could it be included in/with the existing
> Squeezelite documentation in CSOS?

Yes. I'll add it, next release.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread ab.wagener

JackOfAll wrote: 
> Thank you! I probably need another day, (maybe 2), to re-base the kernel
> rpm build, rc3 -> rc4. I'll give you a heads-up before releasing the
> 3.11 kernel rpm. The mytek module will be a standalone akmod package so
> it will need installing, rather than be included with the kernel
> package. NB. The hiface module (which was the other out-of-tree module
> that I was including with the 3.0.35 builds) is now included in
> mainline, so the mytek module will be the only kmod package for the
> moment. (Not that it matters. Just speaking out loud. ;))
> 
> 
> 
> That's good enough for me!

Hi Clive!

I loaded the 3.11 kernel, then I started squeezelite with a usb dac. The
LMS got to see the player, but I cannot hear anything. I rebooted again
with 
squeezelite disabled. Then I started alsamixer and got tons of errror
messages in /var/log/kernel. Here some messages:

Aug  7 21:30:09 Bewandnis kernel: [3.475128] usb 1-1: New USB device
strings: Mfr=0, Product=1, SerialNumber=0
Aug  7 21:30:09 Bewandnis kernel: [3.482372] usb 1-1: Product:
USB2.0 Hub
Aug  7 21:30:09 Bewandnis kernel: [3.487528] hub 1-1:1.0: USB hub
found
Aug  7 21:30:09 Bewandnis kernel: [3.491626] hub 1-1:1.0: 4 ports
detected
Aug  7 21:30:09 Bewandnis kernel: [3.776272] usb 1-1.2: new
full-speed USB device number 3 using ci_hdrc
Aug  7 21:30:09 Bewandnis kernel: [3.971287] usb 1-1.2: New USB
device found, idVendor=1852, idProduct=7022
Aug  7 21:30:09 Bewandnis kernel: [3.978340] usb 1-1.2: New USB
device strings: Mfr=1, Product=2, SerialNumber=0
Aug  7 21:30:09 Bewandnis kernel: [3.985803] usb 1-1.2: Product:
HiFimeDIY DAC
Aug  7 21:30:09 Bewandnis kernel: [3.990252] usb 1-1.2:
Manufacturer: HiFimeDIY Audio
Aug  7 21:30:09 Bewandnis kernel: [4.007082] input: HiFimeDIY Audio
HiFimeDIY DAC as
/devices/soc.0/210.aips-bus/2184200.usb/ci_hdrc.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
Aug  7 21:30:09 Bewandnis kernel: [4.021219] hid-generic
0003:1852:7022.0001: input,hidraw0: USB HID v1.00 Device [HiFimeDIY
Audio HiFimeDIY DAC] on usb-ci_hdrc.0-1.2/input0
Aug  7 21:30:09 Bewandnis kernel: [6.609514] EXT4-fs (mmcblk0p3):
re-mounted. Opts: errors=remount-ro
Aug  7 21:30:09 Bewandnis kernel: [6.963864] usbcore: registered new
interface driver snd-usb-audio
Aug  7 21:30:09 Bewandnis kernel: [7.071235] imx-sdma 20ec000.sdma:
firmware not found


and later on the error-messages:
Aug  7 21:30:19 Bewandnis kernel: [   20.705495] ALSA
sound/usb/pcm.c:1463 delay: estimated 177, actual 1
Aug  7 21:30:19 Bewandnis kernel: [   20.730503] ALSA
sound/usb/pcm.c:1463 delay: estimated 133, actual 0
and the tons of:
Aug  7 21:32:47 Bewandnis kernel: [  168.666161] fsl-ssi-dai
2028000.ssi: ASoC: 2028000.ssi hw params failed: -22
Aug  7 21:32:47 Bewandnis kernel: [  168.675493] ALSA
sound/usb/pcm.c:1463 delay: estimated 133, actual 1
Aug  7 21:32:47 Bewandnis kernel: [  168.676073] fsl-ssi-dai
2028000.ssi: ASoC: 2028000.ssi hw params failed: -22
Aug  7 21:32:47 Bewandnis kernel: [  168.685402] fsl-ssi-dai
2028000.ssi: ASoC: 2028000.ssi hw params failed: -22
Aug  7 21:32:47 Bewandnis kernel: [  168.692583] ALSA
sound/usb/pcm.c:1463 delay: estimated 221, actual 0
Aug  7 21:32:47 Bewandnis kernel: [  168.694667] fsl-ssi-dai
2028000.ssi: ASoC: 2028000.ssi hw params failed: -22
Aug  7 21:32:47 Bewandnis kernel: [  168.701865] ALSA
sound/usb/pcm.c:1463 delay: estimated 221, actual 0
Aug  7 21:32:47 Bewandnis kernel: [  168.704027] fsl-ssi-dai
2028000.ssi: ASoC: 2028000.ssi hw params failed: -22
Aug  7 21:32:47 Bewandnis kernel: [  168.711212] ALSA
sound/usb/pcm.c:1463 delay: estimated 221, actual 0
Aug  7 21:32:47 Bewandnis kernel: [  169.122537] fsl-ssi-dai
2028000.ssi: ASoC: 2028000.ssi hw params failed: -22
Aug  7 21:32:47 Bewandnis kernel: [  169.130490] ALSA
sound/usb/pcm.c:1463 delay: estimated 177, actual 0

I cannot stop this, only a reboot stops it.

Bernd



ab.wagener's Profile: http://forums.slimdevices.com/member.php?userid=53748
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread JackOfAll

ab.wagener wrote: 
> I loaded the 3.11 kernel, then I started squeezelite with a usb dac. The
> LMS got to see the player, but I cannot hear anything. I rebooted again
> with squeezelite disabled. Then I started alsamixer and got tons of
> errror messages in /var/log/kernel. Here some messages:

Bernd, please don't take this the wrong way, but this is exactly what I
didn't want. I am well aware that 3.11 isn't ready for prime time.
Unless you are developing against the kernel, (ie. lintweaker with his
mytek driver and me with the driver for the JS DAC board), at this time
there is no need to run 3.11 kernels. I don't want to see any, "my DAC
doesn't work with 3.11", bug reports right now. There are issues! I'm
not interested in looking at them. My focus is on the driver for the JS
hardware, for which I do want a solution that works on mainline with
device tree initialisation, rather than developed specifically for the
Freescale 3.0.35 source tree and needing porting to 3.11 when the time
comes to promote that to being the default kernel.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread Squeezed_Rotel

JohnSwenson wrote: 
> So I ran the optical out from the  SWAMP board into my AVR and it works.
> (Boy have I gotten spoiled by the upsampling to 352 into the DAC I'll be
> using fro CSP, the AVR sounded terrible in comparison)
> 
> So it works into the AVR, but not the EMU_0404USB. The optical out from
> the Touch works fine on both. 
> 
> So it has got to be something in the channel status bits that is
> different between the two. In the next couple days I'll be working on
> the FPGA SPDIF receiver, I'll grab the bits from both and post them. 
> 
> John S.

John, was the upsampling that you did accomplished by using the
upsampling feature of CSOS's Squeezelite Player?

TIA
John



John Marshall
SqueezeCenter 7.3.4 running on a DIY PC, Windows 7 64 bit o.s., with
Inguz Audio EQ/DRC. (1) Transporter, (4) Booms & (2) CSOS
SqueezeliteWands connected through a Linksys WRT54gs router and Linksys
WAP54g access point. Using an iPad with both SqueezePad & iPeng for
controllers. Transporter => Rotel RC1070 preamp => Rotel RB1080 2
channel amp => Bowers & Wilkins 805 Speakers.

Headphone setup: Transporter => Woo Audio WA22 balanced headphone amp =>
Sennheiser HD800 headphones.

Squeezed_Rotel's Profile: http://forums.slimdevices.com/member.php?userid=30002
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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

2013-08-08 Thread hoffsta

Haaarald wrote: 
> Hi,
> 
> I installed the player and it works perfect! Thank you very much for
> it!
> 
> The only problem I have is to get my WLAN stick running. It's a TP-Link
> TL-WN725N. I had to install an additional driver on my second pi to get
> it run (squeezeplug-image). Unfortunately this driver does not work with
> the piCorePlayer. 
> If I look in the comments of the player-site, there a Patrick who got it
> run. How did he that?

If you want to get started quickly with no hassles, I'd recommend
purchasing another WLAN dongle that is fully supported. I spent a lot of
time in vain, trying to get mine working but as soon as I ordered the
Edimax, it worked perfect out of the box. Worth the $10.
http://www.amazon.com/Edimax-EW-7811Un-Wireless-Adapter-Wizard/dp/B003MTTJOY



hoffsta's Profile: http://forums.slimdevices.com/member.php?userid=60824
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Boom style user interface for Community Squeeze OS

2013-08-08 Thread rpress

Thanks guys!  Here is the display I am using now.  I had to modify the
parts on the board a bit, it had some crosstalk problems; it looks
pretty good now, though.  I don't know if this is the best solution for
everyone, due to the changes needed.  Noritake has always had very good
quality so maybe VFD is the best going forward.
http://www.aliexpress.com/item/5-6-inch-Green-256x64-oled-display-oled-module/567321307.html

The skin is maybe 80% done, it's quite functional now.  Last night I got
the spectrum analyzer and vu meter (like the Touch has) working with
PulseAudio on the WQVGA skin, it looks really cool!  Today I will get it
working on the OLED display.

My fork of Jivelite is here, I will be updating it in the near future
with my changes.  I have not pushed anything new yet.
https://github.com/presslab-us/jivelite



rpress's Profile: http://forums.slimdevices.com/member.php?userid=31544
View this thread: http://forums.slimdevices.com/showthread.php?t=98960

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread JohnSwenson

Squeezed_Rotel wrote: 
> John, was the upsampling that you did accomplished by using the
> upsampling feature of CSOS's Squeezelite Player?
> 
> TIA
> John

Yes, it was using the upsampling in squeezelite. I did some quick
experimentation a while back and liked mI:::28.

The 352.8 is important, because at that frequency (and 384) the DAC chip
turns off it's own internal interpolation filter assuming you have
already applied one in the data you are feeding it. This is what I am
after.

Until recently I could only go up to 176.4 that was the highest rate I
could get off of any of my USB DACs. I finally got a home built XMOS
interface up and running at 384 so I could feed the DAC 352.8. And low
and behold, it was a major change over 176.4. It's hard to describe what
it sounds like because it is the absence of a bunch of things. It's the
cleanest, smoothest, most detailed, most involving sound I have ever
heard out of digital audio. It seems that all glare, graininess,
edginess, etc etc has just vanished and the music is just there. 

It's nice to know that my selection criteria seems to have worked and
produced something pretty special. 

John S.



JohnSwenson's Profile: http://forums.slimdevices.com/member.php?userid=5974
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread Squeezed_Rotel

JackOfAll wrote: 
> Yes. I'll add it, next release.

Thanks Clive.



John Marshall
SqueezeCenter 7.3.4 running on a DIY PC, Windows 7 64 bit o.s., with
Inguz Audio EQ/DRC. (1) Transporter, (4) Booms & (2) CSOS
SqueezeliteWands connected through a Linksys WRT54gs router and Linksys
WAP54g access point. Using an iPad with both SqueezePad & iPeng for
controllers. Transporter => Rotel RC1070 preamp => Rotel RB1080 2
channel amp => Bowers & Wilkins 805 Speakers.

Headphone setup: Transporter => Woo Audio WA22 balanced headphone amp =>
Sennheiser HD800 headphones.

Squeezed_Rotel's Profile: http://forums.slimdevices.com/member.php?userid=30002
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Community Squeeze OS R3

2013-08-08 Thread ab.wagener

JackOfAll wrote: 
> Bernd, please don't take this the wrong way, but this is exactly what I
> didn't want. 

Excuse me, Clive!

I misunderstood the offer of 3.11 as a invitation to begin the testing.
Shure I understand your priorities. We all can very good live with the
3.0.35 kernel! A stable driver for JS hardware is most significant now.

Bernd



ab.wagener's Profile: http://forums.slimdevices.com/member.php?userid=53748
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-08-08 Thread Kuro

Triode wrote: 
> Can you include more of the debug and the test methodology?  I get those
> messages but it does recover when the network connection is restored.

Here is a longer sequence of the debug log.  Basically, I'm using a
Pogoplug client and a Pogoplug server, both with static IP addresses.  I
started the client and it connected to the server fine.  I logged into
the server, changed the static IP address and rebooted the server.  I
got tons of broken pipe msgs as soon as I rebooted the server, which is
the start of the log I'm posting here.  Then the client did go into the
timeout loop (unable to connect to server 0, 1, etc).  But when the
server was started, it did connect to it and then failed with a broken
pipe later.  Once in this state, it'll just loop forever in it.

Also note that the timeout between "unable to connect to server n" is 10
secs apart as seen in the log, not 5 secs.  I see that you have sleep(5)
in the code, so I'm not sure why the timeout between two "unable to
connect to server n" is 10 secs apart.

[23:19:53.834840] sendHELO:116 cap:
Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=1,HasDigitalOut=1,MaxSampleRate=384000,aac,ogg,flc,aif,pcm,mp3
[23:19:53.835137] send_packet:92 failed writing to socket: Broken pipe
[23:19:53.835249] send_packet:92 failed writing to socket: Broken pipe
[23:19:53.835533] send_packet:92 failed writing to socket: Broken pipe
[23:19:53.835821] slimproto_run:481 error reading from socket: closed
[23:19:53.936204] slimproto:754 connected
[23:19:53.936867] sendHELO:114 mac: 00:25:31:02:c4:14
[23:19:53.936985] sendHELO:116 cap:
Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=1,HasDigitalOut=1,MaxSampleRate=384000,aac,ogg,flc,aif,pcm,mp3
[23:19:53.937284] send_packet:92 failed writing to socket: Broken pipe
[23:19:53.937425] send_packet:92 failed writing to socket: Broken pipe
[23:19:53.937716] send_packet:92 failed writing to socket: Broken pipe
[23:19:53.937835] slimproto_run:481 error reading from socket: closed
[23:19:54.038407] slimproto:754 connected
[23:19:54.038756] sendHELO:114 mac: 00:25:31:02:c4:14
[23:19:54.038862] sendHELO:116 cap:
Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=1,HasDigitalOut=1,MaxSampleRate=384000,aac,ogg,flc,aif,pcm,mp3
[23:19:54.039193] send_packet:92 failed writing to socket: Broken pipe
[23:19:54.039477] send_packet:92 failed writing to socket: Broken pipe
[23:19:54.039591] send_packet:92 failed writing to socket: Broken pipe
[23:19:54.039882] slimproto_run:481 error reading from socket: closed
[23:19:59.145191] slimproto:744 unable to connect to server 0
[23:20:09.147389] slimproto:744 unable to connect to server 1
[23:20:19.153155] slimproto:744 unable to connect to server 2
[23:20:26.187504] slimproto:754 connected
[23:20:26.188214] sendHELO:114 mac: 00:25:31:02:c4:14
[23:20:26.188652] sendHELO:116 cap:
Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=1,HasDigitalOut=1,MaxSampleRate=384000,aac,ogg,flc,aif,pcm,mp3
[23:20:26.189086] send_packet:92 failed writing to socket: Broken pipe
[23:20:26.189517] send_packet:92 failed writing to socket: Broken pipe
[23:20:26.189941] send_packet:92 failed writing to socket: Broken pipe
[23:20:26.190320] slimproto_run:481 error reading from socket: closed
[23:20:29.297533] slimproto:754 connected
[23:20:29.298069] sendHELO:114 mac: 00:25:31:02:c4:14
[23:20:29.298507] sendHELO:116 cap:
Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=1,HasDigitalOut=1,MaxSampleRate=384000,aac,ogg,flc,aif,pcm,mp3
[23:20:29.298945] send_packet:92 failed writing to socket: Broken pipe
[23:20:29.299379] send_packet:92 failed writing to socket: Broken pipe
[23:20:29.299797] send_packet:92 failed writing to socket: Broken pipe
[23:20:29.300172] slimproto_run:481 error reading from socket: closed
[23:20:32.307495] slimproto:754 connected
[23:20:32.308036] sendHELO:114 mac: 00:25:31:02:c4:14
[23:20:32.308470] sendHELO:116 cap:
Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=1,HasDigitalOut=1,MaxSampleRate=384000,aac,ogg,flc,aif,pcm,mp3
[23:20:32.308906] send_packet:92 failed writing to socket: Broken pipe
[23:20:32.309338] send_packet:92 failed writing to socket: Broken pipe
[23:20:32.309756] send_packet:92 failed writing to socket: Broken pipe
[23:20:32.310130] slimproto_run:481 error reading from socket: closed
[23:20:35.417534] slimproto:754 connected
[23:20:35.418070] sendHELO:114 mac: 00:25:31:02:c4:14
[23:20:35.418497] sendHELO:116 cap:
Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=1,HasDigitalOut=1,MaxSampleRate=384000,aac,ogg,flc,aif,pcm,mp3
[23:20:35.418933] send_packet:92 failed writing to socket: Broken pipe
[23:20:35.419359] send_packet:92 failed writing to socket: Broken pipe
[23:20:35.419777] send_packet:92 failed writing to socket: Broken pipe
[23:20:35.420151] slimproto_run:481 error reading from socket: closed



Kuro's Profile: http://foru