Results 1 to 13 of 13

Thread: What to do with opcode update

  1. #1
    Registered User
    Join Date
    May 2013
    Posts
    13

    What to do with opcode update

    I have looked around a bit and am an old seq user from forever ago. I can't remember what to do to update the opcodes. I saw ShortBuss posted an update but how do you use it? do I have to recompile?

    Thanks in advance
    Last edited by skynyrd; 05-24-2013 at 08:54 AM.

  2. #2
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,013

    Re: What to do with opcode update

    You will need to edit the file /(your showeq home)/showeq/conf/zoneopcodes.xml. You will need to recompile afer.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  3. #3
    Registered User
    Join Date
    May 2013
    Posts
    13

    Re: What to do with opcode update

    Got it! I appreciate the reply. Wait I should mention or ask is that info available anywhere because I looked and didn't find it? If it isn't it should be like in a sticky somewhere.

  4. #4
    Registered User
    Join Date
    May 2013
    Posts
    13

    Re: What to do with opcode update

    Quote Originally Posted by BlueAdept View Post
    You will need to edit the file /(your showeq home)/showeq/conf/zoneopcodes.xml. You will need to recompile afer.
    So I did the update from the diff posted. Everything compiles fine and I get showeq to come up but I can't seem to track any sessions. It just sits there blank like before I did the diff stuff. I am on device eth0 with correct local ip to monitor. Any help would be appreciated. I want to get this going again =) I can provide whatever info.

    Thanks

    I figure anyone would need more info to help. I have the obvious stuff triple checked. I have EQ machine and Linux machine plugged in to hub (its a hub) and hub plugged in to router. Both have internet so I know that is good. I am using Ibuntu 13.04. Like I say everything compiles fine and showeq comes up.

    I saw some reference to the gcc compiler and it needing to be a certain version? Do I need to be using gcc-3 because mine is gcc-4.6
    Last edited by skynyrd; 05-30-2013 at 12:16 AM.

  5. #5
    Registered User
    Join Date
    Jun 2003
    Posts
    113

    Re: What to do with opcode update

    I doubt the compiler version makes any difference. I've compiled on many different variations of linux without issue. As long as it compiles and runs you should be fine.

    Make sure you really can see the EQ packets. Fire up EQ and get it zoned in. Then in your linux box run the command:

    tcpdump -i eth0 -N -vvv -X udp > check.txt

    After a few seconds you can ctrl+c to terminate it. Then check the contents of check.txt. You should see packets going to/from eq servers. Search for text eqzone.

  6. #6
    Registered User
    Join Date
    May 2013
    Posts
    13

    Re: What to do with opcode update

    Quote Originally Posted by ShortBuss View Post
    I doubt the compiler version makes any difference. I've compiled on many different variations of linux without issue. As long as it compiles and runs you should be fine.

    Make sure you really can see the EQ packets. Fire up EQ and get it zoned in. Then in your linux box run the command:

    tcpdump -i eth0 -N -vvv -X udp > check.txt

    After a few seconds you can ctrl+c to terminate it. Then check the contents of check.txt. You should see packets going to/from eq servers. Search for text eqzone.
    I was wrong unfortunately my "hub" that I just bought off ebay that was branded a hub and everything I could find on this model suggested so is actually a switch according to http://wiki.wireshark.org/HubReference. I bought a Linksys EFAH05W v2 so I am totally hosed on this 1. So good news is showeq has probably compiled fine and is working. The bad news is I need a hub and I just wasted $20 on this pos switch. Thank you for taking the time to help and sorry for wasting your time.

    I bought this hub off ebay now. Hopefully it will work. http://www.ebay.com/itm/DYNEX-DX-EHB...item1c3332dde3
    Last edited by skynyrd; 05-30-2013 at 09:37 PM.

  7. #7
    Registered User
    Join Date
    Jun 2003
    Posts
    113

    Re: What to do with opcode update

    Hubs can be hard to find. Another route would be a virtual machine (VirtualBox or VMWare) running on the EQ system with linux installed on the virtual system. With both VirtualBox and VMWare you can configure the virtual network adapter to be able to sniff packets on the host (windows) machine.

  8. #8
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,013

    Re: What to do with opcode update

    Personally I just use 2 network connections and make the linux box the gateway.

    I dont think there are any true hubs any more.

    Inet ---- linux --- switch ---- pcs
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  9. #9
    Registered User
    Join Date
    May 2013
    Posts
    13

    Re: What to do with opcode update

    Quote Originally Posted by BlueAdept View Post
    Personally I just use 2 network connections and make the linux box the gateway.

    I dont think there are any true hubs any more.

    Inet ---- linux --- switch ---- pcs
    Yea I knew this was an option but I don't have an extra PC to dedicate to Linux atm for that. The machine I am using with Linux on it currently for ShowEQ is our laptop which gets used some away from home. If this cheap hub I just bought doesn't work I will go the VMWare route. I am using DD-Wrt on my router and was trying to figure out a way to get it done through that. I haven't really made any progress there but I am looking in to that also. Thanks for the suggestions.

  10. #10
    Registered User
    Join Date
    May 2013
    Posts
    13

    Re: What to do with opcode update

    So Hub I bought off Ebay turned out to be good looks like. I am able to see EQ packets going both ways. Showeq however isn't picking anything up so I am going to start fresh tonight and re-apply changes. I hope it works!

  11. #11
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,013

    Re: What to do with opcode update

    Are you sure you set SEQ to the correct interface? Even without the opcodes you should see something
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  12. #12
    Registered User
    Join Date
    May 2013
    Posts
    13

    Re: What to do with opcode update

    I just re-did all patch changes and compiled. It look like it is working. I see dots! I am working on maps now.

    Nice used the mapconvert script on the maps and everything is rolling! Thanks for the helps.

    Are there updated filters I can get anywhere?
    Last edited by skynyrd; 06-04-2013 at 07:00 PM.

  13. #13
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,013

    Re: What to do with opcode update

    The one in my sig is the latest that I have. Since I havent been hard core in EQ for about 5 or 6 years (and even then was behind) I never kept up with the filters.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On