(SOLVED) Virtualbox bridged network, windows host, arch guest

I am trying to get my archlinux guest's network working again. It was working before I bridged the connection and changed the adaptor to the bridged one, but I want a bridged connection for certain reasons, so I want it working. This is the result I get when I use sudo dchcpcd eth0:
dhcpcd: version 5.0.7 starting
dhcpcd: eth0: rebinding lease of 10.0.2.15
dhcpcd: eth0: broadcasting for a lease
dhcpcd: eth0: offered 192.168.0.199 from 192.168.0.1
dhcpcd: eth0: acknowledged 192.168.0.199 from 192.168.0.1
dhcpcd: eth0: checking for 192.168.0.199
dhcpcd: eth0: hardware address 00:le:8c:85:a6:4d claims 192.168.0.199
dhcpcd: eth0: send_raw_packet: Bad file descriptor
dhcpcd: eth0: rebinding lease of 10.0.2.15
dhcocd: timed out
I have no clue why it's not working, but I am sort of new to linux and virtual machines. Still, can anyone help me get the bridged connection working?
EDIT: Nevermind, I fixed it.
Last edited by Shade Vortex (2009-09-08 14:48:50)

All I did was unbridge my windows network. You only select the bridged network from virtualbox, don't manually bridge your network!
If you windows network is not bridged with your vm's host only network in the windows networking page, then I dunno what your problem is.

