Re: SIOCADDRT : No such device

2002-05-02 Thread Elizabeth Barham
Hi, When you configured your kernel (with 'make menuconfig' or 'make xconfig'), did you select the rtl8139 driver? This is under the Network Devices options, 10/100 MBPS. I personally suggest compiling it as a module so that an "M" shows up next to it in the square brackets. For compiling the ker

Re: SIOCADDRT : No such device

2002-05-02 Thread Deepak Kotian
e - From: "Elizabeth Barham" <[EMAIL PROTECTED]> To: Sent: Thursday, May 02, 2002 7:53 PM Subject: Re: SIOCADDRT : No such device > [EMAIL PROTECTED] writes: > > > Also, when I do make config, I select all default. How do I know, > > what card, I have. &

RE: SIOCADDRT : No such device

2002-05-02 Thread Kapil Khosla
-- On Thu, 2 May 2002 19:36:00 dkotian3 wrote: >Hi, >>>What an ifconfig give you ? >> ifconfig eth0 > eth0: error fetching interface information: Device not found Hi, Can you also mail the output of cat /proc/interrupts. I have a weird feeling that your eth0 will not be listed there, Thanks

Re: SIOCADDRT : No such device

2002-05-02 Thread Elizabeth Barham
[EMAIL PROTECTED] writes: > Also, when I do make config, I select all default. How do I know, > what card, I have. Depends on your machine's bus. For pci, use "lspci". It has a verbose option which can be increased with more v's, as in lspci -vv With an ISA bus (and PNP devices), use pnpdump

RE: SIOCADDRT : No such device

2002-05-02 Thread dkotian3
Hi, >>What an ifconfig give you ? ifconfig eth0 eth0: error fetching interface information: Device not found >>Did you compile it in the kernel ? I did it, and boot with the new kernel. I have both 2.2.19 installed from CD and also 2.4.18 (source from kernel.org). When I do uname -a, I c

Re: SIOCADDRT : No such device

2002-05-02 Thread Kapil Khosla
On Thu, 2 May 2002 12:29:44 +0500 (IST) [EMAIL PROTECTED] wrote: > Thanks , > Could someone help in how to add network drivers for debian. > The network card seems to be RTL8129. > > Thanks and Regards > Deepak RTL8129/39.. Drivers have an excellent support these days. I have been using mine

RE: SIOCADDRT : No such device

2002-05-02 Thread STOJICEVIC Edi EXPSIA
>Thanks , >Could someone help in how to add network drivers for debian. >The network card seems to be RTL8129. > >Thanks and Regards >Deepak Hi, What an ifconfig give you ? Did you compile it in the kernel ? Did you configure your /etc/network/interfaces file ? Give us more informations...

Re: SIOCADDRT : No such device

2002-05-02 Thread dkotian3
Thanks , Could someone help in how to add network drivers for debian. The network card seems to be RTL8129. Thanks and Regards Deepak [EMAIL PROTECTED] wrote You'll have to put a driver for your nic in /etc/modules. -- Sincerely, David Smead http://www.amplepower.com. On Thu, 2 May 2002

Re: SIOCADDRT : No such device

2002-05-01 Thread David Smead
You'll have to put a driver for your nic in /etc/modules. -- Sincerely, David Smead http://www.amplepower.com. On Thu, 2 May 2002 [EMAIL PROTECTED] wrote: > Hi, > > I have a similar porblem. > I have upgraded it to 2.4.18 from the source code www.kernel.org. > And when I do ifconfig eth0, I ge

Re: SIOCADDRT : No such device

2002-05-01 Thread Kapil Khosla
>I have a similar porblem. >I have upgraded it to 2.4.18 from the source code >www.kernel.org. >And when I do ifconfig eth0, I get No such device. >Is there a way to do it ? Well, Thanks to Elizabeth..I made this work under my current kernel version. The problem as Elizabeth mentioned was that

Re: SIOCADDRT : No such device

2002-05-01 Thread dkotian3
Hi, I have a similar porblem. I have upgraded it to 2.4.18 from the source code www.kernel.org. And when I do ifconfig eth0, I get No such device. Is there a way to do it ? Any help on this would be appreciated. Thanks and Regards Deepak [EMAIL PROTECTED] wrote "Kapil Khosla" <[EMAIL PROTECTED

Re: SIOCADDRT : No such device

2002-05-01 Thread Elizabeth Barham
"Kapil Khosla" <[EMAIL PROTECTED]> writes: > Hi, I want to set up the route of my newly setup network. I have DEC > 21143 chipsets and I have compiled/insmod the driver but am not sure > if it works as I dont have the networking set up yet. I am working > with Potato 2.2.19 kernel. > Do I need ne