[SOLVED] virtual box (vboxdrv: not loaded)

I have installed virtualbox
pacman -S virtualbox_bin
and installed virtualbox_bin 3.0.0-2
/etc/rc.d/vboxdrv not found
When I run virtual box, it says vboxdrv is not loaded
what to do
Last edited by sant527 (2009-07-10 06:33:36)

For reference..
pacman -Ql packageName shows what files a package contains.
You might add | grep bin or something of the sort after it to find the binaries quickly (sometimes.. some files contain 'bin' in the title or a folder name, obviously)
that question has been asked many times before. please learn to use Pacman, the Forum (and corresponding Search functions), and the Wiki before asking questions, and edit your first post to append [SOLVED] to the title when you find an appropriate answer to your questions.. it will save those of us looking to help time and frustration if you do all of that. thanks.
Last edited by FrozenFox (2009-07-06 09:26:17)

Similar Messages

  • Virtual Box vboxdrv error loading from rc.conf

    As the guide says about VirtualBox PUEL installation:
    made the package, added to group, added vboxdrv to rc.conf, run /sbin/vbox_build_module
    Now rc.conf wont load in start the vbodrv says no such module in /etc/rc.d/
    And VirtualBox says:
    VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
    VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
    Result Code:
    0x80004005
    Component:
    Console
    Interface:
    IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
    When trying to start a Virtual Machine.
    If I give modprobe vboxdrv the driver is loaded and everything is running smouthly.
    Why happens that? I see no module in /etc/rc.d with name vboxdrv. How can modprobe works? It is looking in other folders 4 vboxdrv?

    Thats what I did and it worked. But I want the driver to be loaded automaticaly in system start.
    The question is why its no working by putting in rc.conf the vboxdrv?
    My opinion: Its not loaded automatically cause it cant find it in /etc/rc.d which is the folder where the module section in rc.conf looks in. Where it is so I can copy or do symlink to /etc/rc.d search didnt helped.
    Thanks anyway

  • Ryanair 'flights' dialog box does not load; all the rest works, and in Opera it works; can you help? it seems everything else works fine

    Ryanair 'flights' dialog box does not load; I tried in other languages too, it is the same error; it works fine with opera browser in this very same computer I am writing in; please help, if you can; it worked up to two months ago, then I don't know, too long has past from last time I used ryanair, and the rest works all fine, it seems... thanks so much for your time,

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />
    <br />
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.<br />
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.<br />
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")<br />

  • [SOLVED] Virtual Box Install Question

    I have been working through the Arch Linux wiki regarding installing virtualbox.
    I do not believe I have a custon kernel, as I would not know how to customize it, but here is my kernel info:
    Name : linux
    Version : 3.8.4-1
    Description : The linux kernel and modules
    Architecture : x86_64
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.8.4
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your
    country
    Required By : nvidia virtualbox-host-modules
    Optional For : None
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 64728.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Build Date : Wed 20 Mar 2013 05:16:17 PM EDT
    Install Date : Tue 02 Apr 2013 09:36:32 AM EDT
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Unknown
    Following the wiki (https://wiki.archlinux.org/index.php/VirtualBox) I installed virtualbox and virtualbox-host-modules.
    When I go to launch virtual box I get:
    WARNING: The vboxdrv kernel module is not loaded. Either there is no module
    available for the current kernel (3.8.4-1-ARCH) or it failed toload. Please reinstall
    the kernel module virtualbox-host-modules or if you don't use our stock kernel
    compile the modules withsudo dkms autoinstallYou will not be able to start VMs
    until this problem is fixed.
    After googling I have read that many people get this warning after a kernel update but in
    my cause this is a fresh install.
    I even followed the steps for a custom kernel and reveived the follow:
    input:
    dkms install vboxhost/$(pacman -Q virtualbox|awk {'print $2'}|sed 's/\-.\+//') -k $(uname -rm|sed 's/\ /\//')
    response:
    Error! echo
    Your kernel headers for kernel 3.8.4-1-ARCH cannot be found at
    /usr/lib/modules/3.8.4-1-ARCH/build or /usr/lib/modules/3.8.4-1-ARCH/source.
    Pretty much at a loss and any help would be appreciated.
    Last edited by soulrainX (2013-04-13 18:03:58)

    So now my kernel is up to date:
    Name : linux
    Version : 3.8.6-1
    Description : The linux kernel and modules
    Architecture : x86_64
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.8.6
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your
    country
    Required By : nvidia virtualbox-host-modules
    Optional For : None
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 64354.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Build Date : Sat 06 Apr 2013 01:32:32 AM EDT
    Install Date : Sat 13 Apr 2013 10:36:09 AM EDT
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    and now I can run
    modprobe vboxdrv
    and it seems to work, yet when I run VirtualBox, I still get:
    WARNING: The vboxdrv kernel module is not loaded. Either there is no module
    available for the current kernel (3.8.4-1-ARCH) or it failed to
    load. Please reinstall the kernel module virtualbox-host-modules or
    if you don't use our stock kernel compile the modules with
    sudo dkms autoinstall
    You will not be able to start VMs until this problem is fixed
    Just tried removing virtualbox via
    pacman -Rns virtualbox
    and reinstalling and it stills reads kernet as 3.8.4-1
    Last edited by soulrainX (2013-04-13 17:27:20)

  • [solved] Virtual Box

    I have windows 7 installed in a virtual box. It worked perfectly. Then I upgraded my system to the lastest linux kernel. Now Virtual Box says that vboxdrv is not loaded so I can't boot windows.
    When I did this:
    [meskarune@Lychee ~]$ modprobe vboxdrv
    WARNING: All config files need .conf: /etc/modprobe.d/framebuffer_blacklist.pacsave, it will be ignored in a future release.
    FATAL: Module vboxdrv not found.
    I tried to see if I could update virtual box...but yaourt is not finding it. There is another topic on that here: http://bbs.archlinux.org/viewtopic.php?id=74843
    should I try to update it manually and see if that helps? Is there something I need to do with the new kernel?
    Last edited by Meskarune (2009-06-26 16:11:09)

    heh. ok now I feel dumb. Upgraded the package and saw the note:
    "run vbox_build_module as root every time the kernel is upgraded"
    now it works.

  • [SOLVED] Virtual Box PUEL causes reboot, seems to be a kernel issue

    Edit: this issue has been resolved with VirtualBox version 3.2.12
    About 1 - 2 minutes after launching a Windows VM vbox crashes and causes a hard reboot.  I've recompiled the modules and completely reinstalled the package from AUR with no joy.  Below are the package versions and segments of log files that are relatively pertinent to the issue.
    virtualbox_bin 3.2.10-2
    kernel26 2.6.36-3
    depends:
    'libidl2' 0.8.14-1
    'libxcursor' 1.1.11-1
    'libxinerama' 1.1.1-1
    'libxslt' 1.1.26-2
    'curl' 7.21.2-2
    'gcc'  4.5.1-1
    'make' 3.82-2
    'kernel26-headers' 2.6.36-3
    'python2' 2.7-3
    Seems very similar to this issue: https://bbs.archlinux.org/viewtopic.php?id=105631
    vbox-install.log
    ld -r -m elf_x86_64 -T /usr/src/linux-2.6.36-ARCH/scripts/module-common.lds --build-id -o /tmp/vbox.0/vboxdrv.ko /tmp/vbox.0/vboxdrv.o /tmp/vbox.0/vboxdrv.mod.o
    make KBUILD_VERBOSE=1 -C /lib/modules/2.6.36-ARCH/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
    test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
    echo; \
    echo " ERROR: Kernel configuration is invalid."; \
    echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\
    echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
    echo; \
    /bin/false)
    mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
    make -f scripts/Makefile.build obj=/tmp/vbox.0
    ld -r -m elf_x86_64 -T /usr/src/linux-2.6.36-ARCH/scripts/module-common.lds --build-id -o /tmp/vbox.0/vboxnetflt.ko /tmp/vbox.0/vboxnetflt.o /tmp/vbox.0/vboxnetflt.mod.o
    make KBUILD_VERBOSE=1 -C /lib/modules/2.6.36-ARCH/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
    test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
    echo; \
    echo " ERROR: Kernel configuration is invalid."; \
    echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\
    echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
    echo; \
    /bin/false)
    mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
    kernel.log/dmesg.log/errrors.log
    Nov 8 09:51:06 athos kernel: vboxdrv: Trying to deactivate the NMI watchdog permanently...
    Nov 8 09:51:06 athos kernel: vboxdrv: Warning: 2.6.31+ kernel detected. Most likely the hardware performance
    Nov 8 09:51:06 athos kernel: vboxdrv: counter framework which can generate NMIs is active. You have to prevent
    Nov 8 09:51:06 athos kernel: vboxdrv: the usage of hardware performance counters by
    Nov 8 09:51:06 athos kernel: vboxdrv: echo 2 > /proc/sys/kernel/perf_counter_paranoid
    Nov 8 09:51:06 athos kernel: vboxdrv: Found 2 processor cores.
    Nov 8 09:51:06 athos kernel: VBoxDrv: dbg - g_abExecMemory=ffffffffa105f580
    Nov 8 09:51:06 athos kernel: vboxdrv: fAsync=0 offMin=0x18f offMax=0x87f
    Nov 8 09:51:06 athos kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    Nov 8 09:51:06 athos kernel: vboxdrv: Successfully loaded version 3.2.10 (interface 0x00140001).
    Nov 8 09:52:25 athos kernel: warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
    everything.log
    Nov 8 11:29:31 athos kernel: vboxdrv: Trying to deactivate the NMI watchdog permanently...
    Nov 8 11:29:31 athos kernel: vboxdrv: Warning: 2.6.31+ kernel detected. Most likely the hardware performance
    Nov 8 11:29:31 athos kernel: vboxdrv: counter framework which can generate NMIs is active. You have to prevent
    Nov 8 11:29:31 athos kernel: vboxdrv: the usage of hardware performance counters by
    Nov 8 11:29:31 athos kernel: vboxdrv: echo 2 > /proc/sys/kernel/perf_counter_paranoid
    Nov 8 11:29:31 athos kernel: vboxdrv: Found 2 processor cores.
    Nov 8 11:29:31 athos kernel: VBoxDrv: dbg - g_abExecMemory=ffffffffa0126580
    Nov 8 11:29:31 athos kernel: vboxdrv: fAsync=0 offMin=0x198 offMax=0x1342
    Nov 8 11:29:31 athos kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    Nov 8 11:29:31 athos kernel: vboxdrv: Successfully loaded version 3.2.10 (interface 0x00140001).
    cpu info
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 23
    model name : Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz
    stepping : 10
    cpu MHz : 2526.876
    cache size : 3072 KB
    physical id : 0
    siblings : 2
    core id : 0
    cpu cores : 2
    apicid : 0
    initial apicid : 0
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dts tpr_shadow vnmi flexpriority
    bogomips : 5055.32
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    processor : 1
    vendor_id : GenuineIntel
    cpu family : 6
    model : 23
    model name : Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz
    stepping : 10
    cpu MHz : 2526.876
    cache size : 3072 KB
    physical id : 0
    siblings : 2
    core id : 1
    cpu cores : 2
    apicid : 1
    initial apicid : 1
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dts tpr_shadow vnmi flexpriority
    bogomips : 5055.55
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    Last edited by moted (2010-12-04 00:19:53)

    I am having a similar issue, I haven't used vbox for a few days, until just now, several upgrades have taken place.
    Namely the kernel upgrade and udev come to mind, however after I rebuilt the kernel modules and attempted to use vbox puel it seems to have stopped all events and thrown the laptop on a "loop" type thing. That's the best I can describe it coming from a programming point of view, where it blocks all events until vbox finishes or something it is doing finishes but it never finishes causing me to hard reboot because no key events or mouse events get through(just freezes). Normally in a program I'd just control-c it, for my own that is, and then hunt down the loop, although this loop seems to be at a much deeper level.
    Although my issue doesn't happen in any given timeframe, just at a specific point, when it gets to the Windows Logo during the boot after it gets through grub and all of that(I have a dual boot vbox setup).
    I was going to post my own bug report here, although since I'm new at this, I'll just share my thoughts in your thread(Hope I'm not breaking any rules or disturbing anyone by posting in your thread, although I didn't see any rules in this forum)
    I'm using the same virtualbox_bin version.
    Most of the packages are the same version as your except kernel26-headers 2.6.36.1-3 & kernel26 2.6.361-3
    Pulled the versions from pacman -Qi <package>
    Cpu info(underclocked using cpufrequtils ondemand) pulled from lscpu
    Architecture: x86_64
    CPU op-mode(s): 32-bit, 64-bit
    CPU(s): 4
    Thread(s) per core: 2
    Core(s) per socket: 2
    CPU socket(s): 1
    Vendor ID: GenuineIntel
    CPU family: 6
    Model: 37
    Stepping: 2
    CPU MHz: 1199.000
    Virtualization: VT-x
    L1d cache: 32K
    L1i cache: 32K
    L2 cache: 256K
    L3 cache:
    Anyhow hope I helped in some way.
    Last edited by Max__ (2010-11-24 20:02:30)

  • [Solved]Virtualbox kernel module not loaded

    I update my system today and when I try to run Virtualbox...
    WARNING: The vboxdrv kernel module is not loaded. Either there is no module
    available for the current kernel (3.6.11-1-ARCH) or it failed to
    load. Please reinstall the kernel module virtualbox-host-modules or
    if you don't use our stock kernel compile the modules with
    sudo dkms autoinstall
    You will not be able to start VMs until this problem is fixed.
    I already had this trouble before and this was the fix
    # modprobe vboxdrv
    But it doesn't work anymore
    Any ideas?
    Edit: This just get fixed by itself when restaring my PC. Sorry
    Last edited by ilq (2013-02-13 02:32:43)

    fsckd wrote:
    rc.conf is part of the deprecated init system. icebox is not using systemd and neglected to mention that.
    Amarildo, see the wiki.
    Thanks, it really helped. It's solved.

  • [solved] virtual box share folder unable to mount

    I am having vista and using virtual box installed arch linux as the guest.
    I have installed the base system from archlinus iso
    I created a shared folder called prem
    When I tried to mount share folder through I get the following
    mount -t vboxsf prem /mnt/vbox
    mount: unknown filesystem type 'vboxsf'
    I found that I have to install guest additions
    I clicked on the devices - install guest additions
    I didnt found any file  at /media/cdrom/VBoxLinuxAdditions-x86.run
    How to install VBoxLinuxAdditions-x86.run where is the file located.
    Or in arch linus should I install something to make share folder work
    can any one help
    Last edited by sant527 (2009-08-09 15:51:23)

    howto use shared folders in Linux guests - http://forums.virtualbox.org/viewtopic.php?f=3&t=15868
    After installing the Guest Additions, you can use the Shared Folders Functionality. To access them, you have to define at least one in the VM settings. Open the VM Settings and go to Shared Folders. You can define them there. Click on the Add button and browse for a folder you want to share. Make sure that the name of the share doesn't contain any illegal characters like white spaces. Keep the name as simple as possible. In this howto, I will use the name share.
    Now that you have defined a SF, it's time to mount it. Boot the Guest and open a terminal. Create a folder where you will mount it on. E.g. in your home folder. I will use ~/host for the mount point.
    Now mount it with the following command:
    Code: Select all   Expand viewCollapse view
        sudo mount -t vboxsf share ~/host
    Note that with this, the default mount options are used and all files are owned by root. This can be changed by adding some mount options. Options are passed on with the -o parameter. You can use multiple options with one parameter, seperate the values with a comma. See the man page of mount for more info on which options you can use. The User Manual also notes the options compatible with the Shared Folders. To mount the SF so that you are the owner of the files, use this command:
    Code: Select all   Expand viewCollapse view
        sudo mount -t vboxsf -o uid=1000,gid=1000 share ~/host
    If you want to have it mount automatically upon each boot, put the mount command in /etc/rc.local (Debian based distro's), or whatever script is run at the end of the boot process. The Shared Folders service should mount them automatically, but that doesn't always happen.
    Using /etc/fstab has little effect, because that file is processed before the SF module is loaded and will fail to mount the share. Sometimes, the share does get mounted because the GA check for it when they are loaded upon boot, but it's very flaky, meaning it doesn't work most of the time. You're better of with the first option.

  • [SOLVED] Many modules are not loaded in the Arch USB key installation.

    Hello!
    I installed Arch Linux on my USB key. I did it few months ago and it worked, I had portable arch.
    Yesterday I decided to make a fresh installation. Unfortunately after booting it from my USB key
    most of the modules were not loaded. Because of that I couldn't start the X server and connect to
    the internet (ethernet card was not detected).
    Even after loading the module which corresponds to my ethernet card manually (modprobe e1000e) it was not
    displayed in the lsmod list.
    I though "maybe I screwed something up during the installation?". To find out I used GParted to copy
    my OS partition (perfectly working Arch Linux installed on the hard drive) to the USB key. Of course I changed the UUID of the USB partition.
    After booting it I was suprised because the situation did not change - modules that are loaded on my main system for some
    reason were not loaded on it's exact copy placed on the USB key.
    I have no idea why my portable OS is acting like this.
    Commands below were executed on another PC so don't look for the e1000e module.
    $ lsmod
    Module Size Used by
    ext4 474699 2
    crc16 1367 1 ext4
    mbcache 6082 1 ext4
    jbd2 83440 1 ext4
    usb_storage 48007 2
    ata_generic 3378 0
    pata_acpi 3395 0
    hid_generic 1161 0
    usbhid 40577 0
    hid 90742 2 hid_generic,usbhid
    sr_mod 14898 0
    cdrom 34848 1 sr_mod
    sd_mod 30821 3
    pata_atiixp 4819 0
    ehci_pci 4000 0
    ohci_pci 4040 0
    ohci_hcd 23905 1 ohci_pci
    ehci_hcd 59252 1 ehci_pci
    usbcore 180104 6 usb_storage,ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
    ahci 23056 0
    libahci 21642 1 ahci
    usb_common 1656 1 usbcore
    libata 171112 5 ahci,pata_acpi,libahci,ata_generic,pata_atiixp
    scsi_mod 130669 4 usb_storage,libata,sd_mod,sr_mod
    nouveau 904702 0
    button 4677 1 nouveau
    video 11196 1 nouveau
    mxm_wmi 1475 1 nouveau
    wmi 8419 2 mxm_wmi,nouveau
    i2c_algo_bit 5399 1 nouveau
    drm_kms_helper 36254 1 nouveau
    ttm 63507 1 nouveau
    drm 238238 3 ttm,drm_kms_helper,nouveau
    i2c_core 24164 4 drm,drm_kms_helper,i2c_algo_bit,nouveau
    $ ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    $ lspci #Just a fragment
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
    Subsystem: Gigabyte Technology Co., Ltd Motherboard
    Flags: bus master, fast devsel, latency 0, IRQ 10
    I/O ports at de00 [size=256]
    Memory at fdaff000 (64-bit, prefetchable) [size=4K]
    Memory at fdaf8000 (64-bit, prefetchable) [size=16K]
    [virtual] Expansion ROM at fda00000 [disabled] [size=128K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Endpoint, MSI 01
    Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
    Capabilities: [cc] Vital Product Data
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 07-00-00-00-68-4c-e0-00
    $ cat /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.38 (buildmeister@swio-display-x64-rhel04-15) Wed Jan 8 19:53:14 PST 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    $ cat /var/log/Xorg.0.log
    [ 59.424]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 59.424] X Protocol Version 11, Revision 0
    [ 59.424] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 59.424] Current Operating System: Linux sanguine 3.12.7-2-ARCH #1 SMP PREEMPT Sun Jan 12 13:09:09 CET 2014 x86_64
    [ 59.425] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2c39c1f9-de3e-4907-93dc-8b77422a07a1 rw
    [ 59.425] Build Date: 09 January 2014 08:47:24AM
    [ 59.425]
    [ 59.425] Current version of pixman: 0.32.4
    [ 59.425] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 59.425] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 59.425] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 13 12:55:56 2014
    [ 59.433] (==) Using config file: "/etc/X11/xorg.conf"
    [ 59.433] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 59.437] (==) ServerLayout "Layout0"
    [ 59.437] (**) |-->Screen "Screen0" (0)
    [ 59.437] (**) | |-->Monitor "Monitor0"
    [ 59.441] (**) | |-->Device "Device0"
    [ 59.441] (**) |-->Input Device "Keyboard0"
    [ 59.441] (**) |-->Input Device "Mouse0"
    [ 59.441] (==) Automatically adding devices
    [ 59.441] (==) Automatically enabling devices
    [ 59.441] (==) Automatically adding GPU devices
    [ 59.456] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 59.456] Entry deleted from font path.
    [ 59.456] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 59.456] Entry deleted from font path.
    [ 59.457] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 59.457] Entry deleted from font path.
    [ 59.457] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 59.457] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 59.457] Entry deleted from font path.
    [ 59.457] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 59.457] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 59.457] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 59.457] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 59.457] (WW) Disabling Keyboard0
    [ 59.457] (WW) Disabling Mouse0
    [ 59.457] (II) Loader magic: 0x804c80
    [ 59.457] (II) Module ABI versions:
    [ 59.457] X.Org ANSI C Emulation: 0.4
    [ 59.457] X.Org Video Driver: 15.0
    [ 59.457] X.Org XInput driver : 20.0
    [ 59.457] X.Org Server Extension : 8.0
    [ 59.459] (--) PCI:*(0:1:5:0) 1002:796e:1458:d000 rev 0, Mem @ 0xd8000000/134217728, 0xfdfe0000/65536, 0xfde00000/1048576, I/O @ 0x0000ee00/256
    [ 59.459] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 59.460] Initializing built-in extension Generic Event Extension
    [ 59.460] Initializing built-in extension SHAPE
    [ 59.460] Initializing built-in extension MIT-SHM
    [ 59.460] Initializing built-in extension XInputExtension
    [ 59.461] Initializing built-in extension XTEST
    [ 59.461] Initializing built-in extension BIG-REQUESTS
    [ 59.461] Initializing built-in extension SYNC
    [ 59.461] Initializing built-in extension XKEYBOARD
    [ 59.461] Initializing built-in extension XC-MISC
    [ 59.461] Initializing built-in extension SECURITY
    [ 59.461] Initializing built-in extension XINERAMA
    [ 59.461] Initializing built-in extension XFIXES
    [ 59.461] Initializing built-in extension RENDER
    [ 59.461] Initializing built-in extension RANDR
    [ 59.463] Initializing built-in extension COMPOSITE
    [ 59.466] Initializing built-in extension DAMAGE
    [ 59.468] Initializing built-in extension MIT-SCREEN-SAVER
    [ 59.470] Initializing built-in extension DOUBLE-BUFFER
    [ 59.472] Initializing built-in extension RECORD
    [ 59.475] Initializing built-in extension DPMS
    [ 59.477] Initializing built-in extension Present
    [ 59.479] Initializing built-in extension DRI3
    [ 59.481] Initializing built-in extension X-Resource
    [ 59.483] Initializing built-in extension XVideo
    [ 59.485] Initializing built-in extension XVideo-MotionCompensation
    [ 59.487] Initializing built-in extension XFree86-VidModeExtension
    [ 59.490] Initializing built-in extension XFree86-DGA
    [ 59.492] Initializing built-in extension XFree86-DRI
    [ 59.494] Initializing built-in extension DRI2
    [ 59.494] (II) LoadModule: "glx"
    [ 59.502] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 60.382] (II) Module glx: vendor="NVIDIA Corporation"
    [ 60.388] compiled for 4.0.2, module version = 1.0.0
    [ 60.388] Module class: X.Org Server Extension
    [ 60.388] (II) NVIDIA GLX Module 331.38 Wed Jan 8 19:10:17 PST 2014
    [ 60.401] Loading extension GLX
    [ 60.401] (II) LoadModule: "nvidia"
    [ 60.401] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 60.455] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 60.455] compiled for 4.0.2, module version = 1.0.0
    [ 60.455] Module class: X.Org Video Driver
    [ 60.462] (II) NVIDIA dlloader X Driver 331.38 Wed Jan 8 18:51:00 PST 2014
    [ 60.462] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 60.464] (++) using VT number 1
    [ 60.464] (EE) No devices detected.
    [ 60.464] (EE)
    Fatal server error:
    [ 60.464] (EE) no screens found(EE)
    [ 60.464] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 60.464] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 60.465] (EE)
    Last edited by Skitter (2014-02-16 20:57:21)

    Please post the output of:
    dmesg -c
    modprobe e1000e
    dmesg

  • Help: White Box "movie not loaded" in banner ad using AC_RunActiveContent.js

    I am having trouble with a banner ad displaying all white when I try to insert the code into my website.
    I get a white box and when you right click it says "movie not loaded"
    I am using the AC_RunActiveContent.js file
    Here is the HTML code.
    Any help is greatly appreciated.
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>728x90</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="http://www.dewalt.com/dwassets/other/flash/mundial/AC_RunActiveContent.js" language="javascript"></script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="javascript">
        if (AC_FL_RunContent == 0) {
            alert("This page requires AC_RunActiveContent.js.");
        } else {
            AC_FL_RunContent(
                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
                'width', '728',
                'height', '90',
                'src', '728x90',
                'quality', 'high',
                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                'align', 'middle',
                'play', 'true',
                'loop', 'true',
                'scale', 'showall',
                'wmode', 'window',
                'devicefont', 'false',
                'id', '728x90',
                'bgcolor', '#ffffff',
                'name', '728x90',
                'menu', 'true',
                'allowFullScreen', 'false',
                'allowScriptAccess','sameDomain',
                'movie', '728x90',
                'salign', ''
                ); //end AC code
    </script>
    <noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="728" height="90" id="728x90" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="http://www.dewalt.com/dwassets/other/flash/mundial/728x90.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />    <embed src="http://www.dewalt.com/dwassets/other/flash/mundial/728x90.swf" quality="high" bgcolor="#ffffff" width="728" height="90" name="728x90" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </noscript>
    </body>
    </html>

    Both of the files (js and swf) appear to exist where your code has them.  Does the html page live in the same folder as the swf?

  • Windows 10 Virtual Box - Hyperthreading Not Supported on PC

    I am trying to install Windows 10 in Virtual Box on my HP Pavilion DV6 running Windows 7 Home Premium x64. I set up the Win10 virtual machine following these instructions: http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_install/how-to-install-windows-10-developers-preview-in/e98dd450-02d2-4519-b6a3-6743bedcf777
    However, I am receiving the following error: 'VT-x/AMD-V hardware acceleration is not available on your system. Certain guests (e.g. OS/2 and QNX) require this feature and will fail to boot without it.' When I click continue, the VM provides the following
    message: 'Your PC needs to restart. Please hold down the power button. Error Code: 0x0000000A Parameters: 0xFFD00000 0x000000FF 0x0000000A 0x8192F5E3'
    After some further research, I found that I need to enable virtualization and hyperthreading. I downloaded Speccy and determined that my PC is capable of virtualization, and it was already enabled; however, hyperthreading is not supported. I have been hearing
    good things about Windows 10, and I should really like to give it a test run. Is the error with Virtual Box or Windows 10 or Windows 10 running in Virtual Box? Is there anything I can do to make it work? Thanks for any help.

    I am trying to install Windows 10 in Virtual Box on my HP Pavilion DV6 running Windows 7 Home Premium x64. I set up the Win10 virtual machine following these instructions: http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_install/how-to-install-windows-10-developers-preview-in/e98dd450-02d2-4519-b6a3-6743bedcf777
    However, I am receiving the following error: 'VT-x/AMD-V hardware acceleration is not available on your system. Certain guests (e.g. OS/2 and QNX) require this feature and will fail to boot without it.' When I click continue, the VM provides the following
    message: 'Your PC needs to restart. Please hold down the power button. Error Code: 0x0000000A Parameters: 0xFFD00000 0x000000FF 0x0000000A 0x8192F5E3'
    After some further research, I found that I need to enable virtualization and hyperthreading. I downloaded Speccy and determined that my PC is capable of virtualization, and it was already enabled; however, hyperthreading is not supported. I have been hearing
    good things about Windows 10, and I should really like to give it a test run. Is the error with Virtual Box or Windows 10 or Windows 10 running in Virtual Box? Is there anything I can do to make it work? Thanks for any help.
    Any reason why you would not consider dual boot Win 7 and Win 10 TP ?
    I had an Acer Aspire laptop running Win 7 Home Premium SP1 64-bit. I dual booted with Win 10 TP. That's starting from build 9841 to 9926. I dual booted twice and I had no problem doing it.

  • [SOLVED] Intel driver is not loading.

    Hello,
    I just got a new laptop and finally put Arch on it. I have to use "nomodeset" to see anything (Putting the intel_agp and i915 modules in the initramfs does not work, nor does the SVIDEO option.) and I installed xorg and xf86-video-intel, and ran startx, and it failed to run.
    Below are my Xorg.log.0 and lspci -k outputs.
    Xorg.log.0
    [ 1307.124]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 1307.129] X Protocol Version 11, Revision 0
    [ 1307.130] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 1307.131] Current Operating System: Linux spike 3.8.8-2-ARCH #1 SMP PREEMPT Tue Apr 23 10:28:14 CEST 2013 x86_64
    [ 1307.131] Kernel command line: root=/dev/sda5 ro rootfstype=ext4 systemd.unit=graphical.target nomodeset initrd=EFI\arch\initramfs-arch.img
    [ 1307.133] Build Date: 17 April 2013 02:37:06PM
    [ 1307.134]
    [ 1307.136] Current version of pixman: 0.28.2
    [ 1307.138] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 1307.138] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1307.142] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 25 17:51:54 2013
    [ 1307.143] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1307.143] (==) No Layout section. Using the first Screen section.
    [ 1307.143] (==) No screen section available. Using defaults.
    [ 1307.143] (**) |-->Screen "Default Screen Section" (0)
    [ 1307.143] (**) | |-->Monitor "<default monitor>"
    [ 1307.144] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1307.144] (==) Automatically adding devices
    [ 1307.144] (==) Automatically enabling devices
    [ 1307.144] (==) Automatically adding GPU devices
    [ 1307.144] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 1307.144] Entry deleted from font path.
    [ 1307.144] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1307.144] Entry deleted from font path.
    [ 1307.144] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1307.144] Entry deleted from font path.
    [ 1307.144] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1307.144] Entry deleted from font path.
    [ 1307.144] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1307.144] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1307.144] Entry deleted from font path.
    [ 1307.144] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1307.144] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 1307.144] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1307.144] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1307.144] (II) Loader magic: 0x7fcc20
    [ 1307.144] (II) Module ABI versions:
    [ 1307.144] X.Org ANSI C Emulation: 0.4
    [ 1307.144] X.Org Video Driver: 14.1
    [ 1307.144] X.Org XInput driver : 19.1
    [ 1307.144] X.Org Server Extension : 7.0
    [ 1307.145] (--) PCI:*(0:0:2:0) 8086:0116:103c:1854 rev 9, Mem @ 0xc2000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
    [ 1307.146] Initializing built-in extension Generic Event Extension
    [ 1307.147] Initializing built-in extension SHAPE
    [ 1307.148] Initializing built-in extension MIT-SHM
    [ 1307.149] Initializing built-in extension XInputExtension
    [ 1307.150] Initializing built-in extension XTEST
    [ 1307.151] Initializing built-in extension BIG-REQUESTS
    [ 1307.152] Initializing built-in extension SYNC
    [ 1307.153] Initializing built-in extension XKEYBOARD
    [ 1307.154] Initializing built-in extension XC-MISC
    [ 1307.155] Initializing built-in extension SECURITY
    [ 1307.156] Initializing built-in extension XINERAMA
    [ 1307.157] Initializing built-in extension XFIXES
    [ 1307.158] Initializing built-in extension RENDER
    [ 1307.159] Initializing built-in extension RANDR
    [ 1307.159] Initializing built-in extension COMPOSITE
    [ 1307.160] Initializing built-in extension DAMAGE
    [ 1307.161] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1307.162] Initializing built-in extension DOUBLE-BUFFER
    [ 1307.163] Initializing built-in extension RECORD
    [ 1307.163] Initializing built-in extension DPMS
    [ 1307.164] Initializing built-in extension X-Resource
    [ 1307.165] Initializing built-in extension XVideo
    [ 1307.165] Initializing built-in extension XVideo-MotionCompensation
    [ 1307.166] Initializing built-in extension XFree86-VidModeExtension
    [ 1307.167] Initializing built-in extension XFree86-DGA
    [ 1307.167] Initializing built-in extension XFree86-DRI
    [ 1307.168] Initializing built-in extension DRI2
    [ 1307.168] (II) LoadModule: "glx"
    [ 1307.168] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1307.168] (II) Module glx: vendor="X.Org Foundation"
    [ 1307.168] compiled for 1.14.1, module version = 1.0.0
    [ 1307.168] ABI class: X.Org Server Extension, version 7.0
    [ 1307.168] (==) AIGLX enabled
    [ 1307.169] Loading extension GLX
    [ 1307.169] (==) Matched intel as autoconfigured driver 0
    [ 1307.169] (==) Matched vesa as autoconfigured driver 1
    [ 1307.169] (==) Matched modesetting as autoconfigured driver 2
    [ 1307.169] (==) Matched fbdev as autoconfigured driver 3
    [ 1307.169] (==) Assigned the driver to the xf86ConfigLayout
    [ 1307.169] (II) LoadModule: "intel"
    [ 1307.169] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1307.169] (II) Module intel: vendor="X.Org Foundation"
    [ 1307.169] compiled for 1.14.0, module version = 2.21.6
    [ 1307.169] Module class: X.Org Video Driver
    [ 1307.169] ABI class: X.Org Video Driver, version 14.1
    [ 1307.169] (II) LoadModule: "vesa"
    [ 1307.170] (WW) Warning, couldn't open module vesa
    [ 1307.170] (II) UnloadModule: "vesa"
    [ 1307.170] (II) Unloading vesa
    [ 1307.170] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 1307.170] (II) LoadModule: "modesetting"
    [ 1307.170] (WW) Warning, couldn't open module modesetting
    [ 1307.170] (II) UnloadModule: "modesetting"
    [ 1307.170] (II) Unloading modesetting
    [ 1307.170] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 1307.170] (II) LoadModule: "fbdev"
    [ 1307.170] (WW) Warning, couldn't open module fbdev
    [ 1307.170] (II) UnloadModule: "fbdev"
    [ 1307.170] (II) Unloading fbdev
    [ 1307.170] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 1307.170] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
    ValleyView PO board
    [ 1307.170] (++) using VT number 1
    [ 1307.172] (EE) No devices detected.
    [ 1307.172]
    Fatal server error:
    [ 1307.172] no screens found
    [ 1307.172] (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 1307.172] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 1307.172] (EE)
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    Subsystem: Hewlett-Packard Company Device 1854
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    Subsystem: Hewlett-Packard Company Device 1854
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    Subsystem: Hewlett-Packard Company Device 1854
    Kernel driver in use: mei
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    Subsystem: Hewlett-Packard Company Device 1854
    Kernel driver in use: ehci-pci
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    Subsystem: Hewlett-Packard Company Device 1854
    Kernel driver in use: snd_hda_intel
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    Kernel driver in use: pcieport
    00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
    Kernel driver in use: pcieport
    00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
    Kernel driver in use: pcieport
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    Subsystem: Hewlett-Packard Company Device 1854
    Kernel driver in use: ehci-pci
    00:1f.0 ISA bridge: Intel Corporation HM75 Express Chipset LPC Controller (rev 04)
    Subsystem: Hewlett-Packard Company Device 1854
    Kernel driver in use: lpc_ich
    00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
    Subsystem: Hewlett-Packard Company Device 1854
    Kernel driver in use: ahci
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    Subsystem: Hewlett-Packard Company Device 1854
    01:00.0 Network controller: Ralink corp. Device 539b
    Subsystem: Hewlett-Packard Company Device 18ed
    Kernel driver in use: rt2800pci
    02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
    Subsystem: Hewlett-Packard Company Device 1854
    Kernel driver in use: rtsx_pci
    08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    Subsystem: Hewlett-Packard Company Device 1854
    Kernel driver in use: r8169
    As you can see, i915 is not loaded for the VGA controller, even though it should be. I do a modprobe i915, in case for whatever reason udev can't seem to do it, run lspci -k and nothing changes. dmesg doesn't even seem to acknowledge that I did anything.
    Does the i915 driver not support this chipset? That seems highly unlikely.
    Last edited by Yaro (2013-04-26 14:07:36)

    My computer on my signature is newer than yours and its supported.
    I guess there is a backlight issue on your computer. try removing nomodeset and append
    acpi_backlight=vendor
    to your kernel comand line. Tell us what u see.

  • [solved] Module bbswitch does not load, cannot disable nvidia

    Hey!
    According to the title I'm unable to load the bbswitch module on load with it's given parameters. I do it the way suggest in the Arch Wiki.
    I'm using linux-ck
    local/linux-ck-corex 3.5.6-1 (ck-corex)
    local/linux-ck-corex-headers 3.5.6-1 (ck-corex)
    local/nvidia-ck-corex 304.51-2 (ck-corex)
    (I heard theat graysky said that there are no problems)
    My /etc/modprobe.d/bbswitch.conf looks like
    options bbswitch load_state=0 unload_state=0
    dmesg|tail -10 outputs:
    [ 121.351475] bbswitch: version 0.4.2
    [ 121.351486] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 121.351497] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG1.GFX0
    [ 121.351647] bbswitch: detected an Optimus _DSM function
    [ 121.351656] bbswitch: device 0000:01:00.0 is in use by driver 'nvidia', refusing OFF
    [ 121.351659] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 135.236590] bbswitch: disabling discrete graphics
    [ 135.236977] bbswitch: Result of Optimus _DSM call: 01000058
    [ 135.250144] pci 0000:01:00.0: >Refused to change power state, currently in D0
    [ 135.343414] pci 0000:01:00.0: >power state changed by ACPI to D3
    Any suggestions? Am I missing something? I'm thinking of adding bbswitch into modules-load.d and add the parameters as kernel parameters in grub but I'm not happy with that solution…
    even if it's the "cleaner" version, imho.
    Cheers!
    Help is appreciated, thanks. :-)
    Edit: If I load bbswitch manually, I have to restart bumblebee to turn the graphics off. I cannot disable the card via bbswitch suggested in bbswitch git repo with command: tee /proc/acpi/bbswitch <<<OFF.
    Tried via modules-load.d now and grub boot parameters. The module is loaded but the card is turned on…
    $domac.vex dmesg |tail -10
    [ 35.421363] atl1c 0000:05:00.0: >irq 55 for MSI/MSI-X
    [ 35.433604] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 36.766411] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=0
    [ 36.773765] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0
    [ 107.303982] Bluetooth: Core ver 2.16
    [ 107.304005] NET: Registered protocol family 31
    [ 107.304007] Bluetooth: HCI device and connection manager initialized
    [ 107.304009] Bluetooth: HCI socket layer initialized
    [ 107.304011] Bluetooth: L2CAP socket layer initialized
    [ 107.304016] Bluetooth: SCO socket layer initialized
    Added my bumblebee.conf _here_.
    Last edited by domac (2012-10-10 15:28:04)

    Hey Lekensteyn! First of all, thanks for your answer. :-)
    I disabled the nvidia module now. My /etc/modprobe.d now looks like
    /etc/modprobe.d
    total 20K
    drwxr-xr-x 2 root root 4.0K Oct 9 19:32 .
    drwxr-xr-x 76 root root 4.0K Oct 9 12:49 ..
    -rw-r--r-- 1 root root 45 Oct 9 19:32 bbswitch.conf
    -rw-r--r-- 1 root root 18 Aug 8 20:08 nouveau_blacklist.conf
    -rw-r--r-- 1 root root 17 Oct 9 12:23 nvidia_blacklist.conf
    nvidia_blacklist.conf:
    blacklist nvidia
    nouveau_blacklist.conf:
    blacklist nouveau
    bbswitch.conf:
    options bbswitch load_state=0 unload_state=0
    There is only one more problem left… the bbswitch module does not load on startup. If I # modprobe bbswitch manually the nvidia card is turned off and it also seems the bumblebeed daemon is not started… I have no idea why. It worked with that setup all the time… not much has changed… imho nothing.
    Are there any logs I could post or what can I do to eventually fix this problem.
    Thanks for the help in advance!
    EDIT: I can start the bumblebeed.service manually. + Why are the modules from modprobe.d not loaded? My mkinitcpio.conf.
    EDIT2: Found it why bbswitch module wasn't loaded… http://comments.gmane.org/gmane.linux.a … eral/44986… testing this one right now.
    Last edited by domac (2012-10-09 17:54:04)

  • [SOLVED] GDM randomly does not load

    75% of the time it boots fine and GDM loads, but I've noticed for some reason, at random gdm will simply not load, it will just sit there at the tty with nothing happening. I can switch to another tty and restart the service or reboot and then it will load. Does anyone else have this problem, anyway to get it to load consistantly?
    Last edited by bwat47 (2013-07-08 14:37:24)

    bwat47 wrote:In addition to GDM not loading I've also noticed gnome-shell sometime does the same thing, GDM will load and I will go to login and it will just sit there.
    I have witnessed the same behavior. Sometime it's happening during the GDM start sequence, and sometimes it's when i try to login into a gnome-shell session.
    I am using a Nvidia GPU by the way.
    There what gives journalctl:
    l 06 13:17:20 msytux666 systemd[1]: Starting GNOME Display Manager...
    Jul 06 13:17:20 msytux666 systemd-logind[177]: Removed session 1.
    Jul 06 13:17:20 msytux666 systemd[1]: Started GNOME Display Manager.
    Jul 06 13:17:20 msytux666 dbus-daemon[176]: dbus[176]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.4" (uid=0 pid=858 comm="/usr/bin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=862 comm="/us
    Jul 06 13:17:20 msytux666 dbus[176]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.4" (uid=0 pid=858 comm="/usr/bin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=862 comm="/usr/lib/gdm/gdm-simp
    Jul 06 13:17:20 msytux666 dbus-daemon[176]: dbus[176]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Jul 06 13:17:20 msytux666 dbus[176]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Jul 06 13:17:20 msytux666 systemd[1]: Starting Accounts Service...
    Jul 06 13:17:20 msytux666 dbus-daemon[176]: dbus[176]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Jul 06 13:17:20 msytux666 dbus[176]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Jul 06 13:17:20 msytux666 systemd[1]: Starting Authorization Manager...
    Jul 06 13:17:20 msytux666 polkitd[871]: Started polkitd version 0.111
    Jul 06 13:17:20 msytux666 polkitd[871]: Loading rules from directory /etc/polkit-1/rules.d
    Jul 06 13:17:20 msytux666 polkitd[871]: Loading rules from directory /usr/share/polkit-1/rules.d
    Jul 06 13:17:20 msytux666 polkitd[871]: Finished loading, compiling and executing 2 rules
    Jul 06 13:17:20 msytux666 dbus-daemon[176]: dbus[176]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Jul 06 13:17:20 msytux666 dbus[176]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Jul 06 13:17:20 msytux666 systemd[1]: Started Authorization Manager.
    Jul 06 13:17:20 msytux666 polkitd[871]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    Jul 06 13:17:20 msytux666 accounts-daemon[867]: started daemon version 0.6.32
    Jul 06 13:17:20 msytux666 dbus-daemon[176]: dbus[176]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Jul 06 13:17:20 msytux666 dbus[176]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Jul 06 13:17:20 msytux666 systemd[1]: Started Accounts Service.
    Jul 06 13:17:21 msytux666 kernel: NVRM: Your system is not currently configured to drive a VGA console
    Jul 06 13:17:21 msytux666 kernel: NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    Jul 06 13:17:21 msytux666 kernel: NVRM: requires the use of a text-mode VGA console. Use of other console
    Jul 06 13:17:21 msytux666 kernel: NVRM: drivers including, but not limited to, vesafb, may result in
    Jul 06 13:17:21 msytux666 kernel: NVRM: corruption and stability problems, and is not supported.
    Jul 06 13:17:22 msytux666 gdm[858]: Failed to give slave programs access to the display. Trying to proceed.
    Jul 06 13:17:22 msytux666 systemd-logind[177]: New session c1 of user gdm.
    Jul 06 13:17:22 msytux666 systemd-logind[177]: Linked /tmp/.X11-unix/X0 to /run/user/120/X11-display.
    Jul 06 13:17:22 msytux666 /usr/bin/dbus-launch[894]: gnome-session[894]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
    Jul 06 13:17:22 msytux666 gnome-session[894]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
    Jul 06 13:17:22 msytux666 systemd-coredump[918]: Invalid number of arguments passed from kernel.
    Jul 06 13:17:22 msytux666 /usr/bin/dbus-launch[894]: gnome-session[894]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal 11
    Jul 06 13:17:22 msytux666 gnome-session[894]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal 11
    Jul 06 13:17:22 msytux666 kernel: dconf worker[917]: segfault at 70e0 ip 00007f0acf0f432d sp 00007f0ac4c18790 error 4 in libc-2.17.so[7f0acf0bd000+1a3000]
    Jul 06 13:18:15 msytux666 systemd[1]: Starting Getty on tty2...
    Jul 06 13:18:15 msytux666 systemd[1]: Started Getty on tty2.
    Jul 06 13:18:22 msytux666 login[919]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 06 13:18:22 msytux666 systemd-logind[177]: New session 2 of user root.
    Jul 06 13:18:22 msytux666 login[919]: ROOT LOGIN ON tty2
    Jul 06 13:18:53 msytux666 /usr/bin/dbus-launch[894]: gnome-session[894]: WARNING: Application 'gnome-settings-daemon.desktop' failed to register before timeout
    Jul 06 13:18:53 msytux666 gnome-session[894]: WARNING: Application 'gnome-settings-daemon.desktop' failed to register before timeout
    Jul 06 13:18:53 msytux666 gnome-session[894]: Unrecoverable failure in required component gnome-settings-daemon.desktop
    Jul 06 13:18:53 msytux666 gnome-session[894]: Entering running state
    Jul 06 13:18:53 msytux666 /usr/bin/dbus-launch[894]: (gnome-shell:938): Gvc-WARNING **: Failed to connect context: OK
    Jul 06 13:18:53 msytux666 polkitd[871]: Registered Authentication Agent for unix-session:c1 (system bus name :1.13 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
    Jul 06 13:18:53 msytux666 /usr/bin/dbus-launch[894]: JS LOG: GNOME Shell started at Sat Jul 06 2013 13:18:53 GMT+0200 (CEST)
    Jul 06 13:18:54 msytux666 /usr/bin/dbus-launch[894]: Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Jul 06 13:18:54 msytux666 /usr/bin/dbus-launch[894]: Window manager warning: Got a request to focus 0xa00003 () with a timestamp of 0. This shouldn't happen!
    Jul 06 13:18:55 msytux666 /usr/bin/dbus-launch[894]: (gnome-shell:938): Cogl-ERROR **: Failed to create an OpenGL framebuffer object
    Jul 06 13:18:55 msytux666 kernel: traps: gnome-shell[938] trap int3 ip:7fd0cf7e1d4d sp:7fffa94a9560 error:0
    Jul 06 13:18:55 msytux666 polkitd[871]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.13, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C) (disconnected from bus)
    Jul 06 13:18:56 msytux666 /usr/bin/dbus-launch[894]: (gnome-shell:951): Gvc-WARNING **: Failed to connect context: OK
    Jul 06 13:18:56 msytux666 polkitd[871]: Registered Authentication Agent for unix-session:c1 (system bus name :1.15 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
    Jul 06 13:18:56 msytux666 /usr/bin/dbus-launch[894]: JS LOG: GNOME Shell started at Sat Jul 06 2013 13:18:56 GMT+0200 (CEST)
    Jul 06 13:18:56 msytux666 /usr/bin/dbus-launch[894]: Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Jul 06 13:18:56 msytux666 /usr/bin/dbus-launch[894]: Window manager warning: Got a request to focus 0xa00003 () with a timestamp of 0. This shouldn't happen!
    Jul 06 13:18:57 msytux666 /usr/bin/dbus-launch[894]: (gnome-shell:951): Cogl-ERROR **: Failed to create an OpenGL framebuffer object
    Jul 06 13:18:57 msytux666 kernel: traps: gnome-shell[951] trap int3 ip:7f22ca6e0d4d sp:7fff06558c10 error:0
    Jul 06 13:18:57 msytux666 polkitd[871]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.15, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C) (disconnected from bus)
    Jul 06 13:18:57 msytux666 /usr/bin/dbus-launch[894]: gnome-session[894]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Jul 06 13:18:57 msytux666 gnome-session[894]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Jul 06 13:18:57 msytux666 gnome-session[894]: Unrecoverable failure in required component gnome-shell.desktop
    Jul 06 13:18:57 msytux666 /usr/bin/dbus-launch[894]: gnome-session[894]: dconf-WARNING: failed to commit changes to dconf: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code17: Cannot open dconf database: invalid gvdb header
    Jul 06 13:18:57 msytux666 gnome-session[894]: dconf-WARNING: failed to commit changes to dconf: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code17: Cannot open dconf database: invalid gvdb header
    Jul 06 13:22:33 msytux666 systemd[1]: Stopping GNOME Display Manager...
    This error looks pretty suspicious to me:
    Jul 06 13:17:22 msytux666 kernel: dconf worker[917]: segfault at 70e0 ip 00007f0acf0f432d sp 00007f0ac4c18790 error 4 in libc-2.17.so[7f0acf0bd000+1a3000]

  • [solved] Bootloaders (syslinux/Grub) not loading on new installation

    Hi,
    I´m trying to install arch on a Lenovo Thinkpad X1 (UEFI). I installed grub as described in the wiki, but grub does not start up at all when the machine is powered on. sda is partitioned (GPT) as follows:
    1. 512 MB: ESP (EF00) = sda1
    2. remaining space: LVM (8E00)
    a.) boot (300 MB)
    b.) Swap (4 GB)
    c.) root (25 GB)
    d.) home (remaining space)
    fstab:
    LABEL=root / ext4 rw,relatime,data=ordered 0 1
    LABEL=home /home ext4 rw,relatime,data=ordered 0 2
    LABEL=boot /boot ext4 rw,relatime,data=ordered 0 2
    /dev/sda1 /boot/efi vfat rw,relatime,fmask=0022,codepage=437;iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    /dev/mapper/lvm-spwap none swap defaults 0 0
    I installed grub via
    grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck --debug
    No errors were reported, x86_64-efi is now present in /boot/grub. /boot/efi is now populated by the folder EFI/arch_grub, which contains grubx64.efi
    grub.cfg was generated within the chroot by
    grub-mkconfig -o /boot/grub/grub.cfg
    This command gives somes warnings:
    WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning.
    /run/lvm/lvmetad.socket: connect failed: No such file or directory
    done
    If I try to activate lvmetad.service by systemctl I get the error:
    Running in chroot, ignoring request.
    Leaving the chroot (lvmetad is running), 'grub-mkconfig -o /mnt/boot/grub/grub.cfg' results in:
    Generating grub configuration file ...
    Found memtest86+ image: /boot/memtest86+/memtest.bin
    /usr/bin/grub-probe: warning:unknown device type dm-0
    done
    After rebooting I just get a blank screen, grub is not loading at all. I have absolutely no idea, what went wrong during the installation, therefore I would be glad if you gave me some input. Thanks!
    EDIT: I just installed arch with the legacy BIOS enabled instead of UEFI. The problem is very similar with this configuration. Instead of a loaded Grub I only get a blinking cursor.
    Last edited by tyr0 (2014-02-17 00:05:41)

    Yes, sdb is a gpt disk. It was partitioned with gdisk. Actually the gpt format is the only thing, which all variants tested had in common.
    To sum it up: Regardless of using bios legacy or UEFI, I am not able to start a boot loader (tested syslinux, grub) when the machine is powered on. I only get a black screen.
    EDIT: I have to apologize. I did a fresh install on the system with UEFI enabled, now syslinux is showing up (most likely because edited /boot/efi/EFI/syslinux/syslinux.cfg and not /boot/syslinux/syslinux.cfg :-) ). Nevertheless, syslinux can´t boot arch because of:
    ../../../../vmlinuz-linux... failed: No such file or directory
    vmlinuz-linux and initramfs-linux.img are present in /boot.
    My /boot/efi/EFI/syslinux/syslinux.cfg looks like:
    UI menu.c32
    PROMPT 0
    MENU TITLE Boot Menu
    TIMEOUT 50
    DEFAULT arch
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../../../../vmlinuz-linux
    APPEND root=/dev/sda2 rw
    INITRD ../../../../initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../../../../vmlinuz-linux
    APPEND root=/dev/sda2 rw
    INITRD ../../../../initramfs-linux-fallback.img
    I have to say that I created a separted boot partition:
    sda1 (ESP) -> mounted to /boot/efi
    sda2 -> mounted to /boot
    sda3 (LVM) -> mounted to /
    Last edited by tyr0 (2014-02-16 19:50:48)

