From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <587be6c4f82d3ca9829ef23b941ed170@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Sat, 7 Sep 2013 09:48:19 +0100 In-Reply-To: <522A96C7.3050902@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Raspberry Pi/Qemu Networking Problems Topicbox-Message-UUID: 7b93f93e-ead8-11e9-9d60-3106f5b1d025 > 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