All of lore.kernel.org
 help / color / mirror / Atom feed
From: Domen Puncer <domen@coderock.org>
To: Zwane Mwaikambo <zwane@arm.linux.org.uk>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: 3c59x on 2.6.0-test3->test6 slow
Date: Tue, 07 Oct 2003 09:49:31 +0200	[thread overview]
Message-ID: <200310070949.31220.domen@coderock.org> (raw)
In-Reply-To: <Pine.LNX.4.53.0310062016340.19396@montezuma.fsmlabs.com>

On Tuesday 07 of October 2003 02:18, Zwane Mwaikambo wrote:
> On Tue, 7 Oct 2003, Domen Puncer wrote:
> > On Tuesday 07 of October 2003 00:43, Zwane Mwaikambo wrote:
> > > On Tue, 7 Oct 2003, Domen Puncer wrote:
> > > > > Ok, could you send your .config too, i use the 3c59x driver and
> > > > > haven't noticed this in 2.6.0-test5-mm4. My card is;
> > > >
> > > > .config at the end of mail
> > >
> > > Sorry i forgot to ask for a dmesg too (from a kernel exhibiting the
> > > problem)
> >
> > 0000:00:0a.0: 3Com PCI 3c905B Cyclone 100baseTx at 0xd400. Vers LK1.1.19
> > eth0: no IPv6 routers present
> > eth0: Setting full-duplex based on MII #24 link partner capability of
> > 0141.
>
> What is your link peer?

Not native english speaker, but if "link peer"  is the remote end, then this is a
friend's computer. (and a hub is between computers)


> > Might be relevant... the last line is lagged a couple of seconds, and
> > network works fine before i see that line in dmesg.
>
> I'm also curious as to why mii-tool doesn't work, can you attach an strace
> mii-tool eth0?

# strace mii-tool eth0
execve("/sbin/mii-tool", ["mii-tool", "eth0"], [/* 37 vars */]) = 0
brk(0)                                  = 0x804c000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=74950, ...}) = 0
old_mmap(NULL, 74950, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40016000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300]\1"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=1458907, ...}) = 0
old_mmap(NULL, 1268836, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40029000
mprotect(0x40158000, 27748, PROT_NONE)  = 0
old_mmap(0x40158000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x12f000) = 0x40158000
old_mmap(0x4015d000, 7268, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4015d000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4015f000
munmap(0x40016000, 74950)               = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
ioctl(3, 0x89f0, 0x804b460)             = -1 EOPNOTSUPP (Operation not supported)
write(2, "SIOCGMIIPHY on \'eth0\' failed: Op"..., 54SIOCGMIIPHY on 'eth0' failed: Operation not supported
) = 54
close(3)                                = 0
exit_group(1)                           = ?


  parent reply	other threads:[~2003-10-07  7:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-06 13:29 3c59x on 2.6.0-test3->test6 slow Domen Puncer
2003-10-06 21:23 ` Zwane Mwaikambo
2003-10-06 22:33   ` Domen Puncer
2003-10-06 22:43     ` Zwane Mwaikambo
2003-10-06 23:44       ` Domen Puncer
2003-10-07  0:18         ` Zwane Mwaikambo
2003-10-07  4:31           ` Malte Schröder
2003-10-07 11:05             ` Malte Schröder
2003-10-07 12:58               ` Profiling disk usage on selected branches of a file system Stephen Satchell
2003-10-07  7:49           ` Domen Puncer [this message]
2003-10-07 23:43             ` 3c59x on 2.6.0-test3->test6 slow Zwane Mwaikambo
2003-10-08 15:05               ` Domen Puncer
2003-10-09  1:53                 ` Zwane Mwaikambo
2003-10-09  8:49                   ` Domen Puncer
2003-10-09 23:10                     ` Zwane Mwaikambo
2003-10-09 23:55                       ` Domen Puncer
2003-10-13  0:22                         ` Domen Puncer
2003-10-13  0:37                           ` Andrew Morton
2003-10-13  2:28                             ` Domen Puncer
2003-10-13  3:03                               ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200310070949.31220.domen@coderock.org \
    --to=domen@coderock.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zwane@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.