Re: [SlimDevices: Audiophiles] New Squeezebox Touch Mod

2011-08-18 Thread bobertuk

lintweaker;649299 Wrote: 
 I've been using the tweaks on my touches with great success and decided
 to contribute a bit myself.
 
 In case the IRQ's, process numbers etc. change you can use a more
 dynamic version I hacked together (It is not fool proof!):
 
 To test it out by hand just copy and paste the following into a ssh
 session with the touch:
 
 === begin code ===
 # Get IRQ for RTC
 tmp=`cat /proc/interrupts |grep mxc_rtc|cut -f2 -d |cut -f1 -d:`
 echo -n RTC IRQ is $tmp
 # Get proc # for RTC
 rtc=`ps -e|grep IRQ-$tmp|cut -f3 -d `
 echo , process #: $rtc
 # Get IRQ of SPDIF I/F
 tmp=`cat /proc/interrupts |grep spdif|cut -f2 -d |cut -f1 -d:`
 echo -n SPDIF IRQ is $tmp
 # Get proc # for SPDIF
 spdif=`ps -e|grep IRQ-$tmp|cut -f3 -d `
 echo , proces # $spdif
 
 # Get proces number for audio threads
 aud1=`ps -e|grep sirq-hrtimer/0|cut -f4 -d `
 echo Proces nummber for sirq-hrtimer/0: $aud1
 aud2=`ps -e|grep sirq-timer/0|cut -f5 -d `
 echo Proces nummber for sirq-timer/0: $aud2
 echo Setting new priorities..
 chrt -f -p 93 $aud1
 chrt -f -p 91 $aud2
 chrt -f -p 59 $spdif
 chrt -f -p 87 $rtc
 
 === end code ===
 
 I you want you can add a more quiet version straight to
 etc/init.d/rcS:
 
 === start code ===
 # Get IRQ for RTC
 tmp=`cat /proc/interrupts |grep mxc_rtc|cut -f2 -d |cut -f1 -d:`
 # Get proc # for RTC
 rtc=`ps -e|grep IRQ-$tmp|cut -f3 -d `
 # Get IRQ of SPDIF I/F
 tmp=`cat /proc/interrupts |grep spdif|cut -f2 -d |cut -f1 -d:`
 # Get proc # for SPDIF
 spdif=`ps -e|grep IRQ-$tmp|cut -f3 -d `
 
 # Get proces number for audio threads
 aud1=`ps -e|grep sirq-hrtimer/0|cut -f4 -d `
 aud2=`ps -e|grep sirq-timer/0|cut -f5 -d `
 
 # Set new priorities
 chrt -f -p 93 $aud1  /dev/null
 chrt -f -p 91 $aud2  /dev/null
 chrt -f -p 59 $spdif  /dev/null
 chrt -f -p 87 $rtc  /dev/null
 
 === end code ===

Hi lintweaker,

I successfully use your code to set the 4 new priorities and tried to
add another for jive_alsa. The original 4 still set but I can't get
jive_alsa to set to a new priority. It works if I use the code at the
command line though. Any suggestions?

== Start code ==

#Change priorities

# Get IRQ for RTC
tmp=`cat /proc/interrupts |grep mxc_rtc|cut -f2 -d |cut -f1 -d:`
# Get proc # for RTC
rtc=`ps -e|grep IRQ-$tmp|cut -f3 -d `
# Get IRQ of SPDIF I/F
tmp=`cat /proc/interrupts |grep spdif|cut -f2 -d |cut -f1 -d:`
# Get proc # for SPDIF
spdif=`ps -e|grep IRQ-$tmp|cut -f3 -d `

# Get proces number for audio threads
aud1=`ps -e|grep sirq-timer/0|cut -f5 -d `
aud2=`ps -e|grep sirq-hrtimer/0|cut -f4 -d `

# Get process number for jive_alsa 'music'
jalsa1=`ps -eo pid,args|grep jive_alsa -d default|head -1|cut -f3 -d
`

# Get process number for jive_alsa 'sound effects' - not used but a
possibility!
jalsa2=`ps -eo pid,args|grep jive_alsa -d plughw|head -1|cut -f3 -d
` 

# Set new priorities
chrt -f -p 91 $aud1  /dev/null
chrt -f -p 93 $aud2  /dev/null
chrt -f -p 44 $spdif  /dev/null
chrt -f -p 87 $rtc  /dev/null
chrt -f -p 55 $jalsa1  /dev/null

== End code ==

Thanks

Bob


-- 
bobertuk

1 x Touch - SC 7.6.0 - SSOTS v4.91
1 x Radio
1 x Boom
Lavry DA-10 DAC
QNAP TS-509 3.3.6 build 1110T
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=89359

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


