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

2013-09-12 Thread Steve Agnew

JackOfAll wrote: 
> Steve, just for the fun of it, can you post the contents of your
> /etc/sysconfig/squeezelite config file, please?

# Updated by Community Squeeze web-gui at 2013/09/11 05:31:34 BST
NAME="-n SqueezeliteWAND"
AUDIO_DEV="-o hw:CARD=imxspdif"
LOG_FILE="-f /var/log/squeezelite/squeezelite.log"
ALSA_PARAMS="-a 40::16:"

Cheers, Steve.



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

2013-09-12 Thread Steve Agnew

Rolled back and still have the same problem. Will advise on progress
when RME card arrives, probably 10 days or so.

JackOfAll wrote: 
> I doubt whether this will solve the issue, but you never know, might be
> worth a try. I've built a new kernel which has backed out our changes to
> use the audio pll as the spdif clock. (Also limits the max sample rate
> to 48k.) If you want to try that.
> 
> > 
Code:

  >   > 
  > sudo csos-cleanInstall-testing kernel-wand-3.0.35-cm64.fc19
  > sync
  > sudo reboot
  > 

> >



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

2013-09-12 Thread JackOfAll

Steve Agnew wrote: 
> Rolled back and still have the same problem. Will advise on progress
> when RME card arrives, probably 10 days or so.

Steve, just for the fun of it, can you post the contents of your
/etc/sysconfig/squeezelite config file, please?



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)

2013-09-12 Thread Triode

Ralphy - Could you try the latest git with mmap enabled?



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

2013-09-12 Thread JackOfAll

bhhenry wrote: 
> Updated my wandboard from R1 to R2 last night.
> 
> I am testing for now using the analog audio out. Had to re-adjust volume
> levels in alsamixer, but now I am getting a much louder output than
> previously, which is good as it seemed too low at 100% before.
> 
> A problem now is that the volume control in LMS has no effect.

Hmmm. Software volume, (which should be taking place in squeezelite),
isn't working at all? You can't adjust it from the LMS web page or
jivelite? 

Via the LMS web page, Settings->Player->Audio, make sure it isn't
"locked" to 100% there, please.



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] Howto: build a self-contained LMS

2013-09-12 Thread Roland0

Krisbee wrote: 
> Is it worth mentioning on the wiki entry that your method allows a LMS
> 7.7.X  broken by the move from perl 5.14 to 5.16 or 5.18 to be revived
> without loss of cached data, db,  logs etc. ?
> 
> In debian at least, you have the �squeezeboxserver� user and can't
> you simply re-use all the relevant existing /var/lib/... and var/log..
> files?  Once you've built your own perl version etc. using your
> instructions,  isn't all you need to do is to edit the
> /etc/int.d/logitechmediaserver file and relevant logrotate.d entry
> before restarting LMS?
> 
Unless you uninstall the official package with the purge option, that't
certainly possible. It's the same as a regular update in this regard.

> 
> It's also possible to run a version of LMS according to your
> instructions alongside say a nightly  build if your create a new
> separate set of  /var/lib/... and /var.log/... files (and if necessary
> etc/...files) along with and a relevant init.d and logrotate.d file. 
> This is what I did at the weekend.
Actually,  you don't even need separate directories (unless the db
structure changes - which it hasn't for a long time). Preferences also
stay the same (I'm not quite sure how LMS handles unknown prefs (e.g.
those that exist in 7.8 and don't in 7.7), but I guess the only risk
would be that they get lost)
My setup is based on symlinks:

Code:


  lrwxrwxrwx  1 root root   29 May 14 19:10 lms -> logitechmediaserver-7.7.8-git
  drwxr-xr-x 13 root root 4096 Apr 26  2012 
logitechmediaserver-7.7.2-33893-noCPAN
  drwxr-xr-x 13 user user 4096 Sep 11 23:34 logitechmediaserver-7.7.8-git
  



and the init script uses /opt/lms as the path, so switching to another
version is done by pointing the symlink to this version



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) ]

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=99648

___
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-09-12 Thread Triode

