public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Tulip driver doesn't work as module on 2.4.6
@ 2001-07-07  2:46 John Kacur
  2001-07-07  3:20 ` Greg Rollins
  0 siblings, 1 reply; 3+ messages in thread
From: John Kacur @ 2001-07-07  2:46 UTC (permalink / raw)
  To: linux-kernel

Hi

With Kernel 2.4.6, when I compile the Tulip driver as a module, I don't
have network connectivity. I can ping myself, and netstat -rn gives the
same table as with earlier kernels, but I can't connect to any of the
other computers on my network. (network = 1 pentium 120, and 1 pentium
133 running a 2.2.16 and a 2.0.36 kernel respectively.) (the module is
loaded correctly and I have all the correct levels of support programs
as listed in the Changes file.) When I compile the Tulip driver directly
into the Kernel, it works.

I would be happy to provide more information to anybody who wants to try
to figure this one out, just ask me what you need to know.

Thanks

John Kacur

jkacur@home.com

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

* Re: Tulip driver doesn't work as module on 2.4.6
  2001-07-07  2:46 Tulip driver doesn't work as module on 2.4.6 John Kacur
@ 2001-07-07  3:20 ` Greg Rollins
  2001-07-07  5:07   ` John Kacur
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Rollins @ 2001-07-07  3:20 UTC (permalink / raw)
  To: John Kacur; +Cc: linux-kernel

John Kacur wrote:

> Hi
>
> With Kernel 2.4.6, when I compile the Tulip driver as a module, I don't
> have network connectivity. I can ping myself, and netstat -rn gives the
> same table as with earlier kernels, but I can't connect to any of the
> other computers on my network. (network = 1 pentium 120, and 1 pentium
> 133 running a 2.2.16 and a 2.0.36 kernel respectively.) (the module is
> loaded correctly and I have all the correct levels of support programs
> as listed in the Changes file.) When I compile the Tulip driver directly
> into the Kernel, it works.
>
> I would be happy to provide more information to anybody who wants to try
> to figure this one out, just ask me what you need to know.
>
> Thanks
>
> John Kacur
>
> jkacur@home.com
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

I haven't had this problem.  I did my compile last p.m. and so far my Compaq
Deskpro is running better than ever.  Which tulip based card are you
running?  Mine is a Linksys 10/100.  More detail please.  I'm doing a modular
load also.

Greg Rollins
gregrollins@telocity.com


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

* Re: Tulip driver doesn't work as module on 2.4.6
  2001-07-07  3:20 ` Greg Rollins
@ 2001-07-07  5:07   ` John Kacur
  0 siblings, 0 replies; 3+ messages in thread
From: John Kacur @ 2001-07-07  5:07 UTC (permalink / raw)
  To: fdavis112, gregrollins; +Cc: linux-kernel

Frank Davis wrote:
> 
> John,
>    What do the logs say?
> Regards,
> -Frank
> --

Jul  5 23:32:48 speedy kudzu:  failed 
Jul  5 23:32:48 speedy kudzu: Hardware configuration timed out. 
Jul  5 23:32:48 speedy kudzu: Run '/usr/sbin/kudzu' from the command
line to re-
detect. 
Jul  5 23:32:48 speedy sysctl: net.ipv4.ip_forward = 0 
Jul  5 23:32:53 speedy lpd: lpd startup succeeded
Jul  5 23:32:48 speedy sysctl: net.ipv4.conf.all.rp_filter = 1 
Jul  5 23:32:48 speedy sysctl: error: 'net.ipv4.ip_always_defrag' is an
unknown 
key 
Jul  5 23:32:48 speedy sysctl: error: 'kernel.sysrq' is an unknown key 
Jul  5 23:32:48 speedy network: Setting network parameters succeeded 
Jul  5 23:32:49 speedy network: Bringing up interface lo succeeded 
Jul  5 23:32:49 speedy network: Bringing up interface eth0 succeeded 
Jul  5 23:32:50 speedy portmap: portmap startup succeeded 

Greg Rollins wrote:
> 
> John Kacur wrote:
> 
> > Hi
> >
> > With Kernel 2.4.6, when I compile the Tulip driver as a module, I don't
> > have network connectivity. I can ping myself, and netstat -rn gives the
> > same table as with earlier kernels, but I can't connect to any of the
> > other computers on my network. (network = 1 pentium 120, and 1 pentium
> > 133 running a 2.2.16 and a 2.0.36 kernel respectively.) (the module is
> > loaded correctly and I have all the correct levels of support programs
> > as listed in the Changes file.) When I compile the Tulip driver directly
> > into the Kernel, it works.
> >
> > I would be happy to provide more information to anybody who wants to try
> > to figure this one out, just ask me what you need to know.
> >
> > Thanks
> >
> > John Kacur
> >
> > jkacur@home.com
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> 
> I haven't had this problem.  I did my compile last p.m. and so far my Compaq
> Deskpro is running better than ever.  Which tulip based card are you
> running?  Mine is a Linksys 10/100.  More detail please.  I'm doing a modular
> load also.
> 
> Greg Rollins
> gregrollins@telocity.com
> 
Mine is also a Linksys 10/100

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

end of thread, other threads:[~2001-07-07  4:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-07  2:46 Tulip driver doesn't work as module on 2.4.6 John Kacur
2001-07-07  3:20 ` Greg Rollins
2001-07-07  5:07   ` John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox