Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Raspberry Pi Installation Help?
Thank you for your donation

Pages (5): « Previous 1 2 3 4 5 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Raspberry Pi Installation Help?
3rd Nov, 2022, 11:21 PM
Post: #46
meda20 Offline
Registered
Posts: 6
Joined: Nov 2022
Reputation: 0
RE: Raspberry Pi Installation Help?
Thank you, I will try this at the first opportunity and report back.
Find all posts by this user
Quote this message in a reply
4th Nov, 2022, 06:23 AM
Post: #47
meda20 Offline
Registered
Posts: 6
Joined: Nov 2022
Reputation: 0
RE: Raspberry Pi Installation Help?
@Nachteule - Thank you, I used the advice to RPi 2B boot from USB successfully.
I guess I don't always use the same version, I found the root parameter in two variations:
root=UUID=d2c25bab-1936-4c1b-b309-8fcaead6e413
and
root=/dev/mmcblk0p2
In the /etc/fstab file
I don't find an entry similar to /dev/mmcblk0p2
but I tried adding the line - although I don't know if it is needed.
Find all posts by this user
Quote this message in a reply
31st Dec, 2022, 08:20 PM
Post: #48
jankihaii3 Offline
Registered
Posts: 1
Joined: Dec 2022
Reputation: 0
RE: Raspberry Pi Installation Help?
I think I'm having to update EACH of those parameters in the command just to get the boot order changed...which is definitely a mess
Find all posts by this user
Quote this message in a reply
27th Sep, 2023, 12:41 AM
Post: #49
Dashiell Offline
Banned
Posts: 1
Joined: Sep 2023
RE: Raspberry Pi Installation Help?
The method you provided was of great help to me. Thank you for your help in solving the problem. Thank you for sharing.silly tavern
Find all posts by this user
Quote this message in a reply
31st Oct, 2023, 06:34 AM
Post: #50
raj Offline
Registered
Posts: 6
Joined: Sep 2023
Reputation: 0
RE: Raspberry Pi Installation Help?
Hi, my first post, I am not allowed to create new thread so I am posting here. It's relevant to Pi installation so hopefully OK. Most recent Xbian on Pi Zero 2W and there is no network adapter available in either command-line xbian-config or the Xbian addon in Kodi's GUI. It should see the wifi adapter, and other RPi OS's do see it. Any ideas ? I cannot find any reference to this issue on this forum, or anywhere else.
Find all posts by this user
Quote this message in a reply
2nd Nov, 2023, 01:56 AM
Post: #51
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Raspberry Pi Installation Help?
@raj
Due to lack of hardware this model is not officially supported, it may or may not work.
By the way, it doesn't make sense to use Kodi on a system with only 512MB memory. You won't have any fun with it.
Sorry I don't have better news for you. I would be interested to know why the WLAN doesn't seem to work, but I don't think it's worth the effort to find out.
Find all posts by this user
Quote this message in a reply
2nd Nov, 2023, 02:01 AM
Post: #52
raj Offline
Registered
Posts: 6
Joined: Sep 2023
Reputation: 0
RE: Raspberry Pi Installation Help?
It's a niche use, basically to provide a music centre on my boat with a 12V domestic battery supply so I can use minimal power requirements. In reality though it may not be any lower than the Pi 3A which runs XBian fine. I'd be happy to dig around to see what the probem is with WLAN, but I don't know how. Any pointers?
Find all posts by this user
Quote this message in a reply
9th Nov, 2023, 11:05 PM
Post: #53
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Raspberry Pi Installation Help?
First consult dmesg and see if there is anything regarding the broadcom wifi driver there
Find all posts by this user
Quote this message in a reply
14th Nov, 2023, 01:51 AM
Post: #54
raj Offline
Registered
Posts: 6
Joined: Sep 2023
Reputation: 0
RE: Raspberry Pi Installation Help?
(9th Nov, 2023 11:05 PM)Nachteule Wrote:  First consult dmesg and see if there is anything regarding the broadcom wifi driver there

yes, i can see "Direct firmware load for brcm/brcmfmac43436s-sdio.raspberrypi,model-zero-2-w.bin failed with error -2", but I cannot scoll upwards to see if there are any more messages as I cannot ssh into the device.
Find all posts by this user
Quote this message in a reply
15th Nov, 2023, 09:50 PM
Post: #55
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Raspberry Pi Installation Help?
(14th Nov, 2023 01:51 AM)raj Wrote:  yes, i can see "Direct firmware load for brcm/brcmfmac43436s-sdio.raspberrypi,model-zero-2-w.bin failed with error -2", but I cannot scoll upwards to see if there are any more messages as I cannot ssh into the device.