ralphy wrote: 
> I've had great results with streaming wma and alac files from my local
> library using ffmpeg 2.0.1.
> 
> I'm getting the occasional drop out with wma as already reported my
> others.

Are the drop outs for static files or only wma radio?  Do you feel you
get them with ffplay from the same version of ffmpeg?  (I'm wondering if
its my dechunking code or internal to the codec)



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] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-09-12 Thread Triode

ralphy wrote: 
> Confirmed that setting volume to 100% does not change the static.
> 
> 
> 
> With mmap disabled I couldn't recreate the static after 2 days using the
> 16bit dac.

Interesting - do you see anything dubious in my code for the 16 bit mmap
path?



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

2013-09-12 Thread JackOfAll

Steve Agnew wrote: 
> Nope, it still locks onto the signal but doesn't produce any sound. I've
> ordered an RME card that should help diagnose the problem.

I doubt whether this will solve the issue, but you never know, might be
worth a try. I've built a new kernel which has backed out our changes to
use the audio pll as the spdif clock. (Also limits the max sample rate
to 48k.) If you want to try that.


Code:


  sudo csos-cleanInstall-testing kernel-wand-3.0.35-cm64.fc19
  sync
  sudo reboot
  




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

2013-09-12 Thread bhhenry

JackOfAll wrote: 
> This F19-R2 (Release 2) updates the F19-R1 image.

Updated my wandboard from R1 to R2 last night.

I am testing for now using the analog audio out. Had to re-adjust volume
levels in alsamixer, but now I am getting a much louder output than
previously, which is good as it seemed too low at 100% before.

A problem now is that the volume control in LMS has no effect.



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

2013-09-12 Thread ralphy

Triode wrote: 
> I'm be interested in feedback from linux developers people as to whether
> it works for you?  FFmpeg has multiple versions in the wild and seems to
> change struct definitions between versions and expect you to access the
> structs directly... - this makes it hard to ship binaries which load .so
> files from the target machine and just work...  For the moment you need
> to compile with header files which match the library version being used.

I've had great results with streaming wma and alac files from my local
library using ffmpeg 2.0.1.

I'm getting the occasional drop out with wma as already reported my
others.



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Squeezeslave, *3*-Squeezeplays,
*4*-Squeezelites
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

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

2013-09-12 Thread ralphy

Triode wrote: 
> Does it still do it with the volume at 100%

ralphy wrote: 
> I'm almost certain I moved the volume from 0 to 100 when it happened
> today.  I'll reconfirm next time it happens

Confirmed that setting volume to 100% does not change the static.

Triode wrote: 
> Does it change between when mmap is used and when it is not used?

ralphy wrote: 
> All tests so far have been with mmap enabled.
> Will retest tommorow using mmap off before moving on to the 24bit dac.

With mmap disabled I couldn't recreate the static after 2 days using the
16bit dac.



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Squeezeslave, *3*-Squeezeplays,
*4*-Squeezelites
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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] Howto: build a self-contained LMS

2013-09-12 Thread Krisbee

Is it worth mentioning on the wiki entry that your method allows a LMS
7.7.X  broken by the move from perl 5.14 to 5.16 or 5.18 to be revived
without loss of cached data, db,  logs etc. ?

In debian at least, you have the “squeezeboxserver” user and can't you
simply re-use all the relevant existing /var/lib/... and var/log..
files?  Once you've built your own perl version etc. using your
instructions,  isn't all you need to do is to edit the
/etc/int.d/logitechmediaserver file and relevant logrotate.d entry
before restarting LMS?

It's also possible to run a version of LMS according to your
instructions alongside say a nightly  build if your create a new
separate set of  /var/lib/... and /var.log/... files (and if necessary
etc/...files) along with and a relevant init.d and logrotate.d file. 
This is what I did at the weekend.



Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=99648

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


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

2013-09-12 Thread michaelvv

JackOfAll wrote: 
> Michael, hdmi still OK and playing audio? 
> 
> Do you have a TV/monitor connected to the hdmi port? Or are you using a
> splitter, or just a "sound bar" type of device?

HI JackofAll

I have a HDMI cableston splitter , And I have played without any trouble
since I did
the upgrade...

/Best Michael



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