Windows Activation Issues (Windows Vista, Windows 7, Server ’08)

Sunday, 25. March 2012

Problem: On Windows Vista or Windows 7, or Server 2008 (XP activation could very well have the same bug) After I try and activate Windows, I receive the error code “8007232b” and the error message “DNS name does not exist.”
(Variations on message might also include: “Key management services (KMS) host could not be located in domain name system (DNS), please have your system administrator verify that a KMS is published correctly in DNS. “)

Cause: According to Microsoft, users who downloaded these operating systems from the MSDN/Technet are using the product under volume licensing, which requires KMS on your domain — a domain you likely do not have in the first place, with a service you probably wouldn’t be running in a home installation — though this issue could easily affect the commercial world as well.
Microsoft words it like this: “If you use MSDN, TechNet, or MAPs, you probably have volume-licensed media and were supplied a Multiple Activation Key (MAK).”

Solution: Open Command Prompt as an administrator
(Press Start, type CMD, right-click CMD and click “Run as Administrator” — a UAC prompt may ask you to verify this action.)

Type the command:
slmgr -ipk product-key-here
(where “product-key-here”, type the product key you received from the MSDN/Technet WITH dashes.)
Example: slmgr -ipk FGX5-AFDA8-85ASD-5ADF5-FDA5
(That product key is fake)

Press ENTER after typing the command, and wait for a box to prompt that the action has completed (takes 10-15 seconds in most cases).

Run the activation wizard again (Right click “Computer” from the start menu, click “Properties”, and scroll down to the bottom of the properties window to “Windows Activation”

 

Sources:
Direct from Microsoft (contains two other solutions you can try if this fails)
http://support.microsoft.com/kb/929826

Technet Forums:
http://social.technet.microsoft.com/Forums/en/winservergen/thread/3d1e007e-a5b0-453a-b92c-17696b93dfc2

 

If you use MSDN, TechNet, or MAPs, you probably have volume-licensed media and were supplied a Multiple Activation Key (MAK).

Enhanced by Zemanta

WiFi fails to work properly in Fedora with Dell E1505 or Broadcom BCM4311

Wednesday, 22. June 2011

Problem: WiFi in Fedora 15 is not working very well or with limited functionality with a Broadcom BCM4311 wireless device, or a Dell E1505 laptop (which uses a BCM4311 wireless card).The wireless may work for a period of time, but eventually cuts out and refuses to connect until you either restart the computer, or disable and re-enable the wireless card.

Cause: Fedora selects the wrong driver for this particular card automatically.

Solution: Install the alternative driver.

Tip: To make this process faster, make sure Fedora is up-to-date BEFORE following these instructions.

To begin: Make sure you have access to a wired connection (ethernet connection). Partly through the process of changing the driver, you will not be able to use WiFi and it will become completely inaccessible.

First, double-check that your card is in-fact BCM4311. Open a new terminal window, and run the command

lspci

(You may need to be root to run this command).

The results should include something that looks like this:
0b:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
^^This first series of numbers may be different on your computer.

If you have a BCM4311, proceed. If this is not your card, do not follow these directions.

Make sure you are connected to the Internet.
Open a new terminal window, and run:

su
yum install akmod-wl

This will install the akmod-w1 driver. After the installation finishes, reboot your computer.
Once you have logged in again, you will have lost access to your wireless. This is because akmod-w1 installs a kernel that breaks wireless on Dell systems. We need to update the kernel in order to access wireless again.

Open the Software Update utility in Fedora. (Press the Windows/Super key and type “Software Update” to access this program).

The update for the kernel should appear. Install the update, and restart again.

The WiFi should now work.

For more information, check out this forum post:
http://forums.fedoraforum.org/showthread.php?p=1487122
This post contains other drivers you can also try.

 

Enhanced by Zemanta

Ubuntu 11.04 BETA I fails to use Broadcom wireless card

Thursday, 14. April 2011

Description: Ubuntu 11.04 BETA I seems to not detect or acknowledge the presence of any wifi card, wifi is not listed on the wireless menu, and ifconfig/iwconfig do not list a wlan device. Commands such as   rfkill list  show the device, but as blocked.
WiFi light will not turn on with key command, either.

Problem: Once again, the Ubuntu team has provided incorrect default drivers for Broadcom devices. These directions will only help you to  gain some functionality from your wifi device. The wifi may not work to its full potential.

Solution: Navigate to Additional Drivers. To get here from Ubuntu 11.04, click on the power button on the desktop in the upper right hand corner, and click “System Settings”. Locate “Additional Drivers” under the Hardware category.

Remove/deactivate the Broadcom STA Wireless driver. Restart the computer.

Log in, and open a terminal. Then run:

sudo apt-get install firmware-b43-installer

Restart the computer again.

You should notice that your WiFi light has turned on.Wireless can not be enabled and disabled from the Network menu (next to the system clock).

 

A note: Usability of the card may be poor due to having “sketchy” drivers installed. The particular driver installed will work for most Broadcom cards, but may not offer the full features your card may typically have.

 

Please comment and share how well this worked for you (if at all) and any other solutions you may come across.