Maybe you are looking for

  • What is difference in open account period and encumbrance year?

    hello experts, I want to open the accounting as well as financial year for 2012-2013. as I am using test application. in purchainsing->setup>-accounting->open and close period. their are are two terms accounting period and encumbrance year. what is t

  • Video too wide

    I recently took some videos with my friends iphone 4 and my new ipod touch. The video is a mixture of upright and horizontal but some of the videos seem to be wider than they should be. I've changed the aspect ratio but it does not seem to help. Than

  • HP DesignJet 500ps 42" Plotter keeps printing in repeat strips

    Hi all, I have been trying to send photos to print on my DesignJet 500, it prints PDF's and larger drawings no problem but when I try a photo on canvas roll or ordinary paper, it prints the first 50mm or so and then does the same strip over and over

  • Dreamweaver & jstl and tomcat

    Hey, using Dreamweaver Templates with jstl sql. If I pull data from my database , and place them into an unordered list: <!-- TemplateBeginEditable name="EditRegion6" --> <ul> <sql:query var="rs" dataSource="jdbc/db"> select newsletterid, email from

  • Frontrow not seeing my remote itubes library

    Hey here's my setup I have a mac mini, Ethernet connected to a switch. It has an external drive containing all my media. I'm using iTunes as the media server. It has sharing enabled. It has the latest OS and patches. I have a new an iMac Ethernet wir