Work In Progress: 1.4.4
|
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(06-May-2025, 08:51 PM)hkphantomgtr Wrote: Hi, AK, may I suggest that adding core temperature, clock speed and volt into the Webui Dashboard, so I can save some time in putty? Thanks for your concern. Created a ticket to this.
Spent most of my time preparing my resume and applying for jobs past few weeks so havn't really worked on Snakeoil OS as much as I want... Hopefully I can pick up the pace on Snakeoil OS development again... :/
Snakeoil Operating System - Music, your way!
Posts: 580
Threads: 29
Joined: Jan 2019
Reputation:
178
(07-May-2025, 11:31 AM)agent_kith Wrote: (06-May-2025, 08:51 PM)hkphantomgtr Wrote: Hi, AK, may I suggest that adding core temperature, clock speed and volt into the Webui Dashboard, so I can save some time in putty? Thanks for your concern. Created a ticket to this.
Spent most of my time preparing my resume and applying for jobs past few weeks so havn't really worked on Snakeoil OS as much as I want... Hopefully I can pick up the pace on Snakeoil OS development again... :/
I prefer you get a good job first😊
Posts: 41
Threads: 5
Joined: Jan 2023
Reputation:
15
Location: 中国
(26-Apr-2025, 03:22 PM)wxrbbs Wrote: [font]mpd.conf
Get configuration parameters error
zeroconf_enabled "yes"
zeroconf_name "wxrbbsroon"
audio_output {
type "alsa"
name " _OUTPUT="
device "hw:0: Diretta3FF0 [TargetApp_0000,0: TargetApp_0000"
buffer_time "40000"
period_time "10000"
mixer_type "none"
auto_format "no"
auto_channels "no"
replay_gain_handler "none"
}
It should be:
zeroconf_enabled "yes"
zeroconf_name "wxrbbsroon"
audio_output {
type "alsa"
name " _OUTPUT="
device "hw:0"
buffer_time "40000"
period_time "10000"
mixer_type "none"
auto_format "no"
auto_channels "no"
replay_gain_handler "none"[/font]
}
![[Image: cheer1.gif]](https://forums.snakeoil-os.net/images/onion/cheer1.gif)
Interim fix using ChatGPT: Update the init file located at
Code: /var/www/music_players/mpd-v23/init
with the code below:
if [ -z "${DEVICE}" ]; then
clean_output=$(echo "$AUDIO_OUTPUT" | cut -d ':' -f1-2)
ALSA_DEVICE="device \"$clean_output\""
else
ALSA_DEVICE="${DEVICE}"
fi
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
@"wxrbbs" What's the context of the MPD configuration you have above?
What's the problem you're trying to address?
Snakeoil Operating System - Music, your way!
Posts: 41
Threads: 5
Joined: Jan 2023
Reputation:
15
Location: 中国
08-May-2025, 03:11 PM
(This post was last modified: 08-May-2025, 03:12 PM by wxrbbs.)
(08-May-2025, 01:53 PM)agent_kith Wrote: @"wxrbbs" What's the context of the MPD configuration you have above?
What's the problem you're trying to address?
Hello ak,
I installed Diretta, and when MPD acquires the Diretta sound card, it writes all characters into the
file like this:
Code: device "hw:0: Diretta3FF0 [TargetApp_0000,0: TargetApp_0000"
, which causes MPD to fail to play music.
The correct parameter should be:
Diretta:Diretta Audio Protocol
Posts: 580
Threads: 29
Joined: Jan 2019
Reputation:
178
09-May-2025, 12:11 AM
(This post was last modified: 09-May-2025, 01:08 AM by hkphantomgtr.)
Hi, AK, when I update the Pi5 with Raspberry Pi OS with the following command, there are suspicious words, does it mean "RealTime" kernel? If so, I wish this will be true and is a good stable one. As the firmware of Pi5 only can be updated by this command in Raspberry Pi OS, not in Ubuntu.
AI said the following commands can do the same job but it's not at all.
Code: sudo apt update && apt full-upgrade -y
If Raspberry Pi OS offers Realtime kernel, maybe SO can try on this to see how the sound effect goes. Because the Pi5 need "rpi-update" to update the firmware.
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(08-May-2025, 03:11 PM)wxrbbs Wrote: I installed Diretta, and when MPD acquires the Diretta sound card, it writes all characters into the [/size][size=medium] Created an issue to track this. Will try and fix this in 1.4.4.
Snakeoil Operating System - Music, your way!
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(09-May-2025, 12:11 AM)hkphantomgtr Wrote: Hi, AK, when I update the Pi5 with Raspberry Pi OS with the following command, there are suspicious words, does it mean "RealTime" kernel? If so, I wish this will be true and is a good stable one. As the firmware of Pi5 only can be updated by this command in Raspberry Pi OS, not in Ubuntu.
![[Image: image.png]](https://i.ibb.co/TBSYt5cd/image.png)
AI said the following commands can do the same job but it's not at all.
Code: sudo apt update && apt full-upgrade -y
If Raspberry Pi OS offers Realtime kernel, maybe SO can try on this to see how the sound effect goes. Because the Pi5 need "rpi-update" to update the firmware. I'm not that familiar with this to be honest. From memory rpi-update just updates the debian packages, but your screen capture mention something about firmware.
you can update the firmware in Ubuntu via rpi-eeprom-update, but I'm unsure if they're doing the same thing here.
Anyways those look like debug messages, 0 means no, and 1 means yes. No real context to what they mean to be honest.
Snakeoil Operating System - Music, your way!
Posts: 580
Threads: 29
Joined: Jan 2019
Reputation:
178
(09-May-2025, 09:46 AM)agent_kith Wrote: (09-May-2025, 12:11 AM)hkphantomgtr Wrote: Hi, AK, when I update the Pi5 with Raspberry Pi OS with the following command, there are suspicious words, does it mean "RealTime" kernel? If so, I wish this will be true and is a good stable one. As the firmware of Pi5 only can be updated by this command in Raspberry Pi OS, not in Ubuntu.
![[Image: image.png]](https://i.ibb.co/TBSYt5cd/image.png)
AI said the following commands can do the same job but it's not at all.
Code: sudo apt update && apt full-upgrade -y
If Raspberry Pi OS offers Realtime kernel, maybe SO can try on this to see how the sound effect goes. Because the Pi5 need "rpi-update" to update the firmware. I'm not that familiar with this to be honest. From memory rpi-update just updates the debian packages, but your screen capture mention something about firmware.
you can update the firmware in Ubuntu via rpi-eeprom-update, but I'm unsure if they're doing the same thing here.
Anyways those look like debug messages, 0 means no, and 1 means yes. No real context to what they mean to be honest.
Thanks, AK. It's fine.
Fyi, rpi-update updates Pi firmware. And in my pi 5 case, interestingly, such update almost comes weekly.
rpi-eeprom updates something about booting. This command exits in Ubuntu natively.
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(09-May-2025, 10:20 AM)hkphantomgtr Wrote: Thanks, AK. It's fine. 
Fyi, rpi-update updates Pi firmware. And in my pi 5 case, interestingly, such update almost comes weekly.
rpi-eeprom updates something about booting. This command exits in Ubuntu natively. RPi-update appears to be a shell script. What happens if you just copies that file from a RaspOS and try to run it in Ubuntu? I might try that one day if you havn't done so yet.
Snakeoil Operating System - Music, your way!
|
Users browsing this thread: 1 Guest(s)
|
Our Sponsors
|
{myadvertisements[zone_4]} |
|
Latest Threads
|
Android Firefox issues with forum
Last Post: agent_kith
10-Jun-2025 04:45 PM
» Replies: 21
» Views: 2300
|
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 1635
|
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 9361
|
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 955
|
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 710
|
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 5438
|
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 5841
|
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 15461
|
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 4818
|
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 1284
|
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.
|
|
|