Re: [SlimDevices: Unix] picoreplayer 3 lirc setup and tweaking

2016-10-19 Thread Greg Erskine

hi Zounder1 

Adding a "&" to the end of a Linux command line puts it into the
background.

You could probably edit /usr/local/sbin/config.cfg directly, change
IR_DEVICE="lirc0" to IR_DEVICE="lirc1", it might work. :confused:

Remember to backup and reboot, $pcp bu & $pcp rb or $pcp br.

I don't think you need the modprobe commands, lirc_rpi is loaded at
boot, see /mnt/mmcblk0p1/config.txt, "dtoverlay=lirc-rpi,gpio_in_pin=25"
($m1; $c1; $vicfg)

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106292

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.00

2016-10-19 Thread kit1cat

Jeff07971 wrote: 
> You are confusing partition table with formatting
> 
> https://en.wikipedia.org/wiki/Partition_table
> 
> https://en.wikipedia.org/wiki/Disk_partitioning
> 
> https://en.wikipedia.org/wiki/Disk_formatting

Thanks for info, Never come across the partition table, had alway's
assumed that partitioning a hard drive was like having separate drives,
you learn some thing every day :)



kit1cat's Profile: http://forums.slimdevices.com/member.php?userid=66141
View this thread: http://forums.slimdevices.com/showthread.php?t=105997

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.00

2016-10-19 Thread bolony

paul- wrote: 
> We use busybox to support most linux commands.   Busybox has a very
> small size footprint, and doesn't always support the linux options.  
> I'll see if its something I can do as an add-on for those who wish to
> use it.

Thanks Paul,sounds great,let us know if you manage to sort anything as
an addon:)



bolony's Profile: http://forums.slimdevices.com/member.php?userid=66139
View this thread: http://forums.slimdevices.com/showthread.php?t=105997

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


Re: [SlimDevices: Unix] Anyone find a case for the 7" touch screen for the picoreplayer?

2016-10-19 Thread valnar

Max2Play wrote: 
> Yep, the assembly kit version allows you to use the Digi+ board. We ship
> the bundle with a template for the right holes for the specific board.
> Here is 'the link'
> (https://shop.max2play.com/en/raspberry-pi-2-bundle-7-display.html)

Will you sell the "kit" for the one with the Digi+ without the raspberry
and accessories?



valnar's Profile: http://forums.slimdevices.com/member.php?userid=59626
View this thread: http://forums.slimdevices.com/showthread.php?t=104897

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.00

2016-10-19 Thread Jeff07971

kit1cat wrote: 
> I am a bit confused why you need MBR/GPT partitions on a external drive,
> thought they were only needed on the boot drive? Mind you, I run a old
> win 7 MBR system, never used GPT or any drive bigger then 1 TB. Perhaps
> the drive could be setup under windows then moved to the pi?

You are confusing partition table with formatting

https://en.wikipedia.org/wiki/Partition_table

https://en.wikipedia.org/wiki/Disk_partitioning

https://en.wikipedia.org/wiki/Disk_formatting



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  7.9.0 - 1475786002 on Centos 7 VM on ESXi 6 on
Dell T320
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=105997

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


Re: [SlimDevices: Unix] piCorePlayer and Adafruit Si4713 (FM transmitter)?

2016-10-19 Thread paul-

gestein wrote: 
> I just found how to install python on piCorePlayer 3.02:
> tce-load -wi python
> 
> So now I do have python ;-)
> 
> But what to do now?
> How can I install the classes defined at
> https://github.com/daniel-j/Adafruit-Si4713-RPi ?
> 
> Thanks, Gerhard

Just put all those files in the same directory, but in addition to the
python extension, you also need the python-RPi.GPIO.tcz



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=106286

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


Re: [SlimDevices: Unix] piCorePlayer and Adafruit Si4713 (FM transmitter)?

2016-10-19 Thread gestein

I just found how to install python on piCorePlayer 3.02:
tce-load -wi python

So now I do have python ;-)

But what to do now?
How can I install the classes defined at
https://github.com/daniel-j/Adafruit-Si4713-RPi ?

