[vbox-dev] eth0 not found in vbox guest OS

JD jd1008 at gmail.com
Mon Feb 25 03:04:30 GMT 2008


After struggling with a lot of delays in obtaining the Fedora-Unity-8 DVD
iso image, finally installed and upgraded.
Booted it in vbox. All is working (so far) except
for a couple of problems:

1. eth0 not found - so it could not  bring up net.
2. When I go to full screen mode, the gnome desktop
   remains the same size as the small window.
   I re-configured it to the following xorg.conf
   and restarted (logged out and logged back in - to no avail:

code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us+inet"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        ModelName    "LCD Panel 1280x800"
        HorizSync    31.5 - 50.0
        VertRefresh  56.0 - 65.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x800" "800x600" "640x480"
        EndSubSection
EndSection





More information about the vbox-dev mailing list