#94776 - Snowy? - Wed Jul 26, 2006 2:42 am
Hi there as you may have been reading I've started my fun path to learning about wifi.
Anyway while trying to consolidate the latest drivers Ralink + MSI drivers (for the Gateway function) I was going through adding the Nintendo Wifi Device Id's etc to the USB drivers when I came across a possiable reason for Nintendo's own drivers having crap range....
Nintendo's 1.04 rt2500usb.inf
Latest Ralink 3.02.0.0 rt2500usb.inf
So I thought that's funny...further inversigation lead me to believe the Ralink drivers set their own TXPower level on connection this usually being around 27!!! More investigation and I found this which says the rt2500 has 32 levels for the TXPower value and as you can see Nintendo set it to a default of 3 with a max value of 4!?!
The last question I have in my mind though is are the TXPower levels somehow valued differently in Nintendo's drivers???
Plus what is with that line shown above in the Nintendo drivers....
Surely it should be...
Edit see below new test
PS I tested adding the menu to my own PCi drivers and got about 10% more signal (according to Wifi_lib_test 0.3) and seemed to get a nice full signal further away - I reset it to zero again though as I think I need to find out what will happen to my card if I permanently leave it on max power.
PPS almost finished the MSI + Ralink updated drivers will need PCI and USB testers - though I'm pritty sure the PCI one is fine... hmmm I'll have to make some setup instructions for the Gateway too
Edit sorry about the wait there just added a quick TXT of how-to to it :)[/url]
Last edited by Snowy? on Thu Jul 27, 2006 2:08 pm; edited 1 time in total
Anyway while trying to consolidate the latest drivers Ralink + MSI drivers (for the Gateway function) I was going through adding the Nintendo Wifi Device Id's etc to the USB drivers when I came across a possiable reason for Nintendo's own drivers having crap range....
Nintendo's 1.04 rt2500usb.inf
Code: |
;
; Use Tx power ; HKR, , TxPower, 3, "3" HKR, Default, RTSThresh, 0, "3" HKR, NDI\params\Txpower, ParamDesc, 0, "Tx power" HKR, NDI\params\Txpower, type, 0, "int" HKR, Ndi\params\Txpower, default, 0, "3" HKR, NDI\params\Txpower, min, 0, "1" HKR, NDI\params\Txpower, max, 0, "4" HKR, NDI\params\Txpower, step, 0, "1" HKR, NDI\params\Txpower, optional, 0, "0" |
Latest Ralink 3.02.0.0 rt2500usb.inf
Code: |
;
; TX Power ; HKR, , TXPower, 0, "0" HKR, Default, TXPower, 0, "0" |
So I thought that's funny...further inversigation lead me to believe the Ralink drivers set their own TXPower level on connection this usually being around 27!!! More investigation and I found this which says the rt2500 has 32 levels for the TXPower value and as you can see Nintendo set it to a default of 3 with a max value of 4!?!
The last question I have in my mind though is are the TXPower levels somehow valued differently in Nintendo's drivers???
Plus what is with that line shown above in the Nintendo drivers....
Code: |
HKR, Default, RTSThresh, 0, "3" |
Surely it should be...
Code: |
HKR, Default, TxPower, 0, "3" |
Edit see below new test
PS I tested adding the menu to my own PCi drivers and got about 10% more signal (according to Wifi_lib_test 0.3) and seemed to get a nice full signal further away - I reset it to zero again though as I think I need to find out what will happen to my card if I permanently leave it on max power.
PPS almost finished the MSI + Ralink updated drivers will need PCI and USB testers - though I'm pritty sure the PCI one is fine... hmmm I'll have to make some setup instructions for the Gateway too
Edit sorry about the wait there just added a quick TXT of how-to to it :)[/url]
Last edited by Snowy? on Thu Jul 27, 2006 2:08 pm; edited 1 time in total