The 5 leds on the board show up when working normally.
24 hours on and my rpi appears dead, except for the red power led.
OK
PWR
FDX
LNK
10M
Loaded debian onto the SD card, booted fine yesterday. Came to it later, no screen activity
only the red led showing.
Dave.
What do the lights mean?
6 posts
- Posts: 115
- Joined: Mon Nov 14, 2011 5:05 pm
PWR = 5V input power present
OK = SD card access indicator
FDX = Ethernet Full Duplex connection
LNK = Ethernet connection present
10M = 100 Mbps Ethernet connection
Does it come up with a power cycle? You can also look at the troubleshooting page here:
http://elinux.org/R-Pi_Troubleshooting
OK = SD card access indicator
FDX = Ethernet Full Duplex connection
LNK = Ethernet connection present
10M = 100 Mbps Ethernet connection
Does it come up with a power cycle? You can also look at the troubleshooting page here:
http://elinux.org/R-Pi_Troubleshooting
- Posts: 944
- Joined: Tue Nov 22, 2011 11:51 pm
That's better. Cycling the power works.
Debian now back up.
Tks for the pointer.
Any pointers to Debian on rpi? E.g. partd - refuses to let me log in via startx/X windows i/face?
Thanks. Dave
Debian now back up.
Tks for the pointer.
Any pointers to Debian on rpi? E.g. partd - refuses to let me log in via startx/X windows i/face?
Thanks. Dave
- Posts: 115
- Joined: Mon Nov 14, 2011 5:05 pm
Assume you mean GParted Partitioning software so you can resize the user partition.
Someone else answered elsewhere but I've forgotten where so I can't give them credit.
You need to "sudo su" before you "startx."
That will let you inspect the partitions but you still can't modify them because they are in use and you can't dismount them. At least that's my view.
You need to modify the partitions on another machine with a card reader. My Compaq CQ60 running Mint Debian did the job. First delete all partitions after the user "/" and commit. Then expand the user section up to about 200M/b from the end of memory and commit. Then create a new partition in the remaining memory and format it as a Linux-Swap partition. commit to changes and Bob's your Uncle.
Someone else answered elsewhere but I've forgotten where so I can't give them credit.
You need to "sudo su" before you "startx."
That will let you inspect the partitions but you still can't modify them because they are in use and you can't dismount them. At least that's my view.
You need to modify the partitions on another machine with a card reader. My Compaq CQ60 running Mint Debian did the job. First delete all partitions after the user "/" and commit. Then expand the user section up to about 200M/b from the end of memory and commit. Then create a new partition in the remaining memory and format it as a Linux-Swap partition. commit to changes and Bob's your Uncle.
Thanks Larry. Makes sense.
The only post I've seen on partitioning was over my head. I have Fedora installed
and the numbers just didn't add up.
The only post I've seen on partitioning was over my head. I have Fedora installed
and the numbers just didn't add up.
- Posts: 115
- Joined: Mon Nov 14, 2011 5:05 pm