LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-03-2004, 11:17 PM   #1
zameer_india
Member
 
Registered: Sep 2004
Location: hyderabad
Posts: 210

Rep: Reputation: 30
"how to config network card manually"


Hi,

Here i got some problem reg NIC card, to day i boot my sys then i got a message u r network card has been removed ... and it asks me optins llike "keep configuration ", "remove configuration", "no changes". then i select" remove config " option ... after i would like to config manually....

when ever iam trying to activate network card it gives me a message
" cannot activate etho " configuration for etho not found "
"usage /sbin/ifup <device name>"

what should i do ..... iam new to linux admin just enter into it.. so can anybody do help regarding this issue....



Thanking you,
zameer ahmed syed
 
Old 10-04-2004, 01:23 AM   #2
symen
Member
 
Registered: Sep 2004
Location: Dublin
Distribution: Debian 3
Posts: 61

Rep: Reputation: 15
you need to configure your interfaces file.
Depening on your distribution it'll be called /etc/network/interfaces, or something similar.

example:

auto eth0
iface eth0 inet static
address 10.0.0.1
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.0.0.255
gateway 10.0.0.138
 
Old 10-04-2004, 01:56 AM   #3
zameer_india
Member
 
Registered: Sep 2004
Location: hyderabad
Posts: 210

Original Poster
Rep: Reputation: 30
Thanx for ur kind reply

Could u please send correct path. iam having Linux 9 version, where i could get correct info or site..... plz kindly reply
 
Old 10-04-2004, 02:23 AM   #4
symen
Member
 
Registered: Sep 2004
Location: Dublin
Distribution: Debian 3
Posts: 61

Rep: Reputation: 15
linux 9 is not a distribution.
type man interfaces. that will tell you where you can find your interfaces file
 
Old 10-04-2004, 02:30 AM   #5
zameer_india
Member
 
Registered: Sep 2004
Location: hyderabad
Posts: 210

Original Poster
Rep: Reputation: 30
I typed man interfaces

but it shows no manual entries for interfaces...
what's next to proceed

Thanq
 
Old 10-04-2004, 02:46 AM   #6
zameer_india
Member
 
Registered: Sep 2004
Location: hyderabad
Posts: 210

Original Poster
Rep: Reputation: 30
Hai Siemens,
Sorry for the disturbances,
I found one file in name "ifcfg-eth0" in the path
/etc/sysconfig/networking/devices/

here i am having the following information

DEVICE= eth0
ONBOOT=yes
BOOTRECORD=dhcp
USERCTL=no
PEERDNS=no
TYPE=ETHERNET

IAM TOTALLY CONFUSED
MY BOSS SAID THAT U PLZ RE INSTALLED
BUT I DON'T WANT IT, PLZ SOLVE MY PROBLEM... RE INSTALL IS NOT THE SOLUTION I THINK.....

HELP ME ......

THANQ
 
Old 10-04-2004, 02:49 AM   #7
zameer_india
Member
 
Registered: Sep 2004
Location: hyderabad
Posts: 210

Original Poster
Rep: Reputation: 30
ONE MORE THING IS BY TYPING /ETC/RESOLV.INF FROM TERMINAL USING CAT COMMAND IT SHOWS SERVER IP ADDRESS.........

THANQ
 
Old 10-04-2004, 02:53 AM   #8
zameer_india
Member
 
Registered: Sep 2004
Location: hyderabad
Posts: 210

Original Poster
Rep: Reputation: 30
Siemens,
first of all iam very thanqfull to ur patience......

Iam providing full information what happened...

ACTUALLY PROBLEM IS...
Here i got some problem reg NIC card, to day i boot my sys then i got a message u r network card has been removed ... and it asks me options llike "keep configuration ", "remove configuration", "no changes". then i select" remove config " option ... i think i can config it manually....

