Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2014-01-04 Thread dsdreamer

mherger wrote: 
> Has anyone had success building jivelite on Mavericks? It did work on
> ML, but now it doesn't want to find X11/Xlib.h, or SDLmain. Tried to
> re-build SDL from scratch, but it fails Xlib.h as well, though it is
> there in /usr/local/include/X11

Michael, I built SDL from scratch as well, but I configured it with
./configure --disable-video-x11, which along with commenting out line 94
of ./SDL-1.2.15/src/video/quartz/SDL_QuartzVideo.h, as hinted already in
this thread

Code:


  //CGDirectPaletteRef palette;/* palette of an 8-bit display
  


...allows SDL to compile fine (except for some warnings about deprecated
Cocoa backend API calls being used).

I also had to compile a few dependencies and install them in /usr/local,
using a typical routine of tar xvf ; cd something;
./configure; make; sudo make install, where  took turns at
being each item in the following list.

Code:


  LuaJIT-2.0.2
  SDL-1.2.15
  SDL_gfx-2.0.25
  SDL_image-1.2.12
  SDL_ttf-2.0.11
  freetype-2.5.2
  libpng-1.5.17
  


I had to use the older libpng than libpng-1.6.8, because the ./configure
scripts for SDL_ttf-2.0.11 insisted on using that version for some of
its test compiles and not the libpng-1.6.8, which I tried first. 

Finally, I made really small tweak to the one of the jivelite
Makefiles:

Code:


  diff --git a/src/Makefile.osx b/src/Makefile.osx
  index 42e2605..5d000ec 100644
  --- a/src/Makefile.osx
  +++ b/src/Makefile.osx
  @@ -1,7 +1,7 @@
  # makefile wrapper for osx
  
  # this is only needed if SDL is installed in /usr/local
  -CFLAGS  = -I/usr/local/include/SDL
  +CFLAGS  = -I/usr/local/include -I/usr/local/include/SDL 
  
  LDFLAGS = -lSDLmain -lresolv -Wl,-framework,Cocoa
  



Anyway, with those few build quibbles out if the way, I was able to
build a functioning jivelite on Mac OS X and it seems to be working as
expected.



--
"Dreamer, easy in the chair that really fits you..."

dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
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

2014-01-04 Thread bcdaus

Hi, I just bought a HiFiBerry yesterday to use with my piCorePlayer and
checking today I see its now supported out of the box in v1.10.  Thank
You !

Is it possible to get the current running version shown when connecting
via SSH ?  
Also can we display the current settings passed to SqueezeLite as one of
the menu options?  I'd like to be able to login and check version
numbers and parameters as it would help when debugging issues like
stutterring when using the Stereo output jack.

Thanks for all your work.
Bill.



bcdaus's Profile: http://forums.slimdevices.com/member.php?userid=62303
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

2014-01-04 Thread pnaga

They are running perfectly together up to 24bit/192kHz
Thank you very much!



pnaga's Profile: http://forums.slimdevices.com/member.php?userid=58031
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] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2014-01-04 Thread Triode

Orion_7 wrote: 
> Hi everybody,
> 
> as a new member in this forum I first would like to thank Triode for his
> excellent work.
> 
> I use Squeezelite with a T+A 'DAC8' USB DAC. 
> I found that the DAC8 (24 bit DAC with TENOR TE8802L USB receiver) works
> with ALSA parameter '-a 80:4:16' but with the 24 bit settings '-a
> 80:4:24' and  '-a 80:4:24_3'  it does not work i.e. no audio signal,
> just silence. 
> Setting the output format to 32 bit also does not work.
> 
> I tried the setting '-a 80:4:*24_4*'  (it was a typo) and with this
> setting my DAC8 works perfectly
> 
> The '24_4'  I could not find mentioned anywhere. 
> So now my question: is this a valid parameter setting ???
> 
> Regards,
> 
> Orion

It's not a valid setting - will result in squeezelite picking its own
format - enable -d output=debug to see which is used.



Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
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] Community Squeeze OS F19 Release 1

2014-01-04 Thread JackOfAll

Squeezed_Rotel wrote: 
> Will I still be able to use -_sudo_mytekusb2-firmware-loader.sh_- for my
> Mytek 192?
> I have to use that script using putty each time that I use the DAC,
> which I don't mind terribly, small price to pay for such a nice DAC.

