Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Instruction Guide AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M
#41
Here are the contents of the four files from the moode 4.3 image I downloaded and is working on my system.

lircrc

#
# Initial test configuration for systemwide irexec service.
#
# Note that the system-wide service is useful only in corner-cases.
# Most scenarios are better off with a session service as described in the
# Configuration Guide. However, note that both can also be combined.
#
# Also note that the system-wide service runs without a terminal. To
# check the output generated use something like
# 'journalctl -b0 /usr/bin/irexec'. This service just echoes some keys
# commonly available.
#
begin
prog = irexec
button = KEY_ENTER
config = /usr/bin/mpc stop
end

begin
prog = irexec
button = KEY_UP
#config = /usr/bin/mpc vol + 1
config = /var/www/vol.sh up 2
delay = 2
repeat = 3
end

begin
prog = irexec
button = KEY_DOWN
#config = /usr/bin/mpc vol - 1
config = /var/www/vol.sh dn 2
delay = 2
repeat = 3
end

begin
prog = irexec
button = KEY_RIGHT
config = /usr/bin/mpc next
end

begin
prog = irexec
button = KEY_LEFT
config = /usr/bin/mpc previous
end

begin
prog = irexec
button = KEY_MENU
config = sudo /home/pi/spdif.sh
end

begin
prog = irexec
button = KEY_PLAY
config = /usr/bin/mpc toggle
delay = 2
repeat = 3
end


lircmd.conf

# Populated config files can be http://sf.net/p/lirc-remotes. The
# irdb-get(1) and lirc-setup(1) tools can be used to search and download
# config files.
lircd.conf


lircd.conf

# Please make this file available to others by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated using lirc-0.9.0-pre1(default) on Wed Aug 1 17:52:02 2018
#
# contributed by
#
# brand: /home/volumio/lircd_cheap.conf model no. of remote control: devices being controlled by this remote:
#
begin remote
name RaspdacMini
bits 8
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9047 4480
one 603 1664
zero 603 531
ptrail 603
repeat 9047 2226
pre_data_bits 16
pre_data 0x77E1
post_data_bits 8
post_data 0x55
gap 108227
toggle_bit_mask 0x0
begin codes
KEY_LEFT 0x10
KEY_RIGHT 0xE0
KEY_UP 0xD0
KEY_DOWN 0xB0
KEY_ENTER 0xBA 0x20
KEY_MENU 0x40
KEY_PLAY 0x7A 0x20
end codes
end remote


lirc_options.conf

# These are the default options to lircd, if installed as
# /etc/lirc/lirc_options.conf. See the lircd(8) and lircmd(8)
# manpages for info on the different options.
#
# Some tools including mode2 and irw uses values such as
# driver, device, plugindir and loglevel as fallback values
# in not defined elsewhere.

[lircd]
nodaemon = False
driver = default
device = /dev/lirc0
output = /var/run/lirc/lircd
pidfile = /var/run/lirc/lircd.pid
plugindir = /usr/lib/arm-linux-gnueabihf/lirc/plugins
permission = 666
allow-simulate = No
repeat-max = 600
#effective-user =
#listen = [address:]port
#connect = host[:port]
#loglevel = 6
#uinput = ...
#release = ...
#logfile = ...

[lircmd]
uinput = True
nodaemon = False

# [modinit]
# code = /usr/sbin/modprobe lirc_serial
# code1 = /usr/bin/setfacl -m g:lirc:rw /dev/uinput
# code2 = ...


# [lircd-uinput]
# release-timeout = 200
Reply
#42
yes these are right, exactly same as I have posted above and the very same as you find inside of the lirc.zip I have uploaded
<marquee behavior="alternate" scrolldelay=150
~~~~>>>Please always follow rules and read before you post<<<~~~~

</marquee>
Reply
#43
Except for the following lines in lircrc, and a few # lines.

#config = /usr/bin/mpc vol + 1
config = /var/www/vol.sh up 2

#config = /usr/bin/mpc vol - 1
config = /var/www/vol.sh dn 2
Reply
#44
(11-30-2018, 01:19 PM)kit1cat Wrote: Except for the following lines in lircrc, and a few # lines.