Thanks, Gerhard



gestein's Profile: http://forums.slimdevices.com/member.php?userid=66143
View this thread: http://forums.slimdevices.com/showthread.php?t=106286

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.00

2016-10-19 Thread kit1cat

bolony wrote: 
> Hi,unfortunately it doesn´t seem possible to do this,MBR can only have
> records up to 2 TB apparently,my partition assistant software suggests i
> convert disc to GPT to be able to use unallocated space :p

I am a bit confused why you need MBR/GPT partitions on a external drive,
thought they were only needed on the boot drive? Mind you, I run a old
win 7 MBR system, never used GPT or any drive bigger then 1 TB.



kit1cat's Profile: http://forums.slimdevices.com/member.php?userid=66141
View this thread: http://forums.slimdevices.com/showthread.php?t=105997

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.00

2016-10-19 Thread paul-

bolony wrote: 
> Hi,unfortunately it doesn´t seem possible to do this,MBR can only have
> records up to 2 TB apparently,my partition assistant software suggests i
> convert disc to GPT to be able to use unallocated space :p

We use busybox to support most linux commands.   Busybox has a very
small size footprint, and doesn't always support the linux options.  
I'll see if its something I can do as an add-on for those who wish to
use it.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=105997

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.00

2016-10-19 Thread bolony

kit1cat wrote: 
> Just partition the drive for two 1.5 TB partitions and reformat the two
> partitions to ntfs.

Hi,unfortunately it doesn´t seem possible to do this,MBR can only have
records up to 2 TB apparently,my partition assistant software suggests i
convert disc to GPT to be able to use unallocated space :p



bolony's Profile: http://forums.slimdevices.com/member.php?userid=66139
View this thread: http://forums.slimdevices.com/showthread.php?t=105997

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


Re: [SlimDevices: Unix] picoreplayer 3 lirc setup and tweaking

2016-10-19 Thread Zounder1

Ok, time to document things:*

To stop lircd*
-sudo modprobe lircd
sudo kill $(pidof lircd)-

I want to use a MCE USB IR receiver as the RPi is buried behind some
cabinet doors.

I looked in the /dev/ directory and noticed LIRC0 AND LIRC1 listed.  If
I unplug the USB IR device, LIRC1 disappears.  So I now know my device
name.

Lets test:
-sudo mode2 -d /dev/lirc1-

When I press keys on any remote I see responses on the screen.  Cool.

Now lets test this with lircd:

First terminal window:
-sudo lircd -n -d /dev/lirc1-

This opens lircd but does not send it to background.  This is a great
trick to see if lircd is crashing due to a configuration issue.  If
lircd has an issue, you will see the program kick out and give some
troubleshooting text.

Open a 2nd terminal windows to the RPi
Run:
-irw-

I can now see key presses being read properly by lircd.

Cool.

Now the only uncool part?  You can't set the device in the picoreplayer
LIRC configuration page to use LIRC1.   The only two acceptable inputs
are LIRC0 and HIDRAW1.  Dang.  So close.

I can't find a hardware.conf file related to lircd to force it to use
lirc1.

Anyone have an idea what file I need to edit to force lircd to use
lirc1?



Zounder1's Profile: http://forums.slimdevices.com/member.php?userid=63225
View this thread: http://forums.slimdevices.com/showthread.php?t=106292

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


Re: [SlimDevices: Unix] Anyone find a case for the 7" touch screen for the picoreplayer?

2016-10-19 Thread mudlark

valnar wrote: 
> Do you have a case that fits one with the HifiBerry Digi+ board?

In my experience Max2play folks are very obliging and helpful.



Transporter or Cyrus streamX>CyrusDACXP>ESPAudio P09B Active
filter>Cyrus X x 2>Rhapsody, Avondale and Naim cable, Kubuntu 16.10
server, various boxes for storage.
SB3 Flycatcher 3A linear power supply. Touch also. 
Using SqueezeBoxServer (LMS) 7.9
Also piCorePlayer>Rega DAC>B4>Avondale 260>Royd Eden  Kubuntu 14.10
also naim 32.5>hicap>140>Akroyd Coniston

