MySpace


Pádraig

Paddy Jameson


Last Updated: 11/10/2009

Send Message
Instant Message
Email to a Friend
Subscribe

Gender: Male
Status: Single
Age: 40
Sign: Virgo

Country: BS
Signup Date: 2/19/2007

Who Gives Kudos:


Thursday, February 21, 2008 

Current mood:  sneezy
Category: Web, HTML, Tech
I've a bit of a cold today, so I'm not up to much other than sitting down looking at this new computer that I have. I'm not terribly happy with myself over the decision to buy it. Hopefully that will change.

The idea is to get away from the code programming and get with the beats, so it is more than bizarre that I find myself doing this today, especially as the last piece of hardware I care about on the laptop is the Wireless.
Well, I suppose in a way I like knowing that orange means off. Gimme a cable and spare me the radiation any day.

I got those WLAN blues…..!

This entry refers to getting the WLAN light to go blue when you enable the Wireless and turn the WLAN switch to the on position a HP Pavilion dv6770se Laptop. It may work for other Laptops and probably will work for the HP Pavilion dv6000 series.

The mini-PCI in the dv6770se, as far as I can make out, is an "Atheros AR5007EG"
The PCI Device ID in my Machine is PCI/VEN_168C&DEV_001C&SUBSYS_137A103C
The Vista Driver that comes with it also lists a PCI/VEN_168C&DEV_001C&SUBSYS_137B103C

I am currently using the ar5416.sys driver file, but i've also used the file ar5211.sys and they both work.
I have more than 5 different versions of Atheros Drivers that I downloaded, the last one that I installed was from a file called Atheros AR50006x Wireless_XP.zip and I don't remember where I downloaded that from, but I presume it was from a link on the HP forums.

-------------------------------------------------------------------------------------------------------------------------
I figured this out today after my imagination was sparked a little while thinking about some
posts about modifying .inf files on the HP forums to try and get the Hermosa Sound Card working.

I had a look at the netathr.inf file that is present in the preinstalled vista partition under /SWSETUP/Drivers/WLAN

That file only refers to two varieties of the card, so it's a pretty clean, easy to read .inf file.
I decided to have a go a deciphering .inf files. It's amazing really, more than 15 years using windoze and I've never actually done this!

I notice, in the section

[ATHR_DEV_001C.ndi.NTX86]

AddReg = atheros.reg, ledcontrol.reg

ledcontrol.reg eh? Sounds interesting, let us have a look at that section…

[ledcontrol.reg]
HKR, , gpioPinFunc0, 0x00002, "3"
HKR, , gpioFunc0ActHi, 0x00002, "0"

Ok, now i like the sound of that, pin functions sounds like it's what i'm looking for, but where do those registry entries go? What is HKR, , ? Let's have a look around….

In the section [atheros.reg], I find the line
HKR, Ndi..Interfaces, UpperRange, 0, "ndis5"

And a quick search through the registry leads me to HKLM/SYSTEM/CurrentControlSet/Control/Class/{4D36E972-E325-11CE-BFC1-08002bE10318}/0021/Ndi/Interfaces

Now this will most likely vary on your machine, but the best thing to do is a search under HKLM/SYSTEM/CurrentControlSet/Control for "Atheros" and that should pretty quickly lead you to the right section.

I would say at this point that if you are not familiar with editing the registry or if you are a bit clumsy with the delete button and you don't know what rm –rf / means, then you shouldn't make sandwiches after handling solder or install Unix utilities or your windows system and you probably shouldn't worry about your little amberblue light either. I would say that, but then you wouldn't learn anything, and you want to learn something, right?

So let us deduce that that those gpioPinFunc0 and gpioFunc0ActHi keys go in the "root" of the 0021 entry. And that's exactly where I put them. Nothing like trying.. I did ponder for a while over whether they might be Binary DWORD or String Values, then I just added them as string values, restarted the card and wow, the light went blue. (johnsmith127 has since posted over on the HP Forum suggesting they be DWORD Values)

Now a note about rebooting and restarting. It's really not necessary to do this quite as much as is generally recommended on the internet, unless you have a bad coffee habit. Windows and desktop as opposed to server Linux has promoted this rebooting craze. Simply disabling and re-enabling the card in device manager will suffice.

I used to run linux servers built pretty much from stratch and I smile wryly when I see these HOWTOs suggesting a reboot when a simple "kill –HUP xxx" or even a "rmmod xxxx" follwed by "modprobe xxx" would suffice, and be a lot easier than explaining to the entire office why the network had gone down.

I've spent enough of my life watching PC's reboot, and you know what,
so have you! ....Now I'm ranting… happy blue lights.

I wonder does the same magic work on this oh so not hermosa sound card.....




I'M A DADDY!!!
Shane Salter

 
This says absolutely nothing. There is nothing here that helps and does not say "EXACTLY" where I need to go to do all of this. You should be alot more specific.
 
