Fix The Blue Screen Of Death On Your Pc
Monday, March 2, 2015
Blue Screen of Death BSOD on Windows 8 1 with WiFi Adapter Intel 4965AGN DRIVER IRQL NOT LESS OR EQUAL in netwlv64 sys
Since the update wo Windows 8.1 Im getting random BSOD reporting theres an issue with DRIVER_IRQL_NOT_LESS_OR_EQUAL in netwlv64.sys.
How-I-fixed-it:
In the thread
https://communities.intel.com/message/207413#207413
theres a suggestion to use the driver NETw4v64.sys version 11.0.5.32:
http://support.toshiba.ca/support/isg/drivers/common/vista/Intel%20Wireless%20Driver-11.5.0.32.zip
Did this on Dec 4th and there were no BSOD so far :-)
Also here they suggest to use older drivers:
https://communities.intel.com/community/feeds/messages?thread=31441
Heres a little update:
Although the driver works fine without any crashes so far, it stopped me from being able to Internet Connection Sharing with my Nokia Lumia 920 because the driver does not support the FIPS profile!
Threads on this issue in other boards:
http://answers.microsoft.com/en-us/windows/forum/windows8_1-hardware/windows-81-bsod-netwlv64sys/158a8406-2a39-4026-858b-d7338ef22d78?page=3&tm=1383332760852#LastReply
http://www.drwindows.de/windows-8-allgemein/68361-bluescreen-driver-irql-not-less-or-equal-print.html
https://communities.intel.com/thread/45172
http://answers.microsoft.com/en-us/windows/forum/windows8_1-hardware/windows-81-wlan-not-working-after-sleep/51921f8e-8d25-458f-8a57-f2ae90f3a71d
http://www.winx-tipps.de/community/windows-8/system-bluescreen-driver-irql-not-less-or-equal-netwlv64-sys/
http://answers.microsoft.com/en-us/windows/forum/windows8_1-hardware/windows-81-bsod-netwlv64sys/158a8406-2a39-4026-858b-d7338ef22d78
There are many people out on the net reporting issues with this adpater unter Windows 8.1, like I already wrote in a previous post:
http://how-i-fixed-it.blogspot.de/2013/10/wifi-authentication-issuesfailed-after.html
Any suggestions welcome, how to fix the issues, which driver to use etc....
Read more »
How-I-fixed-it:
In the thread
https://communities.intel.com/message/207413#207413
theres a suggestion to use the driver NETw4v64.sys version 11.0.5.32:
http://support.toshiba.ca/support/isg/drivers/common/vista/Intel%20Wireless%20Driver-11.5.0.32.zip
Did this on Dec 4th and there were no BSOD so far :-)
Also here they suggest to use older drivers:
https://communities.intel.com/community/feeds/messages?thread=31441
Heres a little update:
Although the driver works fine without any crashes so far, it stopped me from being able to Internet Connection Sharing with my Nokia Lumia 920 because the driver does not support the FIPS profile!
Threads on this issue in other boards:
http://answers.microsoft.com/en-us/windows/forum/windows8_1-hardware/windows-81-bsod-netwlv64sys/158a8406-2a39-4026-858b-d7338ef22d78?page=3&tm=1383332760852#LastReply
http://www.drwindows.de/windows-8-allgemein/68361-bluescreen-driver-irql-not-less-or-equal-print.html
https://communities.intel.com/thread/45172
http://answers.microsoft.com/en-us/windows/forum/windows8_1-hardware/windows-81-wlan-not-working-after-sleep/51921f8e-8d25-458f-8a57-f2ae90f3a71d
http://www.winx-tipps.de/community/windows-8/system-bluescreen-driver-irql-not-less-or-equal-netwlv64-sys/
http://answers.microsoft.com/en-us/windows/forum/windows8_1-hardware/windows-81-bsod-netwlv64sys/158a8406-2a39-4026-858b-d7338ef22d78
There are many people out on the net reporting issues with this adpater unter Windows 8.1, like I already wrote in a previous post:
http://how-i-fixed-it.blogspot.de/2013/10/wifi-authentication-issuesfailed-after.html
Any suggestions welcome, how to fix the issues, which driver to use etc....
Blender 2 6 How to animate object rotation without adding a path
I was wondering how i can animate an object in Blender 2.6 to rotate 360° in 10 Frames without adding a path.
How-i-fixed-it:
I found the right hints here:
http://cgcookie.com/blender/2010/12/30/tip-creating-a-360-degree-turntable-animation/
1. Move to the framenumber, you want the animation to start. Select the object, set the start rotation angle in the object properties. Right click on the rotation value textbox and select "Insert Keyframe".
2. Move to the framenumber, you want the animation to end. Select the object, set the end rotation angle in the object properties. Right click on the Rotation value textbox and select "Insert Keyframe".
Thats it.
Read more »
How-i-fixed-it:
I found the right hints here:
http://cgcookie.com/blender/2010/12/30/tip-creating-a-360-degree-turntable-animation/
1. Move to the framenumber, you want the animation to start. Select the object, set the start rotation angle in the object properties. Right click on the rotation value textbox and select "Insert Keyframe".
2. Move to the framenumber, you want the animation to end. Select the object, set the end rotation angle in the object properties. Right click on the Rotation value textbox and select "Insert Keyframe".
Thats it.
IIS8 Website web config HTTP Error 500 19 Internal Server Error There is a duplicate system web extensions scripting scriptResourceHandler section defined
Today i copied a working website from IIS7 to IIS8. I created a new AppPool and WebApplication for it. The ApplicationPool was configured to use .NET4.0
Testing the Website, i received the following error:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
There is a duplicate system.web.extensions/scripting/scriptResourceHandler
Config Source:
4:
5:
6:
How-i-fixed-it:
I found some useful hints here: http://www.devexpress.com/Support/Center/Question/Details/Q458935
and here:
http://www.britishdeveloper.co.uk/2010/03/there-is-duplicate-systemwebextensionss.html
I upgraded the WebProject to VisualStudio 2012. In the project properties i set the target Framework to .NET 4.5 and did a clean build.
I copied the new build to the WebApplication physical directory and it worked again.
Read more »
Testing the Website, i received the following error:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
There is a duplicate system.web.extensions/scripting/scriptResourceHandler
Config Source:
4:
5:
6:
How-i-fixed-it:
I found some useful hints here: http://www.devexpress.com/Support/Center/Question/Details/Q458935
and here:
http://www.britishdeveloper.co.uk/2010/03/there-is-duplicate-systemwebextensionss.html
I upgraded the WebProject to VisualStudio 2012. In the project properties i set the target Framework to .NET 4.5 and did a clean build.
I copied the new build to the WebApplication physical directory and it worked again.
Computer Laptop Tablet Smartphone does not connect to AVM FritzBox WLAN WiFi Repeater It always connects to WiFi Router with slow speed because of different passwords
I set up a AVN FritzBox 7272 to act as repeater for the WiFi of my AVM FirtzBox 7330 Router. The base router showed the repeater as connected. But my devices did not automatically Switch their WiFi to the repeater but stayed connected to the base at very low speed.
How-I-fixed-it:
I found out, that in the WiFi security settings of the repeater my network had a different password than the base WiFi. Setting it to the same Password as on the base box, devices now connected to the fastet Connection available.
German/Deutsch:
FritzBox als Repeater eingerichtet, aber Geräte verbinden sich nur mit langsamer Basisstation.
Ich habe eine Fritz!Box 7272 als WLAN Repeater für das WiFi meiner Fritz!Box 7330 eingerichtet, aber meine Geräte bleiben immer mit der Basisstation verbunden, obwohl der signalstärkere Repeater in der Nähe ist.
How-I-fixed-it:
Die Lösung habe ich hier gefunden:
http://avm.de/nc/service/fritzbox/fritzbox-7270/wissensdatenbank/publication/show/1192_WLAN-Reichweite-der-FRITZ-Box-mit-einem-Repeater-vergroessern/
Die WLANs in Basis und Repeater müssen die gleiche SSID, den gleichen Funkkanal und das gleiche WLAN-Passwort haben. Dann verbinden sich die Geräte automatisch mit der signalstärksten Station.
Read more »
How-I-fixed-it:
I found out, that in the WiFi security settings of the repeater my network had a different password than the base WiFi. Setting it to the same Password as on the base box, devices now connected to the fastet Connection available.
German/Deutsch:
FritzBox als Repeater eingerichtet, aber Geräte verbinden sich nur mit langsamer Basisstation.
Ich habe eine Fritz!Box 7272 als WLAN Repeater für das WiFi meiner Fritz!Box 7330 eingerichtet, aber meine Geräte bleiben immer mit der Basisstation verbunden, obwohl der signalstärkere Repeater in der Nähe ist.
How-I-fixed-it:
Die Lösung habe ich hier gefunden:
http://avm.de/nc/service/fritzbox/fritzbox-7270/wissensdatenbank/publication/show/1192_WLAN-Reichweite-der-FRITZ-Box-mit-einem-Repeater-vergroessern/
Die WLANs in Basis und Repeater müssen die gleiche SSID, den gleichen Funkkanal und das gleiche WLAN-Passwort haben. Dann verbinden sich die Geräte automatisch mit der signalstärksten Station.
Sharepoint 2010 Email alert failure
So they say, always check the simple things first before you tear everything else apart.
Well, I forgot that rule and was going nuts trying to figure out why my Sharepoint 2010 alerts were no longer working after I upgraded from Sharepoint 2007.
When I created the alerts, I was getting the confirmation email, but the alerts were not working.
I have two servers, a SQL server and a web front end. My SQL server has reporting services installed but not integrated with sharepoint since that was giving me problems (more on that in the future).
I double and triple checked the timer jobs on the two servers that I had and everything looked fine. I ran all the scripts in Powershell to make sure that the hostname of my sharepoint web front end was changed on the migrated alerts, and I found that even new alerts didnt work.
Turn out my problem was that Exchange was set to allow SMTP from my web front end, but not the SQL server. During installation, the installer told me I needed to install Sharepoint on the SQL server even though at Techmentor and the Sharepoint 2011 conference the speakers said not to.
So the first time I created an alert from SQL Reporting services on my database server, Reporting services was nice enough to give me a clear error message right on the webpage.
I needed to add my SQL server to the Exchange Server so it would be allowed to send out emails!
It looks like the alert confirmation comes out of the web front end and the alerts themselves come from the backed, in my case the SQL server.
Solution: Make sure your Exchange server is allowing all your sharepoint servers to send emails!
Read more »
Well, I forgot that rule and was going nuts trying to figure out why my Sharepoint 2010 alerts were no longer working after I upgraded from Sharepoint 2007.
When I created the alerts, I was getting the confirmation email, but the alerts were not working.
I have two servers, a SQL server and a web front end. My SQL server has reporting services installed but not integrated with sharepoint since that was giving me problems (more on that in the future).
I double and triple checked the timer jobs on the two servers that I had and everything looked fine. I ran all the scripts in Powershell to make sure that the hostname of my sharepoint web front end was changed on the migrated alerts, and I found that even new alerts didnt work.
Turn out my problem was that Exchange was set to allow SMTP from my web front end, but not the SQL server. During installation, the installer told me I needed to install Sharepoint on the SQL server even though at Techmentor and the Sharepoint 2011 conference the speakers said not to.
So the first time I created an alert from SQL Reporting services on my database server, Reporting services was nice enough to give me a clear error message right on the webpage.
I needed to add my SQL server to the Exchange Server so it would be allowed to send out emails!
It looks like the alert confirmation comes out of the web front end and the alerts themselves come from the backed, in my case the SQL server.
Solution: Make sure your Exchange server is allowing all your sharepoint servers to send emails!
Microsoft Software Assurance Fulfillment Media
To order Microsoft Software Assurance Fulfillment Media use these contacts:
Microsoft Licensing Fulfillment (MLF)
(800) 248-0655
(800) 554-8281 (fax)
There is no online way that I can find to order upgrade CDs from Microsoft.
I use eOpen and there is no link from there to order media like there is for the Select licensing program. (Why not?)
You can order Volume license Media for $27/per CD.
You will need your Authorization Number.
They are usually shipped next day air via DHL.
Read more »
Microsoft Licensing Fulfillment (MLF)
(800) 248-0655
(800) 554-8281 (fax)
There is no online way that I can find to order upgrade CDs from Microsoft.
I use eOpen and there is no link from there to order media like there is for the Select licensing program. (Why not?)
You can order Volume license Media for $27/per CD.
You will need your Authorization Number.
They are usually shipped next day air via DHL.
Labels:
assurance,
fulfillment,
media,
microsoft,
software
Visual Studio 2010 wont start after uninstall NET Framework 4 5 Unknwon error
I did some tests with .NET-Framework 4.5 on my computer. After uninstalling it, i recognized, my Visual Studio 2010 does not start any more. It shown an "Unkonwn error" message box at startup an then closes again.
How-I-fixed-it:
I found out, that uninstalling .NET 4.5 also uninstall .NET Framework 4. I re-installed .NET 4 from http://www.microsoft.com/de-de/download/details.aspx?id=17718 and Visual Studio was working fine.
I found the right hints here:
http://chanmingman.wordpress.com/2012/05/10/unknown-error-to-prevent-vs-2010-from-start-after-uninstall-vs-11-beta/
Read more »
How-I-fixed-it:
I found out, that uninstalling .NET 4.5 also uninstall .NET Framework 4. I re-installed .NET 4 from http://www.microsoft.com/de-de/download/details.aspx?id=17718 and Visual Studio was working fine.
I found the right hints here:
http://chanmingman.wordpress.com/2012/05/10/unknown-error-to-prevent-vs-2010-from-start-after-uninstall-vs-11-beta/
Subscribe to:
Posts (Atom)