search for: wmaster0

Displaying 5 results from an estimated 5 matches for "wmaster0".

2008 Aug 04
0
Help with changing defaulot netowrk device
Hello, I've recently made a post where I talked about Age Of Empires III. Well, at the moment, I have an issue with this exact same game. The drivers for my wireless adapter create an extra netowkr device, named wmaster0. This means that when I go to the game, it recons my IP as 255.255.255.255, so inb theory I'd just have to ifconfig down every extra device to leave wlan0 as the only one. But if I ifconfig wmaster0 down I loose network connection. I think I saw a post where someone talked about an ip file tha...
2008 Oct 22
1
DomU networking problem in opensuse 11
...436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 brd 127.255.255.255 scope host lo inet 127.0.0.2/8 brd 127.255.255.255 scope host secondary lo 2: peth0: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:1d:60:9d:5a:f4 brd ff:ff:ff:ff:ff:ff 3: wmaster0: mtu 1500 qdisc ieee80211 qlen 1000 link/ieee802.11 00:1c:df:4f:64:df brd ff:ff:ff:ff:ff:ff 4: wlan0: mtu 1500 qdisc noop qlen 1000 link/ether 00:1c:df:4f:64:df brd ff:ff:ff:ff:ff:ff 5: eth0: mtu 1500 qdisc noqueue link/ether 00:1d:60:9d:5a:f4 brd ff:ff:ff:ff:ff:ff inet 128.61.82...
2009 May 24
1
Re: C&C Red Alert 3 - Lan (and also hamachi) play
...MTU:1500 Metric:1 > RX packets:131405 errors:0 dropped:0 overruns:0 frame:0 > TX packets:125745 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 lg file transmission:1000 > RX bytes:72057503 (68.7 MiB) TX bytes:41252460 (39.3 MiB) > > wmaster0 Link encap:UNSPEC HWaddr 00-1F-3C-12-CD-75-00-00-00-00-00-00-00-00-00-00 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0...
2009 Aug 11
5
Failed to retrieve current state of resource: No child processes
...ve("/usr/sbin/dmidecode", ["/usr/sbin/dmidecode"], [/* 21 vars */]) = 0 10805 execve("/sbin/ifconfig", ["/sbin/ifconfig", "-a"], [/* 18 vars */]) = 0 10806 execve("/sbin/ip", ["/sbin/ip", "link", "show", "wmaster0"], [/* 18 vars */]) = 0 10807 execve("/sbin/ifconfig", ["/sbin/ifconfig", "wmaster0"], [/* 18 vars */]) = 0 10808 execve("/sbin/ip", ["/sbin/ip", "link", "show", "eth0"], [/* 18 vars */]) = 0 10809 execve("/sb...
2009 Jan 31
14
[PATCH 2/3] xen: make direct versions of irq_enable/disable/save/restore to common code
Now that x86-64 has directly accessible percpu variables, it can also implement the direct versions of these operations, which operate on a vcpu_info structure directly embedded in the percpu area. In fact, the 64-bit versions are more or less identical, and so can be shared. The only two differences are: 1. xen_restore_fl_direct takes its argument in eax on 32-bit, and rdi on 64-bit.