search for: ipx_interface

Displaying 10 results from an estimated 10 matches for "ipx_interface".

2001 Apr 04
1
A question about Starcraft IPX
I don't know if I should be posting this here, and if this newsgroup is the incorrect one, could someone point me in the right direction? Just a question, I have SC working fine on my linux box with wine.. but when I go to play a LAN game with IPX ipx_interface add -p eth0 802.2 0A0A0A00:09 ipx_route add 0A0A0A00 0A0A0A00 0A0A0A09 it see's the game, but is "Unable to join game" the host that I'm trying to talk to is 10.10.10.9 (a win98 box on a class C 10.10.10.0) am I doing something wrong?? any help would be much appriciated. P.S....
2001 Mar 17
1
More Starcraft IPX issues
Wine is : 20010216 Distro is : RH7 w/ all the latest patches Starcraft works beautifully (but only as root does DGA work :o( ), /except/: Running network games (which requires IPX) work perfectly, but only on LAN, i.e., on a setup w/ eth0 and lo, a network game will only work if ipx_interface add -p eth0 802.3 0x12345678 Under these conditions I can play, no problem. But, this doesn't work with tap devices. I wrote a simple program that'll forward ethernet frames from /dev/tap0 to some remote /dev/tap0 (A simple, blind, packet pusher - or, in this case - frame pusher). Whe...
2001 Apr 05
1
IPX <-> Starcraft (under Wine)
ok I've got Starcraft loaded in wine...works fine ;-) I have IPX installed within the kernel.. and have the following commandline.. modprobe ne2k-pci ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up route add -net 192.168.0.0 netmask 255.255.255.0 eth0 ipx_interface add -p eth0 802.3 0x12345678 but it seems that Starcraft cant see the IPX thingo..err anyone know how to get starcraft to see IPX.. -- mdew http://wmaker.orcon.net.nz | IRC/Undernet/#windowmaker
2001 Mar 01
2
IPX Issues
...DCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3315 errors:0 dropped:0 overruns:0 frame:0 TX packets:3110 errors:0 dropped:0 overruns:0 carrier:0 collisions:3 txqueuelen:100 Interrupt:11 Base address:0xcc00 as per the instructions on the website: ipx_interface add -p eth0 802.3 0x12345678 The only difference here is the packet type: 802.3 ... I figured, since I have ethernet, I might as well use 802.3 (didn't work w/ 802.2 either). I got WinE to work as follows: tar xvzf Wine-20010216.tar.gz cd wine-20010216 ./configure --prefix=/usr/wine 2>&am...
2003 Dec 11
1
IPX + Wine + Red Alert 2
Hi, I've just finished to download wine (Wine-20031118.tar.gz) and I'am trying to play IPX Network Game (Red Alert 2) I bring up the ipx interface: ipx_interface add -p eth0 802.3 0x0000001 (copy the number from Windows...) And I try run the game... but it always says that IPX is not avaiable. I'm running Mandrake 9.1 What am i doing wrong? Any Hint? Thx ______________________________________________________________________ Yahoo! Mail: 6MB,...
2008 Apr 14
2
IPX
I test one application, which require IPX. The matter is I don't know source of failure - application itself, Wine or software misconfiguration. Is there an useful IPX utility to test network inside Wine ?
2001 Feb 27
2
Installing napster on a WINE on system.
I am having installing Napster on a system with out windows. I get to almost the end on installing the Windows Audio Format files, and then hangs. I can get the install to complete if I cancel the WMA support, but then napster refuses to run. Anyonw know how to do this? I tried both wine-20010216 and todays CVS. -Dan de Haan
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
...8..cf89ef92a5f7 100644 --- a/include/net/ipx.h +++ b/include/net/ipx.h @@ -50 +50 @@ extern int sysctl_ipx_pprop_broadcasting; -static __inline__ struct ipxhdr *ipx_hdr(struct sk_buff *skb) +static inline struct ipxhdr *ipx_hdr(struct sk_buff *skb) @@ -142 +142 @@ const char *ipx_device_name(struct ipx_interface *intrfc); -static __inline__ void ipxitf_hold(struct ipx_interface *intrfc) +static inline void ipxitf_hold(struct ipx_interface *intrfc) @@ -160 +160 @@ int ipxrtr_ioctl(unsigned int cmd, void __user *arg); -static __inline__ void ipxitf_put(struct ipx_interface *intrfc) +static inline void ipxitf...
2013 Oct 11
0
Proper setup for Broadcast, Multicast? (large mail)
...did not work - I used br0 instead of br0:0 so this was a mistake but I did not see that at the time I tried this. Can tell me if this setup should have worked?) So I tried IPX after removing the bridge configuration and returning to the simple direct connection from client A to B. After using ipx_interface add -p vpn 802.2 0x12345678 on client A and B the game worked instantly. It found the open session running on the other client, was able to connect and we were able to play. The next thing I did: I added the server again and removed the direct connection from client A to client B, like it wa...
2009 Mar 27
14
IPX and AMD64 not mixing?
...n AMD Turion 64x2 1.60GHz system with 1GB of RAM. I have Wine running and it runs my older games just fine (this is a laptop with an ATI1100M so no new games here!) but it doesn't seem to work with IPX. I installed the IPX tools package and ran the commands below as root. Code: modprobe ipx ipx_interface add wlan0 802.2 0x00000001 If I check the interface, it is there, even after rebooting, so I believe that it is working. However, if I try to play a game that requires IPX for LAN-play, such as Lords of Magic SE, I can get into the IPX screen and enter a game name, but it won't create the g...