netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* e1000 driver problem with Intel Pro/1000 MT adapter
@ 2004-12-03 23:25 Jos Vos
  2004-12-04  0:59 ` Francois Romieu
  2004-12-05  0:00 ` Scott Feldman
  0 siblings, 2 replies; 9+ messages in thread
From: Jos Vos @ 2004-12-03 23:25 UTC (permalink / raw)
  To: netdev

Hello,

I have a problem with an Intel Pro/1000 MT 4-port card in a Supermicro
(non-HT) Pentium 4 system using RHEL3 (2.4.21 kernel "the RH way") with
the e1000 driver (I tried both the version supplied by RH and the
newest 5.5.4 driver):

(1)
With a non-SMP kernel, the whole system freezes instantaneously when
configuring one of in the four interfaces.

(2)
After disabling the USB controller, all interfaces can be configured,
but only one of them actually works.  Via the others, I can sent
packets, but do not receive incoming packages (possible IRQ problem).

(3)
Using a SMP-kernel, two of the four interfaces can be configured and
work correctly.  For the other two ports, ifconfig gives the
error "SIOCSIFFLAGS: Invalid argument".  Stracing ifconfig says:

  socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
  ...
  ioctl(4, SIOCSIFADDR, 0xbfffc210)       = 0
  ioctl(4, SIOCGIFFLAGS, 0xbfffc140)      = 0
  ioctl(4, SIOCSIFFLAGS, 0xbfffc140)      = -1 EINVAL (Invalid argument)

Stracing ifconfig for an interface that works shows similar lines,
but then the second SIOCSIFFLAGS ioctl succeeds.

Supermicro suggest to change the non-HT P4 CPU by a HT one, but I
personally do not believe that this will change the situation of the
SMP kernel as described above.

Any suggestions how to solve this are welcome.  I can provide more
information if needed.

Thanks,

--
--    Jos Vos <jos@xos.nl>
--    X/OS Experts in Open Systems BV   |   Phone: +31 20 6938364
--    Amsterdam, The Netherlands        |     Fax: +31 20 6948204

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-12-06 11:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-03 23:25 e1000 driver problem with Intel Pro/1000 MT adapter Jos Vos
2004-12-04  0:59 ` Francois Romieu
2004-12-04  1:14   ` Jos Vos
2004-12-04 12:03     ` Francois Romieu
2004-12-04 17:20       ` Jos Vos
2004-12-05  0:00 ` Scott Feldman
2004-12-05  8:37   ` Ben Greear
2004-12-06  9:42   ` Jos Vos
2004-12-06 11:51   ` Jos Vos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).