Install modified Logitech QuickCam Express / Go / Chat in Windows 7 / 8 / 10 (32bit, 64bit, x86, x86_64, amd64) without driver signature

How to install an old Logitech QuickCam Express in Windows 10, 64Bit (January 2021) ELCH2 plattform Logitech V-UAP9Logitech QuickCam ExpressUSB 046D Logitech, Inc. 0928 QuickCam ExpressELCH2 Chip Trouble installing patched/unsigned Windows 10 (Version January 2021) drivers – “The hash for the file is not present …” The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering. Select the “Start” button.Type “startup”.Select “Change advanced startup settings“.Select “Restart now” under the “Advanced startup” area.Select “Troubleshoot“.Select “Advanced Options“.Select “Startup Options“.Select “Restart“.Press “7” on your keyboard to choose “Disable driver signing…

0 Comments

EyeTV with OSCAM and eyetvCamd (supports libusb, smartreader, smargo, USB, SSL, OS X 10.11.x, 64Bit) A Mac OS X Oscam server with USB support for external readers

OSCam with ssl, libusb support - os x changed its ssl library support - libusb must be installed for external usb cardreader support 1. I recommend "brew" to install openssl 1.1. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 1.2. brew install openssl 1.3. this will install openssl to /usr/local/Cellar/openssl/xxx/ 1.4. as oscam will look for openssl in /usr/local/include and /usr/local/lib you are welcome to link or copy it there manually 2. download libusb from here http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2 2.1 configure, make, make install it 3. build oscam with ssl and usb support 3.1. get scam sources here: svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn I recommend to checkout…

4 Comments

Smartcard Reader Library for Atmel32u4 and Arduino (ISO-7816) Protocol T1 T=1

Info: For those of you who are interested in building their own Arduino based smart card reader/writer interface with the commonly used T=1 protocol (see ISO-7816). - See the hardware sketch in order to get a feeling for the hardware setup! - Feel free to look at the Example.cpp to get into to my library with "ease"! -  If you want to use a cpu timer as external clock, see the following: /* * See Atmel32u4 - Specification at Page 90ff * Frequency = Clock / (2 * N * (1 + OCR1A)) * N = Prescaler Factor: 1,8,64,256,1024 * * 8Mhz: * Frequency =…

1 Comment

Mac OS: Nvidia WebDriver GTX 750 and GTX9xx – Update Problems

[Do not copy and paste] Remember: always replace the following system version strings with your specific ones. Remember: you can force the default OS X display driver to load by adding nv_disable=1 to your boot flags   If you are using CLOVER keep in mind that you are loading the Nvidia driver by adding nvda_drv=1 to your boot flags. This results in the fact the Nvidia menu always show up OS X Default driver but is running the Nvidia webdriver: But if you exec: kextstat | grep web you will see something like the following (if  you are successfully running Nvidia's web driver) 112 2 0xffffff7f8261b000 0x2d7000…

0 Comments

Mac OS: AGPM Editing with a sleeping GPU and AppleGraphicsPowerManagement.kext

OS X 8.X: 1. Backup /System/Library/Extensions/AppleGraphicsPowerManagement.kext 2. "Right click" on AppleGraphicsPowerManagement.kext and select "Show Package Contents" 3. Open Contents folder and Info.plist 4. Locate a line according to your SMBios.plist entry (for example MacPro5,1) in the Info.plist: </dict> <key>MacPro5,1</key> <dict> <key>Threshold_High</key> <array> <integer>55</integer> <integer>75</integer> <integer>99</integer> <integer>100</integer> </array> <key>Threshold_Low</key> <array> <integer>0</integer> <integer>87</integer> <integer>87</integer> <integer>87</integer> </array> 5. Change it to (for example): <key>Threshold_High</key> <array> <integer>0</integer> <integer>45</integer> <integer>75</integer> <integer>100</integer> </array> <key>Threshold_Low</key> <array> <integer>0</integer> <integer>85</integer> <integer>99</integer> <integer>100</integer> </array> 6. Save Explanation: The problem happens because the GPU stays at its lowest G-state (lowest performance for energy saving). G-states are defined in keys Threshold_High and…

0 Comments

Mac OS: Get your NVidia GPU Device Rom and build EFI-String com.apple.boot.plist or DSDT/ACPI Interface

The following is already extracted an demonstrates several ROMs for a GX-X58A-UD3R Board and NVidia GPUs Necessary Tools: Download_gfxutil GA-X58A-UD3R ############# NVCAP VALUE is plist editor conform MEM VALUES IS DASHBOARD CONFORM NVIDIA210 512MB: MEM: 0x20000000 DevicePath = PciRoot(0x1)/Pci(0x3,0x0)/Pci(0x0,0x0) NVCAP: 0400000000000300080000000000000700000000 Download HEX  Download PLIST  Download ROM NVIDIA220 1024MB: MEM: 0x40000000 DevicePath = PciRoot(0x1)/Pci(0x5,0x0)/Pci(0x0,0x0) NVCAP: 0400000000000300040000000000000700000000 Download HEX  Download PLIST  Download ROM NVIDIA8600 512MB: DevicePath = PciRoot(0x1)/Pci(0x7,0x0)/Pci(0x0,0x0) MEM: 0x20000000 NVCAP: 0400000000000300040000000000000700000000 Download HEX  Download PLIST  Download ROM NVIDIA9800 512MB: MEM: 0x20000000 NVCAP: 0400000000000300080000000000000700000000 Download HEX  Download PLIST  Download ROM NVIDIAGTX480 1536MB: NVCAP: 0400000000000300000000000000000700000000 Download HEX  Download PLIST  Download ROM PCIBUS (The following shows us that Gigabyte needs to get…

1 Comment