Re: detect ethernet card?

2010-09-10 Thread Camaleón
On Thu, 09 Sep 2010 21:24:57 +0200, Atu wrote: On Thursday 09 September 2010 09:19:30 pm Camaleón wrote: (...) Try /sbin/ifconfig to check if the card is there. I tried and it isn't. I see lo but not eth0. Then review the dmesg | grep eth log, as David told you. If something is wrong

Re: detect ethernet card?

2010-09-10 Thread Geoff Simmons
Hi Atu, On Fri, Sep 10, 2010 at 02:42:12AM +0200, Atu wrote: 00.19.0 Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network Connection (rev 02) Support for the 82567LM-3 (PCI ID 8086:10de) was added to the e1000e driver in linux-2.6 2.6.26-25, which is part of the recent[1] Debian

Re: detect ethernet card?

2010-09-10 Thread Atu
On Friday 10 September 2010 10:10:22 am Geoff Simmons wrote: Support for the 82567LM-3 (PCI ID 8086:10de) was added to the e1000e driver in linux-2.6 2.6.26-25, which is part of the recent[1] Debian Lenny point release (5.0.6). upgrade your system to 5.0.6. An interface for this network

Re: detect ethernet card?

2010-09-09 Thread James Stuckey
I want to say that there's scripts that do stuff like this, but unfortunately I don't know exactly how to do this. Hopefully someone who does will speak up. I would like to know more about these scripts and what all they can do. ciao James S. On Thu, Sep 9, 2010 at 9:13 PM, Atu

Re: detect ethernet card?

2010-09-09 Thread Camaleón
On Thu, 09 Sep 2010 21:13:40 +0200, Atu wrote: Now I have all my networking hardware in place, and it works (tested with another computer). I want to add network functionality to my lenny-PC, but I can't bring eth0 up with ifup eth0: #ifup eth0 [...] SIOCSIFADDR: No such device eth0:

Re: detect ethernet card?

2010-09-09 Thread Atu
On Thursday 09 September 2010 09:16:07 pm James Stuckey wrote: I want to say that there's scripts that do stuff like this, but unfortunately I don't know exactly how to do this. Hopefully someone who does will speak up. I would like to know more about these scripts and what all they can do.

Re: detect ethernet card?

2010-09-09 Thread Atu
On Thursday 09 September 2010 09:19:30 pm Camaleón wrote: On Thu, 09 Sep 2010 21:13:40 +0200, Atu wrote: Now I have all my networking hardware in place, and it works (tested with another computer). I want to add network functionality to my lenny-PC, but I can't bring eth0 up with ifup eth0:

RE: detect ethernet card?

2010-09-09 Thread James Zuelow
Original Message From: Atu [mailto:atucelu...@googlemail.com] Sent: Thursday, September 09, 2010 11:25 AM (...) Try /sbin/ifconfig to check if the card is there. I tried and it isn't. I see lo but not eth0. What does `/sbin/ifconfig -a` show? James Z -- To UNSUBSCRIBE, email to

Re: detect ethernet card?

2010-09-09 Thread David Jardine
On Thu, Sep 09, 2010 at 09:23:05PM +0200, Atu wrote: On Thursday 09 September 2010 09:16:07 pm James Stuckey wrote: I want to say that there's scripts that do stuff like this, but unfortunately I don't know exactly how to do this. Hopefully someone who does will speak up. I would like to

Re: detect ethernet card?

2010-09-09 Thread Patrick Ouellette
On Thu, Sep 09, 2010 at 09:13:40PM +0200, Atu wrote: Now I have all my networking hardware in place, and it works (tested with another computer). I want to add network functionality to my lenny-PC, but I can't bring eth0 up with ifup eth0: #ifup eth0 [...] SIOCSIFADDR: No such device

Re: detect ethernet card?

2010-09-09 Thread Atu
On Thursday 09 September 2010 10:56:39 pm David Jardine wrote: $ dmesg|grep eth might give you some indication. I didn't see anything unusual in dmesg so far, though I didn't grep for eth. I'll try that when I'm back at that machine in a few hours. $ lspci should have the card on the

Re: detect ethernet card?

2010-09-09 Thread Atu
On Thursday 09 September 2010 10:42:16 pm you wrote: On Thu, Sep 09, 2010 at 09:13:40PM +0200, Atu wrote: Now I have all my networking hardware in place, and it works (tested with another computer). I want to add network functionality to my lenny-PC, but I can't bring eth0 up with ifup