We are moving! New user registrations to this forum is now closed. Posting here will be disabled eventually. Please go to the new community for your Snakeoil OS support and other discussions. (June 03)

New community website: https://community.snakeoil-os.net (June 03)

Join us in the new community by Creating a new account. (June 04)


Poll: Are You Interested In ARMv7 Edition of Snakeoil OS
You do not have permission to vote in this poll.
YES. (Remember to let me know what board you want)
88.89%
8 88.89%
NO.
11.11%
1 11.11%
Total 9 vote(s) 100%
* You voted for this item. [Show Results]

Any Interest in ARMv7 builds
#71
(03-Oct-2018, 03:19 PM)Bromf Wrote: Fixed !!!!!!    LIRC is working !!!!  On the rtkernel.... so no need to recompile with modules.....

For some odd reason the rt-kernel does not use /dev/lirc0   but does use /dev/lirc1

Having found that and run the lirc configuration using /dev/lirc1 it all completes and works.. Smile
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.
Snakeoil Operating System - Music, your way!
Reply

#72
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
Reply

#73
(03-Oct-2018, 04:10 PM)Bromf Wrote: 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

It should be inside rules.d

try and do a 
Code:
grep lirc /etc/udev -R
Snakeoil Operating System - Music, your way!
Reply

#74
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"
SUBSYSTEM=="i2c-dev", GROUP="i2c", MODE="0660"
SUBSYSTEM=="spidev", GROUP="spi", MODE="0660"
SUBSYSTEM=="bcm2835-gpiomem", GROUP="gpio", MODE="0660"

SUBSYSTEM=="gpio", GROUP="gpio", MODE="0660"
SUBSYSTEM=="gpio*", PROGRAM="/bin/sh -c '\
        chown -R root:gpio /sys/class/gpio && chmod -R 770 /sys/class/gpio;\
        chown -R root:gpio /sys/devices/virtual/gpio && chmod -R 770 /sys/devic$
        chown -R root:gpio /sys$devpath && chmod -R 770 /sys$devpath\
'"

KERNEL=="ttyAMA[01]", PROGRAM="/bin/sh -c '\
        ALIASES=/proc/device-tree/aliases; \
        if cmp -s $ALIASES/uart0 $ALIASES/serial0; then \
                echo 0;\
        elif cmp -s $ALIASES/uart0 $ALIASES/serial1; then \
                echo 1; \
        else \
                exit 1; \
        fi\
'", SYMLINK+="serial%c"

KERNEL=="ttyS0", PROGRAM="/bin/sh -c '\
        ALIASES=/proc/device-tree/aliases; \
        if cmp -s $ALIASES/uart1 $ALIASES/serial0; then \
                echo 0; \
        elif cmp -s $ALIASES/uart1 $ALIASES/serial1; then \
                echo 1; \
        else \
                exit 1; \
        fi \
'", SYMLINK+="serial%c"
Reply

#75
Hmm. interesting.. Probably leave it be, if it works now, probably not a good idea to break it. :wacky:
Snakeoil Operating System - Music, your way!
Reply

#76
(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. wacky

To which I concur wholeheartedly... LOL
Reply

#77
Is mpd built with the fifo plugin ?
https://github.com/MusicPlayerDaemon/MPD...Plugin.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
Reply

#78
(04-Oct-2018, 10:00 AM)Bromf Wrote: Is mpd built with the fifo plugin ?
https://github.com/MusicPlayerDaemon/MPD...Plugin.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
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)...
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • Bromf
Reply

#79
Firmware with Mpd and fifo fixed the display output Smile
[-] The following 1 user Likes Bromf's post:
  • agent_kith
Reply

#80
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....
Reply



Bookmarks



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
Android Firefox issues with forum
Last Post: agent_kith
Yesterday 04:45 PM
» Replies: 21
» Views: 1257
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 961
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 6349
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 589
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 424
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 3452
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 3754
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 11239
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 2828
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 749

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2025. Theme © Melroy van den Berg.