when ever iam trying to activate network card it gives me a message
" cannot activate etho " configuration for etho not found "
"usage /sbin/ifup <device name>" even it doesn't shows me a network card from hardware devices....

I use netconfig command through terminal , here i change IP Address , subnetmask , gateway address , and i clicked on... then i check through ifconfig command there i got Loopback address

now tell me what to do... u have complete information ..... plz don't tell do whatever u boss said......

I will really appretiate if i solve this problem......

ThanQ Siemens for ur patience
 
Old 10-04-2004, 02:58 AM   #9
symen
Member
 
Registered: Sep 2004
Location: Dublin
Distribution: Debian 3
Posts: 61

Rep: Reputation: 15
do you have a file called /etc/networking/interfaces ?
what linux distribution do you have?
 
Old 10-04-2004, 04:23 AM   #10
zameer_india
Member
 
Registered: Sep 2004
Location: hyderabad
Posts: 210

Original Poster
Rep: Reputation: 30
hai siemen, could you got any solution .................. plz help me......

thanq and sorry for inconvinience....................

bye,
zameer ahmed syed
 
Old 10-04-2004, 04:51 AM   #11
symen
Member
 
Registered: Sep 2004
Location: Dublin
Distribution: Debian 3
Posts: 61

Rep: Reputation: 15
well can you please answer my questions then?
 
Old 10-04-2004, 05:00 AM   #12
zameer_india
Member
 
Registered: Sep 2004
Location: hyderabad
Posts: 210

Original Poster
Rep: Reputation: 30
hey man iam new for this linux admin .... however if possible i can but not sure man............
 
Old 10-04-2004, 06:22 AM   #13
symen
Member
 
Registered: Sep 2004
Location: Dublin
Distribution: Debian 3
Posts: 61

Rep: Reputation: 15
these are the questions:
do you have a file called /etc/networking/interfaces ?
what linux distribution do you have?

If you cannot answer these, then sorry but I cant help you further
 
Old 10-04-2004, 06:44 AM   #14
zameer_india
Member
 
Registered: Sep 2004
Location: hyderabad
Posts: 210

Original Poster
Rep: Reputation: 30
no i don't have
 
Old 10-04-2004, 10:18 AM   #15
emailssent
Member
 
Registered: Sep 2004
Posts: 312

Rep: Reputation: 30
Hi zameer_india,

be patient and don't be confused...........

Ok, now come to your ethernet card configuration,

I think u might be using Red Hat 9, plz. check it by looking at message show and boot time , and u can even check this by runing these commands

#dmesg |grep version

#cat /etc/issue.net

#uname -r

and show me the output and try to find your self also through these commands output...


now run as a root show me the output of this command
do the following things as a root,

#ifconfig

and now steps to configure network card

#vi /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=eth0
BOOTPROTO=static
IPADDR= <enter the ip address of the system>
NETMASK=255.255.255.0 (set it according to ur ip)
NETWORK=192.168.1.0 (set it according to ur ip)
BROADCAST=192.168.1.255 (set it according to ur ip)
ONBOOT=yes
MII_NOT_SUPPORTED=yes
GATEWAY=192.168.1.1 (set it according to ur ip)

#/etc/init.d/network restart

#ifconfig

now try pinging other system on the netwok


--return back ??
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't "make config" whilst attempting wifi card install on Debian Sarge. Keychain Linux - Hardware 3 09-19-2008 11:24 AM
Belkin "Pre-n" F5D8000 network card thunderweasel Linux - Wireless Networking 41 07-19-2008 03:46 PM
"AMULE" NG :You have a lowid. Please review your network config and/or your settings. j.vilon Linux - Newbie 2 02-11-2005 11:55 PM
Failed detection of "Realtek Semiconductor Co., Ltd. RTL-8139" network card scuffell Linux - Networking 5 06-15-2004 05:34 AM
NVIDIA MCP network card installed but "not found" I can't finish DSL install SpiritAuthor Linux - Newbie 0 12-08-2003 12:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration