Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
Mark #1
linux network card setup
Hi everyone!
i was running a redhat server for about a year, and decided to switch
to try out Slackware but i'm having a major problem.
I use the linux machine as a router, and it seems to me by default
slackware only autodetects the first network card during install.
I was wondering if anyone knows a way i can auto detect my second
network card.
I tried to type:
ifconfig eth1 192.168.1.1 broadcast 192.168.1.255 netmask 255.
255.255.0
but i get the error:
SIOCSIFADDR: No such device
eth1: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth1: unknown interface: No such device
SIOCSIFNETMASK: No such device
i don't know what brand the network card is, and redhat 8 and 7 both
autodetected it. I am running slackware 9(its newer then the redhats)
so i assume there must be a way.
Thanks for all your help, in advance.
p.s. i looked into modprob but to use it you need to know what brand
your network card is. so its possing to be a problem.
Mark Guest
-
How to add new PCI Network card
Hi, We just installed two new PCI Ethernet cards to our Motorola E-Series AIX Box but they do not show up in devices. What do I need to do before... -
network card
device manager says its insrtance 2 of my network card yet there is no instance 1 and there is only 1 card installled every few days the card... -
No network card
"adrian916" <aphutchinson@yahoo.co.uk> wrote in message news:007301c347b9$df2b13d0$a101280a@phx.gbl... You can connect to 127.0.0.1 without even... -
where's my network card???
I have a compaq pc with a built in network card (not PCI). Although the l.e.d on the back is showing, device manager (in XP) indicates that no NIC... -
network card solaris 9
I am kind of new to solaris. I installed it successfully but I have a network card on pci 1 but when Ido netstat -i it only sees localhost and yet... -
Silvio Bacchetta #2
Re: linux network card setup
Mark <tha_don_ak47@hotmail.com> ha scritto:
This is right, there is no driver module loaded right now.> I tried to type:
> ifconfig eth1 192.168.1.1 broadcast 192.168.1.255 netmask 255.
> 255.255.0
>
>
> but i get the error:
> SIOCSIFADDR: No such device
> eth1: unknown interface: No such device
> SIOCSIFBRDADDR: No such device
> eth1: unknown interface: No such device
> SIOCSIFNETMASK: No such device
Yes, you'll need to manually load the driver with modprobe. The lspci> i don't know what brand the network card is, and redhat 8 and 7 both
> autodetected it. I am running slackware 9(its newer then the redhats)
> so i assume there must be a way.
command will help you discover what chipset your card uses. After that,
you can add an alias in /etc/modules.conf and a permanent configuration
for the card.
--
Registered user at [url]http://counter.li.org[/url] # 170453
Jabber JID: [email]silvio@jabber.linux.it[/email]
GnuPG Key fingerprint = 10E0 2B05 0B0A 3525 8760 788B 59B6 C74A 250E 65B6
Silvio Bacchetta Guest



Reply With Quote

