Re: [Problem] 3c90x on 2.4.3-ac3

2001-04-05 Thread Prasanna P Subash

On Thu, Apr 05, 2001 at 11:40:36AM -0700, Grover, Andrew wrote:
> I'm confused. 3c59x.c has a little acpi WOL stuff, but that's it.



I tried "#ifdef 0"-ing the set_WOL function body( empty function ) in
3c59x.c and enabled acpi and built another kernel
and I still have the problem.

So its NOT a problem with the ACPI code in 3c59x.c per se.


I noticed that the following message was from net/core/netfilter.c( i
got this message on running dhclient )

ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN

so i diabled netfilter also, and I still had the issue.



I assigned a static IP. ifconfig showed me the right info.
"route" however froze most of the times. I have 2 routes

172.16.12.0 *   255.255.252.0   U 0  00 eth0
default 172.16.12.1 0.0.0.0 UG0  00 eth0

It would freeze after the first one most often. If it did'nt, do a ping www.google.com,
which will drop all the packets, and try route again, and it would freeze after the 
first route.

I strace'd route and noticed that I was waiting on "poll". I have attached the strace 
info on route.


> 
> What specifically is ACPI doing to break things? Are ACPI and the NIC
> sharing any resources?

I dont know about sharing resources. I have attached my dmesg.

The whole thing works like a charm under APM however.

I'm gonna try increasing vortex_debug level to see what happens.

would be glad to furnish more info...


-Prasanna Subash
[EMAIL PROTECTED]



