LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 08-20-2014, 01:37 PM   #1
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Rep: Reputation: 0
Centos 7 network problem in os


TO ALL,

I'm not sure if this is the CORRECT or BEST place to put this question but here it is:

I upgraded from Centos 6.5 to Centos 7. I was hoping to get KVM up on Centos 7 however
during the upgrade Centos 7 gave me a device code of "eno1" for my eth0 device.

Why is this and how do I fix it if any of you have an idea?

Merci,

cajunchief
 
Old 08-20-2014, 04:08 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by cajunchief View Post
during the upgrade Centos 7 gave me a device code of "eno1" for my eth0 device.
Did your upgrade break off? Does your eth0 HW need some custom module? Did you save the upgrade log? If so post its contents.
 
1 members found this post helpful.
Old 08-20-2014, 04:14 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi:

It could be something lacking in udev but I'm not 100% sure-
Sorry I'm not good with kernel based virtual machine but I'm sure others here are.

Are you getting an error that says "device not found"?

This thread might help-
http://forums.gentoo.org/viewtopic-p-7289060.html
 
Old 08-20-2014, 04:59 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Moved: This thread is more suitable in <Centos> and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 08-21-2014, 10:52 AM   #5
travisdh1
Member
 
Registered: Sep 2008
Distribution: Fedora
Posts: 129

Rep: Reputation: 22
The network adapter might not be eth0 anymore. What ifcfg-??? files are in /etc/sysconfig/network-scripts now? Also, what adapters is ifconfig reporting?
 
Old 08-21-2014, 10:58 AM   #6
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Tinkster View Post
Moved: This thread is more suitable in <Centos> and has been moved accordingly to help your thread/question get the exposure it deserves.
Tinkster,
Merci Beaucoup
cajunchief
 
Old 08-21-2014, 03:32 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
@-travisdh1:

Would running ifconfig or ifconfig -a help?

If it helps here are all the files on my Centos 7 machine in the /etc/sysconfig/network-scripts.
Maybe this could give you an idea of what OP has--
http://s1052.photobucket.com/user/Ul...ripts.png.html
 
Old 08-22-2014, 09:26 AM   #8
travisdh1
Member
 
Registered: Sep 2008
Distribution: Fedora
Posts: 129

Rep: Reputation: 22
From the directory listing it looks like the network adapter is called WIN_5516. Try
Code:
ifup WIN_5516
If that doesn't work then the output of ifconfig should help (run it from a terminal window as root.)
 
Old 08-22-2014, 12:55 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by travisdh1 View Post
From the directory listing it looks like the network adapter is called 5516. Try
Code:
ifup WIN_5516
If that doesn't work then the output of ifconfig should help (run it from a terminal window as root.)
That network adapter was on my machine.
We need the output from OP's machine--

Last edited by Ztcoracat; 08-22-2014 at 01:09 PM.
 
Old 08-22-2014, 12:58 PM   #10
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
cajunchief:

When you have the time please post a screenshot of your /etc/sysconfig/network-scripts directory.
Or post a list of all of your files in the said directory.

IF you have trouble with that than please post the output of:
ifconfig

Last edited by Ztcoracat; 08-22-2014 at 01:01 PM. Reason: Addition cmd
 
Old 08-23-2014, 10:53 AM   #11
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Ztcoracat View Post
cajunchief:

When you have the time please post a screenshot of your /etc/sysconfig/network-scripts directory.
Or post a list of all of your files in the said directory.

IF you have trouble with that than please post the output of:
ifconfig
Ztcoracat,

I have relaoded the entire system as I am going through an exam soon and it wont be on centos 7.
but when i reload centos 7 I will get screen shots if it happens again.
thak you though.
cajunchief
 
Old 08-23-2014, 11:46 AM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Your Welcome cajunchief-

Enjoy the rest of the weekend-:-
 
Old 09-25-2014, 06:19 AM   #13
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by unSpawn View Post
Did your upgrade break off? Does your eth0 HW need some custom module? Did you save the upgrade log? If so post its contents.
Didn't save log. Sorry.

cajunchief
 
Old 09-25-2014, 06:22 AM   #14
cajunchief
Member
 
Registered: Sep 2010
Posts: 233

Original Poster
Rep: Reputation: 0
Closing issue

To All:

I need to take my RHEL 6 Exam. I have backed out of RHEL7.

THANK YOU for all of your help.

cajunchief
 
Old 09-25-2014, 06:31 PM   #15
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by cajunchief View Post
To All:

I need to take my RHEL 6 Exam. I have backed out of RHEL7.

THANK YOU for all of your help.

cajunchief
Your welcome and Good Luck on your exam-
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How do I diagnose a Network problem? CentOS 6.3 NetDoc Linux - Networking 22 04-24-2015 07:11 AM
[SOLVED] Network problem with CentOS 6 domU mago Linux - Virtualization and Cloud 1 09-28-2012 03:16 PM
Problem with the Network in CentOS 5.4 jyothish_iti Red Hat 11 06-27-2011 04:42 AM
Problem with network and RAID on Centos 5.2 and Centos 5.4 thesirwolf Linux - Hardware 1 04-02-2010 11:47 AM
Problem in network in CentOS after restarting network sidkapoor2000 Linux - Networking 3 07-01-2009 12:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS

All times are GMT -5. The time now is 07:16 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