I'm going from memory here, but ISTR that the
mytekusb2-firmware-loader.sh is included in the mytekusb2-firmware rpm,
(renamed from something else that lintweaker named it), but yes, bottom
line, that firmware loading script will still be available. Nothing
changes there, unless lintweaker says it is no longer needed.



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

___
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)

2014-01-04 Thread Orion_7

Hi everybody,

as a new member in this forum I first would like to thank Triode for his
excellent work.

I use Squeezelite with a T+A 'DAC8' USB DAC. 
I found that the DAC8 (24 bit DAC with TENOR TE8802L USB receiver) works
with ALSA parameter '-a 80:4:16' but with the 24 bit settings '-a
80:4:24' and  '-a 80:4:24_3'  it does not work i.e. no audio signal,
just silence. 
Setting the output format to 32 bit also does not work.

I tried the setting '-a 80:4:*24_4*'  (it was a typo) and with this
setting my DAC8 works perfectly

The '24_4'  I could not find mentioned anywhere. 
So now my question: is this a valid parameter setting ???

Regards,
Orion



Orion_7's Profile: http://forums.slimdevices.com/member.php?userid=62299
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] Community Squeeze OS F19 Release 1

2014-01-04 Thread Squeezed_Rotel

JackOfAll wrote: 
> .. but mytekusb2 isn't mainlined.

Will I still be able to use -_sudo_mytekusb2-firmware-loader.sh_- for my
Mytek?
I have to use that script using putty each time that I use the DAC,
which I don't mind terribly, small price to pay for such a nice DAC.



John Marshall
LMS 7.8 running on a DIY PC, Windows 7 64 bit, (1) Transporter, (4)
Booms & (2) CSOS SqueezeliteWands. SqueezePad & iPeng for controllers.
Music Room setup: Transporter => Rotel RC1070 preamp => Rotel RB1080 2
channel amp => Bowers & Wilkins 805 Speakers.
Headphone setup: SqueezeliteWandQuad => Mytek 192 DAC => 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=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-01-04 Thread Pascal Hibon

JackOfAll wrote: 
> Thanks for that. Might seem like a stupid question or more info that I
> need, but it's good to know that the hiface driver is still working and
> his EE DAC is working with it. I know the hiface driver did work, ISTR
> VB Andrew tested a M2Tech DAC with it a year ago on the WB, but useful
> to have a more recent report of it working OK and for me to have stored
> in the back of my head that the EE MiniDac Plus is using the hiface
> module, in case it ever comes up in the future. I've got this list of
> DAC's in my head, the type of USB interface they are using, whether they
> are UAC1 or UAC2 Probably already forgotten more than I remember. ;)
> I'll add the EE DAC to our list of working DAC's the next time I'm
> updating the FAQ.

Glad to help.
It is actually a good test because this friend is not very computer
savvy and he is taking his first steps with streaming. I'll report back
on this topic should he encounter any  issues. So far he was very
impressed with what CSOS provided him.



1 x SB3, 1 x SB Boom, 1 x SB Radio and 2 x SB Touch - all wireless
1 x Wandboard Dual behind the bedroom ceiling
1 x Wandboard Dual for 'msqueeze' (http://www.msqueeze.co.nf/index.html)
project
ReadyNAS NVX running LMS 7.7.3. w iTunes plugin
iPeng 7 on iPhone.
SqueezePad & iPeng 7 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=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-01-04 Thread JackOfAll

Pascal Hibon wrote: 
> It is using hiface:

Thanks for that. Might seem like a stupid question or more info that I
need, but it's good to know that the hiface driver is still working and
his EE DAC is working with it. I know the hiface driver did work, ISTR
VB Andrew tested a M2Tech DAC with it a year ago on the WB, but useful
to have a more recent report of it working OK and for me to have stored
in the back of my head that the EE MiniDac Plus is using the hiface
module, in case it ever comes up in the future. I've got this list of
DAC's in my head, the type of USB interface they are using, whether they
are UAC1 or UAC2 Probably already forgotten more than I remember. ;)
I'll add the EE DAC to our list of working DAC's the next time I'm
updating the FAQ.



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

___
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

2014-01-04 Thread sbp

*piCorePlayer 1.10 is ready*
Hi all, I'm happy to announce a new version of piCorePlayer, which is a
major improvement over previous versions. 

