Intel 4965 compat-drivers

Hi,
My wifi card is Intel 4965 a/b/g/n and I need compat-drivers to fix "fixed channel: -1" bug.
I have question about installing compat-drivers-patched from AUR.
I dont know how to load driver after i installed it.
Im currently using standard drivers (iwl4965). Should I uninstall them before installing new drivers? What is package name of this driver?
I have installed compat-drivers-patched by makepkg and makepkg -i.
Last edited by nerexis (2013-05-18 17:58:15)

It seems the next release of patch 109401-04 will add support for
intel 810/815 graphics: <a
href="http://www.sun.com/io_technologies/upcoming-patches.html#Video
">http://www.sun.com/io_technologies/upcoming-patches.html</a>

Similar Messages

  • Intel Management Engine drivers v8 and v9 : compatibility ?

    Intel Management Engine drivers v8 and v9 : Are they compatible with chipset P67 and sandy bridge processor  (2600K ...).
    Thank you.

    Some MSI utilities may stop working if ME9 'does' install. My thought is why do ME9 at all if a risk is there? It could be like flashing a wrong BIOS on a board. Nothing but potential problems. If you want to experiment, have fun, and you know the consequences if it doesn't work.

  • "No Internet access" yellow icon on ThinkPad X230 after updating Intel PROSet wireless drivers

    I have a ThinkPad X230 that began to display the yellow exclamation point icon for "No internet access" after I did a batch of updates.  It has an Intel Advanced-N 6205 wireless card and is updated to the newest BIOS.  I tried everything I could find on Google to try and fix the issue, and found no issues in these forums to users having an issue.  So after fighting with it for a day, I decided to wipe the system and reinstall Windows.
    I loaded Windows 7 Enterprise X64 with SP1 and did not domain join the laptop, so it is totally untouched Windows.  and then installed the Intel wired networking drivers version 11.15.16.0, which were downloaded from Lenovo.  I then installed the Intel wireless network drivers version 15.03.1000.1637 which were also downloaded from Lenovo.  Everything is working fine at this point.  I then loaded TVSU 5.02.0011 to get all the other Lenovo software.  One of the updates offered was Intel wireless 15.6.1, so being careful, I selected only that update and installed it.  After a restart, the yellow icon is there, even though I haven't yet connected to any wireless network - it is in place for the wired connection too.  Uninstalling the 15.6.1 drivers would not make it go away.  Installing 15.03.1000.1637 again also doesn't make it go away.
    A System Restore to revert to before the installation occurs does make the icon go away.
    I did some more searching on Google and the Intel Community forums have a report of this same issue from a user on a Dell machine: http://communities.intel.com/thread/38498.  There is no solution posted as of yet.  I have posted my problem there now too.
    Has anyone experienced this issue and is there any fix besides System Restore or a reformat if the new drivers get installed?  I expect the drivers made available via TVSU to be rock solid, this is why I follow what TVSU even if there are newer drivers from the manufacturer sometimes.
    Myself I use a T420s with an Ultimate-N 6300 wirelss card, and the newest Intel drivers installed onto my machine without issue.  I also have a couple other X230 computers that I am pretty sure have the drivers as well already without problems.  So I am wondering if there is some sort of firmware issue with the particular wireless card, or something is causing the drivers to not install in the correct way.  Just my thoughts.
    Current: ThinkPad Tablet 2 | 64GB // ThinkPad T440s | i7-4600U | 12GB | 512GB SSD | FHD MT
    Previous: ThinkPad T420s // ThinkPad T410s

    I deploy a lot of X230 laptops and have been dealing with this issue.  Since I cannot find any information about the cause and how to fix it I started looking more into it.  The "No internet access" yellow icon starts appearing after installing items from System Update.  So, with a new X230 I applied all Windows Update (which installed without issues) before going into System Update.  After doing the Critical and most of the Rcommended (don't care for Access Connections) I proceeded to the Optional updates which I installed one at a time.  When I installed the WiFi Driver for Intel cards 7(64), Version 15.6.1 and rebooted the system the yellow icon appeared with the "No internet connection" status.  Everything still works though, I can still connect to the internet.  Doing a driver rollback does not fix the problem.  I did a system restore from a restore point prior the last System Update and the yellow icon went away.  finished the rest of the Optional updates except the WiFi driver and all is well.  This is what I did and went through, not sure if it will be the same for everybody.  But Lenovo needs to look into that driver version.

  • [SOLVED] Enabling debug for ath9k in compat-drivers-patched from AUR

    Wireless card: TP-LINK TL-WN951N. lspci says that it is an Atheros AR5416 adapter [AR5008].
    Some background: I'm having the same issues as the OP in this thread, which references this bug report. The problem is that I get a 2000 ms ping every 30 seconds. So 2 seconds of inactivity every 30 seconds. I have the same wireless PCI card, as well. I need to fix this, because it's making online gaming impossible. I should also note that the card is working just fine in Windows 8, however. I am using net-auto-wireless. I have tried using wicd, enabling ath9k's nohwcrypt option, toggling the card's power save, installing the latest compat-drivers-patched from the AUR, toggling different settings in my motherboard's BIOS, and removing the antennae from the card. But nothing has made a significant difference.
    I think I'm really close now. I just have to disable ANI. But in order to do that, it seems that I need to enable debugging for ath9k. But this means that I need to either recompile a custom kernel, or somehow enable debug for ath9k in compat-drivers-patched from the AUR. I'd prefer the latter, as that means that I will have a more bleeding-edge driver. That, and I won't have to touch the kernel as much. What I want is described on this page. But it seems too complicated to me. Please let me explain.
    I've installed things from the AUR before, as mentioned above, and have properly configured my makepkg.conf for my system. So I'd like to use the CFLAGS and such that I've set. I don't understand how everything works in the PKGBUILD; I don't have much experience with sed and awk and regular expressions, and haven't done much shell scripting at all. It seems that at some point in the PKGBUILD, I need to enable debugging for ath9k before it is compiled. Apparently on the last page I linked to, I need to add:
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    to some config.mk file. I can only get access to the config.mk file after I install the package with pacman. I've tried adding those lines to my /etc/profile file, and checked, after a reboot, with "set", that those variables are indeed set. But the thing is, with these variables set in /etc/profile, when I run makepkg, makepkg fails with an error 2. I tried again and got the same error. I removed those lines from my /etc/profile, rebooted, tried makepkg again, and everything worked. So putting those lines in my /etc/profile is not the solution, and I feel like I'm doing something very stupid. What am I doing wrong?
    I should also note that I've tried to read the wiki page on compiling a custom kernel using ABS, but it seems to just say "get your custom configuration files" and then just continue (so it assumes that I should already be familiar with the configuration part). The PKGBUILD and Creating Packages wiki pages also seem to be a little... too advanced for me at this point in time.
    So how do I enable debugging for ath9k in compat-drivers-patched from the AUR? I'd prefer to stick with only editing the PKGBUILD and using makepkg, if possible.
    I've really tried to search the web and the arch forums on how to fix this problem myself, but alas, it seems that I need help this time. I greatly appreciate your time for reading my long post.
    UPDATE:
    I've made a lot of progress. I ended up removing the AUR package with pacman by invoking "pacman -Rsn compat-drivers-patched".
    Instructions for [almost] success: First, download compat-drivers-patched from AUR. Then move it to the "builds" directory (or "local", if using ABS). Extract the tarball. After the new directory is created, cd into it. Now here's the important part: run
    $ makepkg -so
    Then cd into src, cd into the directory inside src, then edit the config.mk file. Make sure these lines are uncommented (or created, if not already there):
    export CONFIG_CFG80211_DEBUGFS=y
    export CONFIG_MAC80211_DEBUGFS=y
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    (source)
    Now run "cd ../.." to go back up two directories. Now run:
    $ makepkg -e
    # pacman -U <file that was produced>
    And I ran "mkinitcpio -p linux" just in case, but I'm not sure if that is necessary at all. I'm... not touching the kernel, right?
    Now I ran:
    echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani
    But bash would say that the file or directory doesn't exist. Even if I prepend it with "sudo", I get the same results. I was only able to get the command to work if I logged in as root. I even put the line in my /etc/profile. The 2000 ms ping every 30 seconds is now GONE. HOWEVER! If I reboot and log in as a normal user, the problem is there again. If I reboot and log in as root, the problem is gone. If I then log out and then log back in as a normal user, the problem does not come back.
    So really, I can avoid the problem if I first log in as root, log out, and then log back in as a normal user. But this is a great inconvenience. I would much prefer if I could just log in as a normal user right after boot, and have everything working.
    Now, how do I get the command to automatically run at boot as root (without me having to log in as root), and work?
    UPDATE 2:
    I got it working. Putting the line in /etc/profile is not the solution. I created a custom systemd .service file.
    Put this into /etc/systemd/service (name it "disable_ani.service"):
    EDIT: Wow. I made a glaring typo here. It should be /etc/systemd/system/disable_ani.service
    [Unit]
    Description=disable_ani
    [Service]
    Type=oneshot
    ExecStart=/bin/sh -c "echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani"
    [Install]
    WantedBy=multi-user.target
    Then make sure to "sudo chmod 755 /etc/systemd/service/disable_ani.service", since root owns this file.
    Then run "sudo systemctl enable disable_ani.service".
    EDIT: It has been brought to my attention that there is a much simpler way than creating a custom service.
    Using a tmpfile:
    /etc/tmpfiles.d/disable_ani.conf
    w /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani - - - - 1
    Done.
    Now ANI is persistently disabled between boots, even if I log in as a normal user right after boot.
    Thanks for reading.
    Last edited by vyu223 (2013-03-12 10:20:19)

    So zsh is telling you that the command didn't work, since it claims that there is no such file or directory. I had a lot of trouble with getting the echo command to work, as well. I found that if out of these lines:
    export CONFIG_CFG80211_DEBUGFS=y
    export CONFIG_MAC80211_DEBUGFS=y
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    If the first and second line above were not uncommented in the config.mk file, I couldn't leave the last line above uncommented as well, or else makepkg would fail and give me an error. So originally I had only the 3rd and 4th lines above uncommented/inserted in my config.mk. With that configuration, I could not get the echo command to work, no matter what. Have you uncommented or inserted all of the above 5 lines into your config.mk?
    After making sure all of the above 5 lines were in my config.mk, the echo command still didn't work, even if I preceded the command with sudo, or entered a su session. Bash would tell me that there was no such file or directory. I found that if I actually logged out of my normal user, and then logged back into the computer as root, the command would work. If your shell does not give you any feedback (particularly, "no such file or directory"), then the command worked. In order to get the command to run every time the computer boots, I used a systemd service, so that the command is issued as root. For some reason, it doesn't work if you put the command into /etc/profile.
    Oh, and it would probably be helpful to mention that for the compat-drivers-patched package from the AUR, the PKGBUILD checks to see what your _selected_drivers variable is before compilation. If you set _selected_drivers=ath9k, your compile times will be much shorter.

  • How to install compat-drivers ?

    Ok guys, I am an arch user for a good while now (1 month, ehehe), but I am not even close to a tech savy for now. I wanted to try today the aircrack injection in arch. It works flawlessly in backtrack 5. Now ... I get an error something about mon0 channel and access point channel. A bit of research, gave me some results from google.
    First one:
    http://hacklab.cl/wireless/aircrack-y-f … -problema/
    I've followed the tutorial even though I don't speak that language, but google translate helped me.
    When I wrote in the terminal
    make
    I got this
    make[1]: Leaving directory `/usr/src/linux-3.7.3-1-ARCH/build'
    make: *** [modules] Error 2
    I couldn't bypass this error, so I've made another search on google, and I found a similar thread from this forum, but it was the same thing, and I got the same error.
    Second thing:
    I tried to install the compat-drivers with yaourt, they seem to be installed
    Packages (1): compat-drivers-frag+ack-0-2
    Total Installed Size: 0.00 MiB
    Net Upgrade Size: 0.00 MiB
    But the size is 0.00, which is nothing I guess.
    In yaourt there are two packages, this is the first one, the second one is this one https://aur.archlinux.org/packages/comp … mments=all
    I read almost all the comments, but I haven't understood what the guys were talking about.
    If somebody could take a look at what's going on with the drivers, what to install, or why I get that error, I would really appreciate it.
    I know that the USB dongle works good with the drivers that are already in arch, but I can't do the pentesting for my home router.

    The description https://aur.archlinux.org/packages/comp … rag%2Back/ says
    mac80211.compat08082009.wl_frag+ack_v1.patch for compat-drivers-patched
    Maybe you need to install https://aur.archlinux.org/packages/comp … s-patched/ ?
    Edit:
    $ pacman -Ql compat-drivers-frag+ack
    compat-drivers-frag+ack /etc/
    compat-drivers-frag+ack /etc/makepkg.d/
    compat-drivers-frag+ack /etc/makepkg.d/compat-drivers-patched/
    compat-drivers-frag+ack /etc/makepkg.d/compat-drivers-patched/patches/
    compat-drivers-frag+ack /etc/makepkg.d/compat-drivers-patched/patches/50-1-mac80211.compat08082009.wl_frag+ack_v1.patch
    The package does install something. The patch is over a kilobyte :-)
    PKGBUILD seems OK to me.
    Last edited by karol (2013-09-27 16:12:22)

  • Compat-drivers broke my video

    Hello guys.
    I have arch linux updated to this date (3/3/2013). A few days ago I've installed compat drivers patched from the AUR in order to get best wireless support. But it seems to have been update some of my video drivers (i915, i have a msi wind u100x) and now mi video doesn't work quite right. basically, when I boot, it start well, and when it load all my udev modules, the window blink a little ligher (as usually) and then it should change my resolution (it doesn't). then the system starts well, but i'm unable to start any xorg-server, startx or xrandr. anything else works fine, as it works on console mode.
    Then, I try a distro, who boots from usb, and "restore" my arch instalation. It boots fine, and restore my usual config, i can start xorg and stuff. bun when i boot from original boot it work wrong again.
    Looking un my dmesg ouput, i find this:
    [ 7.721285] ------------[ cut here ]------------
    [ 7.721383] kernel BUG at arch/x86/mm/pat.c:279!
    [ 7.721455] invalid opcode: 0000 [#1] PREEMPT SMP
    [ 7.721636] Modules linked in: i915(O+) ath9k_htc(O) drm_kms_helper(O) ath9k_common(O) ath9k_hw(O) ath(O) snd_hda_codec_realtek mac80211(O) cfg80211(O) snd_hda_intel snd_hda_codec snd_hwdep intel_agp iTCO_wdt iTCO_vendor_support r8187se(C) gpio_ich drm(O) r8169 i2c_algo_bit i2c_core snd_pcm snd_page_alloc snd_timer snd rfkill compat(O) intel_gtt eeprom_93cx6(O) ums_realtek acpi_cpufreq mii lpc_ich soundcore agpgart mperf ac wmi psmouse evdev video thermal battery coretemp button pcspkr serio_raw processor microcode fuse nfs lockd sunrpc fscache ext4 crc16 jbd2 mbcache usb_storage sd_mod ata_generic pata_acpi ata_piix libata uhci_hcd ehci_hcd scsi_mod usbcore usb_common
    [ 7.724283] Pid: 135, comm: systemd-udevd Tainted: G C O 3.7.9-2-ARCH #1 MICRO-STAR INTERNATIONAL CO., LTD U-100/U-100
    [ 7.724283] EIP: 0060:[<c01319cf>] EFLAGS: 00010286 CPU: 1
    [ 7.724283] EIP is at reserve_memtype+0x1f/0x470
    [ 7.724283] EAX: f88cd5b4 EBX: f88cd5b4 ECX: f56c5bf4 EDX: 00000000
    [ 7.724283] ESI: 00000000 EDI: 00000000 EBP: f56c5c08 ESP: f56c5bc8
    [ 7.724283] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    [ 7.724283] CR0: 80050033 CR2: f955f25c CR3: 354e0000 CR4: 000007c0
    [ 7.724283] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
    [ 7.724283] DR6: ffff0ff0 DR7: 00000400
    [ 7.724283] Process systemd-udevd (pid: 135, ti=f56c4000 task=f5533a70 task.ti=f56c4000)
    [ 7.724283] Stack:
    [ 7.724283] dfefffff 000dfeff 000dfe80 f960003c dfeff173 00000573 f4af9240 f9580000
    [ 7.724283] 088cd5b3 000088cd 000f88cd 0000003c 00000010 f88cd5b4 f88cd5b4 00000000
    [ 7.724283] f56c5c44 c01323ee 088cd5b4 00000000 00000008 f56c5c34 dfe80000 f56c5c4c
    [ 7.724283] Call Trace:
    [ 7.724283] [<c01323ee>] io_reserve_memtype+0x5e/0x130
    [ 7.724283] [<c0133faf>] iomap_create_wc+0x1f/0x40
    [ 7.724283] [<f94f4675>] i915_driver_load+0x395/0xc90 [i915]
    [ 7.724283] [<c03c46cd>] ? pm_runtime_init+0xcd/0xe0
    [ 7.724283] [<f8a0729b>] drm_get_pci_dev+0x13b/0x260 [drm]
    [ 7.724283] [<f94f05e9>] i915_pci_probe+0x39/0x90 [i915]
    [ 7.724283] [<c0328049>] pci_device_probe+0x79/0xb0
    [ 7.724283] [<c03b9ad9>] driver_probe_device+0x79/0x360
    [ 7.724283] [<c03b9e51>] __driver_attach+0x91/0xa0
    [ 7.724283] [<c03b9dc0>] ? driver_probe_device+0x360/0x360
    [ 7.724283] [<c03b7fe2>] bus_for_each_dev+0x42/0x80
    [ 7.724283] [<c03b95fe>] driver_attach+0x1e/0x20
    [ 7.724283] [<c03b9dc0>] ? driver_probe_device+0x360/0x360
    [ 7.727913] [<c03b91a7>] bus_add_driver+0x177/0x280
    [ 7.727913] [<c0327f00>] ? pci_dev_put+0x20/0x20
    [ 7.727913] [<c0327f00>] ? pci_dev_put+0x20/0x20
    [ 7.727913] [<c03ba46a>] driver_register+0x6a/0x160
    [ 7.727913] [<f83e9000>] ? 0xf83e8fff
    [ 7.727913] [<c0328113>] __pci_register_driver+0x33/0x40
    [ 7.727913] [<f8a074bd>] drm_pci_init+0xfd/0x110 [drm]
    [ 7.727913] [<f83e9000>] ? 0xf83e8fff
    [ 7.727913] [<f83e9063>] __init_compat+0x63/0x65 [i915]
    [ 7.727913] [<c0101242>] do_one_initcall+0x112/0x160
    [ 7.727913] [<c01617da>] ? __blocking_notifier_call_chain+0x4a/0x80
    [ 7.727913] [<c019a10d>] sys_init_module+0x9bd/0x1f60
    [ 7.727913] [<c02bdd23>] ? security_mmap_file+0x33/0x70
    [ 7.727913] [<c04ffd0d>] sysenter_do_call+0x12/0x28
    [ 7.727913] Code: 00 0f 0b 89 f6 8d bc 27 00 00 00 00 55 89 e5 83 ec 40 89 5d f4 89 75 f8 89 7d fc 3e 8d 74 26 00 3b 55 0c 89 c3 89 d6 72 10 76 09 <0f> 0b 8d b4 26 00 00 00 00 3b 45 08 73 f2 a1 a0 88 69 c0 85 c0
    [ 7.727913] EIP: [<c01319cf>] reserve_memtype+0x1f/0x470 SS:ESP 0068:f56c5bc8
    [ 7.732741] ---[ end trace 4eabe61f064e621a ]---
    and when i boot from usb whis doesn't appears.
    I've uninstalled compat-drivers-patched (all from pacman), and the problem was gone. BUT, I am a stupid user, so my best idea was to install manually compat-drivers, version v3.8-rc7 (make; make install)
    Then, again, the same problem. make uninstall doesn't do anything, so now I'm stuck. Installing xf86-video-linux doesn't help. so, anyone have some idea about what could I do?
    Thanks
    Sorry for my bad english

    You need to upgrade both of xorg-server and all its drivers, including the mga driver. Maybe the newer version is not yet in repository??
    slackhack wrote:
    um, i am upgraded, that's what broke everything. do you mean upgrade from testing or something? :?:
    [25] root:/home/sero # X -version
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    [26] root:/home/sero # pacman -S xf86-video-mga
    :: xf86-video-mga-1.4.1-2: is up to date. Upgrade anyway? [Y/n] n
    [27] root:/home/sero # pacman -S xf86-video-vga
    :: xf86-video-vga-4.1.0-1: is up to date. Upgrade anyway? [Y/n] n
    [28] root:/home/sero # pacman -S xf86-video-vesa
    :: xf86-video-vesa-1.2.1-1: is up to date. Upgrade anyway? [Y/n] n

  • Intel Application Accellerator drivers problem when installing WinXP

    Has anyone had a problem with the Intel Applicatoin Accellerator drivers when installing WinXP??
    I'm attempting to re-install windows on a perfectly working system (acquired some spyware/virii... want a clean install), so I don't think I have a BIOS/RAID config error.
    -The board is an 865PE Neo 2 (rev1).  
    -I am using the same SATA RAID-0 (channel 1 & 2) which Windows was just running on (and that I have previously installed on several times before).  
    -Believe I've downloaded the correct Intel SATA RAID drivers (tried various versions from both MSI and Intel sites).  
    -Windows XP setup does recognize the RAID volume (I can format the volume).  
    The problem occurs shortly after the drive selection-format process, right after the setup status line reads "creating list of files to copy".  The prompt I receive asks for the INTEL APPLICATION ACCELLERATOR drivers.  
    This is very strange becuase in looking at the txtsetup.oem, this is the name of the drivers I am using.  The floppy disk is still in the drive, but hitting enter does nothing, even if I put in a new disk.  Strange!
    Again, given that my RAID volume is recognized (and formatable) by the WinXP setup, I'm thinking I have the correct, albeit possibly incomplete, drivers.  
    Hopefully someone has seen this error and can point me in the correct dirrection.  Any help will be greatly appreciated.
    Cheers,
    Blue
    EDITED for clarity

    Assuming you didn't touch anything hardware-wise or in the Bios and that your floppy drive is working correctly:
    You should boot from the WinXP CD and hit F6 if you intend to install XP on the Intel Raid array(serial1&2 connectors).
    XP setup will then prompt you to put in floppy with Intel Raid Driver and will load the drivers.(this is still before the drive formatting part)
    Now it will see the Raid array and allow you to format/install XP. From what I remember, it shouldn't need the Raid driver floppy anymore at this point.
    I would suggest that either the driver you downloaded is wrong or in the wrong format. Another thing that sometimes helps is to physically disconnect ALL drives from the computer(HDD, zip/usb drives etc...) until after XP is successfully installed. Obviously this doesn't include the floppy/CD drive/system HDD.
    You can download a copy of my Intel Raid floppy HERE
    It's not the latest version but it will work with Raid0.

  • New Intel Chip Compatibility & Dual Boot

    Hi folks,
    Just heard about Apple's new Intel chip compatibility and had a quick question. I develop software on the Windows platform primarily but would love to be able to run the Mac OS for testing of web browser-related stuff plus the BSD-related stuff on the same computer.
    Can this new O/S be installed as one boot partition of a dual/multi-boot computer? If so would you be kind enough to point me to the appropriate URLs?
    Thanks!
    Best,
    DD
      Windows XP Pro  

    PowerPC Macs can run a Microsoft application called Virtual PC that allows you to install and run Windows on a Mac. VPC emulates a PC, so it's fairly slow, but it's fine for doing things like checking websites for compatibility in Windows IE, etc. That's primarily what I use it for.
    The new Intel Macs can't run Virtual PC (yet anyway), nor can they currently boot Windows, although supposedly that will change when Windows Vista comes out. Also, Microsoft is reportedly planning to release a version of Virtual PC that will run on the Intel Macs, and that should provide near native speed for Windows inside of Mac OS X.
    As for running OS X on a PC, you can't.
    This page is free and lets you check your website for compatibility with Safari, the default web browser on Macs: http://snugtech.com/en/safaritest/ I've never used it, but it seemed like it might be useful to you.

  • GE60 2OC Intel HD Graphics Drivers stop responding & Optimus

    Hey,
    I got my GE60 today, I'm not sure from the model but I think it's 2OC. It's similar to this: notebook.de/msi-gaming-ge60-i750m281fd-intel-core-i7-4700mq-240ghz-dos-p-57394
    It's FreeDOS, and I had some problems installing it, as Windows didn't want to install to the hard drive, but then I changed the booting mode to Legacy and the installation worked.
    I installed all drivers (from CD) + Nvidia's own 750M driver + Intel's own graphics driver.
    Now it's doing this:
    The image is somewhere from the internet, but it's basically the same (I have Win8 and it says Intel HD Graphics Drivers with me)
    That happens like every 5-10 minutes, 2-3 times during writing this post. Can I fix this somehow?
    Also, I would like to disable Optimus, as it sucks imo. I want to use the full potential from my notebook whenever I need and want to. Disabling it would probably also remove the problem as I wouldn't have to use the Intel graphics card then.
    I hope that nothing is broken from the laptop, other than software ;p

    Quote from: naf on 25-July-13, 05:22:04
    Which drivers exactly? I have installed the drivers from the official CD, but of course, they might be outdated.
    Should I remove something before installing?
    Windows' own troubleshoot with the advice to edit the registry didn't work either.
    e: I installed the MSI's driver for the Intel Graphics, but it didn't really help :/
    e2: it stopped responsing after the installation, but while after that, it has worked perfectly. let's see where this is going..
    e3: uh oh, it did it again.. :(
    those drivers: http://www.msi.com/product/nb/GE60-2OC.html#download

  • Lenovo X130e Windows 8.1 64-bit Intel HD graphics drivers

    There is only a Windows 7 32-bit graphics drivers on the Lenovo support website. This has forced me to install the generic Intel HD graphics drivers which has an issue with brightness control when I upgraded to Windows 8.1 64-bit. Will Lenovo ever make a Windows 8.1  64 bit Intel HD graphics driver for Lenovo X130e?
    Thanks in advance. 

    This one says 64bits: Intel HD Graphics Driver
    Revision : 01
    Software name Intel HD Graphics Driver
    Support models ThinkPad Edge E120
    ThinkPad Edge E320
    ThinkPad L420, L421
    ThinkPad L520
    ThinkPad X121e, X130e
    Operating Systems Microsoft Windows 7 64-bit
    Microsoft Windows Vista 64-bit
    Refer to marketing materials to find out what computer models
    support which Operating Systems.
    Versions 8.15.10.2827 (Package)
    - 8.15.10.2827 (Graphics Driver)
    - 6.14.00.3086 (Display Audio Driver)
    Support devices Intel HD Graphics Device
    Intel Display Audio
    /L40SX/240/240X/2*340CSE/360PE/365XD/380D/380E/380XD/380Z/390/560E/560X/2*570/2*600/600E/750Cs/755C/760CD/760EL/760XD/770E/A20p/A22p
    A31/i1600/G40/R50p/R61i/S30/SL510/2*T22/4*T4x/11*T6x/6*T4x0x/6*T5x0/3*W5x0/W700/3*X2x/4*X3x/3*X4x/5*X6x/3*X6xT/10*X2xx/2*X200T/4*X30x/Z60m/3*Z61x
    Comunidad en Español  English Community  Deutsche Community   Русскоязычное Сообщество

  • Atheros ethernet, compat-drivers & linux-headers version mismatch

    I just installed a new mobo (GA-H77M-D3H) which has an atheros ar8161 ethernet chip.
    The old mobo had a realtek ethernet chip which worked fine (but the RAM didn't).
    Arch (and other distros) doesn't have drivers for the new atheros one (there's a bit of a fight over its support in the linux kernel).
    I see many posts on how to fix this, but the solution isn't working for me yet.
    The solution seems to be to use the compat-drivers package. However, I'm having trouble building it (I'm not that great at solving these things yet).
    I am downloading compat-drivers from: https://www.kernel.org/pub/linux/kernel … ts/stable/
    (From the unzipped source, I am using ./script/driver-select alx)
    The problem is compat-drivers needs linux headers for my current kernel, 3.7.10-1-ARCH, but the version on the arch download page is Arch is 3.8.3-2 and I don't know where to find an earlier version.
    The download link I use for linux-headers is: https://www.archlinux.org/packages/core … x-headers/
    Note: I'm downloading on another computer as the one with no ethernet has no ethernet.
    "uname -r" gives me:
    3.7.10-1-ARCH.
    And I can't update without ethernet.
    The build error message is:
    make: *** /lib/modules/3.7.10-1-ARCH/build: No such file or directory.  Stop.
    So, my questions are:
    1. Is there anywhere I can get linux-headers for 3.7.10-1-ARCH? (and would this be the right way?)
    2. Can I force make to pretend I'm using 3.8.3-2? would this have any chance of success?
    3. Is there another way to fix this?
    Thanks.
    PS: It took me about 10 minutes to get through the forum register "captcha" due to bugs and my laptop not having accurate US time... I see lots of complaints about it online, so please fix (a regular captcha is far harder to spam).

    This works for me:
    1. Get latest kernel 3.8.3-2
    2. wget https://www.kernel.org/pub/linux/kernel … -u.tar.bz2
    3. Use https://backports.wiki.kernel.org/index … at-drivers documentation, but simply:
    - tar jxvf compat-drivers-2013-03-15-u.tar.bz2
    -./scripts/driver-select alx
    - make
    - make install
    - modprobe alx
    verify with lsmod | grep -i alx, if module is loaded.
    Note:
    compat-drivers-3.8.3-2-snpu.tar.bz2 didn't work for me with latest kernel 3.8.3-2.

  • WRT 600N and the Intel 4965 Wireless AGN

    I have a version 1 WRT 600N with the latest firmware. I have a Dell Precision that has a Intel 4965 AGN wirless adapter. I can connect a G speeds just fine, but cannot connect at N speeds. When I search for wirless networks near me I see my WRT 600N and it announces it as an N access point but will only connect as a G network.

    I too am in a similar bind...
    I have a hp6500t with a 4965 agn and a linksys 600n router. i have vista premium, and i wouldnt be supprised if that was the issue
    1) i can get 130 kbps, and if i am right ontop of the router, i can get a 270- i read to switch the settings at 5ghz to wide, 40 mhz.
    the questions i have are:
    1) we are suppoed to be able to get "dual connection," from what i understand- i.e. that the laptop connects twice to the same internet connection-  i think i was able to do this when i first set everything up. I used to see, (under network center in vista) two simultanious wireless connections to the same network- how do i do that? 
    (it may have worked better before i installed thenew driver on the 4965 card)
    - has anyone been able to use the intel wirelesspro software connection application- appartntly it doesnt install with vista.
    2) why does my radio identify "n" networks as "a"- even when i make the router only broadcast as "n" my laptop identifies it as "a"
    3) maybe its an issue of antennas installed in the laptop???
    4) is there a setting in the router to allow this?
    am i making any sence?

  • Cannot attach ndiswrapper module to Intel 4965 card

    I am trying to get working reliably my Intel 4965 wifi card. I gave up with the iwl4965 driver, and now I am trying to find a good win driver to use it via ndiswrapper. But it seems I cannot even attach the ndiswrapper module to my card! I removed the iwl4965 module, and added the ndiswrapper module - I can confirm this with lsmod | grep iwl (empty output) and lsmod | grep ndis (in the output appears a line starting with "ndiswrapper"). But if I do lspci -k, in the section of the wireless controller there's "Kernel modules: iwl4965". (Also, according to iwconfig no wireless interface is created)

    That lspci output is telling you what module is capable of handling your device, not what module is actually handling your device. lspci will never show ndiswrapper because it is not specific to a particular device.
    Did you actually find a suitable windows driver? You only said you're trying to find it. If you did find it, are you sure you installed the correct files in the correct place?

  • Intel Accelerato​r drivers keep crashing

    So I've been working on getting this laptop back up and running for a day or two now, and it's just about done.
    However, the display drivers seem to be out of whack.
    The driver(s) constantly crash (causing the screen to go black) and displays a warning saying something along the lines of "Intel accelerator drivers for Windows XP(R) stopped working and recovered".
    I've looked online and most people that had the similar issue seem to have solved it just by getting the proper drivers for their computer. Except, I can't seem to find them for this one. The intel driver update utility doesn't support the Mobile series 4 chipset, so I can't use that, and I've tried 6-7 different drivers that were all apparently for this computer, but none wanted to work. It would either say the drivers aren't compativle, or that the driver is not validated for the computer.
    The computer is running on windows 7 home preimum, x64.
    Below is a copy of the dxdiag, I saw on some other forums that it was helpful, so I figured it would be here.
    System Information
    Time of this report: 1/4/2015, 17:56:18
    Machine name: EDUSS-PC
    Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7600) (7600.win7_gdr.130318-1532)
    Language: English (Regional Setting: English)
    System Manufacturer: Hewlett-Packard
    System Model: Presario CQ62 Notebook PC
    BIOS: Default System BIOS
    Processor: Intel(R) Celeron(R) CPU 900 @ 2.20GHz, ~2.2GHz
    Memory: 2048MB RAM
    Available OS Memory: 1978MB RAM
    Page File: 1534MB used, 2423MB available
    Windows Dir: C:\Windows
    DirectX Version: DirectX 11
    DX Setup Parameters: Not found
    User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
    DxDiag Version: 6.01.7600.16385 32bit Unicode
    DxDiag Notes
    Display Tab 1: No problems found.
    Sound Tab 1: No problems found.
    Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D: 0/4 (retail)
    DirectDraw: 0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay: 0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow: 0/6 (retail)
    Display Devices
    Card name: Mobile Intel(R) 4 Series Express Chipset Family
    Manufacturer: Intel Corporation
    Chip type: Mobile Intel(R) 4 Series Express Chipset Family
    DAC type: Internal
    Device Key: Enum\PCI\VEN_8086&DEV_2A42&SUBSYS_1484103C&REV_07
    Display Memory: 797 MB
    Dedicated Memory: 64 MB
    Shared Memory: 733 MB
    Current Mode: 1366 x 768 (32 bit) (60Hz)
    Monitor Name: Generic PnP Monitor
    Monitor Model: unknown
    Monitor Id: LGD02AC
    Native Mode: 1366 x 768(p) (59.636Hz)
    Output Type: Internal
    Driver Name: igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32
    Driver File Version: 8.15.0010.2086 (English)
    Driver Version: 8.15.10.2086
    DDI Version: 10
    Driver Model: WDDM 1.1
    Driver Attributes: Final Retail
    Driver Date/Size: 7/29/2010 15:45:42, 6523392 bytes
    WHQL Logo'd: Yes
    WHQL Date Stamp:
    Device Identifier: {D7B78E66-6902-11CF-AA7B-8E34A7C2C535}
    Vendor ID: 0x8086
    Device ID: 0x2A42
    SubSys ID: 0x1484103C
    Revision ID: 0x0007
    Driver Strong Name: oem10.inf:Intel.Mfg.NTamd64:iCNT0:8.15.10.2086ci\ven_8086&dev_2a42&subsys_1484103c
    Rank Of Driver: 00E60001
    Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeWMV9_C ModeVC1_B ModeVC1_C
    Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    D3D9 Overlay: Supported
    DXVA-HD: Supported
    DDraw Status: Enabled
    D3D Status: Enabled
    AGP Status: Enabled
    Sound Devices
    Description: Speakers (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
    Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0270&SUBSYS_103C1484&​REV_1001
    Manufacturer ID: 1
    Product ID: 100
    Type: WDM
    Driver Name: RTKVHD64.sys
    Driver Version: 6.00.0001.6037 (English)
    Driver Attributes: Final Retail
    WHQL Logo'd: Yes
    Date and Size: 1/29/2010 15:48:44, 2260256 bytes
    Other Files:
    Driver Provider: Realtek Semiconductor Corp.
    HW Accel Level: Basic
    Cap Flags: 0xF1F
    Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
    HW Memory: 0
    Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
    I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
    Description: Microphone (Realtek High Definition Audio)
    Default Sound Capture: Yes
    Default Voice Capture: Yes
    Driver Name: RTKVHD64.sys
    Driver Version: 6.00.0001.6037 (English)
    Driver Attributes: Final Retail
    Date and Size: 1/29/2010 15:48:44, 2260256 bytes
    Cap Flags: 0x1
    Format Flags: 0xFFFFF
    Description: Stereo Mix (Realtek High Definition Audio)
    Default Sound Capture: No
    Default Voice Capture: No
    Driver Name: RTKVHD64.sys
    Driver Version: 6.00.0001.6037 (English)
    Driver Attributes: Final Retail
    Date and Size: 1/29/2010 15:48:44, 2260256 bytes
    Cap Flags: 0x1
    Format Flags: 0xFFFFF
    DirectInput Devices
    Device Name: Mouse
    Attached: 1
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Device Name: Keyboard
    Attached: 1
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x2936
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + Synaptics PS/2 Port TouchPad
    | Matching Device ID: *syn1e2f
    | Upper Filters: SynTP
    | Service: i8042prt
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    Disk & DVD/CD-ROM Drives
    Drive: C:
    Free Space: 151.1 GB
    Total Space: 223.9 GB
    File System: NTFS
    Model: WDC WD2500BEVT-60A23T0
    Drive: D:
    Free Space: 2.4 GB
    Total Space: 14.2 GB
    File System: NTFS
    Model: WDC WD2500BEVT-60A23T0
    Drive: E:
    Free Space: 0.1 GB
    Total Space: 0.1 GB
    File System: FAT32
    Model: WDC WD2500BEVT-60A23T0
    Drive: F:
    Model: hp DVD RW AD-7701H
    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (English), , 0 bytes
    System Devices
    Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_293E&SUBSYS_1484103C&REV_03\3&214​36425&0&D8
    Driver: n/a
    Name: Intel(R) ICH9 Family USB Universal Host Controller - 2934
    Device ID: PCI\VEN_8086&DEV_2934&SUBSYS_1484103C&REV_03\3&214​36425&0&E8
    Driver: n/a
    Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C
    Device ID: PCI\VEN_8086&DEV_293C&SUBSYS_1484103C&REV_03\3&214​36425&0&D7
    Driver: n/a
    Name: Intel(R) ICH9 Family Thermal Subsystem - 2932
    Device ID: PCI\VEN_8086&DEV_2932&SUBSYS_1484103C&REV_03\3&214​36425&0&FE
    Driver: n/a
    Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A
    Device ID: PCI\VEN_8086&DEV_293A&SUBSYS_1484103C&REV_03\3&214​36425&0&EF
    Driver: n/a
    Name: Intel(R) ICH9 Family SMBus Controller - 2930
    Device ID: PCI\VEN_8086&DEV_2930&SUBSYS_1484103C&REV_03\3&214​36425&0&FB
    Driver: n/a
    Name: Mobile Intel(R) 4 Series Express Chipset Family
    Device ID: PCI\VEN_8086&DEV_2A43&SUBSYS_1484103C&REV_07\3&214​36425&0&11
    Driver: n/a
    Name: Intel(R) ICH9 Family USB Universal Host Controller - 2939
    Device ID: PCI\VEN_8086&DEV_2939&SUBSYS_1484103C&REV_03\3&214​36425&0&EB
    Driver: n/a
    Name: Intel(R) ICH9M-E/M SATA AHCI Controller
    Device ID: PCI\VEN_8086&DEV_2929&SUBSYS_1484103C&REV_03\3&214​36425&0&FA
    Driver: n/a
    Name: Mobile Intel(R) 4 Series Express Chipset Family
    Device ID: PCI\VEN_8086&DEV_2A42&SUBSYS_1484103C&REV_07\3&214​36425&0&10
    Driver: n/a
    Name: Intel(R) ICH9 Family USB Universal Host Controller - 2938
    Device ID: PCI\VEN_8086&DEV_2938&SUBSYS_1484103C&REV_03\3&214​36425&0&D1
    Driver: n/a
    Name: Intel(R) ICH9M LPC Interface Controller - 2919
    Device ID: PCI\VEN_8086&DEV_2919&SUBSYS_1484103C&REV_03\3&214​36425&0&F8
    Driver: n/a
    Name: Mobile Intel(R) 4 Series Chipset Processor to DRAM Controller - 2A40
    Device ID: PCI\VEN_8086&DEV_2A40&SUBSYS_1484103C&REV_07\3&214​36425&0&00
    Driver: n/a
    Name: Intel(R) ICH9 Family USB Universal Host Controller - 2937
    Device ID: PCI\VEN_8086&DEV_2937&SUBSYS_1484103C&REV_03\3&214​36425&0&D0
    Driver: n/a
    Name: Intel(R) 82801 PCI Bridge - 2448
    Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_1484103C&REV_93\3&214​36425&0&F0
    Driver: n/a
    Name: Intel(R) ICH9 Family PCI Express Root Port 2 - 2942
    Device ID: PCI\VEN_8086&DEV_2942&SUBSYS_1484103C&REV_03\3&214​36425&0&E1
    Driver: n/a
    Name: Intel(R) ICH9 Family USB Universal Host Controller - 2936
    Device ID: PCI\VEN_8086&DEV_2936&SUBSYS_1484103C&REV_03\3&214​36425&0&EA
    Driver: n/a
    Name: Realtek RTL8191SE 802.11b/g/n WiFi Adapter
    Device ID: PCI\VEN_10EC&DEV_8171&SUBSYS_1467103C&REV_10\4&403​42EF&0&00E0
    Driver: n/a
    Name: Intel(R) ICH9 Family PCI Express Root Port 1 - 2940
    Device ID: PCI\VEN_8086&DEV_2940&SUBSYS_1484103C&REV_03\3&214​36425&0&E0
    Driver: n/a
    Name: Intel(R) ICH9 Family USB Universal Host Controller - 2935
    Device ID: PCI\VEN_8086&DEV_2935&SUBSYS_1484103C&REV_03\3&214​36425&0&E9
    Driver: n/a
    Name: Realtek PCIe FE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8136&SUBSYS_1484103C&REV_02\4&B94​1D71&0&00E1
    Driver: n/a
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7600.16385
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7600.16385
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7600.16385
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7600.16385
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7600.16597
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    MainConcept (Muvee) MPEG Demultiplexer,0x00400001,1,2,muveempgdmx.ax,7.03.0​000.38002
    CyberLink Demultiplexer(HomeNetwork),0x00200000,1,0,CLDemuxe​r.ax,1.00.0000.4513
    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,15.04.3538.0513
    Record Queue,0x00200000,1,1,WLXVAFilt.dll,15.04.3538.0513
    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,15.04.3538.051​3
    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,15.04.3538.0​513
    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,15.04.3538.05​13
    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,15.04.3538.051​3
    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,15.04.3538.051​3
    CyberLink MPEG Video Encoder,0x00200000,1,1,P2GVidEnc.ax,6.00.0001.2226
    MainConcept (Nikon) Audio Converter,0x00200000,1,1,nikon_trans_audio_convert​er_ds.ax,8.08.0000.43579
    CyberLink MP3/WAV Wrapper,0x00200000,1,1,P2GMP3Wrap.ax,3.07.0000.131​4
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7600.16385
    CyberLink AudioCD Filter,0x00200000,0,1,P2GAudioCD.ax,5.00.0000.1321
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7600.1690​5
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7600.16385
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7600.1638​5
    Cyberlink Streamming Filter,0x00200000,0,1,CLStream.ax,1.01.0000.2902
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7600.16905
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7600.16905
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7​600.16724
    CyberLink Editing Service 3.0 (Source),0x00200000,0,2,P2GEdtKrn.dll,3.00.0000.29​11
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0​000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7600.16724
    CyberLink Digest Filter (PDVD8),0x00200000,2,2,DigestFilter.dll,1.00.0000.​3314
    MainConcept MPEG Splitter,0x001fffff,1,2,mcspmpeg.ax,1.01.4178.0000
    MainConcept MPEG Encoder,0x001fffff,2,1,mcesmpeg.ax,1.02.4178.0000
    MainConcept MPEG Video Encoder,0x001fffff,1,1,mcevmpeg.ax,1.02.4178.0000
    MainConcept MPEG Audio Encoder,0x001fffff,1,1,mceampeg.ax,1.02.4178.0000
    MainConcept MPEG Multiplexer,0x001fffff,1,1,mcmuxmpeg.ax,1.30.4178.​0000
    CyberLink HD/BD Mixer (PDVD8.0),0x00200000,1,2,CLHBMixer.ax,2.00.0000.21​17
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7600.​16724
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7600.1​6905
    CyberLink TimeStretch Filter (PDVD8),0x00200000,1,1,clauts.ax,1.00.0000.7907
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7600.16905
    CyberLink Demux (PDVD8),0x00200000,1,0,cldemuxer.ax,1.00.0000.7830
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905
    P2G Video Decoder,0x00200000,2,3,P2GVSD.ax,6.00.0000.2310
    MainConcept (Muvee) Stream Parser,0x00400001,1,2,muveempgdmx.ax,7.03.0000.380​02
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7600.16385
    Nikon Text Source Filter,0x00200000,0,1,NkmTextFilter.ax,1.02.0000.3​000
    CyberLink Video/SP Decoder (PDVD8),0x00602000,2,3,CLVsd.ax,8.04.0000.0901
    Nikon MOV Demultiplexer,0x00200001,1,2,NkmlMovDemux.ax,1.02.​0000.3000
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7600.1672​4
    MainConcept (Nikon) MJPG Video Decoder,0x005fffff,1,1,nikon_dec_mjpg_ds.ax,8.08.0​000.43579
    MainConcept (Nikon) MJPG Video Encoder,0x00200000,1,1,nikon_enc_mjpg_ds.ax,8.08.0​000.43579
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7600.16385
    MainConcept (Muvee Consumer) AVC/H.264 Video Decoder,0x00400001,1,2,muveestdavcvd.ax,7.05.0000.​38002
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7600.1672​4
    MediaWriter Filter,0x00200000,1,0,MediaWriter.ax,6.00.0063.114​51
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7600.16​385
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7600.16905
    CyberLink Video Regulator,0x00200000,1,1,P2GRGL.ax,2.00.0000.3328
    CyberLink DVD Navigator (PDVD8),0x00200000,0,3,CLNavX.ax,8.00.0000.3210
    P2G Audio Decoder,0x00200000,1,1,P2GAud.ax,6.01.0000.3601
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7600.16905
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7600.16385
    Cyberlink SubTitle Importor (PDVD8),0x00200000,2,1,CLSubTitle.ax,1.00.0000.651​9
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7600.16905
    CyberLink MPEG Splitter,0x00200000,1,2,CLSplter.ax,3.01.0000.3022
    CyberLink Video Effect,0x00200000,1,1,P2GVidFx.ax,1.00.0000.2030
    MainConcept (Muvee) AAC Decoder,0x00400001,1,1,muveedaac.ax,7.06.0000.3800​2
    MainConcept (Nikon) MP4 Multiplexer,0x00200000,1,1,nikon_mux_mp4_ds.ax,8.0​8.0000.43579
    muvee Music Analyser,0x00200000,1,0,mvmanalyse.ax,6.00.0061.11​248
    muvee Source Filter,0x00200000,0,1,muveeSource.ax,6.00.0063.114​51
    MainConcept (Nikon) MP4 Demultiplexer,0x00800101,1,2,nikon_demux_mp4_ds.ax​,8.08.0000.43579
    CyberLink Audio Noise Reduction,0x00200000,1,1,P2GAuNRWrapper.ax,2.00.00​00.1017
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7600.16​385
    CyberLink Load Image Filter,0x00200000,0,1,CLImage.ax,3.00.0000.2307
    CyberLink MPEG-2 Splitter,0x00200000,1,2,P2Gm2spliter.ax,2.04.0000.​2301
    CyberLink Audio VolumeBooster,0x00200000,1,1,P2GVB.ax,1.00.0000.10​08
    CyberLink MPEG-4 Splitter (PDVD8),0x00200000,1,2,clm4splt.ax,1.01.0000.1826
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7600.16905
    CyberLink Audio Wizard,0x00201010,1,1,CLAudWizard.ax,1.00.0000.441​4
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7600.16905
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7600.16724
    Cyberlink Dump Dispatch Filter,0x00200000,1,0,P2GDumpDispatch.ax,1.02.0001​.2412
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7600.16905
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7600.16905
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7600.16905
    QuickTime Encoder,0x00200000,1,0,QuickTimeSink.ax,6.00.0063.​11451
    CyberLink Audio Resampler,0x00200000,1,1,P2GAuRsmpl.ax,1.00.0000.2​625
    File Writer,0x00200000,1,0,WLXVAFilt.dll,15.04.3538.051​3
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7600.16385
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7600.16385
    CyberLink MPEG-1 Splitter,0x00200000,1,2,P2Gm1spliter.ax,2.04.0000.​2301
    Nikon MOV Multiplexor,0x00200000,2,1,NkmlMovMux.ax,1.02.0000​.3000
    MainConcept (Nikon) AAC Decoder,0x00800000,1,1,nikon_dec_aac_ds.ax,8.08.00​00.43579
    MES Video Source,0x00200000,0,1,MESVideoSource.ax,6.00.0063.​11451
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7600.1638​5
    File writer,0x00200000,1,0,qcap.dll,6.06.7600.16385
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7600.16385
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7600.16385
    Cyberlink File Reader (Async.),0x00200000,0,1,P2GReader.ax,3.00.0000.301​6
    CyberLink M2V Writer,0x00200000,1,0,P2GM2VWriter.ax,1.03.0000.20​17
    CyberLink Audio Decoder (PDVD8),0x00201000,1,1,Claud.ax,6.03.0000.2128
    Cyberlink Dump Filter,0x00200000,1,0,P2GDump.ax,3.00.0000.7122
    CyberLink Video Stabilizer,0x00200000,1,1,P2GVideoStabilizer.ax,1.​00.0000.1017
    muvee Video Analyser,0x00200000,1,0,mvvanalyse.ax,6.00.0061.11​248
    CyberLink PCM Wrapper,0x00200000,1,1,P2GPCMEnc.ax,1.01.0000.0321
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7600.16905
    MainConcept (Nikon) AAC Encoder,0x00100000,1,1,nikon_enc_aac_ds.ax,8.08.00​00.43579
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7600.16905
    mvAudioScope,0x00200000,1,0,mvAudioScope.ax,6.00.0​063.11451
    MainConcept (Muvee2) Layer II Audio Decoder,0x00400001,1,1,muvee2l2ad.ax,7.04.0000.347​13
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7600.16905
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    CyberLink Audio Spectrum Analyzer(HomeNetwork),0x00200000,1,1,CLAudSpa.ax,1​.00.0000.0924
    Nikon Image Source Filter,0x00200000,0,1,MediaDSFilter.dll,2.03.0001.​3000
    muvee Deinterlace Filter,0x00200000,1,1,mvDeInterlace.ax,6.00.0063.1​1451
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7600.16​385
    CyberLink AudioCD Filter (PDVD8),0x00600000,0,1,CLAudioCD.ax,5.00.0000.5316
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7600.16385
    CyberLink Push-Mode CLStream,0x00200000,0,1,CLStream(PushMode).ax,1.00​.0000.1627
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7600​.16724
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7600.16385
    MainConcept (Muvee) MPEG-2 Video Decoder,0x00400001,2,2,muveem2vd.ax,7.05.0000.3800​3
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7600.1​6385
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7600.16385
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7600.16867
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7600.1638​5
    CyberLink Tzan Filter (PDVD8),0x00200000,1,1,CLTzan.ax,3.05.0000.1928
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.760​0.16724
    muvee FileDump Filter,0x00200000,1,0,mvFileDump.ax,6.00.0063.1145​1
    CyberLink TimeStretch Filter (CES),0x00200000,1,1,P2Gauts.ax,1.00.0000.2212
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7600.16385
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7600.16905
    CyberLink TL MPEG Splitter,0x00200000,1,2,P2GTLMSplter.ax,3.02.0000.​2219
    MainConcept (Nikon) Sink Filter,0x00200000,1,0,nikon_render_fileindex_ds.ax​,8.08.0000.43579
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7600.1​6905
    CyberLink MPEG Muxer,0x00200000,2,1,P2GMpgMux.ax,5.01.0000.1723
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7600.16905
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7600.16905
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7600.16905
    MES Audio Source,0x00200000,0,1,MESAudioSource.ax,6.00.0063.​11451
    CyberLink Line21 Decoder (PDVD8),0x00200000,0,2,CLLine21.ax,4.00.0000.10309
    CyberLink Audio Decoder(PDVD8 UPnP),0x00200000,1,1,CLAud.ax,6.01.0000.3816
    MainConcept (Nikon) AVC/H.264 Video Decoder,0x00800001,1,2,nikon_dec_avc_ds.ax,8.08.00​00.43579
    CyberLink Audio Effect (PDVD8),0x00200000,1,1,CLAudFx.ax,6.00.0000.6525
    muvee media Type Filter,0x00200000,1,1,MediaTypeConvert.ax,6.00.006​3.11451
    QuickTime Source Filter,0x00200000,0,1,QuickTimeSource.dll,6.00.006​3.11451
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0​000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7600​.16724
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7600.16385
    muvee WAV Encoder,0x00200000,0,0,mvWavEncoder.ax,6.00.0063.1​1451
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7600.16905
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7600.16905
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7600.16905
    P2G Video Regulator,0x00200000,1,1,P2GResample.ax,2.05.0000.​1818
    MainConcept (Nikon) AVC/H.264 Video Encoder,0x00200000,2,1,nikon_enc_avc_ds.ax,8.08.00​00.43579
    P2G Audio Encoder,0x00200000,2,0,P2GAudEnc.ax,2.00.0000.4815
    CyberLink Audio Spectrum Analyzer (PDVD8),0x00200000,1,1,CLAudSpa.ax,1.00.0000.0924
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7600.16385
    CyberLink Video/SP Decoder(HomeNetwork),0x00200000,2,3,CLVSD.ax,6.01.​0000.0916
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7600.16385
    MainConcept (Muvee) MP4 Demultiplexer,0x00400001,1,2,muveemp4demux.ax,7.07​.0000.38002
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7600.16867
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7600.16905
    CyberLink MPEG Decoder,0x00200000,2,3,P2GMVD.ax,5.00.0000.0929
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7600.1638​5
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7600.16385
    MainConcept (Nikon) AVC/H.264 Video Encoder,0x00200000,2,1,nikon_enc_avc_ds.ax,8.08.00​00.43579
    MainConcept (Nikon) MJPG Video Encoder,0x00200000,1,1,nikon_enc_mjpg_ds.ax,8.08.0​000.43579
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7600.169​05
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7600.16385
    VP60® Simple Profile ,0x00200000,1,1,qcap.dll,6.06.7600.16385
    VP61® Advanced Profile,0x00200000,1,1,qcap.dll,6.06.7600.16385
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    MainConcept (Nikon) AAC Encoder,0x00100000,1,1,nikon_enc_aac_ds.ax,8.08.00​00.43579
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7600.16905
    PCM,0x00200000,1,1,quartz.dll,6.06.7600.16905
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7600.16905
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7600.16905
    Messenger Audio Codec,0x00200000,1,1,quartz.dll,6.06.7600.16905
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7600.16905
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7600.16905
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7600.16905
    Audio Capture Sources:
    Microphone (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7600.16385
    Stereo Mix (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7600.16385
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7600.16​724
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7600.16​724
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7600.16​724
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7600.16905
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7600.16905
    WDM Streaming Capture Devices:
    Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7600.16867
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7600.16867
    Video Capture Sources:
    CyberLink Web Camera Filter,0x00200000,0,1,YCWebCameraSource.ax,3.00.82​89.2201
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7600.16385
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7600.16867
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7600.16867
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7600.16​899
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7600.16​899
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7600.16899
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7600.16899
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7600.1638​5
    Audio Renderers:
    Speakers (Realtek High Definiti,0x00200000,1,0,quartz.dll,6.06.7600.16905
    CyberLink Audio Renderer (PDVD8),0x00200000,1,0,cladr.ax,7.00.0000.2111
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7600.16905
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7600.16905
    DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7600.16905
    EVR Power Information
    Current Setting: {651288E5-A7ED-4076-A96B-6CC62D848FE1} (Balanced)
    Quality Flags: 2576
    Enabled:
    Force throttling
    Allow half deinterlace
    Allow scaling
    Decode Power Usage: 100
    Balanced Flags: 1424
    Enabled:
    Force throttling
    Allow batching
    Force half deinterlace
    Force scaling
    Decode Power Usage: 50
    PowerFlags: 1424
    Enabled:
    Force throttling
    Allow batching
    Force half deinterlace
    Force scaling
    Decode Power Usage: 0

    @TheFamilyTech 
    Here is the driver page for your notebook which includes the HP customized drivers.
    Compaq Presario CQ62-219WM Notebook PC Drivers
    As you mentioned that the update utility was not working for you, try uninstalling the existing driver and use the one from here and see if it works for you.
    Intel 4 Series Express Chipset Family Graphics Driver
    Let me know how it goes.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Wifi very slow on Helix after fresh install of 8.1, do I need the Intel Wireless LAN "drivers"?

    I'm getting a few hundred kbps on downloads from MSFT's dev site, which typically are 1MB/sec for me on this Helix. Just did a fresh install, but am using stock Windows 8.1 wifi drivers. Do I need to install something specifically for Helix, like the Intel files?

    If there is a dedicated driver from the manufacturer for your hardware for your current OS, you should always choose that over the stock Windows drivers.
    Best thing for your Helix would be to run the Lenovo System Update to get your machine up to specs in the driver department.
    I always stick to the Lenovo issued drivers for my ThinkPads and stay far, far away from any Windows Update drivers. They are absolutely a no-no for me.
    ThinkPad W540 (20BG) - i7-4800MQ/24GB // ThinkPad T440s (20AQ) - i7-4600U/12GB
    ThinkPad T440p (20AW) - i7-4800MQ/16GB // ThinkPad Helix (3698-6EU) - i5-3337U/4GB
    ThinkPad W520 (4282-W4Q) - i7-2720QM/32GB // ThinkPad T400 (2767-W1C) - P9500/8GB
    ThinkPad T61 (7665-CTO) - T7700/4GB // ThinkPad T60p (8741-C2G) - T7400/4GB

Maybe you are looking for