Getting dhcp to start automatically for HoneyComb

148 views
Skip to first unread message

Verachten Bruno

unread,
Feb 28, 2014, 11:36:10 AM2/28/14
to andro...@googlegroups.com
Hi,

I built the "vm" target for honeycomb-x86 (added some kernel modules) as I want to use it under VirtualBox

It works well, but I still have a problem with the network.
When the device is up and running, the eth0 is down. I can put it up by launching /system/bin/dhcpd. I then have an IP address given by the local DHCP server.

I modified ./build/target/board/generic_x86/init.rc in order to make android launch the dhcp command by itself:
[...]
service logcat /system/bin/logcat -v time -f /data/log.txt
    disabled
    oneshot

service dhcpd /system/bin/dhcpd
[...]

It doesn't work; it looks like the command is not called.
By the way, when I look at the /init.rc, it ends with
[...]
#REMOVE FROM HERE

service dhcpcd_eth0 /system/bin/dhcpcd -o domain_name_servers -ABKL
    class main
    disabled
    oneshot

service iprenew_eth0 /system/bin/dhcpcd -o domain_name_servers -n
    class main
    disabled
    oneshot



Maybe should I try to find and modify the file that generates this part (and remove disabled)?

Any idea?

Thanks,
Bruno Verachten

Chih-Wei Huang

unread,
Mar 2, 2014, 9:04:59 PM3/2/14
to Android-x86
The honeycomb-x86 tree is very old and not maintained.
Why do you want to use it?

The Ethernet DHCP support is fine since ics-x86.
You don't need to change anything.

So try to get the latest code (kitkat-x86), please.
--
Chih-Wei
Android-x86 project
http://www.android-x86.org

Verachten Bruno

unread,
Mar 3, 2014, 4:46:32 AM3/3/14
to android-x86
Hi,

I need to get working VM from froyo to Kitkat.
That's why I bother you with honeycomb.
I have ics, jb and kitkat working.
Thanks.
> --
> You received this message because you are subscribed to the Google Groups "Android-x86" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
> To post to this group, send email to andro...@googlegroups.com.
> Visit this group at http://groups.google.com/group/android-x86.
> For more options, visit https://groups.google.com/groups/opt_out.



--
Bruno Verachten
Message has been deleted

Verachten Bruno

unread,
Apr 3, 2014, 2:36:11 PM4/3/14
to android-x86
Thanks, but I'm not looking for an ISO file, but for a workaround in order to build my own iso.

Kind regards.



--
Bruno Verachten
Reply all
Reply to author
Forward
0 new messages