mudlark's Profile: http://forums.slimdevices.com/member.php?userid=7151
View this thread: http://forums.slimdevices.com/showthread.php?t=104897

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


Re: [SlimDevices: Unix] PiCorePlayer 3.02 tweaks

2016-10-19 Thread edwardthern

Julf wrote: 
> Nobody is trying to listen by using reasoning or measurements, but many
> of us are trying to actually understand and verify what is going on
> instead of just assuming things.
> 
> 
> 
> Again a rather poor and misleading analogy - they might not know
> precisely (for a rather strict definition of precisely) why Tylenol
> relieve pain - but they do know it does, thanks to thousands and
> thousands of controlled experiments.
> 
> 
> 
> What haven't people reported? Anyone can report anything, and if your
> understanding of electronics is on the level of "they all have the same
> stuff insidecap, resisters etc" it must all seem like magic to you,
> so of course you resort to "magical" explanations. 
> 
> Anyway, this horse is pining for the fjords thanks to excessive
> flagellation. If you want to continue this discussion, I suggest you do
> it in the "audiophile" subforum that exists precisely to protect other
> parts of the forum from stuff like this.

Sorry I'm no longer going to reply to your posts. I refuse to continue
to be sucked into stupid arguments about this subject.

Have a great day..



edwardthern's Profile: http://forums.slimdevices.com/member.php?userid=66099
View this thread: http://forums.slimdevices.com/showthread.php?t=106252

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


Re: [SlimDevices: Unix] PiCorePlayer 3.02 tweaks

2016-10-19 Thread edwardthern

mherger wrote: 
> >> I agree, so are people who try to "Listen" by using some form of
> >> reasoning or looking at measurements.
> >
> > Nobody is trying to listen by using reasoning or measurements, but
> many
> > of us are trying to actually understand and verify what is going on
> > instead of just assuming things.
> 
> Don't you guys think you're far enough off-topic to move along?
> 
> -- 
> 
> Michael

Thank you

This thing has gone way off road into the woods and down the mountain



edwardthern's Profile: http://forums.slimdevices.com/member.php?userid=66099
View this thread: http://forums.slimdevices.com/showthread.php?t=106252

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


Re: [SlimDevices: Unix] picoreplayer 3 lirc setup and tweaking

2016-10-19 Thread Zounder1

Ok.  Can someone confirm that I am on the right track here.

To stop lirc:
sudo modprobe lirc_rpi
sudo kill $(pidof lircd)

To see if my IR receiver is working:
mode2 -d /dev/lirc0
This kicks back with:
mode2: could not open /dev/lirc0
mode2: default_init(): Permission denied

If run:
sudo mode2 -d /dev/lirc0
It runs, but when I press keys on any remote I have I get no output. 
Which is wrong.

I also have a USB IR receiver.
sudo mode2 -d /dev/hidraw1
This kicks back with:
mode2: could not get file information for /dev/hidraw1
mode2: default_init(): No such file or directory

Arghhh.  Are there any other device names I should use for a usb
receiver?



Zounder1's Profile: http://forums.slimdevices.com/member.php?userid=63225
View this thread: http://forums.slimdevices.com/showthread.php?t=106292

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


[SlimDevices: Unix] picoreplayer 3 lirc setup and tweaking

2016-10-19 Thread Zounder1

So, I have been trying to setup the lirc in picoreplayer 3 with non
responsive remote.  So I want to drop to command line to start
troubleshooting.  

I'm quite familiar with setting up lircd with MythTV from years back. 
My biggest challenge, is really basic.  How do I stop lirc from running
from the command line?

I want to run:
irrecord -d /dev/lirc0 test.conf
But I can't do that if lircd is running. 

It is an embarrassing question to ask.  But I can't figure out how to
stop lirc?  

Thanks in advance!



Zounder1's Profile: http://forums.slimdevices.com/member.php?userid=63225
View this thread: http://forums.slimdevices.com/showthread.php?t=106292

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