Similar Messages

  • Virtualbox bridged networking problem

    Hi out there.
    I'm trying to set up VirtualBox bridged networking as described in the wiki by "the arch way"
    Here are the relevant details of my config files:
    /etc/conf.d/bridges:
    bridge_br0="eth0"
    BRIDGE_INTERFACES=(br0)
    /etc/vbox/interfaces:
    vbox0 nofoo br0
    (Where nofoo is supposed to be the user running virtualbox)
    And finally...
    /etc/rc.conf:
    MODULES=(e1000e snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore bridge vboxdrv vboxnet)
    lo="lo 127.0.0.1"
    eth0="eth0 up"
    br0="dhcp"
    INTERFACES=(lo eth0 br0)
    So. I added the user to the vboxusers group.
    After a reboot, myifconfig says:
    br0       Link encap:Ethernet  HWaddr 00:21:70:0B:D7:11 
              inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::221:70ff:fe0b:d711/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:2001 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1561 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:908314 (887.0 Kb)  TX bytes:290103 (283.3 Kb)
    eth0      Link encap:Ethernet  HWaddr 00:21:70:0B:D7:11 
              inet6 addr: fe80::221:70ff:fe0b:d711/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:2039 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1569 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:100
              RX bytes:941218 (919.1 Kb)  TX bytes:289875 (283.0 Kb)
              Memory:fdfc0000-fdfe0000
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:4 errors:0 dropped:0 overruns:0 frame:0
              TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:280 (280.0 b)  TX bytes:280 (280.0 b)
    Which should be ok.
    My settings in VirtualBox itself are the following:
    adapted to:host interface
    interface name:vbox0
    The start and stop program parameters are left empty.
    Now, when i try to start my vm, the following error message occurs:
    Failed to initialize Host Interface Networking.
    VBox status code: -3100 (VERR_HOSTIF_INIT_FAILED).
    Errorcode:
    NS_ERROR_FAILURE (0x80004005)
    Component:
    Console
    Interface:
    IConsole {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}
    Does anyone of you know what went wrong here?
    regards
    monk

    steve___ wrote:i just "pacman -S virtualbox-ose" but I do not have the file "/etc/rc.d/vboxnet".  I searched through the {core,extra,community}.files.tar.gz tar files as well.
    Yeah, I have this same issue. I installed virtualbox-ose using pacman and also don't have /etc/rc.d/vboxnet. I've searched the entire machine and it is nowhere to be found. Did you solve it? Anyone got any ideas?

  • How to install DKMS within Win7(host) + Arch(guest)

    http://aur.archlinux.org/packages.php?ID=11657
    The following is my environment:
    Host: Win 7
    Guest: Virtual Box + Arch (kernel 2.6.33)
    Now, I want to adjust the resolution inside VBox, default is always 800x600 and cannot change it without any more actions.
    So I refered to the manual in VBox, said need to install VBoxAddition.
    But I don't know how to install DKMS, which is a project form DELL, and it seems to be prerequsite for VBoxAddition.
    Thanks in advance.

    sand_man wrote:Ummm.... This is the second of these posts I've seen lately so I'm a little confused.
    You just need to install virtualbox-additions from the official repos. The package is merely the guest additions iso file which you need to mount in the guest and install from there.
    http://wiki.archlinux.org/index.php/Vir … _Additions
    Anyway, thank you for the reply.
    But I look up in the URL you posted, it's used in the case of Arch(host) + Arch(guest) or as my understanding, at least Arch(host).
    quoted from the Arch-Vitualbox wiki : "The instructions immediately below are for an Archlinux guest on an Archlinux host."
    and I also tried as the instruction, it cannot work indeed. so I think DKMS is a must for WinXXX(host) + Arch(guest).
    As for other guest hosted in WinXXXX, like Debian(Ubuntu), Fedora distros, it has repo package at hands, so can be used directly.
    When it comes to our Arch, it's treated as Unsupported package, so I am asking how to install DKMS under such circumstances.
    quotes from Virtual Box manual:
    The VirtualBox Guest Additions for Linux are provided on the same ISO CD-ROM as the Additions for Windows described above. They also come with an installation program guiding you through the setup process, although, due to the significant differences between Linux distributions, installation may be slightly more complex.
    Installation generally involves the following steps:
       1.
          Before installing the Guest Additions, you will have to prepare your guest system for building external kernel modules. This works similarly as described in the section called "The VirtualBox kernel module", except that this step must now be performed in your Linux guest instead of on a Linux host system, as described there.
          Again, as with Linux hosts, we recommend using DKMS for Linux guests as well. If it is not installed, use this command for Ubuntu/Debian systems:
          sudo apt-get install dkms
          or for Fedora systems:
          yum install dkms
          Make sure to nstall DKMS before installing the Linux Guest Additions.
       2.
          Mount the VBoxGuestAdditions.iso file as your Linux guest's virtual CD-ROM drive, exactly the same way as described for a Windows guest in the section called "Installation".
       3.
          Change to the directory where your CD-ROM drive is mounted and execute as root:
          sh ./VBoxLinuxAdditions-x86.run
          In a 64-bit Linux guest, use VBoxLinuxAdditions-amd64.run instead.
    For your convenience, the following step-by-step instructions have been verified to work for freshly installed copies of the most popular Linux distributions. After these preparational steps, you can execute the VirtualBox Guest Additions installer as described above.

  • [solved]virtualbox bridge-adapter error

    I wanna use virtualbox bridge-adapter, virtualbox works fine, and I already installed bridge-utils.
    but I cannot found uml_utilities by pacman or yaourt
    help, thanks
    ps: I use static ip by route
    Last edited by dxcqcv (2014-06-27 02:12:26)

    I got it, I forgetten to modprobe vboxnetflt, vboxnetadp and vboxpci
    no need to use uml_utilities
    thx~

  • [SOLVED]VirtualBox Bridged mode not working

    For some reason I am unable to start a virtual machine in host-only or bridged mode.  I can do NAT mode but that doesn't really suit what I want to do very well.  Here is the message I get when trying bridged mode.
    Failed to start the virtual machine Windows XP.
    Failed to open/create the internal network 'HostInterfaceNetworking-wlan0' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
    One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older verison of VirtualBox exist. Then try to recompile and reload the kernel modules by executing '/etc/init.d/vboxdrv setup' as root
    (VERR_SUPDRV_COMPONENT_NOT_FOUND).
    I can't run /etc/init.d/vboxdrv because it doesn't exist.  I installed Vbox via Pacman and I'm embarassed to admit I don't really know where it is.  I just launch it by right clicking on my desktop (using fluxbox).
    Any ideas on where to go next?
    also here are my vbox logs
    00:00:00.534 VirtualBox 3.0.10_OSE r54097 linux.x86 (Nov 1 2009 19:44:00) release log
    00:00:00.534 Log opened 2009-12-01T18:11:07.107676000Z
    00:00:00.535 OS Product: Linux
    00:00:00.535 OS Release: 2.6.30-ARCH
    00:00:00.535 OS Version: #1 SMP PREEMPT Wed Sep 9 12:37:32 UTC 2009
    00:00:00.535 Host RAM: 1956MB RAM, available: 1801MB
    00:00:00.535 Executable: /usr/lib/virtualbox/VirtualBox
    00:00:00.535 Process ID: 1818
    00:00:00.535 Package type: LINUX_32BITS_GENERIC (OSE)
    00:00:00.579 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at 0xf9119060 - ModuleInit at 00000000f912c340 and ModuleTerm at 00000000f912c300
    00:00:00.579 SUP: VMMR0EntryEx located at 00000000f912c1e0, VMMR0EntryFast at 00000000f912b530 and VMMR0EntryInt at 00000000f912b350
    00:00:00.638 VBoxSharedClipboard mode: Bidirectional
    00:00:00.739 ************************* CFGM dump *************************
    00:00:00.746 pRoot=08bd5490:{/}
    00:00:00.746 [/] (level 0)
    00:00:00.746 Name <string> = "Windows XP" (cch=11)
    00:00:00.746 UUID <bytes> = "52 b4 ff 3b 2d f7 57 4c 92 29 56 34 21 fc da 00" (cb=16)
    00:00:00.746 RamSize <integer> = 0x0000000010000000 (268435456)
    00:00:00.746 RamHoleSize <integer> = 0x0000000020000000 (536870912)
    00:00:00.746 NumCPUs <integer> = 0x0000000000000001 (1)
    00:00:00.746 TimerMillies <integer> = 0x000000000000000a (10)
    00:00:00.746 RawR3Enabled <integer> = 0x0000000000000001 (1)
    00:00:00.746 RawR0Enabled <integer> = 0x0000000000000001 (1)
    00:00:00.746 PATMEnabled <integer> = 0x0000000000000001 (1)
    00:00:00.746 CSAMEnabled <integer> = 0x0000000000000001 (1)
    00:00:00.746 HwVirtExtForced <integer> = 0x0000000000000000 (0)
    00:00:00.746 EnableNestedPaging <integer> = 0x0000000000000000 (0)
    00:00:00.746 EnableVPID <integer> = 0x0000000000000000 (0)
    00:00:00.746 EnablePAE <integer> = 0x0000000000000000 (0)
    00:00:00.746
    00:00:00.746 [/HWVirtExt/] (level 1)
    00:00:00.746 Enabled <integer> = 0x0000000000000001 (1)
    00:00:00.746 64bitEnabled <integer> = 0x0000000000000000 (0)
    00:00:00.746
    00:00:00.746 [/PDM/] (level 1)
    00:00:00.746
    00:00:00.746 [/PDM/Drivers/] (level 2)
    00:00:00.746
    00:00:00.746 [/PDM/Drivers/VBoxC/] (level 3)
    00:00:00.746 Path <string> = "/usr/lib/virtualbox/components/VBoxC" (cch=37)
    00:00:00.746
    00:00:00.746 [/Devices/] (level 1)
    00:00:00.746
    00:00:00.746 [/Devices/pcarch/] (level 2)
    00:00:00.746
    00:00:00.746 [/Devices/pcarch/0/] (level 3)
    00:00:00.746 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.746
    00:00:00.746 [/Devices/pcarch/0/Config/] (level 4)
    00:00:00.746
    00:00:00.746 [/Devices/pcbios/] (level 2)
    00:00:00.746
    00:00:00.746 [/Devices/pcbios/0/] (level 3)
    00:00:00.746 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.746
    00:00:00.746 [/Devices/pcbios/0/Config/] (level 4)
    00:00:00.746 RamSize <integer> = 0x0000000010000000 (268435456)
    00:00:00.746 RamHoleSize <integer> = 0x0000000020000000 (536870912)
    00:00:00.746 NumCPUs <integer> = 0x0000000000000001 (1)
    00:00:00.746 HardDiskDevice <string> = "piix3ide" (cch=9)
    00:00:00.746 FloppyDevice <string> = "i82078" (cch=7)
    00:00:00.746 IOAPIC <integer> = 0x0000000000000000 (0)
    00:00:00.746 PXEDebug <integer> = 0x0000000000000000 (0)
    00:00:00.746 UUID <bytes> = "52 b4 ff 3b 2d f7 57 4c 92 29 56 34 21 fc da 00" (cb=16)
    00:00:00.746 BootDevice0 <string> = "FLOPPY" (cch=7)
    00:00:00.746 BootDevice1 <string> = "DVD" (cch=4)
    00:00:00.746 BootDevice2 <string> = "IDE" (cch=4)
    00:00:00.746 BootDevice3 <string> = "NONE" (cch=5)
    00:00:00.746
    00:00:00.746 [/Devices/8237A/] (level 2)
    00:00:00.746
    00:00:00.746 [/Devices/8237A/0/] (level 3)
    00:00:00.746 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.746
    00:00:00.746 [/Devices/pci/] (level 2)
    00:00:00.746
    00:00:00.746 [/Devices/pci/0/] (level 3)
    00:00:00.746 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.746
    00:00:00.746 [/Devices/pci/0/Config/] (level 4)
    00:00:00.746 IOAPIC <integer> = 0x0000000000000000 (0)
    00:00:00.746
    00:00:00.746 [/Devices/pckbd/] (level 2)
    00:00:00.746
    00:00:00.746 [/Devices/pckbd/0/] (level 3)
    00:00:00.746 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.746
    00:00:00.746 [/Devices/pckbd/0/Config/] (level 4)
    00:00:00.746
    00:00:00.746 [/Devices/pckbd/0/LUN#0/] (level 4)
    00:00:00.746 Driver <string> = "KeyboardQueue" (cch=14)
    00:00:00.746
    00:00:00.746 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
    00:00:00.746 QueueSize <integer> = 0x0000000000000040 (64)
    00:00:00.746
    00:00:00.746 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
    00:00:00.746 Driver <string> = "MainKeyboard" (cch=13)
    00:00:00.746
    00:00:00.746 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
    00:00:00.747 Object <integer> = 0x0000000008bbb510 (146519312)
    00:00:00.747
    00:00:00.747 [/Devices/pckbd/0/LUN#1/] (level 4)
    00:00:00.747 Driver <string> = "MouseQueue" (cch=11)
    00:00:00.747
    00:00:00.747 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
    00:00:00.747 QueueSize <integer> = 0x0000000000000080 (128)
    00:00:00.747
    00:00:00.747 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
    00:00:00.747 Driver <string> = "MainMouse" (cch=10)
    00:00:00.747
    00:00:00.747 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
    00:00:00.747 Object <integer> = 0x0000000008bbb5e8 (146519528)
    00:00:00.747
    00:00:00.747 [/Devices/i82078/] (level 2)
    00:00:00.747
    00:00:00.747 [/Devices/i82078/0/] (level 3)
    00:00:00.747 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.747
    00:00:00.747 [/Devices/i82078/0/Config/] (level 4)
    00:00:00.747 IRQ <integer> = 0x0000000000000006 (6)
    00:00:00.747 DMA <integer> = 0x0000000000000002 (2)
    00:00:00.747 MemMapped <integer> = 0x0000000000000000 (0)
    00:00:00.747 IOBase <integer> = 0x00000000000003f0 (1008)
    00:00:00.747
    00:00:00.747 [/Devices/i82078/0/LUN#999/] (level 4)
    00:00:00.747 Driver <string> = "MainStatus" (cch=11)
    00:00:00.747
    00:00:00.747 [/Devices/i82078/0/LUN#999/Config/] (level 5)
    00:00:00.747 papLeds <integer> = 0x0000000008bbafc4 (146517956)
    00:00:00.747 First <integer> = 0x0000000000000000 (0)
    00:00:00.747 Last <integer> = 0x0000000000000000 (0)
    00:00:00.747
    00:00:00.747 [/Devices/i82078/0/LUN#0/] (level 4)
    00:00:00.747 Driver <string> = "Block" (cch=6)
    00:00:00.747
    00:00:00.747 [/Devices/i82078/0/LUN#0/Config/] (level 5)
    00:00:00.747 Type <string> = "Floppy 1.44" (cch=12)
    00:00:00.747 Mountable <integer> = 0x0000000000000001 (1)
    00:00:00.747
    00:00:00.747 [/Devices/acpi/] (level 2)
    00:00:00.747
    00:00:00.747 [/Devices/acpi/0/] (level 3)
    00:00:00.747 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.747 PCIDeviceNo <integer> = 0x0000000000000007 (7)
    00:00:00.747 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.747
    00:00:00.747 [/Devices/acpi/0/Config/] (level 4)
    00:00:00.747 RamSize <integer> = 0x0000000010000000 (268435456)
    00:00:00.747 RamHoleSize <integer> = 0x0000000020000000 (536870912)
    00:00:00.747 NumCPUs <integer> = 0x0000000000000001 (1)
    00:00:00.747 IOAPIC <integer> = 0x0000000000000000 (0)
    00:00:00.747 FdcEnabled <integer> = 0x0000000000000001 (1)
    00:00:00.747 ShowRtc <integer> = 0x0000000000000000 (0)
    00:00:00.747 ShowCpu <integer> = 0x0000000000000000 (0)
    00:00:00.747
    00:00:00.747 [/Devices/acpi/0/LUN#0/] (level 4)
    00:00:00.747 Driver <string> = "ACPIHost" (cch=9)
    00:00:00.747
    00:00:00.747 [/Devices/acpi/0/LUN#0/Config/] (level 5)
    00:00:00.747
    00:00:00.747 [/Devices/i8254/] (level 2)
    00:00:00.747
    00:00:00.747 [/Devices/i8254/0/] (level 3)
    00:00:00.747
    00:00:00.747 [/Devices/i8254/0/Config/] (level 4)
    00:00:00.747
    00:00:00.747 [/Devices/i8259/] (level 2)
    00:00:00.747
    00:00:00.747 [/Devices/i8259/0/] (level 3)
    00:00:00.747 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.747
    00:00:00.747 [/Devices/i8259/0/Config/] (level 4)
    00:00:00.747
    00:00:00.747 [/Devices/apic/] (level 2)
    00:00:00.747
    00:00:00.747 [/Devices/apic/0/] (level 3)
    00:00:00.747 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.747
    00:00:00.747 [/Devices/apic/0/Config/] (level 4)
    00:00:00.747 IOAPIC <integer> = 0x0000000000000000 (0)
    00:00:00.747 NumCPUs <integer> = 0x0000000000000001 (1)
    00:00:00.747
    00:00:00.747 [/Devices/mc146818/] (level 2)
    00:00:00.747
    00:00:00.747 [/Devices/mc146818/0/] (level 3)
    00:00:00.747
    00:00:00.747 [/Devices/mc146818/0/Config/] (level 4)
    00:00:00.747
    00:00:00.747 [/Devices/vga/] (level 2)
    00:00:00.747
    00:00:00.747 [/Devices/vga/0/] (level 3)
    00:00:00.748 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.748 PCIDeviceNo <integer> = 0x0000000000000002 (2)
    00:00:00.748 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.748
    00:00:00.748 [/Devices/vga/0/Config/] (level 4)
    00:00:00.748 VRamSize <integer> = 0x0000000003c00000 (62914560)
    00:00:00.748 FadeIn <integer> = 0x0000000000000001 (1)
    00:00:00.748 FadeOut <integer> = 0x0000000000000001 (1)
    00:00:00.748 LogoTime <integer> = 0x0000000000000000 (0)
    00:00:00.748 LogoFile <string> = "" (cch=1)
    00:00:00.748 ShowBootMenu <integer> = 0x0000000000000002 (2)
    00:00:00.748 CustomVideoModes <integer> = 0x0000000000000000 (0)
    00:00:00.748 HeightReduction <integer> = 0x0000000000000000 (0)
    00:00:00.748
    00:00:00.748 [/Devices/vga/0/LUN#0/] (level 4)
    00:00:00.748 Driver <string> = "MainDisplay" (cch=12)
    00:00:00.748
    00:00:00.748 [/Devices/vga/0/LUN#0/Config/] (level 5)
    00:00:00.748 Object <integer> = 0x0000000008bbb6c8 (146519752)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/] (level 2)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/0/] (level 3)
    00:00:00.748 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.748 PCIDeviceNo <integer> = 0x0000000000000001 (1)
    00:00:00.748 PCIFunctionNo <integer> = 0x0000000000000001 (1)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/0/Config/] (level 4)
    00:00:00.748 Type <string> = "PIIX4" (cch=6)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/0/LUN#999/] (level 4)
    00:00:00.748 Driver <string> = "MainStatus" (cch=11)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
    00:00:00.748 papLeds <integer> = 0x0000000008bbafcc (146517964)
    00:00:00.748 First <integer> = 0x0000000000000000 (0)
    00:00:00.748 Last <integer> = 0x0000000000000003 (3)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/0/LUN#2/] (level 4)
    00:00:00.748 Driver <string> = "Block" (cch=6)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/0/LUN#2/Config/] (level 5)
    00:00:00.748 Type <string> = "DVD" (cch=4)
    00:00:00.748 Mountable <integer> = 0x0000000000000001 (1)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/0/LUN#0/] (level 4)
    00:00:00.748 Driver <string> = "Block" (cch=6)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/0/LUN#0/Config/] (level 5)
    00:00:00.748 Type <string> = "HardDisk" (cch=9)
    00:00:00.748 Mountable <integer> = 0x0000000000000000 (0)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/0/LUN#0/AttachedDriver/] (level 5)
    00:00:00.748 Driver <string> = "VD" (cch=3)
    00:00:00.748
    00:00:00.748 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/] (level 6)
    00:00:00.748 Path <string> = "/home/royce/.VirtualBox/HardDisks/Windows XP.vdi" (cch=49)
    00:00:00.748 Format <string> = "VDI" (cch=4)
    00:00:00.748
    00:00:00.748 [/Devices/pcnet/] (level 2)
    00:00:00.748
    00:00:00.748 [/Devices/pcnet/0/] (level 3)
    00:00:00.748 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.748 PCIDeviceNo <integer> = 0x0000000000000003 (3)
    00:00:00.748 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.748
    00:00:00.748 [/Devices/pcnet/0/Config/] (level 4)
    00:00:00.748 Am79C973 <integer> = 0x0000000000000001 (1)
    00:00:00.748 MAC <bytes> = "08 00 27 bb 10 02" (cb=6)
    00:00:00.748 CableConnected <integer> = 0x0000000000000000 (0)
    00:00:00.748 LineSpeed <integer> = 0x0000000000000000 (0)
    00:00:00.748
    00:00:00.748 [/Devices/pcnet/0/LUN#999/] (level 4)
    00:00:00.748 Driver <string> = "MainStatus" (cch=11)
    00:00:00.748
    00:00:00.748 [/Devices/pcnet/0/LUN#999/Config/] (level 5)
    00:00:00.748 papLeds <integer> = 0x0000000008bbb094 (146518164)
    00:00:00.749
    00:00:00.749 [/Devices/pcnet/0/LUN#0/] (level 4)
    00:00:00.749 Driver <string> = "IntNet" (cch=7)
    00:00:00.749
    00:00:00.749 [/Devices/pcnet/0/LUN#0/Config/] (level 5)
    00:00:00.749 Trunk <string> = "wlan0" (cch=6)
    00:00:00.749 TrunkType <integer> = 0x0000000000000003 (3)
    00:00:00.749 Network <string> = "HostInterfaceNetworking-wlan0" (cch=30)
    00:00:00.749 SharedMacOnWire <integer> = 0x0000000000000001 (1)
    00:00:00.749
    00:00:00.749 [/Devices/e1000/] (level 2)
    00:00:00.749
    00:00:00.749 [/Devices/serial/] (level 2)
    00:00:00.749
    00:00:00.749 [/Devices/parallel/] (level 2)
    00:00:00.749
    00:00:00.749 [/Devices/VMMDev/] (level 2)
    00:00:00.749
    00:00:00.749 [/Devices/VMMDev/0/] (level 3)
    00:00:00.749 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.749 PCIDeviceNo <integer> = 0x0000000000000004 (4)
    00:00:00.749 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.749
    00:00:00.749 [/Devices/VMMDev/0/Config/] (level 4)
    00:00:00.749
    00:00:00.749 [/Devices/VMMDev/0/LUN#0/] (level 4)
    00:00:00.749 Driver <string> = "MainVMMDev" (cch=11)
    00:00:00.749
    00:00:00.749 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
    00:00:00.749 Object <integer> = 0x0000000008bbbac0 (146520768)
    00:00:00.749
    00:00:00.749 [/Devices/VMMDev/0/LUN#999/] (level 4)
    00:00:00.749 Driver <string> = "MainStatus" (cch=11)
    00:00:00.749
    00:00:00.749 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
    00:00:00.749 papLeds <integer> = 0x0000000008bbb0b4 (146518196)
    00:00:00.749 First <integer> = 0x0000000000000000 (0)
    00:00:00.749 Last <integer> = 0x0000000000000000 (0)
    00:00:00.749
    00:00:00.749 [/Devices/AudioSniffer/] (level 2)
    00:00:00.749
    00:00:00.749 [/Devices/AudioSniffer/0/] (level 3)
    00:00:00.749
    00:00:00.749 [/Devices/AudioSniffer/0/Config/] (level 4)
    00:00:00.749
    00:00:00.749 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
    00:00:00.749 Driver <string> = "MainAudioSniffer" (cch=17)
    00:00:00.749
    00:00:00.749 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
    00:00:00.749 Object <integer> = 0x0000000008bbb500 (146519296)
    00:00:00.749
    00:00:00.749 [/Devices/ichac97/] (level 2)
    00:00:00.749
    00:00:00.749 [/Devices/ichac97/0/] (level 3)
    00:00:00.749 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.749 PCIDeviceNo <integer> = 0x0000000000000005 (5)
    00:00:00.749 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.749
    00:00:00.749 [/Devices/ichac97/0/Config/] (level 4)
    00:00:00.749
    00:00:00.749 [/Devices/ichac97/0/LUN#0/] (level 4)
    00:00:00.749 Driver <string> = "AUDIO" (cch=6)
    00:00:00.749
    00:00:00.749 [/Devices/ichac97/0/LUN#0/Config/] (level 5)
    00:00:00.749 AudioDriver <string> = "alsa" (cch=5)
    00:00:00.749 StreamName <string> = "Windows XP" (cch=11)
    00:00:00.749
    00:00:00.749 [/TM/] (level 1)
    00:00:00.749 UTCOffset <integer> = 0x0000000000000000 (0)
    00:00:00.749
    00:00:00.749 ********************* End of CFGM dump **********************
    00:00:00.749 MM: cbHyperHeap=0x140000 (1310720)
    00:00:00.750 Logical host processors: 2, processor active mask: 0000000000000003
    00:00:00.750 ************************* CPUID dump ************************
    00:00:00.750 RAW Standard CPUIDs
    00:00:00.750 Function eax ebx ecx edx
    00:00:00.750 Gst: 00000000 00000005 756e6547 6c65746e 49656e69
    00:00:00.750 Hst: 0000000a 756e6547 6c65746e 49656e69
    00:00:00.750 Gst: 00000001 000006fd 00000800 00000009 078bf1bf
    00:00:00.750 Hst: 000006fd 01020800 0000e39d bfebfbff
    00:00:00.750 Gst: 00000002 05b0b101 005657f0 00000000 2cb43078
    00:00:00.750 Hst: 05b0b101 005657f0 00000000 2cb43078
    00:00:00.750 Gst: 00000003 00000000 00000000 00000000 00000000
    00:00:00.750 Hst: 00000000 00000000 00000000 00000000
    00:00:00.750 Gst: 00000004 00000000 00000000 00000000 00000000
    00:00:00.750 Hst: 04000121 01c0003f 0000003f 00000001
    00:00:00.750 Gst: 00000005 00000040 00000040 00000000 00000000
    00:00:00.750 Hst: 00000040 00000040 00000003 00001110
    00:00:00.750 Name: GenuineIntel
    00:00:00.750 Supports: 0-5
    00:00:00.750 Family: 6 Extended: 0 Effective: 6
    00:00:00.750 Model: 15 Extended: 0 Effective: 15
    00:00:00.750 Stepping: 13
    00:00:00.750 APIC ID: 0x00
    00:00:00.750 Logical CPUs: 0
    00:00:00.750 CLFLUSH Size: 8
    00:00:00.750 Brand ID: 0x00
    00:00:00.751 Mnemonic - Description = guest (host)
    00:00:00.751 FPU - x87 FPU on Chip = 1 (1)
    00:00:00.751 VME - Virtual 8086 Mode Enhancements = 1 (1)
    00:00:00.751 DE - Debugging extensions = 1 (1)
    00:00:00.751 PSE - Page Size Extension = 1 (1)
    00:00:00.751 TSC - Time Stamp Counter = 1 (1)
    00:00:00.751 MSR - Model Specific Registers = 1 (1)
    00:00:00.751 PAE - Physical Address Extension = 0 (1)
    00:00:00.751 MCE - Machine Check Exception = 1 (1)
    00:00:00.751 CX8 - CMPXCHG8B instruction = 1 (1)
    00:00:00.751 APIC - APIC On-Chip = 0 (1)
    00:00:00.751 Reserved = 0 (0)
    00:00:00.751 SEP - SYSENTER and SYSEXIT = 0 (1)
    00:00:00.751 MTRR - Memory Type Range Registers = 1 (1)
    00:00:00.751 PGE - PTE Global Bit = 1 (1)
    00:00:00.751 MCA - Machine Check Architecture = 1 (1)
    00:00:00.751 CMOV - Conditional Move Instructions = 1 (1)
    00:00:00.751 PAT - Page Attribute Table = 1 (1)
    00:00:00.751 PSE-36 - 36-bit Page Size Extention = 1 (1)
    00:00:00.751 PSN - Processor Serial Number = 0 (0)
    00:00:00.751 CLFSH - CLFLUSH Instruction. = 1 (1)
    00:00:00.751 Reserved = 0 (0)
    00:00:00.751 DS - Debug Store = 0 (1)
    00:00:00.751 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
    00:00:00.751 MMX - Intel MMX Technology = 1 (1)
    00:00:00.751 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
    00:00:00.751 SSE - SSE Support = 1 (1)
    00:00:00.751 SSE2 - SSE2 Support = 1 (1)
    00:00:00.751 SS - Self Snoop = 0 (1)
    00:00:00.751 HTT - Hyper-Threading Technolog = 0 (1)
    00:00:00.751 TM - Thermal Monitor = 0 (1)
    00:00:00.751 30 - Reserved = 0 (0)
    00:00:00.751 PBE - Pending Break Enable = 0 (1)
    00:00:00.751 Supports SSE3 or not = 1 (1)
    00:00:00.751 Reserved = 0 (0)
    00:00:00.751 DS Area 64-bit layout = 0 (1)
    00:00:00.751 Supports MONITOR/MWAIT = 1 (1)
    00:00:00.751 CPL-DS - CPL Qualified Debug Store = 0 (1)
    00:00:00.751 VMX - Virtual Machine Technology = 0 (0)
    00:00:00.751 SMX - Safer Mode Extensions = 0 (0)
    00:00:00.751 Enhanced SpeedStep Technology = 0 (1)
    00:00:00.751 Terminal Monitor 2 = 0 (1)
    00:00:00.751 Supports Supplemental SSE3 or not = 0 (1)
    00:00:00.751 L1 Context ID = 0 (0)
    00:00:00.751 Reserved = 0x0 (0x0)
    00:00:00.751 CMPXCHG16B = 0 (1)
    00:00:00.751 xTPR Update Control = 0 (1)
    00:00:00.751 Perf/Debug Capability MSR = 0 (1)
    00:00:00.751 Reserved = 0x0 (0x0)
    00:00:00.751 Direct Cache Access = 0 (0)
    00:00:00.751 Supports SSE4_1 or not = 0 (0)
    00:00:00.751 Supports SSE4_2 or not = 0 (0)
    00:00:00.751 Supports the x2APIC extensions = 0 (0)
    00:00:00.751 Supports MOVBE = 0 (0)
    00:00:00.751 Supports POPCNT = 0 (0)
    00:00:00.751 Reserved = 0x0 (0x0)
    00:00:00.751 Supports XSAVE = 0 (0)
    00:00:00.751 Supports OSXSAVE = 0 (0)
    00:00:00.751 Reserved = 0x0 (0x0)
    00:00:00.751
    00:00:00.751 RAW Extended CPUIDs
    00:00:00.751 Function eax ebx ecx edx
    00:00:00.751 Gst: 80000000 80000008 00000000 00000000 00000000
    00:00:00.751 Hst: 80000008 00000000 00000000 00000000
    00:00:00.751 Gst: 80000001 00000000 00000000 00000000 00000000
    00:00:00.751 Hst: 00000000 00000000 00000001 20100000
    00:00:00.751 Gst: 80000002 65746e49 2952286c 6e655020 6d756974
    00:00:00.751 Hst: 65746e49 2952286c 6e655020 6d756974
    00:00:00.751 Gst: 80000003 20295228 6c617544 50432020 54202055
    00:00:00.751 Hst: 20295228 6c617544 50432020 54202055
    00:00:00.751 Gst: 80000004 30303433 20402020 36312e32 007a4847
    00:00:00.751 Hst: 30303433 20402020 36312e32 007a4847
    00:00:00.751 Gst: 80000005 00000000 00000000 00000000 00000000
    00:00:00.751 Hst: 00000000 00000000 00000000 00000000
    00:00:00.751 Gst: 80000006 00000000 00000000 04004040 00000000
    00:00:00.751 Hst: 00000000 00000000 04004040 00000000
    00:00:00.751 Gst: 80000007 00000000 00000000 00000000 00000000
    00:00:00.751 Hst: 00000000 00000000 00000000 00000000
    00:00:00.751 Gst: 80000008 00003024 00000000 00000000 00000000
    00:00:00.751 Hst: 00003024 00000000 00000000 00000000
    00:00:00.751 Gst: 80000009 07280202 00000000 00000000 00000503*
    00:00:00.751 Hst: 07280202 00000000 00000000 00000503
    00:00:00.751 Ext Name:
    00:00:00.751 Ext Supports: 0x80000000-0x80000008
    00:00:00.751 Family: 0 Extended: 0 Effective: 0
    00:00:00.751 Model: 0 Extended: 0 Effective: 0
    00:00:00.751 Stepping: 0
    00:00:00.751 Brand ID: 0x000
    00:00:00.751 Mnemonic - Description = guest (host)
    00:00:00.751 FPU - x87 FPU on Chip = 0 (0)
    00:00:00.751 VME - Virtual 8086 Mode Enhancements = 0 (0)
    00:00:00.751 DE - Debugging extensions = 0 (0)
    00:00:00.751 PSE - Page Size Extension = 0 (0)
    00:00:00.751 TSC - Time Stamp Counter = 0 (0)
    00:00:00.751 MSR - K86 Model Specific Registers = 0 (0)
    00:00:00.751 PAE - Physical Address Extension = 0 (0)
    00:00:00.751 MCE - Machine Check Exception = 0 (0)
    00:00:00.751 CX8 - CMPXCHG8B instruction = 0 (0)
    00:00:00.751 APIC - APIC On-Chip = 0 (0)
    00:00:00.751 10 - Reserved = 0 (0)
    00:00:00.751 SEP - SYSCALL and SYSRET = 0 (0)
    00:00:00.751 MTRR - Memory Type Range Registers = 0 (0)
    00:00:00.751 PGE - PTE Global Bit = 0 (0)
    00:00:00.751 MCA - Machine Check Architecture = 0 (0)
    00:00:00.751 CMOV - Conditional Move Instructions = 0 (0)
    00:00:00.751 PAT - Page Attribute Table = 0 (0)
    00:00:00.751 PSE-36 - 36-bit Page Size Extention = 0 (0)
    00:00:00.751 18 - Reserved = 0 (0)
    00:00:00.751 19 - Reserved = 0 (0)
    00:00:00.751 NX - No-Execute Page Protection = 0 (1)
    00:00:00.751 DS - Debug Store = 0 (0)
    00:00:00.751 AXMMX - AMD Extensions to MMX Instr. = 0 (0)
    00:00:00.751 MMX - Intel MMX Technology = 0 (0)
    00:00:00.751 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
    00:00:00.751 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
    00:00:00.751 26 - 1 GB large page support = 0 (0)
    00:00:00.751 27 - RDTSCP instruction = 0 (0)
    00:00:00.751 28 - Reserved = 0 (0)
    00:00:00.751 29 - AMD Long Mode = 0 (1)
    00:00:00.751 30 - AMD Extensions to 3DNow = 0 (0)
    00:00:00.751 31 - AMD 3DNow = 0 (0)
    00:00:00.751 LahfSahf - LAHF/SAHF in 64-bit mode = 0 (1)
    00:00:00.751 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
    00:00:00.751 SVM - AMD VM Extensions = 0 (0)
    00:00:00.751 APIC registers starting at 0x400 = 0 (0)
    00:00:00.751 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
    00:00:00.751 Advanced bit manipulation = 0 (0)
    00:00:00.751 SSE4A instruction support = 0 (0)
    00:00:00.751 Misaligned SSE mode = 0 (0)
    00:00:00.751 PREFETCH and PREFETCHW instruction = 0 (0)
    00:00:00.751 OS visible workaround = 0 (0)
    00:00:00.751 Instruction based sampling = 0 (0)
    00:00:00.751 SSE5 support = 0 (0)
    00:00:00.751 SKINIT, STGI, and DEV support = 0 (0)
    00:00:00.751 Watchdog timer support. = 0 (0)
    00:00:00.751 31:14 - Reserved = 0x0 (0x0)
    00:00:00.751 Full Name: Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz
    00:00:00.751 TLB 2/4M Instr/Uni: res0 0 entries
    00:00:00.751 TLB 2/4M Data: res0 0 entries
    00:00:00.751 TLB 4K Instr/Uni: res0 0 entries
    00:00:00.751 TLB 4K Data: res0 0 entries
    00:00:00.751 L1 Instr Cache Line Size: 0 bytes
    00:00:00.751 L1 Instr Cache Lines Per Tag: 0
    00:00:00.751 L1 Instr Cache Associativity: res0
    00:00:00.751 L1 Instr Cache Size: 0 KB
    00:00:00.751 L1 Data Cache Line Size: 0 bytes
    00:00:00.751 L1 Data Cache Lines Per Tag: 0
    00:00:00.751 L1 Data Cache Associativity: res0
    00:00:00.751 L1 Data Cache Size: 0 KB
    00:00:00.751 L2 TLB 2/4M Instr/Uni: off 0 entries
    00:00:00.751 L2 TLB 2/4M Data: off 0 entries
    00:00:00.751 L2 TLB 4K Instr/Uni: off 0 entries
    00:00:00.751 L2 TLB 4K Data: off 0 entries
    00:00:00.751 L2 Cache Line Size: 0 bytes
    00:00:00.751 L2 Cache Lines Per Tag: 0
    00:00:00.751 L2 Cache Associativity: off
    00:00:00.751 L2 Cache Size: 0 KB
    00:00:00.751 APM Features:
    00:00:00.751 Physical Address Width: 36 bits
    00:00:00.751 Virtual Address Width: 48 bits
    00:00:00.751 Physical Core Count: 0
    00:00:00.751
    00:00:00.751 RAW Centaur CPUIDs
    00:00:00.751 Function eax ebx ecx edx
    00:00:00.751 Gst: c0000000 07280202 00000000 00000000 00000503
    00:00:00.751 Hst: 07280202 00000000 00000000 00000503
    00:00:00.751 Gst: c0000001 07280202 00000000 00000000 00000503
    00:00:00.751 Hst: 07280202 00000000 00000000 00000503
    00:00:00.751 Gst: c0000002 07280202 00000000 00000000 00000503
    00:00:00.751 Hst: 07280202 00000000 00000000 00000503
    00:00:00.751 Gst: c0000003 07280202 00000000 00000000 00000503
    00:00:00.751 Hst: 07280202 00000000 00000000 00000503
    00:00:00.751 Centaur Supports: 0xc0000000-0x07280202
    00:00:00.751 Mnemonic - Description = guest (host)
    00:00:00.751 AIS - Alternate Instruction Set = 0 (1)
    00:00:00.751 AIS-E - AIS enabled = 0 (1)
    00:00:00.751 RNG - Random Number Generator = 0 (0)
    00:00:00.751 RNG-E - RNG enabled = 0 (0)
    00:00:00.751 LH - LongHaul MSR 0000_110Ah = 0 (0)
    00:00:00.751 FEMMS - FEMMS = 0 (0)
    00:00:00.751 ACE - Advanced Cryptography Engine = 0 (0)
    00:00:00.751 ACE-E - ACE enabled = 0 (0)
    00:00:00.751 ACE2 - Advanced Cryptography Engine 2 = 0 (1)
    00:00:00.751 ACE2-E - ACE enabled = 0 (0)
    00:00:00.751 PHE - Hash Engine = 0 (1)
    00:00:00.751 PHE-E - PHE enabled = 0 (0)
    00:00:00.751 PMM - Montgomery Multiplier = 0 (0)
    00:00:00.751 PMM-E - PMM enabled = 0 (0)
    00:00:00.751
    00:00:00.751
    00:00:00.751 ******************** End of CPUID dump **********************
    00:00:00.775 REM: VBoxREM32
    00:00:00.779 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=75
    00:00:00.812 TM: cTSCTicksPerSecond=0x7474ed92 (1 953 820 050) fTSCVirtualized=true fTSCUseRealTSC=false
    00:00:00.812 TM: fMaybeUseOffsettedHostTSC=true TSCTiedToExecution=false TSCNotTiedToHalt=false
    00:00:00.812 CoreCode: R3=b3f47000 R0=f805a000 RC=a02b0000 Phys=0000000035e14000 cb=0x2000
    00:00:00.891 [SMP] BIOS with 1 CPUs
    00:00:00.928 SUP: Loaded VBoxDDR0.r0 (/usr/lib/virtualbox/VBoxDDR0.r0) at 0xf8151060 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
    00:00:00.939 SUP: Loaded VBoxDD2R0.r0 (/usr/lib/virtualbox/VBoxDD2R0.r0) at 0xf809c060 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
    00:00:00.939 Activating Local APIC
    00:00:00.939 CPUMSetGuestCpuIdFeature: Enabled APIC
    00:00:00.939 CPUMSetGuestCpuIdFeature: Disabled x2APIC
    00:00:00.939 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
    00:00:00.953 Shared Folders service loaded.
    00:00:01.003 VDInit finished
    00:00:01.003 PIIX3 ATA: LUN#0: disk, PCHS=4161/16/63, total number of sectors 4194304
    00:00:01.003 PIIX3 ATA: LUN#1: no unit
    00:00:01.003 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 0, passthrough disabled
    00:00:01.003 PIIX3 ATA: LUN#3: no unit
    00:00:01.003 PIIX3 ATA: Ctl#0: finished processing RESET
    00:00:01.103 PIIX3 ATA: Ctl#1: finished processing RESET
    00:00:01.204 IntNet#0: szNetwork={HostInterfaceNetworking-wlan0} enmTrunkType=3 szTrunk={wlan0} fFlags=0x1 cbRecv=223232 cbSend=36864
    00:00:01.204 PDM: Failed to construct 'pcnet'/0! VERR_SUPDRV_COMPONENT_NOT_FOUND (-3700) - The component factory was not found.
    00:00:01.214 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={0a51994b-cbc6-4686-94eb-d4e4023280e2} aComponent={Console} aText={Failed to open/create the internal network 'HostInterfaceNetworking-wlan0' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
    00:00:01.214 One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older version of VirtualBox exist. Then try to recompile and reload the kernel modules by executing '/etc/init.d/vboxdrv setup' as root (VERR_SUPDRV_COMPONENT_NOT_FOUND)} aWarning=false, preserve=false
    00:00:01.220 Power up failed (vrc=VERR_SUPDRV_COMPONENT_NOT_FOUND, rc=NS_ERROR_FAILURE (0X80004005))
    Last edited by K-radical (2009-12-07 17:42:13)

    wonder wrote:be sure that the modules are loaded. lsmod | grep vbox.
    for bridged you have to load vboxnetflt
    Thanks a bunch...
    sudo modprobe vboxnetflt
    did it.

  • [SOLVED] VirtualBox won't recognize host USB devices w/o root access

    VirtualBox is currently unable to detect the host's USB devices without root access. When I try to add a USB filter with user permission, the menu says
    <no devices available>
    but when I run VirtualBox as root, it detects the USB device, obeys the filter once added, and I can access the USB device from inside the virtual machine. Is there any way to get the same behavior from a non-root account?
    This user account is part of the vboxusers group and I have guest additions installed.
    Last edited by boblitz13 (2012-10-19 21:05:01)

    Well, sometimes it's the truly silly things that get you. I rebooted and VB now detects the host USB devices with regular permissions. All of the device filters are now working except the one for my NTFS-formatted external HD. The filter will grab it from the host OS but I cannot access it in the guest. I read that VB used to have a problem with USB 3.0, but that seems to have been resolved in the latest version. Is there any other explanation for why this isn't working?

  • [Solved]Vbox 3.1.2 - Bridged networking stopped working on Arch guest

    After upgrading Virtual Box to 3.1.2 (both ose and puel versions apply here) bridged networking stopped working on an Arch guest which I use as a test server.
    While writing this post I solved the problem. What I did was to enable NAT on the first adapter and Bridging on the second. After booting into to the guest I did the following;
    # ifconfig eth1 up
    # dhcpcd eth1
    I shutdown the guest and removed the NAT adapter so only the bridged one remained, booted it and voilá for some mysterious and unfathomable reason bridging now works again.

    After upgrading Virtual Box to 3.1.2 (both ose and puel versions apply here) bridged networking stopped working on an Arch guest which I use as a test server.
    While writing this post I solved the problem. What I did was to enable NAT on the first adapter and Bridging on the second. After booting into to the guest I did the following;
    # ifconfig eth1 up
    # dhcpcd eth1
    I shutdown the guest and removed the NAT adapter so only the bridged one remained, booted it and voilá for some mysterious and unfathomable reason bridging now works again.

  • Virtualbox on windows host: how to install guest addtional

    Hi all:
    do i need to install the vbox kernel modual ?
    can anyone point me some howto ?
    there are quite a lot of documents on vbox on Linux host
    i can't seem to find doc with a windows host
    thanks

    The host doesn't matter for installing guest additions. 
    If Linux is the guest os, just follow these instructions:
    http://wiki.archlinux.org/index.php/Vir … _Additions

  • No internet/DNS connection with Arch guest on Virtualbox

    I am trying to run Archlinux as a guest OS in Virtualbox on an Ubuntu 7.10 host system, and I cannot connect to anything but my router. So far, I have only installed the base system (Arch Linux core 2007.08-2) from a CD.
    I can ping the localhost (both on 127.0.0.1 and 10.0.2.15) and my gateway (10.0.2.2), but not my DNS server (10.0.2.3) or anything else (like www.google.com). So far, I went through the "Beginners Guide", the "Official Arch Linux Install Guide", the configuring network section of the ArchWiki, and tried to find some solution on the internet. Still no luck.
    I have set up networking to use dhcp. The networking section in my /etc/rc.conf file looks like:
    HOSTNAME="arch"
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    ROUTES=(!gateway)
    The daemons that run during startup are:
    DAEMONS=(syslog-ng network netfs crond)
    I have put the hostname in the /etc/hosts file like:
    127.0.0.1 localhost.localdomain localhost arch
    The nameserver that shows up in my /etc/resolv.conf file is:
    nameserver 10.0.2.3
    I am a bit puzzled and I don't know what to do. I do think it is an Arch issue, since I also have Windows XP running in a Virtualbox with Ubuntu as host, and that works fine with the same Virtualbox settings and network settings within the guest OS.
    I would appreciate any help here.
    Last edited by Average Joe (2008-04-19 12:41:29)

    Try reading the VirtualBox manuals.
    I specifically remember that ping doesn't work at all, although you DO have internet connection.
    Try running some sort of web browser (firefox or links), and then decide if you have internet access or not.
    And, of course, make sure you do have dhcp running ("dhcpcd eth0").
    One last thing:
    I have an Arch guest (on VirtualBox), running on an Arch host.
    Everything works fine..
    Simply installed it from the installation CD, didn't have to do nothing special for it to work..
    Last edited by fiod (2008-04-19 13:41:19)

  • [SOLVED] VBox: Access shared folders from Windows Server 2008 Guest

    Hi,
    I have installed virtualbox v4.2.4 on Arch and I launch a WIndows Server 2008 guest. I want to access shared folder from guest. How to do it?
    Last edited by toni (2012-11-26 00:31:21)

    Hi,
    I have done this but it does not work.
    My network is configured as a NAT in virutalbox.
    Also from WIndows server 2008 guest I do:
    net use z:\\vboxsvr\mySharedFolder
    Do I have to install additional software in host or do I have to configure something in Windows server 2008 guest?
    illusionist wrote:
    See Here
    Also Here

  • [SOLVED] Virtualbox FreeBSD guest

    Hi,
    I installed a FreeBSD7.1 guest in Virtualbox. First I went with NAT but this didn't do because I wanted to be able to ssh to the guest os.
    So I went with network bridging.
    Host is Archlinux which used dhcp through wlan0 (wireless)
    I created the tap0 and got bridging working after a lot of hassle. dhcp didn't work for the guest, so I chose a static ip.
    ifconfig on host looks like this:
    tap0 Link encap:Ethernet HWaddr 52:1D:7A:68:8C:A2
    inet addr:192.168.1.150 Bcast:0.0.0.0 Mask:255.255.255.255
    inet6 addr: fe80::501d:7aff:fe68:8ca2/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:773 overruns:0 carrier:0
    collisions:0 txqueuelen:500
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    wlan0 Link encap:Ethernet HWaddr 00:1B:77:D9:94:E6
    inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::21b:77ff:fed9:94e6/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:23179 errors:0 dropped:0 overruns:0 frame:0
    TX packets:22496 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:12572152 (11.9 Mb) TX bytes:2707629 (2.5 Mb)
    on the guest it looks like this
    em0: flags=8843<UP,BROADCAST?RUNNING?SIMPLEX?MULTICAST> metric 0 mtu 1500
    options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
    ether 08:00:27:19:b3:ee
    inet 192.168.1.151 netmask 0xffffff00 broadcast 192.168.1.255
    media: Ethernet autoselect (1000baseTX <full-duplex>)
    status: active
    Now, where host name lookup worked perfectly with NAT, it doesn't with this tap0 solution.
    I discovered my FreeBSD didn't have an /etc/resolv.conf, so I copied the one on my archlinux host to the guest.
    it looks like this:
    # Generated by dhcpcd from wlan0
    # /etc/resolv.conf.head can replace this line
    domain WAG200G
    nameserver 193.109.184.72
    nameserver 193.109.184.75
    # /etc/resolv.conf.tail can replace this line
    but that doesn't make it happen
    my networking skills are minimal, been looking all over the net for any solutions, but nothing so far .. any ideas anyone?
    Last edited by plurt (2009-07-07 10:20:50)

    tkdfighter wrote:Well, to me your resolve.conf looks fine. Could you post more details of how you set up the tap device? Especially the commands would be useful.
    it was something like this:
    sudo sysctl net.ipv4.ip_forward=1
    sudo tunctl -u $USER
    sudo ip addr add 192.168.1.150/32 dev tap0
    sudo ip link set tap0 up
    sudo parprouted -d wlan0 tap0
    that part worked, apart from using dhcp, I had to go for a static ip (wanted to use something like dhcp-helper, dhcp3-relay, bcrelay, but none of those tools I could find in packages/aur)
    Ashren wrote:
    Have you tried the built in bridging functionality in VirtualBox? It works well enough with my Arch guest practice server. You bascially don't need to set up bridging manually.
    Just set it when chosing network setup inside the vbox gui. You need to load the vboxnetflt module before it will work.
    I had tried it several times now, only when trying again I discovered a typo in my setextradata commands! omg I feel daft now ...
    (Hostport -> HostPort, Guestport -> GuestPort)
    It works flawlessly now, thank you for the help :)

  • VirtualBox 1.6.4 Arch Guest do I STILL need to to use Ide_Legacy mode?

    PROBLEMS:
    [DO I HAVE to use ide_legacy to install arch? and would that mean I get to use old methods like drive naming conventions etc.????!!!]
    -WITH SATA drives checked in vbox 1.6.4 VM setup ... AND then using regular install of ARCH -
    I CAN install ARCH in Vbox 1.6.4 on my server 2008 trial host laptop  though even if I install the additions first doing
    pacman -S xorg gnome gnome-extra hwd gdm
    UPON reboot AFTER installing gnome (as a test) It all craps out with a really long list of stuff beginning with bracketed numbers I think.. and then at the end a bunch of numbers across the screen... is that kernel panic...???? hehehe dunno actually. Sorry I can't be more specific...
    I just need to know WHAt the setting are for virtualbox... I USED the arch linux setting that vbox has... though I DID check SATA disks and did NOT use Ide_Legacy when installing Arch which seemed wrong If I was using SATA disks...
    I guess there's no reason to use sata disks checkbox? I thought PERHAPS this might let me hook up a sata external drive... though I figure that's not really possible or even needed by me. SATA drive emulation would be cool?
    hmmmmm..... PATA should be fine though I do believe I get the same prob. without checking that SATA box in box setting for the VM.....   must be that I need  ide_legacy.... which kinda seems old ?
    And them wouldn't I have a bunch of  pacages problems with pacman???????!!!!!!!!!!!!
    This post.... very last entry say ide_legacy mode is need to install arch as a guest on a windows host with VirtualBox..
    http://bbs.archlinux.org/viewtopic.php?id=28863&p=3
    Anyone know if this is STILL the case...
    there's a SATA checkbox now with the latest vbox version 1.6.4
    I'm having a really hard time getting arch installed as a guest using vbox 164 on a win server2008 system...
    It's going to be nice and comfy when I do get a VM of Arch to use on the server 2008 partition though!
    thanks!!!!!!!
    Last edited by yvonney (2008-08-17 23:11:53)

    Here's my answer...
    http://www.virtualbox.org/wiki/Guest_OSes
    http://forums.virtualbox.org/viewtopic. … light=arch
    Which I kinda though WAS the case..
    SO: Can anyone tell me.... WHAT is NOT modern about the legacy option stuff....
    I REALLY wanna work with UDEV   etc etc etc etc
    LOVE to find out what's what with the ide_legacy option
    I also considered QEMU though the windows port seems to be dying or not gonna work with server 2008 as my host for these experiments
    Oh well.... I wouldn't be making the time for any of this had not my old PIII 1 gh z laptop died....
    I was OS happy with a real install on there....
    Then again.... I guess vox is kinda cool too
    thanks!

  • Qemu-kvm: network access from host to guest

    I need ssh and http access from my host (Arch) to the guest (other Linux). I've failed at setting up Tap networking as described in the wiki. I don't need to have the whole LAN access the guest, so is there another way the host can access the guest? Using the guest's IP of 10.0.2.15 doesn't work, but I'm hoping there is a way to do it.
    Thanks.

    Mr.Elendig wrote:Bridging is the best way todo it, so you should give us some more info on your atempt at it, so that we can help you fix it.
    Ok, I've followed the instructions from the wiki.
    One problem is that I'm on a laptop. eth0 is wireless and eth1 is wired. I chose to use eth1 since I thought it'd be easier to get working on one device before trying to make it work on both.
    1. bridge and tun modules are loaded from rc.conf
    2. In /etc/conf.d/bridges I have this:
    bridge_br0="eth1"
    BRIDGE_INTERFACES=(br0)
    3. In /etc/rc.conf I changed my networking portion to this:
    eth1="eth1 up"
    br0="dhcp"
    INTERFACES=(eth1 br0)
    4. In /etc/udev/rules.d/65-kvm.rules I have this:
    KERNEL=="tun", NAME="net/%k", GROUP="kvm", MODE="0660"
    5. My user is part of the kvm group, although I have also tried running qemu-kvm as root.
    6. In /etc/qemu-ifup I put:
    #!/bin/sh
    echo "Executing /etc/qemu-ifup"
    echo "Bringing up $1 for bridged mode..."
    sudo /sbin/ifconfig $1 0.0.0.0 promisc up
    echo "Adding $1 to br0..."
    sudo /usr/sbin/brctl addif br0 $1
    sleep 2
    7. Using visudo I added this to the bottom:
    Cmnd_Alias QEMU=/sbin/ifconfig,/sbin/modprobe,/usr/sbin/brctl,/usr/bin/tunctl
    %kvm ALL=NOPASSWD: QEMU
    8. I launch qemu-kvm with the following script:
    USERID=`whoami`
    IFACE=`sudo tunctl -b -u $USERID`
    qemu-kvm -net nic -net tap,ifname="$IFACE" -vga std -m 1024 -k en-us -usbdevice tablet -localtime /dev/sda
    sudo tunctl -d $IFACE &> /dev/null
    My system starts with br0 getting the dhcp IP on boot, so that part is working.
    When I run the qemu-kvm start script I get this error (running as user or root):
    /etc/qemu-ifup: could not launch network script
    Could not initialize device 'tap'
    /etc/qemu-ifup is executable
    Last edited by shakin (2009-06-05 19:13:14)

  • [SOLVED] KVM and Bridged Networking

    I've got KVM working and a Windows 2008 server installed on a image now, but it's only getting a NAT ip address. I need to get this server onto my main network, on Windows I'd use Virtual Box and Bridged Networking, but I thought I'd give KVM a try out.
    I've followed the setup at https://wiki.archlinux.org/index.php/KV … Networking
    Using Netcfg
    Bridged networking is used when you want your VM to be on the same network as your host machine. This will allow it to get a static or DHCP IP address on your network, and then you can access it using that IP address from anywhere on your LAN. The preferred method for setting up bridged networking for KVM is to use the netcfg package. You will also need to install bridge-utils.
    Netcfg#Configuring_a_bridge_for_use_with_virtual_machines_.28VMs.29
    And this page https://wiki.archlinux.org/index.php/Ne … _.28VMs.29
    I've got a bridge working I believe (all my stuff is DHCP by the way)
    Output of ifconfig
    br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
    inet 192.168.1.52 netmask 255.255.255.0 broadcast 192.168.1.255
    inet6 fe80::21d:7dff:fea9:bb2f prefixlen 64 scopeid 0x20<link>
    ether 00:1d:7d:a9:bb:2f txqueuelen 0 (Ethernet)
    RX packets 2966 bytes 520670 (508.4 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 2351 bytes 1874150 (1.7 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500 metric 1
    ether 00:1d:7d:a9:bb:2f txqueuelen 1000 (Ethernet)
    RX packets 2977 bytes 570261 (556.8 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 2364 bytes 1875202 (1.7 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    device interrupt 45 base 0xc000
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436 metric 1
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 72 bytes 7056 (6.8 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 72 bytes 7056 (6.8 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    I've got "bridge" added to my rc.conf as a MODULE which is loaded. (I saw reference to this somewhere else on the forum that this might be needed)
    I'm starting my VM with the following command
    qemu-kvm -vnc 192.168.1.52:0 -hda Nekomi -m 2048 -smp 2 -net nic
    Yet I still can't get an IP outside of the 10.0.0.0 range on the VM.
    The VNC line above is because the HOST has not VGA output at all, completely headless.
    I'm trying to get this working and trying to learn at the same time. KVM is new to me, as is bridged networking on linux.
    Any ideas? Thanks
    Last edited by Naijeru (2012-09-18 16:28:20)

    Sorry for the delay, bit a PC rebuild occurred :-(
    Anyway, I managed to get this working with steps #1-#7 from the linked section. Thanks for that. I did have a few minor issues in getting a DHCP on the host machine itself, turns out I'd missed a single ) from the daemons section of rc.conf. A human error, but difficult to fix as the machine was rendered off the network and without a VGA card... fun!
    I diverge, I have this script to bring up a bridge when the qemu-kvm starts
    #!/bin/sh
    echo "Executing /etc/qemu-ifup"
    echo "Bringing up $1 for bridged mode..."
    sudo /sbin/ifconfig $1 0.0.0.0 promisc up
    echo "Adding $1 to br0..."
    sudo /usr/sbin/brctl addif br0 $1
    sleep 2
    But when the kvm shutdowns it complains it can't find qemu-ifdown script. So I'm thinking of making one but just want to check it over first.
    #!/bin/sh
    echo "Executing /etc/qemu-ifdown"
    echo "Removing $1 from br0..."
    sudo /usr/sbin/brctl delif br0 $1
    echo "Taking down $1 from bridged mode..."
    sudo /sbin/ifconfig $1 0.0.0.0 promisc down
    sleep 2
    I've reversed the logic here, is the above the correct way to bring down the guest interface?

  • Windows host cannot establish Ethernet link to Arch Router

    This is a weird problem.
    I have a Windows host about 20 meters away from my Arch Router, the Ethernet cable goes into the wall, with wall sockets, so it's a total of 3 cables (1 in wall, 1 @ router, 1 @ host). I've tested the Ethernet cables with a LAN tester, they are all fine. When I connect the host to a Linksys router using the same cables, an IP address is obtained and the link is up and running.
    But when I connect the host to my Arch Router (an Arch computer with some network cards), no ethernet link at all is detected. No lights on the ethernet card of the host, and ethtool on the router reports the link being down. I have connected my laptop to this ethernet card of the router and it works just fine, I get an IP and I can surf the web etc.
    I really have no clue why this other host cannot establish a link. Does anyone have a clue what the problem might be?

    pyther is right. Check for Auto-MDIX support on your network cards.
    What network cards are you using?
    Rule of thumb:
    Auto-MDIX is a requirement in the Gigabit Ethernet specification, so proper Gigabit capable cards will work 99% of the time whatever cable you use.
    Fast Ethernet (100mbit) and below does not have Auto-MDIX in it's specification, so those 9 out of 10 of those cards will not perform it! When connecting these directly to another network card, use a cross-cable.
    Also make sure the network cards are in working order. I assume the ArchRouter PC's network runs fine when you connect that to your Linksys router?

Maybe you are looking for

  • FI Cube for G/L and Cost Center Restriction

    Hi, We are trying to build a finance report that provides items like overhead, revenue, expenses etc. We started working with cube 0FIGL_C01 but there does not appear to be a way to restrict by cost centers. Basically, we have a list of G/L accounts

  • K330B second monitor

    I have an HP VGA monitor connected, but I want to connect another VGA monitor using a VGA to HDMI cable. Windows 7 Pro does not recognize the second monitor at all - cannot detect. Can anyone help?

  • Can't reinstall from panther disc

    Hi Safari was trashed on our computer by accident. I was going to reinstall it from our panther install discs but the installer says that the system on the computer is too new. The install disc is version 10.3 the computer is version 10.3.9. I am ass

  • Can't connect to windows sbs 2003 using Leopard...

    Hey there... I'm one of 3 Mac users at our office. We use Windows Small Business Server 2003. Since upgrading to Leopard, I can no longer access the network shared folders. Didn't even think about this when upgrading. Our IT guy is strictly a Windows

  • Sponsor and my device portal stopped working

    I have ise 1.4 ruinning with all patches installed. the sponsor and mydevices portals were working fine. but all of a sudden i keep getting an error that reads " A process error occurred. Contact your system administrator for assistance what could be