Hi, You need to specify the full ip= parameter...the last one 'autoconf' turns off DHCP
ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf> Example: ip=172.18.1.222:172.18.1.49:172.18.0.254:255.255.0.0:::off Here the 'hostname' & 'device' fields are not being set - hence the ':::'. Have you considered setting ip=off to the kernel and putting the static address in /etc/network/interfaces ? Regards Phil Q Phil Quiney, Senior Software Engineer Trinity Convergence Cambridge Business Park Cowley Road Cambridge CB4 0WZ, UK T: +44(0)1223-435536 F: +44(0)1223-435560 www.trinityconvergence.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert W. Kuhn Sent: 10 June 2008 09:02 To: [email protected] Subject: 6446: how to not use dhcp Hello, is it possible to configure the 6446 that it does not use dhcp? Although I set the ip via bootargs (setenv bootargs ip=172.16.0.22 ...) it tries to connect to a server (Sending DHCP requests .....) Thanks - Robert _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