Re: [SlimDevices: Unix] PiCorePlayer 3.02 tweaks

2016-10-19 Thread Michael Herger

I agree, so are people who try to "Listen" by using some form of
reasoning or looking at measurements.


Nobody is trying to listen by using reasoning or measurements, but many
of us are trying to actually understand and verify what is going on
instead of just assuming things.


Don't you guys think you're far enough off-topic to move along?

--

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


Re: [SlimDevices: Unix] PiCorePlayer 3.02 tweaks

2016-10-19 Thread Julf

edwardthern wrote: 
> I agree, so are people who try to "Listen" by using some form of
> reasoning or looking at measurements.

Nobody is trying to listen by using reasoning or measurements, but many
of us are trying to actually understand and verify what is going on
instead of just assuming things.

> For all the nay-sayers. FYI...to this day they don't know exactly why
> Tylenol relieves painjust recently they have started to develop a
> 'theory' or a guess.

Again a rather poor and misleading analogy - they might not know
precisely (for a rather strict definition of precisely) why Tylenol
relieve pain - but they do know it does, thanks to thousands and
thousands of controlled experiments.

> Using some peoples logic [All amps should sound the same] seeing that
> they all have the same stuff insidecap, resisters etc. However
> people have reported differences in sound from things as small as
> solder.

What haven't people reported? Anyone can report anything, and if your
understanding of electronics is on the level of "they all have the same
stuff insidecap, resisters etc" it must all seem like magic to you,
so of course you resort to "magical" explanations. 

Anyway, this horse is pining for the fjords thanks to excessive
flagellation. If you want to continue this discussion, I suggest you do
it in the "audiophile" subforum that exists precisely to protect other
parts of the forum from stuff like this.



"To try to judge the real from the false will always be hard. In this
fast-growing art of 'high fidelity' the quackery will bear a solid gilt
edge that will fool many people" - Paul W Klipsch, 1953

Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
View this thread: http://forums.slimdevices.com/showthread.php?t=106252

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


Re: [SlimDevices: Unix] Anyone find a case for the 7" touch screen for the picoreplayer?

2016-10-19 Thread Max2Play

