Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 62

Thread: Activating Afterburner (125Mbps) on the recent wl-500g units

  1. #31
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356

    wrt54g v.2

    Well, yet another piece of information.

    The utility above does not work with bcm4712 based units (wrt54g v2.0), so probably most have just downloaded it, tried to run and thinked this utility is a fake. Very Happy

    Further investigation using the info provided by Kaloz (thanks!) showed, that 4712 does not have a srom mapped to the PCI, instead flags showed that 4306 on the silicon backplane bus. But according to broadcom sources it's not possible to access srom this bus. Shocked

    With help of Kaloz, I've discovered, that instead boardflags are stored in the nvram.
    For his board boardflags == 0x0188, I've suggested him to turn magic afterburner bit with
    Code:
    nvram set boardflags=0x0388
    nvram commit
    and reload the wl.o module. And magically, wl.o has enabled afterburner on his wrt54g v2.0:

    Code:
    <Kaloz> @OpenWrt:/# wl gmode 6
    <Kaloz> eth1: Invalid argument
    <Kaloz> gmode   Set the 54g Mode (LegacyB|Auto||GOnly|BDeferred|Performance|LRS|Afterburner)
    <Kaloz> but openwrt uses the afterburner drivers anyway :)
    <oleg__> ok, try setting boardflags to 0x0388, commit changes and reload wl.o
    <Kaloz> lol
    <Kaloz> @OpenWrt:/# wl gmode 6
    <Kaloz> @OpenWrt:/# wl gmode
    <Kaloz> 54g Mode is 54g Afterburner (6)
    <oleg__> cool.
    <oleg__> afterburner demystified.
    No utility required for bcm4712 devices.

    P.S. Note to James of sveasoft - consider sending us a few bucks before adding this to your new cool firmware and authoring this at sveasoft forums.
    Last edited by Oleg; 01-11-2004 at 19:43.

  2. #32
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Just discovered my unit supports Afterburner as well, so I'm going for it. But first a question though:
    Do the nvram settings survive a firmware up/downgrade or restore to factory settings? Or do you have to set them everytime a new firmware is uploaded?

  3. #33
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by Styno
    Just discovered my unit supports Afterburner as well, so I'm going for it. But first a question though:
    Do the nvram settings survive a firmware up/downgrade or restore to factory settings? Or do you have to set them everytime a new firmware is uploaded?
    wl500g, wlhdd and wrt54g before 2.0 uses separate srom for this, so you need to do this once.

  4. #34
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Quote Originally Posted by Oleg
    wl500g, wlhdd and wrt54g before 2.0 uses separate srom for this, so you need to do this once.
    Perhaps I misunderstand you, but I was mentioning the nvram settings. These are stored in the WL-500g flash. So how about these settings?

    Hmm, just did the upgrade using 'b43_srom.mips' which seemed to go well but after reboot I checked for status and it returnes:
    Code:
    [wl500g]$wl gmode
    54g Mode is 54g Auto (1)
    
    [wl500g]$ nvram get wl_afterburner
    auto
    Is this correct?
    Last edited by Styno; 01-11-2004 at 20:35.

  5. #35
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by Styno
    Perhaps I misunderstand you, but I was mentioning the nvram settings. These are stored in the WL-500g flash. So how about these settings?
    ok, now i see. yes, you need to do this after each firmware upgrade.

    Hmm, just did the upgrade using 'b43_srom.mips' which seemed to go well but after reboot I checked for status and it returnes:
    Code:
    [wl500g]$wl gmode
    54g Mode is 54g Auto (1)
    
    [wl500g]$ nvram get wl_afterburner
    auto
    Is this correct?
    try dumping srom - is it correct? Also, check wl0_afterburner.
    You can turn afterburner on using
    Code:
    wl gmode 6
    to see if it supported.

  6. #36
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Quote Originally Posted by Oleg
    try dumping srom - is it correct?
    Code:
    /tmp/harddisk/wlan/b43_srom.mips 14e44320
    Found pci device 14e44320 at /proc/bus/pci/01/02.0@0x40002000
    Enabling device...
    Device memory mapped ok
    SROM CRC ok
    
    0000  4001 0000 120f 1043 4320 8000 0002 0002
    0008  17f0 1800 0000 0000 ffff ffff ffff ffff
    0010  ffff ffff ffff ffff ffff ffff ffff ffff
    0018  ffff ffff ffff ffff ffff ffff ffff ffff
    0020  ffff ffff ffff ffff 000e a690 7ec8 ffff
    0028  ffff ffff ffff ffff ffff ffff 3015 11b0
    0030  fb98 fe4f ffff ffff 003c ffff ffff ffff
    0038  003e 020f ffff 0000 0000 0000 0000 f501
    This seems ok to me.
    Quote Originally Posted by Oleg
    Also, check wl0_afterburner.
    This seems ok too as it returns:
    Code:
    nvram get wl0_afterburner
    auto
    Quote Originally Posted by Oleg
    You can turn afterburner on using
    Code:
    wl gmode 6
    to see if it supported.
    This returns an error:
    Code:
    eth2: Invalid argument
    gmode   Set the 54g Mode (LegacyB|Auto||GOnly|BDeferred|Performance|LRS|Afterburner )
    But this seems to work, but what does the result mean?:
    Code:
    wl gmode Afterburner 
    gmode   Set the 54g Mode (LegacyB|Auto||GOnly|BDeferred|Performance|LRS|Afterburner )
    Which seems to be ok, but I still get:
    Code:
    wl gmode
    54g Mode is 54g Auto (1)

  7. #37
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Post an output for the
    Code:
    wl revinfo

  8. #38
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Quote Originally Posted by Oleg
    Post an output for the
    Code:
    wl revinfo
    Code:
    vendorid: 0x14e4
    deviceid: 0x4320
    radiorev: 0x22050000
    chipnum: 0x4306
    chiprev: 0x3
    corerev: 0x5
    boardid: 0x120f
    boardvendor: 0x1043
    boardrev: 0x15
    driverrev: 0x1030200
    ucoderev: 0x1180015
    bus: 0x1
    Edit: Antiloop asked me to do:
    Code:
    wl cap
    ap sta afterburner
    which shows that afterburner is enabled I think
    Thanks Oleg and Antiloop
    Last edited by Styno; 01-11-2004 at 21:56.

  9. #39
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by Styno
    Edit: Antiloop asked me to do:
    Code:
    wl cap
    ap sta afterburner
    which shows that afterburner is enabled I think
    Thanks Oleg and Antiloop
    Well, you probably has non-afterburner client associated to your wl500g.

  10. #40
    Join Date
    Nov 2004
    Location
    Melbourne, Australia
    Posts
    21
    hi, how are you?

    i'm a newbie, actually this is my first post so please be nice. I bought a WL-500 the other day and had absoulutely no problems upgrading the WL-500g to afterburner mode.

    The only problem is how do i know/test the mini-pci card built into my laptop, to see if it supports this 'afterburner' mode and if so how do i upgrade the mini pci card itself?

    The mini-pci card is based on the Intel 2200BG chipset?

    Many thanks

    Adam

  11. #41
    Join Date
    Nov 2003
    Location
    Eindhoven
    Posts
    2,407
    Quote Originally Posted by Wesleyrpg
    hi, how are you?

    i'm a newbie, actually this is my first post so please be nice. I bought a WL-500 the other day and had absoulutely no problems upgrading the WL-500g to afterburner mode.

    The only problem is how do i know/test the mini-pci card built into my laptop, to see if it supports this 'afterburner' mode and if so how do i upgrade the mini pci card itself?

    The mini-pci card is based on the Intel 2200BG chipset?

    Many thanks

    Adam
    no need to greet eachother (see faq) we greet everytime already by being at the board

    anyway the intel card is not 'speedbooster' or 'afterburner' capable, and thus not supporting 125mbit mode.

    My little Asus Collection: Too much to fit inhere, my 2 babies:WL500w 1.9.2.7-10(OLEG) VX2SE Yellow Lamborghini notebook



    WL500g Forum Asus Files OpenDir

    Asusforum.NL -- Asusforum.DE -- Asusforum.RU -- Asusforum.PL -- Asusforum.NET -- Asusforum.EU -- Asusforum.BE -- Asusforum.ES -- Asusforum.INFO

  12. #42
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Quote Originally Posted by Wesleyrpg
    ...
    The mini-pci card is based on the Intel 2200BG chipset?
    ...
    Afterburner only works with certain broadcom chipsets. It aint gonna work on your Intel card.

  13. #43
    Join Date
    Nov 2004
    Location
    Melbourne, Australia
    Posts
    21
    i done a bit more research today on the intel 2200BG chipset, and you guys are right, afterburner definately aint going to happen with this card, which brings me to a few more questions.

    1. Is there any noticable difference between 54M and 125M?

    2. Does anyone know where i can get a mini-pci card that supports this 'afterburner' mode, and also supports two antennas?

    Thanks

  14. #44
    Quote Originally Posted by Oleg
    With help of Kaloz, I've discovered, that instead boardflags are stored in the nvram.
    For his board boardflags == 0x0188, I've suggested him to turn magic afterburner bit with
    nvram set boardflags=0x0388
    nvram commit
    and reload the wl.o module. And magically, wl.o has enabled afterburner on his wrt54g v2.0:
    Hi Oleg, Just want to know the command to reload wl.o??
    Thanks. Oh..I'm using WRT54G v2.0

  15. #45
    I have try running the command below...1 and 2 work fine..
    3.How to reload wl.o? Any command to reload wl.o?

    1. nvram set boardflags=0x0388
    2. nvram commit
    3. reload wl.o ???

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Best Buy for a Afterburner PCI card
    By erik_bies in forum WL-100g/WL-100gDeluxe/WL-103b/WL-120b/WL-120g [Broadcom Chipset]
    Replies: 3
    Last Post: 19-02-2006, 20:40
  2. No wireless with recent firmware versions
    By lantao in forum WL-500g Q&A
    Replies: 4
    Last Post: 12-06-2005, 15:14
  3. Afterburner of any use?
    By phedny in forum WL-500g Q&A
    Replies: 3
    Last Post: 23-05-2005, 15:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •