Snakeoil 1.4.0 (High End)
|
Posts: 808
Threads: 44
Joined: Mar 2019
Reputation:
227
Location: Melbourne, Australia
(15-May-2025, 03:34 PM)uglymusic Wrote: Thanks. I'd found that page. And tried substituting the official RPi 5 PSU for my Linear PSU, but no joy 
There is also a YouTube video where the guy shows a way to override the Ubuntu error message on boot supposedly to allow the machine to boot. I haven't tried that, but perhaps I should. It was a pain to get a power supply that the Pi5 recognises as 5V, 5A. Failed with super duper Gaan USB charger with 65W and Dell laptop 45W charger. Best to attach monitor to see what is happening. It will give you a message to press the power button to temporarily bypass this restriction, and also what to change in config file for permanent bypass.
Was not expecting a SQ difference, but the USB boot is better than microSD!  Brought it back closer to the NUC. So may have to start looking for a new LPS
Posts: 569
Threads: 29
Joined: Jan 2019
Reputation:
174
16-May-2025, 02:43 PM
(This post was last modified: 16-May-2025, 02:46 PM by hkphantomgtr.)
(16-May-2025, 12:43 PM)Snoopy8 Wrote: (15-May-2025, 03:34 PM)uglymusic Wrote: Thanks. I'd found that page. And tried substituting the official RPi 5 PSU for my Linear PSU, but no joy 
There is also a YouTube video where the guy shows a way to override the Ubuntu error message on boot supposedly to allow the machine to boot. I haven't tried that, but perhaps I should. It was a pain to get a power supply that the Pi5 recognises as 5V, 5A. Failed with super duper Gaan USB charger with 65W and Dell laptop 45W charger. Best to attach monitor to see what is happening. It will give you a message to press the power button to temporarily bypass this restriction, and also what to change in config file for permanent bypass.
Was not expecting a SQ difference, but the USB boot is better than microSD! Brought it back closer to the NUC. So may have to start looking for a new LPS 
Are you powering Pi5 thru USB C? If so, in my understanding (I've searched a lot in internet last two months), the simplest way is to buy the original Pi 5 power supply. Most of the USB switching power supply in the consumer market are not able to output more than 3A/4A in 5V.
If you are powering pi5 thru GPIO, then you need to modify the /boot/firmware/boot.txt to let Pi 5 knows that, the incoming power supply can be more than 3A. Or no matter how strong your power supply to GPIO, Pi 5 just keeps warning you for not enough power. Then it slows down itself and limits the current output to those peripherals. That will be very obvious if one boot into a desktop OS, e.g. Raspberry Pi OS, Ubuntu OS. Everything will take very long time to load and they are slow.
(15-May-2025, 03:34 PM)uglymusic Wrote: (15-May-2025, 02:17 PM)Snoopy8 Wrote: Confirming my Pi5 has 2 blue USB ports and they are the bootable USB ports. One more thing to consider. The Pi5 expects 5V 5A when booting from USB (but this can be overwritten temporarily during boot or permanently in config file). This may help:
https://bret.dk/usb-boot-on-the-raspberry-pi-5/
Thanks. I'd found that page. And tried substituting the official RPi 5 PSU for my Linear PSU, but no joy 
There is also a YouTube video where the guy shows a way to override the Ubuntu error message on boot supposedly to allow the machine to boot. I haven't tried that, but perhaps I should.
For the LPSU, did you modify the /boot/firmware/config.txt?
Misc. sharing for building Raspberry Pi 5 as music server
Posts: 808
Threads: 44
Joined: Mar 2019
Reputation:
227
Location: Melbourne, Australia
@ hkphantomgtr using USB C, not GPIO. And the change was set_max_current_enable=1 in config.txt so that it would boot with 3A power supply.
May look at getting official power supply.
Posts: 148
Threads: 5
Joined: Feb 2020
Reputation:
60
Location: UK
(15-May-2025, 02:16 PM)uglymusic Wrote: <snip>
But I haven't yet tried your fix for the non-booting from the USB stick, AK. Hopefully tomorrow.
It works, AK. The config.txt line.
Thank you!
Posts: 148
Threads: 5
Joined: Feb 2020
Reputation:
60
Location: UK
17-May-2025, 03:29 PM
(This post was last modified: 17-May-2025, 03:39 PM by uglymusic.)
(16-May-2025, 12:43 PM)Snoopy8 Wrote: (15-May-2025, 03:34 PM)uglymusic Wrote: Thanks. I'd found that page. And tried substituting the official RPi 5 PSU for my Linear PSU, but no joy 
There is also a YouTube video where the guy shows a way to override the Ubuntu error message on boot supposedly to allow the machine to boot. I haven't tried that, but perhaps I should. It was a pain to get a power supply that the Pi5 recognises as 5V, 5A. Failed with super duper Gaan USB charger with 65W and Dell laptop 45W charger. Best to attach monitor to see what is happening. It will give you a message to press the power button to temporarily bypass this restriction, and also what to change in config file for permanent bypass.
Was not expecting a SQ difference, but the USB boot is better than microSD! Brought it back closer to the NUC. So may have to start looking for a new LPS 
Interesting about the PSU problems. Have you tried a shorter power lead? I've just remembered as I write this that I had problems with earlier RPis not working satisfactorily with longer power leads. I'll put that on my list of things to try when I have the will to mess about more!
(16-May-2025, 03:08 PM)Snoopy8 Wrote: @hkphantomgtr using USB C, not GPIO. And the change was set_max_current_enable=1 in config.txt so that it would boot with 3A power supply.
May look at getting official power supply.
FWIW, the official PSU made no difference for me.
Posts: 5
Threads: 0
Joined: Mar 2020
Reputation:
1
I upgraded from SO1.3 to SO1.4. It sounds a bit clear and gained better solution. Thanks for the effort. However, I found some mirror hurdles as follows:
1. My SO1.4 mounted 3 partitions. /dev/sda3 is parted from the system disk which only is "root" 505 permission. And the demountable disk /dev/sdb2 and /dev/sdc2 have only 705 permission. I tried as root and executive chmod -R -R 777 to the device. Then listed the result which shown 777, but in operation actually the permission was not modified. I did't understand at all.
2. Followed the steps uninstall /update/install, I couldn't upgrade to SO 1.4 indeed.
Would someone help please.
Posts: 3,005
Threads: 192
Joined: Feb 2016
Reputation:
686
Location: Perth, WA
(18-May-2025, 07:58 AM)aabman Wrote: I upgraded from SO1.3 to SO1.4. It sounds a bit clear and gained better solution. Thanks for the effort. However, I found some mirror hurdles as follows:
1. My SO1.4 mounted 3 partitions. /dev/sda3 is parted from the system disk which only is "root" 505 permission. And the demountable disk /dev/sdb2 and /dev/sdc2 have only 705 permission. I tried as root and executive chmod -R -R 777 to the device. Then listed the result which shown 777, but in operation actually the permission was not modified. I did't understand at all. can you run "sudo mount" and show me the output? You don't run chmod on the device, you run them straight on the mounted paths. e.g. if /dev/sdb2 is mounted under /x/y/z, you then run "sudo chmod -R 777 /x/y/z".
You don't need to bother to look at mount points outside "/media", and I would suggest you do not run chmod unless you really know what you're doing. Giving the wrong permissions would be a security risk.
(18-May-2025, 07:58 AM)aabman Wrote: 2. Followed the steps uninstall /update/install, I couldn't upgrade to SO 1.4 indeed. To move on to 1.4.0 you should just run the install script if you havn't run it before. Read this section of the guide: https://www.snakeoil-os.net/reference/ba...il_package
Unfortunately when I post in the forums information for this may not be included - I kind of assumed people read posts for 1.4.0, 1.4.1, 1.4.2 and so on so not all information is contained in this first post I think.
Snakeoil Operating System - Music, your way!
Posts: 5
Threads: 0
Joined: Mar 2020
Reputation:
1
Thanks for your kind reply. Yes, I did run what you said before : sudo chmod -R 777 \media\music\sda3. "ls" command shown the device permission was modified, but it didn't work in actual operation. BTW, could I directly log in as root, instead log in user account then elevate to root via sudo su command.
Posts: 5
Threads: 0
Joined: Mar 2020
Reputation:
1
18-May-2025, 08:44 PM
(This post was last modified: 18-May-2025, 08:47 PM by aabman.)
(18-May-2025, 09:47 AM)aabman Wrote: Thanks for your kind reply. Yes, I did run what you said before : sudo chmod -R 777 \media\music\sda3. "ls" command shown the device permission was stricted to read only.
As per web instruction of apt installion, I upgradeed to 1.4.3 and found it is noticable sonic improvement.
BTW, could I directly log in as root, instead log in user account then elevate to root via sudo su command? Thanks again.
Thanks for your kind reply. Yes, I did run what you said before : sudo chmod -R 777 \media\music\sda3. "ls" command shown the device permission was stricted to read only.
As per web instruction of apt installion, I upgradeed to 1.4.3 and found it is noticable sonic improvement.
BTW, could I directly log in as root, instead log in user account then elevate to root via sudo su command? Thanks again.
Posts: 3,005
Threads: 192
Joined: Feb 2016
Reputation:
686
Location: Perth, WA
(16-May-2025, 03:08 PM)Snoopy8 Wrote: @hkphantomgtr using USB C, not GPIO. And the change was set_max_current_enable=1 in config.txt so that it would boot with 3A power supply.
May look at getting official power supply. Technically this will just disable some of the software checks on the Pi and allow operations to continue. There are pros and cons of doing so I guess, if you try to run more things and the PSU cannot supply enough current then things will not work (would components be damaged? Possibly but unlikely).
Also although the official power supply will work - however bear in mind under load it can emit a high pitch noise that is super irritating. I think I have lost my ability to hear these noises from my listening position so that's not going to be a problem for me, but if you are still sensitive bear this in mind  . Transformer hum is no way as bad as these high pitch squeaks.
(18-May-2025, 08:44 PM)aabman Wrote: Thanks for your kind reply. Yes, I did run what you said before : sudo chmod -R 777 \media\music\sda3. "ls" command shown the device permission was stricted to read only. Hmm. I may have to look into the permissions thing. If you can still scan for the music then it's not something you need to bother for now.
(18-May-2025, 08:44 PM)aabman Wrote: BTW, could I directly log in as root, instead log in user account then elevate to root via sudo su command? Thanks again. Best practice is not do do this actually. Good practice is to prefix everything with sudo if you want..
But technically you can modify the SSH daemon to do whatever you want (including directly logging in as root). Look up the Internet on instructions on how to do so. Snakeoil OS is unlike other OS because you have FULL control, and this includes logging into the root account directly. I do not recommend it personally, but not going to stop people from doing what they like. Our motto is - designed by us, defined by you, i.e. you have complete freedom.
Snakeoil Operating System - Music, your way!
1
|
Users browsing this thread: |
2 Guest(s)
|
|
Welcome
|
You have to register before you can post on our site.
|
Latest Threads
|
new install issues
Last Post: agent_kith
Today 12:57 PM
» Replies: 39
» Views: 731
|
Snakeoil 1.4.0 (High End)
Last Post: aabman
Yesterday 05:20 PM
» Replies: 92
» Views: 6661
|
SQ difference - Raspberry Pi vs x86_64?
Last Post: uglymusic
Yesterday 02:21 AM
» Replies: 32
» Views: 1432
|
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 140
|
Work In Progress: 1.4.4
Last Post: uglymusic
20-May-2025 01:40 AM
» Replies: 38
» Views: 1070
|
Add to SO backup & restore
Last Post: agent_kith
15-May-2025 09:58 AM
» Replies: 1
» Views: 46
|
[split] Possible To Load Snakeoil OS in ...
Last Post: agent_kith
12-May-2025 04:18 PM
» Replies: 10
» Views: 248
|
Snakeoil 1.4.3 (High End U3)
Last Post: agent_kith
12-May-2025 04:04 PM
» Replies: 65
» Views: 2931
|
Music Library and SSD
Last Post: Huey
11-May-2025 05:01 AM
» Replies: 2
» Views: 89
|
upmpdcli unable to start
Last Post: Amph
09-May-2025 08:16 PM
» Replies: 7
» Views: 1662
|
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.
|
|
|