Skip to main content

Posts

kdbsync.exe Crash Error - Solutions to fix the problem

kdbsync The problem will be also detected by Gpu-Z (opencl64 bug). Workaround (not suggested) We can remove the registry key so that it will not try to start at all 32 bit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\AMD AVT 64 bit HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run\AMD  AVT  -possible value in the registry- Cmd.exe /c start "AMD Accelerated Video Transcoding device initialization" /min "C:\Program Files (x86)\AMD AVT\bin\kdbsync.exe" aml This solution will not give you a set of features (as for the name "Accelerated Video Transcoding") but you will not notice the difference from before. Solution Reinstall the AVT and OpenCL. Remember to close GPU-Z and any other application that can use OpenCL. Sample path for the already installed drivers. It could also be within X:\ATI\... (AVT) C:\AMD\Support\12-10_vista_win7_win8_64_dd_ccc_whql_net4\Packages\Apps\AVT64\AVT64.msi ...

WIFI USB Dongle Drivers for RTL8182C, RTL8182CU, RTL8192C, RTL8192CU, RTL8188CU

WIFI USB Dongle Drivers for RTL8182C, RTL8182CU, RTL8192C, RTL8192CU, etc The companies of the device can be Asus, Sitecom, Edimax, abocom, Amigo, Hercules, DLink, Belking, Zyxel, trendnet, feixun. Working with Windows XP, Windows Vista 32bit (windows server 2008, Windows Vista 64bit (windows server 2008), Windows 7 32bit, Windows 7 64bit. Download here the drivers USB\VID_0BDA&PID_8176&REV_0200 netrtwlanu.inf sample %RTL8188cu.DeviceDesc% = RTL8192cu.ndi, USB\VID_0BDA&PID_8176        ; RTK 88CU board for B/G/N      %RTL8188cu.DeviceDesc% = RTL8192cu.ndi, USB\VID_0BFF&PID_8160        ; RTK 88CU board for B/G/N      %RTL8188cu.DeviceDesc% = RTL8192cu.ndi, USB\VID_0BDA&PID_8176&REV_0200&SS                      ...

ban Asian ip addresses. Ban chinese spammers with htaccess

After receiving tons of spam on a few websites I've decided to ban the whole apnic addresses Since I've not found anything to ban the whole APNIC I've searched for the assigned classes that they manage. How to ban chinese spammers. P.S. I've added a few LACNIC (last update 2012-11-16) Download here the file or just add the content in a .htaccess file and the spam from the Asia should be gone. Put the .htaccess in the main (or any other) folder of your website. You can use the same approach to ban any other ipv4 address space. __________.htaccess____________ #list retrieved from #http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.txt #Banning APNIC deny from 1.0.0.0/8 deny from 14.0.0.0/8 deny from 27.0.0.0/8 deny from 36.0.0.0/8 deny from 39.0.0.0/8 deny from 42.0.0.0/8 deny from 43.0.0.0/8 deny from 49.0.0.0/8 deny from 58.0.0.0/8 deny from 59.0.0.0/8 deny from 60.0.0.0/8 deny from 61.0.0.0/8 deny from 101.0.0.0/8 deny f...

[Solved] Irfanview "disk is full" error

While using the batch processing of Irfanview you can encounter this error: "disk is full". The error happens when you've set to overwrite thre previous files (advanced conversion settings) and they are *locked*. Check if the file can be written by your Windows User, check that the file is not read only, check if the file is not locked by another process. ______________________Remove read only____________________ Right-click on the file. Click on Properties. Click on General tab, clear the Read-only check box, and then click OK (confirm also to apply to all the subfolders. ___________________________________

AMD PCNET Family PCI Ethernet Adapter - Windows XP, 2003 Drivers

It could happen that you cannot find the drivers ( AMD PCNET Family PCI Ethernet Adapter - not installed) of the ethernet (nic) adapter that is used in  virtualbox .  PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40\3&267A616A&0&18 I've found also this link https://www.virtualbox.org/ticket/3411 but I was unable to see a working download. Since the links to the amd websites are failing and it seems that they canno be found website I'm adding a new link. Here you can download the  Drivers AMD PCNET for Virtualbox They have been tested with Windows XP 32bit  and Virtualbox 4.2.0 r80737 . After a bit of time I've tested them with Windows 7 pro 32bit (a slim version) and they work. They also work on Windows 2003 R2 (thanks to David Acosta). If you have a direct link to the AMD website or any other good information just add it in the comments.