Yep, the assembly kit version allows you to use the Digi+ board. We ship
the bundle with a template for the right holes for the specific board.
Here is 'the link'
(https://shop.max2play.com/en/raspberry-pi-2-bundle-7-display.html)



Max2Play's Profile: http://forums.slimdevices.com/member.php?userid=66120
View this thread: http://forums.slimdevices.com/showthread.php?t=104897

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


Re: [SlimDevices: Unix] PiCorePlayer 3.02 tweaks

2016-10-19 Thread edwardthern

Julf wrote: 
> Indeed. That is precisely how computers, amplifiers and other systems
> are designed - by trying random things and seeing if the result happens
> to work. All that "understanding the technology" siliness is so
> over-rated...

I agree, so are people who try to "Listen" by using some form of
reasoning or looking at measurements.

Bottom line, use your ears and let them tell you if something is better
or not.

For all the nay-sayers. FYI...to this day they don't know exactly why
Tylenol relieves painjust recently they have started to develop a
'theory' or a guess.



edwardthern's Profile: http://forums.slimdevices.com/member.php?userid=66099
View this thread: http://forums.slimdevices.com/showthread.php?t=106252

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


Re: [SlimDevices: Unix] PiCorePlayer 3.02 tweaks

2016-10-19 Thread edwardthern

Mnyb wrote: 
> That's not a real argument :D audiophilia in general has been broken for
> several decades , it once was a respectable hobby now turned to a cult ?
> manufacturers are not immune they often willingly participate in the FUD
> .

Well thats your POV.

I've been in audiophilla for decades and IMO its been just fine. Its
grown and become more refined, the first sight of this was decades ago
when the zip cord speaker wire was replaced by better, purer copper and
silver.

Granted some people still use zip cord and apparently some people can't
even hear a difference when using coat hangers.

As with all things, either you grow and evolve or you don't. Dinosaurs
didn't;)



edwardthern's Profile: http://forums.slimdevices.com/member.php?userid=66099
View this thread: http://forums.slimdevices.com/showthread.php?t=106252

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


Re: [SlimDevices: Unix] PiCorePlayer 3.02 tweaks

2016-10-19 Thread Julf

edwardthern wrote: 
> You listen and make your own list. Better yet run over to Rune audio and
> tell them to make a list for you...

Indeed. That is precisely how computers, amplifiers and other systems
are designed - by trying random things and seeing if the result happens
to work. All that "understanding the technology" siliness is so
over-rated...



"To try to judge the real from the false will always be hard. In this
fast-growing art of 'high fidelity' the quackery will bear a solid gilt
edge that will fool many people" - Paul W Klipsch, 1953

Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
View this thread: http://forums.slimdevices.com/showthread.php?t=106252

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


Re: [SlimDevices: Unix] PiCorePlayer 3.02 tweaks

2016-10-19 Thread edwardthern

mudlark wrote: 
> So tell me what the above code does to improve sound quality. Just to
> educate this person and hopefully many others. just remember I have a
> brain and I can read.

You listen and make your own list. Better yet run over to Rune audio and
tell them to make a list for you...



edwardthern's Profile: http://forums.slimdevices.com/member.php?userid=66099
View this thread: http://forums.slimdevices.com/showthread.php?t=106252

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


Re: [SlimDevices: Unix] PiCorePlayer 3.02 tweaks

2016-10-19 Thread mudlark

edwardthern wrote: 
> Look at these crazy unsubstantiated, unproven, unscientific, tweaks used
> by Rune Audio...and thats just a small sample of their user sound
> profiles.
> 
> They must be crazyas a fox
> 
> # mod1
> if [ "$1" == "ACX" ]; then
> echo -n performance >
> /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
> ifconfig eth0 mtu 9000
> echo noop > /sys/block/mmcblk0/queue/scheduler
> echo 0 > /proc/sys/vm/swappiness
> echo 100 > /proc/sys/kernel/sched_latency_ns
> echo 10 > /proc/sys/kernel/sched_min_granularity_ns
> echo 25000 > /proc/sys/kernel/sched_wakeup_granularity_ns
> echo 1 > /proc/sys/kernel/hung_task_check_count
> echo 20 > /proc/sys/vm/stat_interval
> echo -1 >  /proc/sys/kernel/sched_rt_runtime_us
> echo 5 > /proc/sys/vm/dirty_background_ratio
> 
> 
> You guys had better run over to Rune and set them straight.

So tell me what the above code does to improve sound quality. Just to
educate this person and hopefully many others. just remember I have a
brain and I can read.



Transporter or Cyrus streamX>CyrusDACXP>ESPAudio P09B Active
filter>Cyrus X x 2>Rhapsody, Avondale and Naim cable, Kubuntu 16.10
server, various boxes for storage.
SB3 Flycatcher 3A linear power supply. Touch also. 
Using SqueezeBoxServer (LMS) 7.9
Also piCorePlayer>Rega DAC>B4>Avondale 260>Royd Eden  Kubuntu 14.10
also naim 32.5>hicap>140>Akroyd Coniston

mudlark's Profile: http://forums.slimdevices.com/member.php?userid=7151
View this thread: http://forums.slimdevices.com/showthread.php?t=106252

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


Re: [SlimDevices: Unix] PiCorePlayer 3.02 tweaks

2016-10-19 Thread Julf

edwardthern wrote: 
> Are you a scientist?

What is your definition of scientist? I have an academic background
electrical engineering and computer science, but I consider myself an
engineer, not a scientist - but even engineers have to understand and
apply the scientific method.

> Blue light? Who said anything about shining a light?

Who said anything about steaks?



"To try to judge the real from the false will always be hard. In this
fast-growing art of 'high fidelity' the quackery will bear a solid gilt
edge that will fool many people" - Paul W Klipsch, 1953

Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
View this thread: http://forums.slimdevices.com/showthread.php?t=106252

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