On 09/07/2013 03:48 AM, Richard Miller wrote:
I have consolidated into my cmdline.txt it reads:
readparts=1 nvram=#S/sdM0/nvram bootargs=local!#S/sdM0/fossil
nobootprompt=local kbargs=-b ipconfig=
I hope this is actually all on one line (the pi boot firmware only reads
the first line of cmdline.txt).
You can try bypassing dhcp and configuring everything explicitly with
something like this:
... ipconfig='-g 192.168.1.1 192.168.1.42 255.255.255.0' DNSSERVER=192.168.1.101
It is on one line, yes. I got the Pi pinging the router and the other
computer was able to ping the pi. The problem now is that the bridge
doesn't seem to work. I'll be looking into it as I probably just
configured it wrong.