Nothing but red light.
#28
(04-18-2016, 08:18 AM)GorillaHuman Wrote: So. Is this a software issue? As in, can we fix HDMI / DVI troubles using a different kernel? Or should I just give up and buy another rasp. pi which I used / am using for other projects?


As the P64 does not currently work with my Dell monitor (which although now getting on a bit, is still a fantastic bit of kit) and I want to play with the P64 in my computer room, I've installed xrdp server and use remote desktop from my windows machine.

So first up you need to find out what DHCP allocated IP address the P64 was assigned, so on your PC do the following...

You'll need to know the local lan setup for your home network, (ipconfig /all on window or ifconfig on Linux), now replace the 192.168.0. if required in the commands below with your home configuration. Assuming your using IP4.

If Windows, open a cmd shell and enter

FOR /L %i IN (1,1,255) DO (

  PING -n 1 192.168.0.%i
)

If Linux open a command shell and enter...

for i in {1..255}; do ping -c 1 192.168.0.$i; done

The above command will loop through the subnet and test each address. look at the output for each address, you should get a message something like "64 bytes from " then the address if there is a device on that address. Make a note of all the address which respond.

You should now be able to work out which address is your P64 by trying to connect via ssh (.1 is probably your internet gateway.)

One of the guy's on here with network know how will probably be able to give us a command to work out all the devices on your local network with one command, but try this until someone post a better option.

As for HDMI-DVI it's a problem that must be solved, but I understand at the moment we need an updated closed source binary or the source code for it be become open source before it can be fixed.
  Reply


Messages In This Thread
Nothing but red light. - by fire219 - 04-16-2016, 06:06 PM
RE: Nothing but red light. - by Ghost - 04-16-2016, 06:12 PM
RE: Nothing but red light. - by fire219 - 04-16-2016, 06:14 PM
RE: Nothing but red light. - by ejanuska - 04-17-2016, 07:39 AM
RE: Nothing but red light. - by fire219 - 04-17-2016, 08:08 AM
RE: Nothing but red light. - by yourhighpriestess - 04-17-2016, 10:40 AM
RE: Nothing but red light. - by tkaiser - 04-17-2016, 11:06 AM
RE: Nothing but red light. - by yourhighpriestess - 04-17-2016, 11:14 AM
RE: Nothing but red light. - by fire219 - 04-17-2016, 11:17 AM
RE: Nothing but red light. - by fire219 - 04-17-2016, 11:09 AM
RE: Nothing but red light. - by tkaiser - 04-17-2016, 11:22 AM
RE: Nothing but red light. - by fire219 - 04-17-2016, 11:31 AM
RE: Nothing but red light. - by tkaiser - 04-17-2016, 11:38 AM
RE: Nothing but red light. - by fire219 - 04-17-2016, 12:05 PM
RE: Nothing but red light. - by fire219 - 04-18-2016, 02:59 PM
DOA - how to be certain? - by GorillaHuman - 04-18-2016, 05:08 AM
RE: DOA - how to be certain? - by tkaiser - 04-18-2016, 05:30 AM
RE: DOA - how to be certain? - by GorillaHuman - 04-18-2016, 05:52 AM
RE: DOA - how to be certain? - by tkaiser - 04-18-2016, 06:06 AM
RE: DOA - how to be certain? - by frewind - 04-18-2016, 06:17 AM
RE: DOA - how to be certain? - by rahlquist - 04-18-2016, 06:18 AM
RE: DOA - how to be certain? - by tkaiser - 04-18-2016, 06:33 AM
RE: DOA - how to be certain? - by pine.tree - 04-18-2016, 06:49 AM
RE: DOA - how to be certain? - by tkaiser - 04-18-2016, 07:07 AM
RE: DOA - how to be certain? - by GorillaHuman - 04-18-2016, 08:18 AM
RE: DOA - how to be certain? - by tkaiser - 04-18-2016, 08:36 AM
RE: DOA - how to be certain? - by tllim - 04-18-2016, 10:18 AM
RE: DOA - how to be certain? - by frewind - 04-18-2016, 03:26 PM
RE: DOA - how to be certain? - by rahlquist - 04-18-2016, 11:20 PM
RE: DOA - how to be certain? - by GorillaHuman - 04-20-2016, 01:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PBP won't power. Charge light solid orange/red but turns off. cmicallef 15 12,791 03-12-2021, 07:08 PM
Last Post: cmicallef
  Power light flashes on then nothing foxy82 13 20,333 08-08-2016, 02:03 AM
Last Post: pfeerick

Forum Jump:


Users browsing this thread: 1 Guest(s)