I had already thought that it could be due to a lack of firmware in the first place. I did some research and found a lot about non-functioning WIFI on the Pi 2 W
Pi-OS has built its own firmware-brcm80211 package and adds it to its images. unfortunately the package is nowhere to be found for download and even in Debian Sid the required firmware files are still not available. Very unpleasant the whole thing.
Last resort was to extract the installed firmware package from Pi-OS and rebuild it for XBian. This is now available on our repo in devel branch. Of course this doesn't help you as you can't update it without network. So you have no choice but to wait for the new image and reinstall it.
Find all posts by this user
Quote this message in a reply
15th Nov, 2023, 10:13 PM
Post: #56
raj Offline
Registered
Posts: 6
Joined: Sep 2023
Reputation: 0
RE: Raspberry Pi Installation Help?
(15th Nov, 2023 09:50 PM)Nachteule Wrote:  I had already thought that it could be due to a lack of firmware in the first place. I did some research and found a lot about non-functioning WIFI on the Pi 2 W
Pi-OS has built its own firmware-brcm80211 package and adds it to its images. unfortunately the package is nowhere to be found for download and even in Debian Sid the required firmware files are still not available. Very unpleasant the whole thing.
Last resort was to extract the installed firmware package from Pi-OS and rebuild it for XBian. This is now available on our repo in devel branch. Of course this doesn't help you as you can't update it without network. So you have no choice but to wait for the new image and reinstall it.

It's OK, I'm happy to reinstall. Alternatively, perhaps I could boot existing image on my 3A+ and enable devel in sources.list and update that way? Otherwise, when is the new image likely to be available?
Find all posts by this user
Quote this message in a reply
16th Nov, 2023, 01:12 AM
Post: #57
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Raspberry Pi Installation Help?
(15th Nov, 2023 10:13 PM)raj Wrote:  It's OK, I'm happy to reinstall. Alternatively, perhaps I could boot existing image on my 3A+ and enable devel in sources.list and update that way? Otherwise, when is the new image likely to be available?

Plug the card into another pi and install the package should actually work.
New images are always available on Friday evening
Find all posts by this user
Quote this message in a reply
16th Nov, 2023, 01:58 AM
Post: #58
raj Offline
Registered
Posts: 6
Joined: Sep 2023
Reputation: 0
RE: Raspberry Pi Installation Help?
(16th Nov, 2023 01:12 AM)Nachteule Wrote:  Plug the card into another pi and install the package should actually work.
New images are always available on Friday evening

Will do. I will be away for 10 days from Friday so will be a couple of weeks until I can install new image if I need to. Thanks very much for your help.
Find all posts by this user
Quote this message in a reply
22nd Nov, 2023, 04:17 PM
Post: #59
gkusiak Offline
Registered
Posts: 176
Joined: Nov 2019
Reputation: 2
RE: Raspberry Pi Installation Help?
(16th Nov, 2023 01:12 AM)Nachteule Wrote:  
(15th Nov, 2023 10:13 PM)raj Wrote:  It's OK, I'm happy to reinstall. Alternatively, perhaps I could boot existing image on my 3A+ and enable devel in sources.list and update that way? Otherwise, when is the new image likely to be available?

Plug the card into another pi and install the package should actually work.
New images are always available on Friday evening

The current "latest" package actually has an issue - I tried a clean install onto a new SD card with the installer both on a windows 11 machine as well as an ubuntu machine (both twice!) and my Pi failed to boot. Workaround was to go back a couple of weeks - everything worked as it should. easy to upgrade to current from there
Find all posts by this user
Quote this message in a reply
2nd Dec, 2023, 04:17 AM
Post: #60
gkusiak Offline
Registered
Posts: 176
Joined: Nov 2019
Reputation: 2
RE: Raspberry Pi Installation Help?
I just went to look for this week's update - it's not there yet.
But the file xbian-ffplay_6.1+.arm64 is in the button as the latest. what is that @Nachteule ? the current installer??
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (5): « Previous 1 2 3 4 5 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [SOLVED] Raspberry Pi 2 - first installation not working munich 5 15,921 8th Mar, 2015 04:33 AM
Last Post: munich

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th May, 2025, 07:03 PM Powered By MyBB, © 2002-2025 MyBB Group.