Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CuBox Project X
#48
(17-Oct-2014, 16:55)Andre737 Wrote: Thanks a lot for sharing your CuBox project.Sounds too good to be true Smile
Is there a possiblity to integrate Quboz in this setup somehow?

Sorry, this one fell off the cracks...

Yes, it is possible. Using Squeezebox/lms setup. I have not tried to install that yet though...

Kunter

(03-Oct-2014, 22:53)Antoine Wrote: edit: tip for Kunter and any future owners of the Cubox. The real time tuning settings (http://mubox.voyage.hk/realtime_kernel_cuboxi) are not persistent and thus lost after a reboot. I created a script and call that from rc.local to reapply these settings after every reboot. Smile

Code:
for IRQ in /proc/irq/* ; do echo 1 > $IRQ/smp_affinity ; done
for PID in $(pgrep ci_hdrc) ; do taskset -pc 1 $PID ; done
echo 2 > /proc/irq/72/smp_affinity
echo 2 > /proc/irq/75/smp_affinity
taskset -pca 2,3 $(pgrep mpd)
chrt -f -p 49 $(pgrep cifsd)
ps -eLo pid,group,lwp,rtprio,priority,time,cmd | egrep "cifsd"

I just found an easier way...

in the web interface to Mubox, there is the "system" tab and under that, there is a "cron" tab.

You can edit the crontab file in the window provided. It basically is a scheduler.

For anything you want to be run at startup, just put a @reboot in front and write the command over there.

So my crontab file looks like this now:

# m h dom mon dow command
#*/5 * * * * ( /etc/init.d/voyage-sync sync
@reboot mount -t vfat /dev/sda1 /media/ata1
@reboot for IRQ in /proc/irq/* ; do echo 1 > $IRQ/smp_affinity ; done
@reboot for PID in $(pgrep ci_hdrc) ; do taskset -pc 1 $PID ; done
@reboot echo 2 > /proc/irq/72/smp_affinity
@reboot echo 2 > /proc/irq/75/smp_affinity
@reboot taskset -pca 2,3 $(pgrep mpd)

The first mount is to mount the eSATA drive to the media folder so the MPD sees the files inside.

Cheers.

Kunter
Kii Three, dCS Network Bridge, Roon Nucleus, Kuzma (Stabi S, 4Point), Soundsmith StrainGauge, Stromtank, Echole Cables 
Istanbul, Turkey
Reply


Messages In This Thread
RE: CuBox Project X - by Kunter - 05-Sep-2014, 16:53
RE: CuBox Project X - by Jwg1749 - 05-Sep-2014, 18:05
RE: CuBox Project X - by Kunter - 05-Sep-2014, 19:57
RE: CuBox Project X - by GuillaumeB - 06-Sep-2014, 12:10
RE: CuBox Project X - by Kunter - 06-Sep-2014, 18:59
RE: CuBox Project X - by Jwg1749 - 06-Sep-2014, 00:16
RE: CuBox Project X - by darthsteph - 06-Sep-2014, 22:20
CuBox Project X - by stuartwoodrandom - 09-Sep-2014, 10:32
RE: CuBox Project X - by Kunter - 18-Sep-2014, 21:27
RE: CuBox Project X - by Confused - 18-Sep-2014, 21:30
RE: CuBox Project X - by Kunter - 18-Sep-2014, 21:38
RE: CuBox Project X - by Confused - 18-Sep-2014, 23:21
RE: CuBox Project X - by Kunter - 19-Sep-2014, 22:03
RE: CuBox Project X - by Confused - 22-Sep-2014, 20:45
RE: CuBox Project X - by Kunter - 23-Sep-2014, 12:10
RE: CuBox Project X - by Kunter - 22-Sep-2014, 16:33
RE: CuBox Project X - by Rufus McDufus - 22-Sep-2014, 19:17
RE: CuBox Project X - by Confused - 22-Sep-2014, 19:32
RE: CuBox Project X - by Jwg1749 - 22-Sep-2014, 20:08
RE: CuBox Project X - by Kunter - 22-Sep-2014, 20:21
RE: CuBox Project X - by Confused - 23-Sep-2014, 15:43
RE: CuBox Project X - by Kunter - 25-Sep-2014, 14:17
RE: CuBox Project X - by Antoine - 23-Sep-2014, 22:48
RE: CuBox Project X - by Kunter - 25-Sep-2014, 15:39
RE: CuBox Project X - by Antoine - 01-Oct-2014, 16:48
RE: CuBox Project X - by Rufus McDufus - 01-Oct-2014, 17:36
RE: CuBox Project X - by Kunter - 01-Oct-2014, 21:14
RE: CuBox Project X - by Antoine - 03-Oct-2014, 22:53
RE: CuBox Project X - by Kunter - 04-Oct-2014, 13:43
RE: CuBox Project X - by lmitche - 07-Oct-2014, 03:29
RE: CuBox Project X - by Kunter - 07-Oct-2014, 06:35
RE: CuBox Project X - by Antoine - 07-Oct-2014, 13:34
RE: CuBox Project X - by Kunter - 06-Dec-2014, 20:55
RE: CuBox Project X - by Kunter - 04-Oct-2014, 14:44
RE: CuBox Project X - by Antoine - 04-Oct-2014, 16:43
RE: CuBox Project X - by Antoine - 04-Oct-2014, 17:49
RE: CuBox Project X - by Rufus McDufus - 04-Oct-2014, 18:58
RE: CuBox Project X - by Antoine - 06-Oct-2014, 18:22
CuBox Project X - by LBameule - 07-Oct-2014, 14:37
RE: CuBox Project X - by Antoine - 07-Oct-2014, 15:43
RE: CuBox Project X - by Kunter - 07-Oct-2014, 16:10
RE: CuBox Project X - by Antoine - 07-Oct-2014, 19:21
RE: CuBox Project X - by Kunter - 08-Oct-2014, 21:22
RE: CuBox Project X - by Andre737 - 17-Oct-2014, 16:55
RE: CuBox Project X - by Kunter - 27-Oct-2014, 19:47
RE: CuBox Project X - by Antoine - 28-Oct-2014, 14:39
RE: CuBox Project X - by ogs - 31-Oct-2014, 12:06
RE: CuBox Project X - by Kunter - 02-Nov-2014, 17:39
RE: CuBox Project X - by ogs - 02-Nov-2014, 23:56
RE: CuBox Project X - by Kunter - 08-Nov-2014, 17:33
RE: CuBox Project X - by Antoine - 27-Nov-2014, 18:01
RE: CuBox Project X - by Kunter - 03-Dec-2014, 18:39
RE: CuBox Project X - by Rufus McDufus - 03-Dec-2014, 20:41
RE: CuBox Project X - by Kunter - 03-Dec-2014, 21:46
RE: CuBox Project X - by Rufus McDufus - 04-Jan-2015, 12:21
RE: CuBox Project X - by Rufus McDufus - 04-Jan-2015, 17:35
RE: CuBox Project X - by Kunter - 06-Jan-2015, 17:57
RE: CuBox Project X - by fabien44 - 05-Feb-2015, 15:38
RE: CuBox Project X - by Kunter - 06-Feb-2015, 19:04
RE: CuBox Project X - by fabien44 - 25-Feb-2015, 15:32
RE: CuBox Project X - by Kunter - 02-Mar-2015, 20:33
RE: CuBox Project X - by fabien44 - 02-Mar-2015, 21:35
RE: CuBox Project X - by Kunter - 02-Mar-2015, 22:33
RE: CuBox Project X - by fabien44 - 04-Mar-2015, 16:17
RE: CuBox Project X - by Kunter - 04-Mar-2015, 20:34
RE: CuBox Project X - by fabien44 - 05-Mar-2015, 09:52
RE: CuBox Project X - by Kunter - 05-Mar-2015, 18:52
RE: CuBox Project X - by fabien44 - 25-Mar-2015, 17:05
RE: CuBox Project X - by Rufus McDufus - 05-Mar-2015, 10:30
RE: CuBox Project X - by fabien44 - 05-Mar-2015, 11:56
RE: CuBox Project X - by Rufus McDufus - 05-Mar-2015, 12:08
RE: CuBox Project X - by Kunter - 25-Mar-2015, 20:57
RE: CuBox Project X - by fabien44 - 29-Mar-2015, 09:44
RE: CuBox Project X - by DJ 04 - 01-Apr-2015, 19:44
RE: CuBox Project X - by DJ 04 - 02-Apr-2015, 04:20
RE: CuBox Project X - by DJ 04 - 02-Apr-2015, 16:49
RE: CuBox Project X - by Kunter - 02-Apr-2015, 20:17
RE: CuBox Project X - by DJ 04 - 02-Apr-2015, 23:31
RE: CuBox Project X - by Kunter - 05-Apr-2015, 13:50
RE: CuBox Project X - by Borgen - 08-Jun-2015, 20:18
RE: CuBox Project X - by Kunter - 19-Oct-2015, 21:50

Forum Jump:


Users browsing this thread: 3 Guest(s)