Displaying 7 results from an estimated 7 matches for "siocgmiiphy".
2006 Oct 01
1
ethtool and mii-tool don''t work under xen
Tested on identical hardware (Dell SC1425) with a non-xen kernel, it
wroks fine. However under Xen, this is what happens:
xen1 ~ # ethtool eth0
Settings for eth0:
No data available
xen1 ~ # mii-tool eth0
SIOCGMIIPHY on ''eth0'' failed: Operation not supported
Any ideas?
Thanks,
--
Ian P. Christian ~ http://pookey.co.uk
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Nov 12
3
strange ethtool output in xen environment
...Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: g
Current message level: 0x000000ff (255)
Link detected: yes
Xen Dom0
[root@Server1-FC11 ~]# ethtool eth0
Settings for eth0:
Link detected: yes
[root@Server1-FC11 ~]# mii-tool eth0
SIOCGMIIPHY on ''eth0'' failed: Operation not supported
Xen DomU
[root@F11-G1S1 /]# ethtool eth0
Settings for eth0:
Link detected: yes
Regards
Fasiha Ashraf
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
_________________________________...
2009 Nov 12
3
strange ethtool output in xen environment
...Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: g
Current message level: 0x000000ff (255)
Link detected: yes
Xen Dom0
[root@Server1-FC11 ~]# ethtool eth0
Settings for eth0:
Link detected: yes
[root@Server1-FC11 ~]# mii-tool eth0
SIOCGMIIPHY on ''eth0'' failed: Operation not supported
Xen DomU
[root@F11-G1S1 /]# ethtool eth0
Settings for eth0:
Link detected: yes
Regards
Fasiha Ashraf
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
_________________________________...
2005 Nov 08
2
Maybe a bug of xen
...gt; ifconfig peth0 0.0.0.0 -arp up;
- <dom0> ip link set eth0 arp off
- <dom0> ebtables -A *(all routing/nat tables) -p arp -j DROP;
- set to 0 or 1 /proc/sys/net/ipv4/arp_*;
But there is always arp request.
If I execute mii-tool or ethtool I have this output:
testing_xen ~ # mii-tool
SIOCGMIIPHY on ''eth0'' failed: Operation not supported
eth1: negotiated 100baseTx-FD flow-control, link ok
testing_xen ~ # ethtool eth0
Settings for eth0:
No data available
With mii-tool I can''t read eth0, while is unload module of eth0 and the
reload module e1000 there is a new...
2008 Jul 16
6
vlans+bonding+bridging
hi,
I have to configure Xen server and DomU''s which should be able
to talk to different vlans - depending on services put on DomU''s.
I would like to enslave 2 NICs via bond interface.
Both NICs are on trunk ports which are configured in the same way, the
same native vlan.
I don''t know, if I have to add vlans tagging to eth* interfaces then
enslave tagged eth*
2007 Apr 18
0
[Bridge] [PATCH] (9/11) bridge -- new ioctl interface for 32/64 compatiablity
...r_ioctl_deviceless_stub(unsigned int cmd, unsigned long arg);
/* br_netfilter.c */
extern int br_netfilter_init(void);
diff -Nru a/net/core/dev.c b/net/core/dev.c
--- a/net/core/dev.c 2004-05-20 14:46:10 -07:00
+++ b/net/core/dev.c 2004-05-20 14:46:10 -07:00
@@ -2519,6 +2519,8 @@
cmd == SIOCGMIIPHY ||
cmd == SIOCGMIIREG ||
cmd == SIOCSMIIREG ||
+ cmd == SIOCBRADDIF ||
+ cmd == SIOCBRDELIF ||
cmd == SIOCWANDEV) {
err = -EOPNOTSUPP;
if (dev->do_ioctl) {
@@ -2673,6 +2675,8 @@
case SIOCBONDSLAVEINFOQUERY:
case SIOCBONDINFOQUERY:
case SIOCB...
2011 Jan 07
2
Could not setup Speed and Duplex on CentOS 5.5
...pported
not setting speed
not setting duplex
not setting autoneg
[root at xentwo ~]# ethtool -s eth0 speed 100 duplex full autoneg off
Cannot get current device settings: Operation not supported
not setting speed
not setting duplex
not setting autoneg
[root at xentwo ~]# mii-tool eth0
SIOCGMIIPHY on 'eth0' failed: Operation not supported
[root at xentwo ~]# cat /etc/issue
CentOS release 5.5 (Final)
Kernel \r on an \m
[root at xentwo ~]# uname -a
Linux xentwo 2.6.18-194.32.1.el5xen #1 SMP Wed Jan 5 19:32:33 EST 2011 i686
i686 i386 GNU/Linux
[root at xentwo ~]# dmesg | grep eth0...