Re: [SlimDevices: Touch] Screensaver problem

2012-07-31 Thread davlee

Thanks everyone, a reboot fixed it.

Dave



davlee's Profile: http://forums.slimdevices.com/member.php?userid=51296
View this thread: http://forums.slimdevices.com/showthread.php?t=95926

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


Re: [SlimDevices: Touch] Announce: Enhanced Digital Output app - USB Dac and 192k Digital Ouput

2012-07-31 Thread soundcheck

SBGK wrote: 
 try commenting out the following lines in the kernel section
 
 echo 0  /proc/sys/net/ipv4/tcp_app_win #new
 
 echo 1000  /proc/sys/kernel/sched_rt_period_us
 echo 999  /proc/sys/kernel/sched_rt_runtime_us
 
 the SBGK settings are really designed to put all resource to playback so
 user interaction is given very little resource.
 
 and before people say well it doesn't use any resource the idea is that
 with less call on resources the cpu will perform nearer to real time.

Above you need to explain.

Your overall settings - to me at least - are still looking like you're
playing parameter bingo, without understanding much of it.

Above parameters define the realtime schedulers time frame, which can be
allocated by realtime capable processes.

The first parameter says from 1s overall 0.999s can be allocated by
SCHED_RT processes. 
The remainder towards 1s = 0,001s ( maybe I missed a digit)  can be
allocated by SCHED_OTHER (all processes without rt-scheduling). 

If you comment above values out you fall back to default values:
1000 950 which means 0.05s can be used by SCHED_OTHER.

In your setup you put quite a lot of processes on IRQs on SCHED_OTHER.
If you comment out above commands you'll cause less stress to
the SCHED_OTHER group. You achieve exactly the opposite you're claiming.
With this you'll concentrate on all other than audio processes.


They key challenge on an rt system is to find the right balance between
all the processes running. And that's a pretty complex task.

And there's more than one solution.

I doubt that industry experts supported you on this (and on many more
of your settings).


The overall approach of reducing load on the system with special focus
on the audio process has not been your invention btw!!!

It's known for quite some time.


Anyhow. Keep going. But do your self a favour. Better stop making claims
about this or that. You're still PiggyBacking on things other people
have figured out.

Enjoy.



soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=94512

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


Re: [SlimDevices: Touch] Announce: Enhanced Digital Output app - USB Dac and 192k Digital Ouput

2012-07-31 Thread Turnandcough

After a fresh install of EDO and TT3.0 I just gave SBGK settings a try.
This time I'm not getting any freeze ups and it's sounding good
(perceived or real) 

However Touch firmware has yet to update to 7.8 and as a consequence
when I try to play 24/192 files I lose the signal altogether and need to
restart LMS even to play reg files. 

I tried logging on to MySqueezebox.com and changing LMS settings to
enable checking/downloading of software updates but it's still stuck at
7.7.2

Another interesting thing is that when I open LMS Avast pops up a
suspicious file warning and I need to manually OK it.



Turnandcough's Profile: http://forums.slimdevices.com/member.php?userid=9436
View this thread: http://forums.slimdevices.com/showthread.php?t=94512

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


Re: [SlimDevices: Touch] coax vs toslink

2012-07-31 Thread saeyedoc

ralphpnj wrote: 
 Luckily I still have most of my old (and some new) vinyl and a very good
 vinyl front end. Nowhere near as handy as good hi-rez digital versions
 (whatever their source - vinyl rip or studio master) but vinyl can often
 sound very good indeed.
My buddy who turned me onto Squeezebox and has downloaded a lot of music
generally thinks the Vinyl rips to high res from someone with a very
high end system sound the best. I guess the dynamic range issues can
explain much of that preference.



saeyedoc's Profile: http://forums.slimdevices.com/member.php?userid=56705
View this thread: http://forums.slimdevices.com/showthread.php?t=95872

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


Re: [SlimDevices: Touch] Announce: Enhanced Digital Output app - USB Dac and 192k Digital Ouput

2012-07-31 Thread Triode

SBGK wrote: 
 
 chmod 666 /sys/module/ehci_hcd/parameters/log2_irq_thresh
 echo 6  /sys/module/ehci_hcd/parameters/log2_irq_thresh 
 chmod 666 /sys/module/ehci_hcd/parameters/park
 echo 3  /sys/module/ehci_hcd/parameters/park
 

Very much doubt these cause any changes to occur.  The usb module is
statically linked as part of the kernel not loaded as a module and I
believe these parameters only get read at init time - i.e. before you
could run any script.  So this is probably irrelevant.  (These params
could be set on a desktop linux version with loadable modules in the
insmod command as you can pass params to a module at load time, but this
is not applicable to Touch kernels).  [in general if you need to change
a parameter to be read/write from being read only so you can set it then
it should give a hint that it doesn't do anything much]



Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=94512

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


Re: [SlimDevices: Touch] coax vs toslink

2012-07-31 Thread Martin N

Lo,

At 00:35 31/07/2012, you wrote:


trott3r wrote:
 But with a bit of googling consumers are realising that they can get a
 24bit
 96khz high res rip from vinyl that hasn't been butchered by the
 loudness
 wars. Thus the monopoly falls (at least for older music).

 Martin

Luckily I still have most of my old (and some new) vinyl and a very good
vinyl front end. Nowhere near as handy as good hi-rez digital versions
(whatever their source - vinyl rip or studio master) but vinyl can often
sound very good indeed.



I have a fair amount of well looked after vinyl as well.
Also my turntable the pretty decent project perspective but only a 16bit
44khz PCM HiMD recorder so limited to CD quality for my vinyl rips.

But at least i avoid the loudness wars mix of a modern remastered CD.

Martin

Running MorphOS v3.1 (July 2012) on a PowerPC Powerbook, Moderator of 
MiniDisc,amithlonopen,bwfc Yahoogroups



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


Re: [SlimDevices: Touch] Announce: Enhanced Digital Output app - USB Dac and 192k Digital Ouput

2012-07-31 Thread Turnandcough

OK The good news - I finally managed to update Touch to 7.8  The bad
news is that I'm still not able to stream 24-192 FLAC files from the
server. I'm getting a File format not supported - set a date message.

Set a date???



Turnandcough's Profile: http://forums.slimdevices.com/member.php?userid=9436
View this thread: http://forums.slimdevices.com/showthread.php?t=94512

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