> 
> Regards -- Andy
> 
> > -Original Message-
> > From: Prasanna P Subash [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 05, 2001 11:12 AM
> > To: Marcus Meissner
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [Problem] 3c90x on 2.4.3-ac3
> > Importance: High
> > 
> > 
> > Thats right. ACPI was what made 3c90x not work :( With APM it 
> > works perfectly.
> > 
> > Thanks Marcus.
> > 
> > On Thu, Apr 05, 2001 at 10:14:56AM +0200, Marcus Meissner wrote:
> > > In article <[EMAIL PROTECTED]> you wrote:
> > > 
> > > > hi lkml,
> > > > I just built 2.4.3-ac3 with my old 2.4.2 .config and 
> > somehow networking does not work. 
> > > > dhclient eventually froze the machine.
> > > 
> > > > here is what dhclient complains.
> > > 
> > > > [root@psubash linux]# cat /tmp/error.txt
> > > > skb: pf=2 (unowned) dev=lo len=328
> > > > PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 
> > F=0x T=16
> > > > DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 14
> > > > ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
> > > > skb: pf=2 (unowned) dev=lo len=328
> > > > PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 
> > F=0x T=16
> > > > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
> > > > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> > > > DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 12
> > > > ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
> > > > skb: pf=2 (unowned) dev=lo len=328
> > > 
> > > > Here is my ver_linux info
> > > 
> > > ...
> > > > CONFIG_ACPI=y
> > > 
> > > The ACPI powermanagement for the 3c59x devices appears to 
> > be a bit broken.
> > > 
> > > Disable ACPI support. Recompile. Reboot. Watch problem 
> > disappear hopefully.
> > > 
> > > Ciao, Marcus
> > -
> > To unsubscribe from this list: send the line "unsubscribe 
> > linux-kernel" in
> > the body of a message to [EMAIL PROTECTED]
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> > 


execve("/sbin/route", ["route"], [/* 26 vars */]) = 0
brk(0)  = 0x80527a8
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=33735, ...}) = 0
old_mmap(NULL, 33735, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)= 0
open("/lib/libc.so.6", O_RDONLY)= 3
fstat(3, {st_mode=S_IFREG|0755, st_size=5173447, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\215\1"..., 4096) = 4096
old_mmap(NULL, 947548, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001d000
mprotect(0x400fd000, 30044, PROT_NONE)  = 0
old_mmap(0x400fd000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xdf000) = 
0x400fd000
old_mmap(0x40101000, 1

RE: [Problem] 3c90x on 2.4.3-ac3

2001-04-05 Thread Grover, Andrew

I'm confused. 3c59x.c has a little acpi WOL stuff, but that's it.

What specifically is ACPI doing to break things? Are ACPI and the NIC
sharing any resources?

Regards -- Andy

> -Original Message-
> From: Prasanna P Subash [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 05, 2001 11:12 AM
> To: Marcus Meissner
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Problem] 3c90x on 2.4.3-ac3
> Importance: High
> 
> 
> Thats right. ACPI was what made 3c90x not work :( With APM it 
> works perfectly.
> 
> Thanks Marcus.
> 
> On Thu, Apr 05, 2001 at 10:14:56AM +0200, Marcus Meissner wrote:
> > In article <[EMAIL PROTECTED]> you wrote:
> > 
> > > hi lkml,
> > >   I just built 2.4.3-ac3 with my old 2.4.2 .config and 
> somehow networking does not work. 
> > > dhclient eventually froze the machine.
> > 
> > > here is what dhclient complains.
> > 
> > > [root@psubash linux]# cat /tmp/error.txt
> > > skb: pf=2 (unowned) dev=lo len=328
> > > PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 
> F=0x T=16
> > > DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 14
> > > ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
> > > skb: pf=2 (unowned) dev=lo len=328
> > > PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 
> F=0x T=16
> > > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
> > > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> > > DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 12
> > > ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
> > > skb: pf=2 (unowned) dev=lo len=328
> > 
> > > Here is my ver_linux info
> > 
> > ...
> > > CONFIG_ACPI=y
> > 
> > The ACPI powermanagement for the 3c59x devices appears to 
> be a bit broken.
> > 
> > Disable ACPI support. Recompile. Reboot. Watch problem 
> disappear hopefully.
> > 
> > Ciao, Marcus
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: [Problem] 3c90x on 2.4.3-ac3

2001-04-05 Thread Prasanna P Subash

Thats right. ACPI was what made 3c90x not work :( With APM it works perfectly.

Thanks Marcus.

On Thu, Apr 05, 2001 at 10:14:56AM +0200, Marcus Meissner wrote:
> In article <[EMAIL PROTECTED]> you wrote:
> 
> > hi lkml,
> > I just built 2.4.3-ac3 with my old 2.4.2 .config and somehow networking does 
>not work. 
> > dhclient eventually froze the machine.
> 
> > here is what dhclient complains.
> 
> > [root@psubash linux]# cat /tmp/error.txt
> > skb: pf=2 (unowned) dev=lo len=328
> > PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x T=16
> > DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 14
> > ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
> > skb: pf=2 (unowned) dev=lo len=328
> > PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x T=16
> > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
> > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> > DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 12
> > ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
> > skb: pf=2 (unowned) dev=lo len=328
> 
> > Here is my ver_linux info
> 
> ...
> > CONFIG_ACPI=y
> 
> The ACPI powermanagement for the 3c59x devices appears to be a bit broken.
> 
> Disable ACPI support. Recompile. Reboot. Watch problem disappear hopefully.
> 
> Ciao, Marcus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: [Problem] 3c90x on 2.4.3-ac3

2001-04-05 Thread Marcus Meissner

In article <[EMAIL PROTECTED]> you wrote:

> hi lkml,
>   I just built 2.4.3-ac3 with my old 2.4.2 .config and somehow networking does 
>not work. 
> dhclient eventually froze the machine.

> here is what dhclient complains.

> [root@psubash linux]# cat /tmp/error.txt
> skb: pf=2 (unowned) dev=lo len=328
> PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x T=16
> DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 14
> ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
> skb: pf=2 (unowned) dev=lo len=328
> PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x T=16
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 12
> ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
> skb: pf=2 (unowned) dev=lo len=328

> Here is my ver_linux info

...
> CONFIG_ACPI=y

The ACPI powermanagement for the 3c59x devices appears to be a bit broken.

Disable ACPI support. Recompile. Reboot. Watch problem disappear hopefully.

Ciao, Marcus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: [Problem] 3c90x on 2.4.3-ac3

2001-04-05 Thread Prasanna P Subash

Thats right. ACPI was what made 3c90x not work :( With APM it works perfectly.

Thanks Marcus.

On Thu, Apr 05, 2001 at 10:14:56AM +0200, Marcus Meissner wrote:
 In article [EMAIL PROTECTED] you wrote:
 
  hi lkml,
  I just built 2.4.3-ac3 with my old 2.4.2 .config and somehow networking does 
not work. 
  dhclient eventually froze the machine.
 
  here is what dhclient complains.
 
  [root@psubash linux]# cat /tmp/error.txt
  skb: pf=2 (unowned) dev=lo len=328
  PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x T=16
  DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 14
  ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
  skb: pf=2 (unowned) dev=lo len=328
  PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x T=16
  DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
  DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
  DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 12
  ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
  skb: pf=2 (unowned) dev=lo len=328
 
  Here is my ver_linux info
 
 ...
  CONFIG_ACPI=y
 
 The ACPI powermanagement for the 3c59x devices appears to be a bit broken.
 
 Disable ACPI support. Recompile. Reboot. Watch problem disappear hopefully.
 
 Ciao, Marcus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



RE: [Problem] 3c90x on 2.4.3-ac3

2001-04-05 Thread Grover, Andrew

I'm confused. 3c59x.c has a little acpi WOL stuff, but that's it.

What specifically is ACPI doing to break things? Are ACPI and the NIC
sharing any resources?

Regards -- Andy

 -Original Message-
 From: Prasanna P Subash [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, April 05, 2001 11:12 AM
 To: Marcus Meissner
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Problem] 3c90x on 2.4.3-ac3
 Importance: High
 
 
 Thats right. ACPI was what made 3c90x not work :( With APM it 
 works perfectly.
 
 Thanks Marcus.
 
 On Thu, Apr 05, 2001 at 10:14:56AM +0200, Marcus Meissner wrote:
  In article [EMAIL PROTECTED] you wrote:
  
   hi lkml,
 I just built 2.4.3-ac3 with my old 2.4.2 .config and 
 somehow networking does not work. 
   dhclient eventually froze the machine.
  
   here is what dhclient complains.
  
   [root@psubash linux]# cat /tmp/error.txt
   skb: pf=2 (unowned) dev=lo len=328
   PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 
 F=0x T=16
   DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 14
   ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
   skb: pf=2 (unowned) dev=lo len=328
   PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 
 F=0x T=16
   DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
   DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
   DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 12
   ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
   skb: pf=2 (unowned) dev=lo len=328
  
   Here is my ver_linux info
  
  ...
   CONFIG_ACPI=y
  
  The ACPI powermanagement for the 3c59x devices appears to 
 be a bit broken.
  
  Disable ACPI support. Recompile. Reboot. Watch problem 
 disappear hopefully.
  
  Ciao, Marcus
 -
 To unsubscribe from this list: send the line "unsubscribe 
 linux-kernel" in
 the body of a message to [EMAIL PROTECTED]
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: [Problem] 3c90x on 2.4.3-ac3

2001-04-05 Thread Prasanna P Subash

On Thu, Apr 05, 2001 at 11:40:36AM -0700, Grover, Andrew wrote:
 I'm confused. 3c59x.c has a little acpi WOL stuff, but that's it.



I tried "#ifdef 0"-ing the set_WOL function body( empty function ) in
3c59x.c and enabled acpi and built another kernel
and I still have the problem.

So its NOT a problem with the ACPI code in 3c59x.c per se.


I noticed that the following message was from net/core/netfilter.c( i
got this message on running dhclient )

ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN

so i diabled netfilter also, and I still had the issue.



I assigned a static IP. ifconfig showed me the right info.
"route" however froze most of the times. I have 2 routes

172.16.12.0 *   255.255.252.0   U 0  00 eth0
default 172.16.12.1 0.0.0.0 UG0  00 eth0

It would freeze after the first one most often. If it did'nt, do a ping www.google.com,
which will drop all the packets, and try route again, and it would freeze after the 
first route.

I strace'd route and noticed that I was waiting on "poll". I have attached the strace 
info on route.


 
 What specifically is ACPI doing to break things? Are ACPI and the NIC
 sharing any resources?

I dont know about sharing resources. I have attached my dmesg.

The whole thing works like a charm under APM however.

I'm gonna try increasing vortex_debug level to see what happens.

would be glad to furnish more info...


-Prasanna Subash
[EMAIL PROTECTED]



 
 Regards -- Andy
 
  -Original Message-
  From: Prasanna P Subash [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, April 05, 2001 11:12 AM
  To: Marcus Meissner
  Cc: [EMAIL PROTECTED]
  Subject: Re: [Problem] 3c90x on 2.4.3-ac3
  Importance: High
  
  
  Thats right. ACPI was what made 3c90x not work :( With APM it 
  works perfectly.
  
  Thanks Marcus.
  
  On Thu, Apr 05, 2001 at 10:14:56AM +0200, Marcus Meissner wrote:
   In article [EMAIL PROTECTED] you wrote:
   
hi lkml,
I just built 2.4.3-ac3 with my old 2.4.2 .config and 
  somehow networking does not work. 
dhclient eventually froze the machine.
   
here is what dhclient complains.
   
[root@psubash linux]# cat /tmp/error.txt
skb: pf=2 (unowned) dev=lo len=328
PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 
  F=0x T=16
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 14
ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
skb: pf=2 (unowned) dev=lo len=328
PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 
  F=0x T=16
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 12
ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
skb: pf=2 (unowned) dev=lo len=328
   
Here is my ver_linux info
   
   ...
CONFIG_ACPI=y
   
   The ACPI powermanagement for the 3c59x devices appears to 
  be a bit broken.
   
   Disable ACPI support. Recompile. Reboot. Watch problem 
  disappear hopefully.
   
   Ciao, Marcus
  -
  To unsubscribe from this list: send the line "unsubscribe 
  linux-kernel" in
  the body of a message to [EMAIL PROTECTED]
  More majordomo info at  http://vger.kernel.org/majordomo-info.html
  Please read the FAQ at  http://www.tux.org/lkml/
  


execve("/sbin/route", ["route"], [/* 26 vars */]) = 0
brk(0)  = 0x80527a8
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=33735, ...}) = 0
old_mmap(NULL, 33735, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)= 0
open("/lib/libc.so.6", O_RDONLY)= 3
fstat(3, {st_mode=S_IFREG|0755, st_size=5173447, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\215\1"..., 4096) = 4096
old_mmap(NULL, 947548, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001d000
mprotect(0x400fd000, 30044, PROT_NONE)  = 0
old_mmap(0x400fd000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xdf000) = 
0x400fd000
old_mmap(0x40101000, 13660, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 
-1, 0) = 0x40101000
close(3)= 0
mprotect(0x4001d000, 917504, PROT_READ|PROT_WRITE) = 0
mprotect(0x4001d000, 917504, PROT_READ|PROT_EXEC) = 0
munmap(0x40014000, 33735)   = 0
personality(PER_LINUX)  = 0
getpid()= 490
brk(0)  = 0x80527a8
brk(0x80527c8)  = 0x80527c8
brk(0x8053000)  = 0x8053000
open("/proc/net/route", O_RDONLY)   = 3
fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 1), ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP

[Problem] 3c90x on 2.4.3-ac3

2001-04-04 Thread Prasanna P Subash

hi lkml,
I just built 2.4.3-ac3 with my old 2.4.2 .config and somehow networking does 
not work. 
dhclient eventually froze the machine.

here is what dhclient complains.

[root@psubash linux]# cat /tmp/error.txt
skb: pf=2 (unowned) dev=lo len=328
PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x T=16
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 14
ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
skb: pf=2 (unowned) dev=lo len=328
PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x T=16
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 12
ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
skb: pf=2 (unowned) dev=lo len=328

Here is my ver_linux info

[root@psubash linux]# cat /tmp/ver_linux
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.

Linux psubash 2.4.3-ac3 #3 Wed Apr 4 16:49:40 PDT 2001 i686 unknown

Gnu C  2.95.2.1
Gnu make   3.79.1
binutils   2.10.1
util-linux 2.11a
mount  2.11a
modutils   2.3.24
e2fsprogs  1.20-WIP
pcmcia-cs  3.1.24
PPP2.3.11
Linux C Library2.1.3
Dynamic linker (ldd)   2.1.3
Linux C++ Library  ..
Procps 2.0.6
Net-tools  1.55
Console-tools  0.3.3
Sh-utils   2.0
Modules Loaded 3c59x


Here is the output of lspci.

[root@psubash linux]# lspci  -v
00:00.0 Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (rev 03)
Flags: bus master, medium devsel, latency 64
Memory at f800 (32-bit, prefetchable)
Capabilities: [a0] AGP version 1.0

00:01.0 PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge (rev 03) 
(prog-if 00 [Normal decode])
Flags: bus master, 66Mhz, medium devsel, latency 128
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
Memory behind bridge: f410-f4ff
Prefetchable memory behind bridge: fc00-fdff

00:07.0 ISA bridge: Intel Corporation 82371AB PIIX4 ISA (rev 02)
Flags: bus master, medium devsel, latency 0

00:07.1 IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 01) (prog-if 80 
[Master])
Flags: bus master, medium devsel, latency 64
I/O ports at 10c0

00:07.2 USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01) (prog-if 00 
[UHCI])
Flags: bus master, medium devsel, latency 64, IRQ 9
I/O ports at 1080

00:07.3 Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 02)
Flags: medium devsel

00:0e.0 Multimedia audio controller: Creative Labs SB Live! EMU1 (rev 07)
Subsystem: Creative Labs CT4832 SBLive! Value
Flags: bus master, medium devsel, latency 64, IRQ 10
I/O ports at 10a0
Capabilities: [dc] Power Management version 1

00:0e.1 Input device controller: Creative Labs SB Live! (rev 07)
Subsystem: Creative Labs Gameport Joystick
Flags: bus master, medium devsel, latency 64
I/O ports at 10d0
Capabilities: [dc] Power Management version 1

00:0f.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
Subsystem: 3Com Corporation 3C905B Fast Etherlink XL 10/100
Flags: bus master, medium devsel, latency 80, IRQ 5
I/O ports at 1000
Memory at f400 (32-bit, non-prefetchable)
Capabilities: [dc] Power Management version 1

01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 04) 
(prog-if 00 [VGA])
Subsystem: Matrox Graphics, Inc. Millennium G400 16Mb SDRAM
Flags: bus master, medium devsel, latency 128, IRQ 11
Memory at fc00 (32-bit, prefetchable)
Memory at f410 (32-bit, non-prefetchable)
Memory at f480 (32-bit, non-prefetchable)
Capabilities: [dc] Power Management version 2
Capabilities: [f0] AGP version 2.0




I have also attached my .config.


thanks,
Prasanna Subash
[EMAIL PROTECTED]


#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y

[Problem] 3c90x on 2.4.3-ac3

2001-04-04 Thread Prasanna P Subash

hi lkml,
I just built 2.4.3-ac3 with my old 2.4.2 .config and somehow networking does 
not work. 
dhclient eventually froze the machine.

here is what dhclient complains.

[root@psubash linux]# cat /tmp/error.txt
skb: pf=2 (unowned) dev=lo len=328
PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x T=16
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 14
ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
skb: pf=2 (unowned) dev=lo len=328
PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x T=16
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 12
ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
skb: pf=2 (unowned) dev=lo len=328

Here is my ver_linux info

[root@psubash linux]# cat /tmp/ver_linux
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.

Linux psubash 2.4.3-ac3 #3 Wed Apr 4 16:49:40 PDT 2001 i686 unknown

Gnu C  2.95.2.1
Gnu make   3.79.1
binutils   2.10.1
util-linux 2.11a
mount  2.11a
modutils   2.3.24
e2fsprogs  1.20-WIP
pcmcia-cs  3.1.24
PPP2.3.11
Linux C Library2.1.3
Dynamic linker (ldd)   2.1.3
Linux C++ Library  ..
Procps 2.0.6
Net-tools  1.55
Console-tools  0.3.3
Sh-utils   2.0
Modules Loaded 3c59x


Here is the output of lspci.

[root@psubash linux]# lspci  -v
00:00.0 Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (rev 03)
Flags: bus master, medium devsel, latency 64
Memory at f800 (32-bit, prefetchable)
Capabilities: [a0] AGP version 1.0

00:01.0 PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge (rev 03) 
(prog-if 00 [Normal decode])
Flags: bus master, 66Mhz, medium devsel, latency 128
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
Memory behind bridge: f410-f4ff
Prefetchable memory behind bridge: fc00-fdff

00:07.0 ISA bridge: Intel Corporation 82371AB PIIX4 ISA (rev 02)
Flags: bus master, medium devsel, latency 0

00:07.1 IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 01) (prog-if 80 
[Master])
Flags: bus master, medium devsel, latency 64
I/O ports at 10c0

00:07.2 USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01) (prog-if 00 
[UHCI])
Flags: bus master, medium devsel, latency 64, IRQ 9
I/O ports at 1080

00:07.3 Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 02)
Flags: medium devsel

00:0e.0 Multimedia audio controller: Creative Labs SB Live! EMU1 (rev 07)
Subsystem: Creative Labs CT4832 SBLive! Value
Flags: bus master, medium devsel, latency 64, IRQ 10
I/O ports at 10a0
Capabilities: [dc] Power Management version 1

00:0e.1 Input device controller: Creative Labs SB Live! (rev 07)
Subsystem: Creative Labs Gameport Joystick
Flags: bus master, medium devsel, latency 64
I/O ports at 10d0
Capabilities: [dc] Power Management version 1

00:0f.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
Subsystem: 3Com Corporation 3C905B Fast Etherlink XL 10/100
Flags: bus master, medium devsel, latency 80, IRQ 5
I/O ports at 1000
Memory at f400 (32-bit, non-prefetchable)
Capabilities: [dc] Power Management version 1

01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 04) 
(prog-if 00 [VGA])
Subsystem: Matrox Graphics, Inc. Millennium G400 16Mb SDRAM
Flags: bus master, medium devsel, latency 128, IRQ 11
Memory at fc00 (32-bit, prefetchable)
Memory at f410 (32-bit, non-prefetchable)
Memory at f480 (32-bit, non-prefetchable)
Capabilities: [dc] Power Management version 2
Capabilities: [f0] AGP version 2.0




I have also attached my .config.


thanks,
Prasanna Subash
[EMAIL PROTECTED]


#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y