[SlimDevices: Audiophiles] way to add AirPlay

2011-08-18 Thread MediaCenter

Guys,
Most of you may already know but for the few you can buy AirPort
express and connect it the following way

AirPort -Digital- Transporter (Digital in)
AirPort -Ethernet- Transporter

Advantages:
1) AirPort is 802.11n which will improve your data transfer rate and if
Transporter is the only 802.11b/g device on your wireless router then
you can go all 'n'

2) You can connect AirPort Digital out to either your pre/processor or
to Transporter digital input that will allow you to switch input using
iPeng and use AirPlay


-- 
MediaCenter

Source Device: Transporter
Room Correction + DAC + Preamp + Amplifiers: HK 990
Speakers: Magnepan 1.7

MediaCenter's Profile: http://forums.slimdevices.com/member.php?userid=32623
View this thread: http://forums.slimdevices.com/showthread.php?t=89691

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


Re: [SlimDevices: Audiophiles] New Squeezebox Touch Mod

2011-08-18 Thread electric beach

Hi

I made the changes in command/temp fashion last night, up to jive_alsa
55 and spdif 51. Fascinating. Without changing the jive from default,
59 was shocking in the change possible but I preferred 44 - 48 looked
to have more potential.

Can I clarify a passing comment earlier in the thread? If I now put the
powered HD directly in the Touch, addresses will change with the change
of hardware and values will not be applied correctly, or not all all? 
It certainly sounds different, although the values need to be
different. I don't know if they are the values as set or not. 

I really want to use the Touch this way, HD direct.


-- 
electric beach

electric beach's Profile: http://forums.slimdevices.com/member.php?userid=49103
View this thread: http://forums.slimdevices.com/showthread.php?t=89359

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


Re: [SlimDevices: Audiophiles] New Squeezebox Touch Mod

2011-08-18 Thread lcrim

Last night late, I pushed the reset button on my modified Touch in my
bedroom system (http://cgi.audioasylum.com/systems/5771.html) and set
it back to factory settings to get the latest firmware (7.6.0 r9548.) 
I then added Klaus' TT 2.0 w/ the buffer @ 3600 and only the analog
outs turned on.  WLAN shut off and screen off as well.  Noting the
improvement in sound quality as each mod was added.   I then added the
entries from this thread, skipping the spdif line as it is already off.
There was another improvement in clarity and detail retrieval, a
clearly discerned improvement in playback that I had been unable to
hear previously.  
Thanks dynaudiorules.


-- 
lcrim

lcrim's Profile: http://forums.slimdevices.com/member.php?userid=1626
View this thread: http://forums.slimdevices.com/showthread.php?t=89359

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


Re: [SlimDevices: Audiophiles] New Squeezebox Touch Mod

2011-08-18 Thread dynaudiorules

lcrim;650887 Wrote: 
 Last night late, I pushed the reset button on my modified Touch in my
 bedroom system (http://cgi.audioasylum.com/systems/5771.html) and set
 it back to factory settings to get the latest firmware (7.6.0 r9548.) 
 I then added Klaus' TT 2.0 w/ the buffer @ 3600 and only the analog
 outs turned on.  WLAN shut off and screen off as well.  Noting the
 improvement in sound quality as each mod was added.   I then added the
 entries from this thread, skipping the spdif line as it is already off.
 There was another improvement in clarity and detail retrieval, a
 clearly discerned improvement in playback that I had been unable to
 hear previously.  
 Thanks dynaudiorules.

Hi lcrim,

I'm glad it worked out for you, seems like you went through a rather
orderly and painless upgradethats great!


-- 
dynaudiorules

'Dynobot's Audio' (https://sites.google.com/site/computeraudioorg/)

dynaudiorules's Profile: http://forums.slimdevices.com/member.php?userid=12568
View this thread: http://forums.slimdevices.com/showthread.php?t=89359

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


Re: [SlimDevices: Audiophiles] New Squeezebox Touch Mod

2011-08-18 Thread RGibran

This is starting to sound like a sleep number bed commercial!

Ahem...48 seems to be working quite nicely for me :-)

RG


-- 
RGibran

RGibran's Profile: http://forums.slimdevices.com/member.php?userid=10220
View this thread: http://forums.slimdevices.com/showthread.php?t=89359

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


Re: [SlimDevices: Audiophiles] New Squeezebox Touch Mod

2011-08-18 Thread lake_eleven

As I increase the SPDIF priority, there  is  a slight decrease in bass
for each incremental value. Did anyone else note it? Iam settling at
41.


-- 
lake_eleven

lake_eleven's Profile: http://forums.slimdevices.com/member.php?userid=48979
View this thread: http://forums.slimdevices.com/showthread.php?t=89359

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