GRML HD Install is receiving DHCP address, though static is assigned.

List, I've installed GRML on two machines, now. The first went perfectly, updated, everything worked out-of-the-box, and I love it. However, with my second machine, I can't get GRML to allow wlan0 to set a static address (and yes, I have set an address outside of my router's DHCP range). I have changed /etc/network/interfaces to a static address. I have restarted networking, wpa_supplicant, and the machine, and have tripple-checked the interfaces file several times. Eth0's static address worked, and works, like a charm. I have completely commented it out of the interfaces file, to make sure that it was not interfearing with wlan0. In the /var/log/messages file, I noticed a line about Pump being used, though I could find nothing to override or disable it, and no prooff that it was making wlan0 use a DHCP address. Any suggestions you all can provide would be greatly appreciated.
Sincerely, Brandon McGinty

* Brandon McGinty wrote [25.09.10 05:32]: Hi,
List, I've installed GRML on two machines, now.
Just as a side comment, this is not really supported. Best way is to install debian and add the corresponding grml packages.
In the /var/log/messages file, I noticed a line about Pump being used, though I could find nothing to override or disable it, and no prooff that it was making wlan0 use a DHCP address.
Run grml-autoconfig and deselect the dhcp option. This should fix the problem.
If you want to do it manually set CONFIG_DHCP to no in /etc/grml/autoconfig.local
,----[ /etc/grml/autoconfig.local ] | CONFIG_DHCP='no' `----
regards, Ulrich
Teilnehmer (2)
-
Brandon McGinty
-
Ulrich Dangel