Posted by I'M A DADDY!!! on Monday, June 30, 2008 - 2:44 PM
[Reply to this
De

 
You go to start... Run... type in regedit... If you have the c762nr then follow Brady through the rest
 
Posted by De on Saturday, January 24, 2009 - 1:58 AM
[Reply to this
Pádraig
Paddy Jameson

 
I protest, it states very clearly and exactly that you do not need to reboot your computer unless you have a bad coffee habit. You should ask me for a phone number where you can call me, arrange to prepay me via paypal to walk you through how to get your blue light on. I will then gladly use the money to buy a new guitar on which I will write a song about arrogant people.
 
Posted by Pádraig on Sunday, July 20, 2008 - 11:13 PM
[Reply to this
Brady
Brady Vitrano

 
Thanks, this worked for me. I have a C762NR. I just added the two REG_DWORDs to my Atheros control.

My directory was different from yours as you noted but for others that are trying. Here is where I added the two REG_DWORDS:

My Computer/HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Class/{4D36E972-E325-11CE-BFC1-08002bE10318}/0010

Note: You have to add two new REG_DWORDS the first is
gpioPinFunc0
Set the value to 3
The Second is
gpioFunc0ActHi
Set this value to 0

And as the blog says disable your network card and reenable it and your blue light should come on.

Good job!
 
Posted by Brady on Tuesday, July 01, 2008 - 5:19 PM
[Reply to this
grandpa

 
tnx for all this, edit the reg, button is working but no light.
using CQ60-204ED someone any idea?
 
Posted by grandpa on Sunday, March 08, 2009 - 11:02 AM
[Reply to this
De

 
Thanks Brady! I got that blue light!
 
Posted by De on Saturday, January 24, 2009 - 1:56 AM
[Reply to this
William

 
I have saved the Regedit key if some one needs it they can reach my email please i will send it to them God bless you for your work on the key i just want to make it easier for the next person to get the Blue light led for wireless. Godstand2@hotmail.com subject: DOWNGRADE HPDV6747
Thanks!!
YICJ,
William V.Brown
 
Posted by William on Monday, July 14, 2008 - 6:38 PM
[Reply to this
SR Meyn
Erich Meyn

 
WOOOOOOOOOOOOOOOOOOOOO....

Got the damn thing to turn blue yay... (v^.^)> <(^.^<)(vO.o)>
 
Posted by SR Meyn on Sunday, July 20, 2008 - 6:38 PM
[Reply to this
Michael

 
You & Brady saved me hours of diggin' in the Reg... /SALUTE
I have a slight A.D.D isuue which usually sends me way of track & something that should only take 10min ; turns into 10hrs.... I sincerely appreciate the help, TY SO MUCH ;)
 
Posted by Michael on Tuesday, October 07, 2008 - 6:12 AM
[Reply to this
Justin
Justin Carhart

 
Thank you. The benefits of your instructions considerably outweighed the investment cost. I was pondering the thought of not sending you the money but I figured if I can get this fixed, and learn something at the same time, it was worth the $0.00 that I sent you through paypal.
 
Posted by Justin on Sunday, December 07, 2008 - 12:56 AM
[Reply to this
Pádraig
Paddy Jameson

 
Cheers, it's people like you that make it all worthwhile, Here's a foto of the new air guitar i got with the cash you sent: [ ]
 
Posted by Pádraig on Friday, December 12, 2008 - 10:54 PM
[Reply to this
Mikey
Mike Morey

 
Awesome information, this works perfectly on the HP G50-104NR as well, you just have to hunt down the particular 00## folder for your lan card, the {4D36E972-E325-11CE-BFC1-08002bE10318} key seems to be the same, or at least i got to the e972 and it had the same structure and i found the right folder in there, I think on my machine it was 0002. I'd have probably spent forever wishing the light worked had i not happened across this looking for the right atheros driver.
http://download2. dvd-driver. cz/atheros/drivers/ar5xxx/xp32-7. 6. 0. 239-whql. zip worked for me, i had a couple others that didn't
 
Posted by Mikey on Wednesday, December 10, 2008 - 5:00 AM
[Reply to this
John
John Kamau

 
Mikey, would you have any idea about HP pavilion dv5 1135ei with the same problem? I downgraded ti from Vista to XP and the wireless button is forever red. It doesn't respond when i press it. Doesn't pick the wireless network. The driver installed is for Atheros AR5007 802.11 b/g WiFi adapter.

Please help.

 
Posted by John on Friday, September 11, 2009 - 9:23 AM
[Reply to this
Adam
Adam McLain

 
Good Job Paddy got this done on a DV6707 and this is my first doing a registry edit of this nature.
 
Posted by Adam on Sunday, December 14, 2008 - 4:26 AM
[Reply to this
Megan

 
I am having the same problem all of a sudden on my presario F572US.
I have searched for "Atheros" in HKLM/SYSTEM/CurrentControlSet/Control but cannot figure out where to add gpioPinFunc0
Set the value to 3
The Second is
gpioFunc0ActHi
Set this value to 0
Any suggestions would be greatly appreciated!
 
Posted by Megan on Saturday, February 14, 2009 - 5:51 PM
[Reply to this
Arman
Arman Izteleuov

 
thanks Brady !!! Good job =)
 
Posted by Arman on Monday, April 20, 2009 - 5:39 PM
[Reply to this
John
John Kamau

 
Hi Men, thakns for your offer to help. Mine is a pavilion dv5 1135ei. The wireless wont function after the downgrade from Vista (Home premium) to XP Pro. Please guide me on how to have it light blue once more. If there is need to ebit the registry, please guide me on the exact details and the modifications to make.

I'll appreciate your assistance.

Jon.
 
Posted by John on Friday, September 11, 2009 - 9:16 AM
[Reply to this