LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-07-2005, 10:26 PM   #1
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Rep: Reputation: 15
Angry Why do I have to activate my NIC every time I boot?


I am running FC3 with all the updates. Everytime before I can get online, I have to go to "Network Device Controls" and activate the card. Whay is this. I save the configuration on exit and also when I exit Linux to reboot. Any suggestions?
 
Old 07-08-2005, 12:54 AM   #2
Michael Johnson
Member
 
Registered: Jul 2005
Location: Wagga Wagga, Australia
Posts: 262

Rep: Reputation: 30
Do you use the ethernet to connect to internet. When you go to "Network Device Controls" do you use configure and then use the option to tell it to startup at boot?
 
Old 07-08-2005, 04:05 AM   #3
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
put the modules name into /etc/modules
also check that your network init script is in your runlevel
also check that your network config files state

auto eth0

before configuring the devices with

iface eth0 inet dhcp

or something like that
 
Old 07-08-2005, 06:08 AM   #4
nabeelmoidu
Member
 
Registered: Jul 2005
Location: Bangalore
Distribution: Fedora
Posts: 71

Rep: Reputation: 15
Is your ONBOOT= parameter in /etc/sysconfig/network-scripts/ifcfg-eth0 or whatever blah blah blah interface set to 'yes'?
 
Old 07-08-2005, 07:18 AM   #5
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Michael Johnson
Do you use the ethernet to connect to internet. When you go to "Network Device Controls" do you use configure and then use the option to tell it to startup at boot?
Yes I useit to connect to the internet. There is no option to tell it to start at boot, or I don't lnow where it is.
 
Old 07-08-2005, 07:24 AM   #6
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Nathanael
put the modules name into /etc/modules
also check that your network init script is in your runlevel
also check that your network config files state

auto eth0

before configuring the devices with

iface eth0 inet dhcp

or something like that
there is no directory /etc/modules and I don't know where to get the module in the first place.

The card now is configured to eth0:1

Where can I check my network config file?

sorry, I'm a
 
Old 07-08-2005, 07:27 AM   #7
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by nabeelmoidu
Is your ONBOOT= parameter in /etc/sysconfig/network-scripts/ifcfg-eth0 or whatever blah blah blah interface set to 'yes'?
Iy is set to YES but it is Eth0:1 though. does that make a diff?
 
Old 07-08-2005, 07:31 AM   #8
Michael Johnson
Member
 
Registered: Jul 2005
Location: Wagga Wagga, Australia
Posts: 262

Rep: Reputation: 30
I misled you slightly when you open "Network Device Controls" you will see the network device. Click on it. Then click on the edit button on the button bar. Under the General tab at the top is a check box "Activate device when computer starts" check this box and it should work.
 
Old 07-08-2005, 07:39 AM   #9
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Nathanael
put the modules name into /etc/modules
also check that your network init script is in your runlevel
also check that your network config files state

auto eth0

before configuring the devices with

iface eth0 inet dhcp

or something like that
This is what is says in the sysconfig file:
/etc/sysconfig/network:

NETWORKING=yes|no
HOSTNAME=<fqdn by default, but whatever hostname you want>
GATEWAY=<gateway IP>
GATEWAYDEV=<gateway device to use, when multiple devices have GATEWAY=> (e.g. eth0)
NISDOMAIN=<nis domain name>
VLAN=yes|no
IPX=yes|no
IPXAUTOPRIMARY=on|off (note, that MUST be on|off, not yes|no)
IPXAUTOFRAME=on|off (again, not yes|no)
IPXINTERNALNETNUM=<netnum>
IPXINTERNALNODENUM=<nodenum>

does this need changed here or in a different file?
also should I be loggen in as root?
 
Old 07-08-2005, 07:44 AM   #10
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Michael Johnson
I misled you slightly when you open "Network Device Controls" you will see the network device. Click on it. Then click on the edit button on the button bar. Under the General tab at the top is a check box "Activate device when computer starts" check this box and it should work.
That is checked but the box under it isn't, which allows all useres to enable/disable the device. I'm guessing that this doesn't matter though
 
Old 07-08-2005, 07:50 AM   #11
Michael Johnson
Member
 
Registered: Jul 2005
Location: Wagga Wagga, Australia
Posts: 262

Rep: Reputation: 30
On the same section have you checked "Automatically obtain obtain IP address.." and also "Automatically DNS info..."? I would say you have. You are rightnthe below is not needed.
The next step is to do
#dmesg | grep eth0
and see if it is trying to bring it up.
 
Old 07-08-2005, 08:14 AM   #12
Michael Johnson
Member
 
Registered: Jul 2005
Location: Wagga Wagga, Australia
Posts: 262

Rep: Reputation: 30
Go to menu and select "System Settings->Server settings->services". In the left hand list box look for Network and make sure it is checked. If not check it and save. This setting is used to start your network.
 
Old 07-08-2005, 08:27 AM   #13
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Michael Johnson
Go to menu and select "System Settings->Server settings->services". In the left hand list box look for Network and make sure it is checked. If not check it and save. This setting is used to start your network.
Found it but it says device eth0 and my card is eth0:1 should I reinstall the card?
 
Old 07-08-2005, 08:30 AM   #14
Michael Johnson
Member
 
Registered: Jul 2005
Location: Wagga Wagga, Australia
Posts: 262

Rep: Reputation: 30
Yes delete the card you have and start again. The correct name shoul be "eth0".
 
Old 07-08-2005, 08:37 AM   #15
A6Quattro
Member
 
Registered: Jul 2005
Location: SE, PA
Distribution: Fedora Core 3, Suse 9.3 pro(if I can get the NIC's working!!!)
Posts: 111

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Michael Johnson
Yes delete the card you have and start again. The correct name shoul be "eth0".
Wemt ahead and did that. Hope this works this time!! Thank you so much for your help. I'm starting to get the hang of some of this Linux stuff!!!!
 
  


Reply



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
How Do I Activate Wireless NIC? jimbo-62 Slackware 7 10-11-2007 07:47 PM
activate DMA for disks at boot time mrosati Linux - Software 1 09-15-2005 07:04 AM
My NIC won't activate Utah Linux - Networking 4 04-30-2004 04:18 PM
Redhat 8 Activate NIC at boot problem SteveT Linux - Networking 3 10-27-2003 01:06 PM
Tomsrtbt does not activate NIC toolkit Linux - General 2 04-21-2002 09:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:54 PM.

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