Re: Source Code for Kernel Modules

2003-07-15 Thread Paul Galbraith
Andreas Janssen wrote: > The sundance driver is not included in the standard 2.2 kernel. You have > to use kernel 2.4 or install the package kernel-patch-ethernet-drivers. The sundance driver is included with the 2.2.20 kernel. It is an option on the default install for woody with the 2.2 kernel

Re: Source Code for Kernel Modules

2003-07-15 Thread Ron Johnson
On Tue, 2003-07-15 at 15:25, [EMAIL PROTECTED] wrote: > On Tue, 15 Jul 2003, Andreas Janssen wrote: > > > [EMAIL PROTECTED] wrote: > > > On Tue, 15 Jul 2003, Chris Metzler wrote: > > >> On Tue, 15 Jul 2003 19:08:32 +0200 (CEST) > > >> [EMAIL PROTECTED] wrote: > > >>> On Tue, 15 Jul 2003, Andrea Ta

Re: Source Code for Kernel Modules

2003-07-15 Thread Andreas Janssen
Hello [EMAIL PROTECTED] wrote: > On Tue, 15 Jul 2003, Andreas Janssen wrote: >> As I already wrote, the sundance driver is not included in the standard >> 2.2 kernel source. So it is nor possible unless you get the driver from >> somewhere else, for example from the kernel-patch-ethernet-drivers

Re: Source Code for Kernel Modules

2003-07-15 Thread gaspard
On Tue, 15 Jul 2003, Andreas Janssen wrote: > [EMAIL PROTECTED] wrote: > > On Tue, 15 Jul 2003, Chris Metzler wrote: > >> On Tue, 15 Jul 2003 19:08:32 +0200 (CEST) > >> [EMAIL PROTECTED] wrote: > >>> On Tue, 15 Jul 2003, Andrea Tasso wrote: > > 1 - try if it is possible to search kerne

Re: Source Code for Kernel Modules

2003-07-15 Thread Andreas Janssen
Hello [EMAIL PROTECTED] wrote: > On Tue, 15 Jul 2003, Chris Metzler wrote: >> On Tue, 15 Jul 2003 19:08:32 +0200 (CEST) >> [EMAIL PROTECTED] wrote: >>> On Tue, 15 Jul 2003, Andrea Tasso wrote: 1 - try if it is possible to search kernel.org 2 - google sundance.c >>> >>> or not so far

Re: Source Code for Kernel Modules

2003-07-15 Thread gaspard
On Tue, 15 Jul 2003, Chris Metzler wrote: > On Tue, 15 Jul 2003 19:08:32 +0200 (CEST) > [EMAIL PROTECTED] wrote: > > On Tue, 15 Jul 2003, Andrea Tasso wrote: > >> > >> 1 - try if it is possible to search kernel.org > >> 2 - google sundance.c > > > > or not so far: > > > > %xxx# locate sundance.c

Re: Source Code for Kernel Modules

2003-07-15 Thread Chris Metzler
On Tue, 15 Jul 2003 19:08:32 +0200 (CEST) [EMAIL PROTECTED] wrote: > On Tue, 15 Jul 2003, Andrea Tasso wrote: >> >> 1 - try if it is possible to search kernel.org >> 2 - google sundance.c > > or not so far: > > %xxx# locate sundance.c > /usr/src/kernel-source-2.4.20/drivers/net/sundance.c > %xxx

Re: Source Code for Kernel Modules

2003-07-15 Thread gaspard
On Tue, 15 Jul 2003, Andrea Tasso wrote: > 1 - try if it is possible to search kernel.org > 2 - google sundance.c or not so far: %xxx# locate sundance.c /usr/src/kernel-source-2.4.20/drivers/net/sundance.c %xxx# Gaspard > On Tue, Jul 15, 2003 at 11:34:20AM -0400 or thereabouts, Paul Galbra

Re: Source Code for Kernel Modules

2003-07-15 Thread Andreas Janssen
Hello Paul Galbraith wrote: > I'm trying to find the source file "sundance.c" that was used to compile > the "sundance.o" ethernet driver module for Debian 3.0r1. I can't find > it in the linux kernel sources for 2.2.20, and I don't know where else > to go, really. Can someone help me find this

Re: Source Code for Kernel Modules

2003-07-15 Thread Andrea Tasso
1 - try if it is possible to search kernel.org 2 - google sundance.c On Tue, Jul 15, 2003 at 11:34:20AM -0400 or thereabouts, Paul Galbraith wrote: > Apologies for what ought to be very straightforward, but after trying for a few > hours I still can't find what I'm looking for. > > I'm trying t