![]() |
Any Interest in ARMv7 builds - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Feature Requests (https://forums.snakeoil-os.net/Forum-Feature-Requests) +--- Thread: Any Interest in ARMv7 builds (/Thread-Any-Interest-in-ARMv7-builds) |
RE: Any Interest in ARMv7 builds - agent_kith - 03-Oct-2018 (03-Oct-2018, 03:19 PM)Bromf Wrote: Fixed !!!!!! LIRC is working !!!! On the rtkernel.... so no need to recompile with modules.....Nicely done... can you check /etc/udev/, somewhere in there should have two entries for lirc0 and lirc1... Delete them both, and reboot. the device should now show up as /dev/lirc0 then. RE: Any Interest in ARMv7 builds - Bromf - 03-Oct-2018 looked in /etc/udev/.... contains hwdb.d rules.d udev.conf No lirc reference in the last two and the first returns to the prompt when running ls RE: Any Interest in ARMv7 builds - agent_kith - 03-Oct-2018 (03-Oct-2018, 04:10 PM)Bromf Wrote: looked in /etc/udev/.... contains hwdb.d rules.d udev.conf It should be inside rules.d try and do a Code: grep lirc /etc/udev -R RE: Any Interest in ARMv7 builds - Bromf - 03-Oct-2018 pi@snakeoil:~ $ grep lirc /etc/udev -R pi@snakeoil:~ $ cd /etc/udev/ pi@snakeoil:/etc/udev $ ls hwdb.d rules.d udev.conf pi@snakeoil:/etc/udev $ cd rules.d pi@snakeoil:/etc/udev/rules.d $ ls 99-com.rules pi@snakeoil:/etc/udev/rules.d $ nano 99-com.rules and the 99-com.rules contains.... (no lirc0 or lirc1) Code: SUBSYSTEM=="input", GROUP="input", MODE="0660" RE: Any Interest in ARMv7 builds - agent_kith - 03-Oct-2018 Hmm. interesting.. Probably leave it be, if it works now, probably not a good idea to break it. :wacky: RE: Any Interest in ARMv7 builds - Bromf - 03-Oct-2018 (03-Oct-2018, 06:32 PM)agent_kith Wrote: Hmm. interesting.. Probably leave it be, if it works now, probably not a good idea to break it. To which I concur wholeheartedly... ![]() RE: Any Interest in ARMv7 builds - Bromf - 04-Oct-2018 Is mpd built with the fifo plugin ? https://github.com/MusicPlayerDaemon/MPD/blob/master/src/output/plugins/FifoOutputPlugin.cxx I'm trying to get the spectrum analyser running on the Oled display but keep getting this error... **** 2018-10-04T13:31:23 **** MPD (v20) Executable: cd /var/www;_NAME="USB Audio" _OUTPUT="hw:1,0" _FORMAT="dop" _OPTIONS="" /var/www/players/mpd-v20/init /var/www/players/mpd-v20 2>&1;/var/www/players/mpd-v20/start /var/www/players/mpd-v20 2>&1; exception: Failed to configure output in line 380 exception: nested: No such audio output plugin: fifo RE: Any Interest in ARMv7 builds - agent_kith - 04-Oct-2018 (04-Oct-2018, 10:00 AM)Bromf Wrote: Is mpd built with the fifo plugin ?No it's not.. Don't think adding that will affect SQ, will rebuild MPD with FIFO and then you can try again. Can't do this now, but hopefully later tonight when I get home (if not Friday or the weekend)... RE: Any Interest in ARMv7 builds - Bromf - 05-Oct-2018 Firmware with Mpd and fifo fixed the display output ![]() RE: Any Interest in ARMv7 builds - Bromf - 06-Oct-2018 Trying to copy files from PC to Pi..... samba is set in snakeoil but connection is refused... Tried every combination I can think of but no joy. Standard Snakeoil is simply a matter of specifying smb://<ip address> but that fails on the pi.... |