#config = /usr/bin/mpc vol + 1
config = /var/www/vol.sh up 2

#config = /usr/bin/mpc vol - 1
config = /var/www/vol.sh dn 2

You are right.
I was scratching my head today and trying to figure out where the problem was.
I went back to my messages with Audiophonics and it turns out that they have sent me an wrong files in first time.

I have updated and uploaded new lirc.zip file, so all should be good now. Please try if you can

Sorry for my mess and confusion
<marquee behavior="alternate" scrolldelay=150
~~~~>>>Please always follow rules and read before you post<<<~~~~

</marquee>
Reply
#45
No problem, will give it ago next week.
Reply
#46
Did not have a chance to try with moode 4.3, so I gave it a ago with moode 4.4. First I tried the integrated update from 4.3 to 4.4, the update went fine, the screen worked ok but no luck with remote and and only had software volume control for the Dac.

So I then tried a fresh 4.4 image, followed the instructions to install dac driver (I remembered to change the two lines to suit the new kernel) seemed to install ok but did not see the DAC on reboot, nothing showed with command aplay -l. and got the following errors in moode log.

cat: /proc/asound/card0/pcm0p/sub0/hw_params: No such file or directory
cat: /proc/asound/card0/pcm0p/sub0/hw_params: No such file or directory

Something is not quite right. Will try coping drivers from working 4.3 install to 4.4.

Looks like it's back to 4.3 for the time being.
Reply
#47
(12-13-2018, 03:26 PM)kit1cat Wrote: Did not have a chance to try with moode 4.3, so I gave it a ago with moode 4.4. First I tried the integrated update from 4.3 to 4.4, the update went fine, the screen worked ok but no luck with remote and and only had software volume control for the Dac.

So I then tried a fresh 4.4 image, followed the instructions to install dac driver (I remembered to change the two lines to suit the new kernel) seemed to install ok but did not see the DAC on reboot, nothing showed with command aplay -l. and got the following errors in moode log.

cat: /proc/asound/card0/pcm0p/sub0/hw_params: No such file or directory
cat: /proc/asound/card0/pcm0p/sub0/hw_params: No such file or directory

Something is not quite right. Will try coping drivers from working 4.3 install to 4.4.

Looks like it's back to 4.3 for the time being.

Will not work with any other versions! Driver is specifically compiled for this 4.3 and its kernel!
You can not update or use newer moode unless you recompile your own driver!
<marquee behavior="alternate" scrolldelay=150
~~~~>>>Please always follow rules and read before you post<<<~~~~

</marquee>
Reply
#48
(12-13-2018, 03:33 PM)rikardo1979 Wrote:
(12-13-2018, 03:26 PM)kit1cat Wrote: Did not have a chance to try with moode 4.3, so I gave it a ago with moode 4.4. First I tried the integrated update from 4.3 to 4.4, the update went fine, the screen worked ok but no luck with remote and and only had software volume control for the Dac.

So I then tried a fresh 4.4 image, followed the instructions to install dac driver (I remembered to change the two lines to suit the new kernel) seemed to install ok but did not see the DAC on reboot, nothing showed with command aplay -l. and got the following errors in moode log.

cat: /proc/asound/card0/pcm0p/sub0/hw_params: No such file or directory
cat: /proc/asound/card0/pcm0p/sub0/hw_params: No such file or directory

Something is not quite right. Will try coping drivers from working 4.3 install to 4.4.

Looks like it's back to 4.3 for the time being.

Will not work with any other versions! Driver is specifically compiled for this 4.3 and its kernel!
You can not update or use newer moode unless you recompile your own driver!

Pity, let's hope they upgrade the image on the Audiophonice site.

Thanks
Reply
#49
Hello Guys,

have anyone the complette SD Card as an ISO for me?

Unfortunately I have the Raspberry and all the things programming and so unfortunately no idea

Thanks Andreas
Reply
#50
You can download images from here, then just burn to sd card.

http://forum.audiophonics.fr/viewtopic.php?f=12&t=1777
Reply


Forum Jump: