Snakeoil 1.4.0 (High End)
|
Posts: 829
Threads: 46
Joined: Mar 2019
Reputation:
239
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: 580
Threads: 29
Joined: Jan 2019
Reputation:
178
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: 829
Threads: 46
Joined: Mar 2019
Reputation:
239
Location: Melbourne, Australia
16-May-2025, 03:08 PM
(This post was last modified: 23-May-2025, 08:25 AM by Snoopy8.)
@"hkphantomgtr" using USB C, not GPIO. And the change was
Code: usb_max_current_enable=1
in config.txt so that it would boot with 3A power supply.
May look at getting official power supply.
Posts: 157
Threads: 5
Joined: Feb 2020
Reputation:
65
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: 157
Threads: 5
Joined: Feb 2020
Reputation:
65
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: 6
Threads: 0
Joined: Mar 2020
Reputation:
2
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,025
Threads: 193
Joined: Feb 2016
Reputation:
705
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: 6
Threads: 0
Joined: Mar 2020
Reputation:
2
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: 6
Threads: 0
Joined: Mar 2020
Reputation:
2
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,025
Threads: 193
Joined: Feb 2016
Reputation:
705
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!
|
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: 2040
|
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 1531
|
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 8985
|
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 903
|
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 657
|
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 4985
|
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 5441
|
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 14906
|
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 4403
|
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 1174
|
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.
|
|
|