Forum
[PROBLEM] Raspberry Pi B+ USB and Network - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: [PROBLEM] Raspberry Pi B+ USB and Network (/thread-2400.html)

Pages: 1 2


RE: Raspberry Pi B+ USB and Network - SLV2NON - 31st Jul, 2014 09:54 AM

Another person struggling with a B+. Installed the latest file ...20140725.img and it won't boot. I've tried reimaging the card twice, all other distros work fine. I'm assuming there is something stupid I'm missing here? PSU is good, bought a "reputable" PSU from Adafruit with the Pi, SD card is the card sold with the Pi... I saw another post referencing an issue with HDMI. Right now I'm running an HDMI to DVI adapter and connecting it to a monitor while I get everything set up. Is this my issue?


RE: Raspberry Pi B+ USB and Network - CurlyMo - 31st Jul, 2014 06:09 PM

Is there already an issue on github about this?


RE: Raspberry Pi B+ USB and Network - A. Square - 31st Jul, 2014 10:56 PM

I figured out the rainbow square issue: it's a new under-voltage indicator in the B+ firmware:

http://www.raspberrypi.org/forums/viewtopic.php?p=582098#p582098


RE: Raspberry Pi B+ USB and Network - IriDium - 1st Aug, 2014 04:14 AM

@A.Square Many thanks for that. Any chance of a screen shot so others will know what to look for.


RE: Raspberry Pi B+ USB and Network - A. Square - 1st Aug, 2014 04:28 AM

(1st Aug, 2014 04:14 AM)IriDium Wrote:  @A.Square Many thanks for that. Any chance of a screen shot so others will know what to look for.

I posted one earlier up in the thread. It's a literal screenshot -- a photograph of the screen -- because taking an actual screenshot just made a blank png, which is apparently a known XBMC issue on the Raspberry Pi. I'd be happy to take a better one if you know of a workaround.


RE: Raspberry Pi B+ USB and Network - Aveigal - 1st Aug, 2014 03:28 PM

Dear

I use the distro xbian-image-rpi-20140725.img.xz and all works fine, but y canĀ“t enter trought SSH, the console allways said that the password is worng. I try all ways and all pass that could maybe posible.

Anyone knows why and the right password?

I use: raspberry, xbian, XBIAN, PI, pi etc and I changte the password in the xbian menu and activate the service for SSH.

Thanks


RE: Raspberry Pi B+ USB and Network - mk01 - 6th Aug, 2014 07:19 AM

@Aveigal

xbian user and even password change through xbian-config should be ok, retested now.

You probably mean ROOT access via ssh ?


RE: Raspberry Pi B+ USB and Network - IriDium - 12th Aug, 2014 01:09 AM

Thanks for the photo - it will help others to diagnose the same issue.


RE: Raspberry Pi B+ USB and Network - marcowhite - 14th Aug, 2014 07:29 PM

Hello !
Are there some news about this issue ? I install the img provided but for me as well, WIFI dosn't work and I have not Raspberry B to upgrade...
Thank you !


RE: Raspberry Pi B+ USB and Network - marcowhite - 15th Aug, 2014 07:26 PM

SOLUTION :
Hello,
Thank to @popcornmix on https://github.com/xbianonpi/xbian/issues/575, I eventually solve my problem.
For those who have the same problem with WIFI USB and Ethernet :
- Download Xbian TC2 on download page
- Download
https://github.com/raspberrypi/firmware/raw/master/boot/start_x.elf
https://github.com/raspberrypi/firmware/raw/master/boot/fixup_x.dat
- Then rename to start.elf and fixup.dat and replace the ones on the boot partition of sdcard.

It should be fine.
I hope it will help you !
bye


RE: Raspberry Pi B+ USB and Network - faerstorm - 17th Aug, 2014 06:07 AM

(15th Aug, 2014 07:26 PM)marcowhite Wrote:  SOLUTION :
Hello,
Thank to @popcornmix on https://github.com/xbianonpi/xbian/issues/575, I eventually solve my problem.
For those who have the same problem with WIFI USB and Ethernet :
- Download Xbian TC2 on download page
- Download
https://github.com/raspberrypi/firmware/raw/master/boot/start_x.elf
https://github.com/raspberrypi/firmware/raw/master/boot/fixup_x.dat
- Then rename to start.elf and fixup.dat and replace the ones on the boot partition of sdcard.

It should be fine.
I hope it will help you !
bye

This worked for me as well...thanks!