The major improvement in this version is the support for direct
connection of I2S-DACs with the raspberry though the I2S connection. 

It is build on cutting edge linux kernel 3.12.6 which have support for
I2S-connections. That means that you will be able to let the DAC
communicate directly with the raspberry. There are already a few
I2S-DACs available, however at the moment piCorePlayer only support the
*HiFiBerry DAC*, you can read more about 'HiFiBerry'
(http://www.hifiberry.com/). 


This kind of connection is much better than the USB-connection, so I
suspect much better results using these kind of DAC's compared with
USB-based DACs


So it connects to the raspberry like this ('image taken from the
HiFiberry web-page' (http://www.hifiberry.com/)):
'[image:
https://sites.google.com/site/picoreplayer/_/rsrc/1388849974493/home/news/hifiberry-plugged_raspberry.jpg]'
(https://sites.google.com/site/picoreplayer/home/news/hifiberry-plugged_raspberry.jpg?attredirects=0)


In order to support the other I2S-DACs I will need access to them, and
at the moment only Daniel from 'Crazy Audio'
(http://www.crazy-audio.com/) gave me access to a prototype of the
HiFiBerry DAC. I have been playing with it for a few days and I really
like it. It fits nicely on the Raspberry and the audio streaming from it
is nice to listen to


Furthermore, I have included support for more WiFi-adaptors and this
time I feel confident that several of the Ralink adaptor should work -
so please report your findings.

Ralphy is supporting piCorePlayer by building the newest versions of
Triodes squeezelite with build-in support of WMA and ALAC together with
upsample support. In addition, piCorePlayer can update the squeelzelite
directly from Ralphy's server.  So thank you very much for that. 

Finally, I have almost finished building a small WEB-based configuration
menu, so within a few days I hope to release a new version (where the
only difference will be the inclusion of a small WEB-server to easily
configure the piCorePlayer)


This release has been the most difficult one to make - so I hope you
will enjoy it.


As always, you can get it from here:
https://sites.google.com/site/picoreplayer/home/download


Steen



piCorePlayer a small player for the Raspberry Pi (25MB in RAM).
Homepage: https://sites.google.com/site/picoreplayer/home and
discussion:
http://forums.slimdevices.com/showthread.php?97803-piCoPlayer-Squeezelite-on-Microcore-linux-An-embedded-OS-in-RAM-with-Squeezelite

Squeezeboxserver on Voyage Linux 500 MB CF-card (read-only)
http://forums.slimdevices.com/showthread.php?90581-HOW-TO-install-squeezeboxserver-on-very-small-Linux-(Voyage-linux)

sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
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] Gentoo Logitech Media Server ebuild moving to an overlay

2014-01-04 Thread te36

beside the ebuild issues, the installation then seems to work fine.



te36's Profile: http://forums.slimdevices.com/member.php?userid=32586
View this thread: http://forums.slimdevices.com/showthread.php?t=97562

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


Re: [SlimDevices: Unix] Vortexbox puzzle

2014-01-04 Thread wolster

garym wrote: 
> go into the Vortexbox webGUI, click on system configuration, then "stop"
> the vB player. Your're not deleting it, just turning it off. If you
> reboot your VB later, you'll need to stop VB player again.   And make
> sure that your TOUCH is controlling itself as the player (because the
> TOUCH can be a player *and* a controller for other players.

Cheers, Gary :)



wolster's Profile: http://forums.slimdevices.com/member.php?userid=19137
View this thread: http://forums.slimdevices.com/showthread.php?t=100634

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-01-04 Thread Pascal Hibon

JackOfAll wrote: 
> See which snd_usb module is loaded. > 
Code:

  >   > lsmod | grep snd_usb

> > 

It is using hiface:


Code:


  snd_usb_hiface  8683  2
  




1 x SB3, 1 x SB Boom, 1 x SB Radio and 2 x SB Touch - all wireless
1 x Wandboard Dual behind the bedroom ceiling
1 x Wandboard Dual for 'msqueeze' (http://www.msqueeze.co.nf/index.html)
project
ReadyNAS NVX running LMS 7.7.3. w iTunes plugin
iPeng 7 on iPhone.
SqueezePad & iPeng 7 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=99395

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


Re: [SlimDevices: Unix] Gentoo Logitech Media Server ebuild moving to an overlay

2014-01-04 Thread te36

Running perl-5.16.3 on my gentoo system (see above), i had to change the
ebuild as follows. This stopped emerge from trying to downgrade perl to
5.12. 

My best understanding is that the dependency includes the minor version
(5.16.3), so the prior check in the ebuild (<=dev-lang/perl-5.16) was
considering 5.16.3 to be out of range.

My best understanding is also that the binaries includes in the
logitechmediaserver binary will be compatible with any gentoo
perl-5.16.x version, and not only 5.16.0. Right ?


Code:


  RDEPEND="
  !prefix? ( >=sys-apps/baselayout-2.0.0 )
  !prefix? ( virtual/logger )
  >=dev-lang/perl-5.8.8[ithreads]
  x86? ( =dev-perl/Data-UUID-1.202
  "
  




te36's Profile: http://forums.slimdevices.com/member.php?userid=32586
View this thread: http://forums.slimdevices.com/showthread.php?t=97562

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


Re: [SlimDevices: Unix] Vortexbox puzzle

2014-01-04 Thread garym

wolster wrote: 
> O.K., so now I am getting braver and want to delete the Vortexbox as a
> 'player'.
> Is it O.K. to do that and how do I do it? Can't seem to find the answer
> to that one.

go into the Vortexbox webGUI, click on system configuration, then "stop"
the vB player. Your're not deleting it, just turning it off. If you
reboot your VB later, you'll need to stop VB player again.   And make
sure that your TOUCH is controlling itself as the player (because the
TOUCH can be a player *and* a controller for other players.



*Location 1:* VortexBox 4TB (2.2) > LMS 7.8 > Transporter, Touch, Boom,
Radio w/Battery (all ethernet except Radio)
*Location 2:* VBA 3TB (2.2) > LMS 7.7.2 > Touch > Benchmark DAC I, Boom,
Radio w/Battery (all ethernet except Radio)
*Office:* Win7(64) > LMS 7.8 > SqueezePlay
*Spares:* VBA 4TB, SB3, Touch (3), Radio (3), CONTROLLER
*Controllers:* iPhone4S (iPeng), iPad2 (iPengHD & SqueezePad),
CONTROLLER, or SqueezePlay 7.8 on Win7(64) laptop
Ripping (FLAC) - dbpoweramp, Tagging - mp3tag, Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=100634

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-01-04 Thread JackOfAll

lintweaker wrote: 
> For 3.1x just go with the latest from GIT. Firmware is still ok.

OK, thank you.



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

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-01-04 Thread lintweaker

JackOfAll wrote: 
> 
> lintweaker, where do you want me to go with this for 3.12/3.13 kernel?
> It's an akmod package now. But which version of source? Do you want me
> to pull latest from your git? (3.0.35 is using June 12th version just
> prior to the "switch to vmalloc buffers" patch.) Firmware 1.34.10 still
> OK or do I need to update that as well?
For 3.1x just go with the latest from GIT. Firmware is still ok.



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

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-01-04 Thread JackOfAll

Which reminds me of another loose-end snd-usb-asyncaudio (hiface
driver) is now included in mainline, so I'm not building that from a tar
and bundling it as part of the kernel (as was doing with
kernel-wand-3.0.35).. but mytekusb2 isn't mainlined.

lintweaker, where do you want me to go with this for 3.12/3.13 kernel?
It's an akmod package now. But which version of source? Do you want me
to pull latest from your git? (3.0.35 is using June 12th version just
prior to the "switch to vmalloc buffers" patch.) Firmware 1.34.10 still
OK or do I need to update that as well?



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

___
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

2014-01-04 Thread Steve_I

Steve_I wrote: 
> Using 1.09, I had a similar panic after the Pi had been running for
> about 3 minutes - didn't matter if I was playing anything or not.
> 
> I tried 1.08, after fully formatting the SD card (which has been used
> for several versions of Raspbian, etc.) It's been running OK for about
> 45 minutes so far. When I have time, i will try 1.09 again.
> 
> Steve

I have now installed 1.09 on the same SD card (fully-formatted again)
and it seems fine. Now I can listen to the BBC app's WMA streams!



Steve_I's Profile: http://forums.slimdevices.com/member.php?userid=62163
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 F19 Release 1

2014-01-04 Thread JackOfAll

Pascal Hibon wrote: 
> Yes I think it is UAC2 compliant. The DAC is connected straight to the
> Wandboard without a hub.
> Is there a way to check this by running some command from the prompt?

See which snd_usb module is loaded. 
Code:

lsmod | grep snd_usb




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

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-01-04 Thread Pascal Hibon

JackOfAll wrote: 
> Looking at the product info on the link you provided, it uses M2Tech
> USB. Do you know if that is UAC2 compliant, and using the "generic"
> snd-usb-audio module driver, or snd-usb-hiface?

Yes I think it is UAC2 compliant. The DAC is connected straight to the
Wandboard without a hub.
Is there a way to check this by running some command from the prompt?



1 x SB3, 1 x SB Boom, 1 x SB Radio and 2 x SB Touch - all wireless
1 x Wandboard Dual behind the bedroom ceiling
1 x Wandboard Dual for 'msqueeze' (http://www.msqueeze.co.nf/index.html)
project
ReadyNAS NVX running LMS 7.7.3. w iTunes plugin
iPeng 7 on iPhone.
SqueezePad & iPeng 7 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=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-01-04 Thread JackOfAll

Pascal Hibon wrote: 
> I successfully installed a Wandboard Quad running CSOS F19 at a friend's
> house yesterday.
> He owns a 'Eastern Electric MiniDac Plus'
> (http://www.eeaudio.com/eeaudio_012.htm). This DAC also uses the Sabre
> ESS 9018 dac chip.
> The DAC is connected by USB to the Wandboard and works perfect.

Looking at the product info on the link you provided, it uses M2Tech
USB. Do you know if that is UAC2 compliant, and using the "generic"
snd-usb-audio module driver, or snd-usb-hiface?



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

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-01-04 Thread Pascal Hibon

I successfully installed a Wandboard Quad running CSOS F19 at a friend's
house yesterday.
He owns a 'Eastern Electric MiniDac Plus'
(http://www.eeaudio.com/eeaudio_012.htm). This DAC also uses the Sabre
ESS 9018 dac chip.
The DAC is connected by USB to the Wandboard and works perfect.



1 x SB3, 1 x SB Boom, 1 x SB Radio and 2 x SB Touch - all wireless
1 x Wandboard Dual behind the bedroom ceiling
1 x Wandboard Dual for 'msqueeze' (http://www.msqueeze.co.nf/index.html)
project
ReadyNAS NVX running LMS 7.7.3. w iTunes plugin
iPeng 7 on iPhone.
SqueezePad & iPeng 7 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=99395

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


Re: [SlimDevices: Unix] Vortexbox puzzle

2014-01-04 Thread wolster

O.K., so now I am getting braver and want to delete the Vortexbox as a
'player'.
Is it O.K. to do that and how do I do it? Can't seem to find the answer
to that one.



wolster's Profile: http://forums.slimdevices.com/member.php?userid=19137
View this thread: http://forums.slimdevices.com/showthread.php?t=100634

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


Re: [SlimDevices: Unix] Gentoo Logitech Media Server ebuild moving to an overlay

2014-01-04 Thread te36

X86 32 bit installation. Just did a "emerge --sync", "layman -s ALL".
Running perl-5.16.3. No logitechediaserver-bin installed:

% emerge -vp media-sound/logitechmediaserver-bin

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild UD ] dev-lang/perl-5.12.4-r1:0/0 [5.16.3:0/5.16] USE="berkdb
gdbm ithreads* -build% -debug -doc" 0 kB
[ebuild  N ] dev-perl/Data-UUID-1.217.0  0 kB
[ebuild  N~] media-sound/logitechmediaserver-bin-7.7.3::squeezebox 
103,214 kB

Total: 3 packages (1 downgrade, 2 new), Size of downloads: 103,214 kB

!!! Multiple package instances within a single package slot have been
pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-lang/perl:0

(dev-lang/perl-5.12.4-r1::gentoo, ebuild scheduled for merge) pulled
in by
>=dev-lang/perl-5.8.8[ithreads] required by
(media-sound/logitechmediaserver-bin-7.7.3::squeezebox, ebuild scheduled
for merge)
~dev-lang/perl-5.12.4 required by
(virtual/perl-File-Temp-0.220.0-r2::gentoo, installed)
http://forums.slimdevices.com/member.php?userid=32586
View this thread: http://forums.slimdevices.com/showthread.php?t=97562

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