Snakeoil 1.4.0 (High End)
#81
(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  Sad

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!   Think   Brought it back closer to the NUC. So may have to start looking for a new LPS Cry
[-] The following 1 user Likes Snoopy8's post:
  • uglymusic
Reply

#82
(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  Sad

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!   Think   Brought it back closer to the NUC. So may have to start looking for a new LPS Cry

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  Sad

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
[-] The following 2 users Like hkphantomgtr's post:
  • uglymusic, Snoopy8
Reply

#83
@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.
[-] The following 1 user Likes Snoopy8's post:
  • hkphantomgtr
Reply

#84
(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!
Reply

#85
(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  Sad

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!   Think   Brought it back closer to the NUC. So may have to start looking for a new LPS Cry

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.
[-] The following 1 user Likes uglymusic's post:
  • Snoopy8
Reply

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

#87
(Yesterday, 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.

(Yesterday, 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!
Reply

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

#89
(Yesterday, 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.
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  Snakeoil 1.4.3 (High End U3) agent_kith 65 2,842 12-May-2025, 04:04 PM
Last Post: agent_kith
  Snakeoil 1.4.2 (High End U2) agent_kith 20 1,290 03-Apr-2025, 11:28 AM
Last Post: agent_kith
  Snakeoil 1.4.1 (High End U1) agent_kith 27 1,593 23-Mar-2025, 08:21 AM
Last Post: agent_kith
  Announcing Snakeoil Measurements 1.3.0 agent_kith 105 16,654 03-Dec-2024, 09:55 PM
Last Post: hkphantomgtr



Users browsing this thread:
2 Guest(s)

[-]
Our Sponsors

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

Username/Email:


Password:





[-]
Latest Threads
SQ difference - Raspberry Pi vs x86_64?
Last Post: hkphantomgtr
Yesterday 10:36 PM
» Replies: 24
» Views: 1273
Snakeoil 1.4.0 (High End)
Last Post: aabman
Yesterday 08:44 PM
» Replies: 88
» Views: 6360
Work In Progress: 1.4.4
Last Post: uglymusic
Yesterday 07:25 PM
» Replies: 33
» Views: 936
Is this project still alive?
Last Post: Martin-Herlov
Yesterday 07:04 PM
» Replies: 6
» Views: 66
new install issues
Last Post: agent_kith
Yesterday 09:13 AM
» Replies: 29
» Views: 623
Add to SO backup & restore
Last Post: agent_kith
15-May-2025 09:58 AM
» Replies: 1
» Views: 41
[split] Possible To Load Snakeoil OS in ...
Last Post: agent_kith
12-May-2025 04:18 PM
» Replies: 10
» Views: 242
Snakeoil 1.4.3 (High End U3)
Last Post: agent_kith
12-May-2025 04:04 PM
» Replies: 65
» Views: 2842
Music Library and SSD
Last Post: Huey
11-May-2025 05:01 AM
» Replies: 2
» Views: 86
upmpdcli unable to start
Last Post: Amph
09-May-2025 08:16 PM
» Replies: 7
» Views: 1655

[-]
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.