Networking Forums

Networking Forums > Computer Networking > Linux Networking > newbie question: ethernet interfaces

Reply
Thread Tools Display Modes

newbie question: ethernet interfaces

 
 
Craig Stein
Guest
Posts: n/a

 
      06-11-2004, 08:10 PM
I have two 3com ethernet cards (3c905c and 3c905b) in a debian box. I have
loaded the 3c59x module using modconf. I have entered "alias eth0 3c59x"
in /etc/modules (without the quotes) but I still dont have any ethernet
interfaces available... what have I done wrong?

Craig
PW Group
System Administrator Assistant
(E-Mail Removed)


 
Reply With Quote
 
 
 
 
Michael Collard
Guest
Posts: n/a

 
      06-11-2004, 09:53 PM
On Fri, 11 Jun 2004 14:10:29 -0600, Craig Stein wrote:

> I have two 3com ethernet cards (3c905c and 3c905b) in a debian box. I have
> loaded the 3c59x module using modconf. I have entered "alias eth0 3c59x"
> in /etc/modules (without the quotes) but I still dont have any ethernet
> interfaces available... what have I done wrong?



Sounds like its just not bringing up eth0. I don't know how debian works
in this situation but you could try a couple of things. Firstly a
'ifconfig eth0 up' to determine if it will actually use the driver, and
doing a manual 'modprobe 3c59x' and looking at the output (in dmesg too).

Regrards
Michael Collard
 
Reply With Quote
 
jwhan
Guest
Posts: n/a

 
      06-12-2004, 02:16 AM
You said that you had two NICs. So If you want to detect all , you have to
write "alias eth1 3c59x" too.
Next, you have to load the modules. Use the command "modprove".
And then, Input "/etc/init.d/network restart" or "ifconfig eth0 up, ifconfig
eth1 up".



"Craig Stein" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have two 3com ethernet cards (3c905c and 3c905b) in a debian box. I

have
> loaded the 3c59x module using modconf. I have entered "alias eth0 3c59x"
> in /etc/modules (without the quotes) but I still dont have any ethernet
> interfaces available... what have I done wrong?
>
> Craig
> PW Group
> System Administrator Assistant
> (E-Mail Removed)
>
>



 
Reply With Quote
 
Bill Marcum
Guest
Posts: n/a

 
      06-14-2004, 05:57 PM
On Fri, 11 Jun 2004 14:10:29 -0600, Craig Stein
<(E-Mail Removed)> wrote:
> I have two 3com ethernet cards (3c905c and 3c905b) in a debian box. I have
> loaded the 3c59x module using modconf. I have entered "alias eth0 3c59x"
> in /etc/modules (without the quotes) but I still dont have any ethernet
> interfaces available... what have I done wrong?
>

/etc/modules should only contain names of modules. Alias commands go in
/etc/modprobe.d/aliases if you use a 2.6 kernel, or /etc/modutils/aliases
for older systems. The modconf program should write those files for you.
Do the commands "dmesg" and "lspci" show your ethernet cards?


--
"Donna Hand of Ashburn, Va., waited five hours to see the casket and
spent about three minutes inside." --AP news story
 
Reply With Quote
 
Craig Stein
Guest
Posts: n/a

 
      06-14-2004, 08:57 PM
thanks guys for all the help. I finally got the thing working although I am
still uncertain as to what I did... one of the probs of running unstable
distributions perhaps.


"Bill Marcum" <(E-Mail Removed)> wrote in message
news:ih51q1-(E-Mail Removed)...
> On Fri, 11 Jun 2004 14:10:29 -0600, Craig Stein
> <(E-Mail Removed)> wrote:
> > I have two 3com ethernet cards (3c905c and 3c905b) in a debian box. I

have
> > loaded the 3c59x module using modconf. I have entered "alias eth0

3c59x"
> > in /etc/modules (without the quotes) but I still dont have any ethernet
> > interfaces available... what have I done wrong?
> >

> /etc/modules should only contain names of modules. Alias commands go in
> /etc/modprobe.d/aliases if you use a 2.6 kernel, or /etc/modutils/aliases
> for older systems. The modconf program should write those files for you.
> Do the commands "dmesg" and "lspci" show your ethernet cards?
>
>
> --
> "Donna Hand of Ashburn, Va., waited five hours to see the casket and
> spent about three minutes inside." --AP news story



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bridging non Ethernet interfaces ? ChapiChapo Linux Networking 0 01-17-2008 12:31 PM
Multiple Virtual Ethernet Interfaces netfiber@gmail.com Linux Networking 0 02-02-2007 12:05 AM
Ethernet bridging over bonded interfaces Bruce Richardson Linux Networking 0 11-18-2004 10:45 AM
Virtual Ethernet Interfaces Troy C Linux Networking 6 10-10-2004 10:52 PM
Several ethernet interfaces + encapsulation over IP Tim C Linux Networking 0 12-17-2003 08:51 PM



1 2 3 4 5 6 7 8 9 10 11