CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 6 - General Support
  [SOLVED] Centos 6.2 iso bug

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
  •  siddhesh
      siddhesh
[SOLVED] Centos 6.2 iso bug
#1
Peeking in the Member Window
Joined: 2012/5/14
From
Posts: 13
When i install centos 6.2 minimal iso on xen HVM vps Ethernet card is not detected .What will be the issue loop back gives replay but cannot ping with gateway .All other iso wroks fine xen pv works fine .Please help
Posted on: 2012/5/14 8:54
Create PDF from Post Print
Top
  •  TrevorH
      TrevorH
Re: Centos 6.2 iso bug
#2
Moderator
Joined: 2009/9/24
From Brighton, UK
Posts: 6376
Does it appear in the output of `ifconfig -a`? If it does then it's the usual "my network card doesn't activate after installation of CentOS 6.x" and you should look at the wiki article about this.
_________________
Linux/VoIP Systems Administrator
Posted on: 2012/5/14 10:34
Create PDF from Post Print
Top
  •  siddhesh
      siddhesh
Re: Centos 6.2 iso bug
#3
Peeking in the Member Window
Joined: 2012/5/14
From
Posts: 13
Hi ,

Thanks for the reply can you give me link of wiki article i will just check it out
Posted on: 2012/5/14 12:07
Create PDF from Post Print
Top
  •  TrevorH
      TrevorH
Re: Centos 6.2 iso bug
#4
Moderator
Joined: 2009/9/24
From Brighton, UK
Posts: 6376
_________________
Linux/VoIP Systems Administrator
Posted on: 2012/5/14 12:16
Create PDF from Post Print
Top
  •  siddhesh
      siddhesh
Re: Centos 6.2 iso bug
#5
Peeking in the Member Window
Joined: 2012/5/14
From
Posts: 13
Hi ,

Thank you i will check it and reply .
Posted on: 2012/5/14 12:19
Create PDF from Post Print
Top
  •  siddhesh
      siddhesh
Re: Centos 6.2 iso bug
#6
Peeking in the Member Window
Joined: 2012/5/14
From
Posts: 13
Hi ,

I had already tried this but no use .This some modules cannot be loaded .I m able to ping loopback .
Posted on: 2012/5/14 12:23
Create PDF from Post Print
Top
  •  TrevorH
      TrevorH
Re: Centos 6.2 iso bug
#7
Moderator
Joined: 2009/9/24
From Brighton, UK
Posts: 6376
You never answered the critical question: Does it appear in the output of `ifconfig -a`?
_________________
Linux/VoIP Systems Administrator
Posted on: 2012/5/14 13:52
Create PDF from Post Print
Top
  •  siddhesh
      siddhesh
Re: Centos 6.2 iso bug
#8
Peeking in the Member Window
Joined: 2012/5/14
From
Posts: 13
>>You never answered the critical question: Does it appear in the output of `ifconfig -a`?
NO.It did not appear in ifconfig -a.
Posted on: 2012/5/15 9:56
Create PDF from Post Print
Top
  •  TrevorH
      TrevorH
Re: Centos 6.2 iso bug
#9
Moderator
Joined: 2009/9/24
From Brighton, UK
Posts: 6376
Right, if it doesn't appear in ifconfig -a then it wasn't worth doing the rest of my instructions! Please post the output from

lspci -nn | grep -i net
_________________
Linux/VoIP Systems Administrator
Posted on: 2012/5/15 11:01
Create PDF from Post Print
Top
  •  siddhesh
      siddhesh
Re: Centos 6.2 iso bug
#10
Peeking in the Member Window
Joined: 2012/5/14
From
Posts: 13
no output after executing lspci -nn | grep -i net command .It is xen vps.
Posted on: 2012/5/16 5:18
Create PDF from Post Print
Top
  •  TrevorH
      TrevorH
Re: Centos 6.2 iso bug
#11
Moderator
Joined: 2009/9/24
From Brighton, UK
Posts: 6376
Hmmm. Just post the output from `lspci -nn` then. Wrap it in [code][/code] tags to make it more readable please.
_________________
Linux/VoIP Systems Administrator
Posted on: 2012/5/16 9:25
Create PDF from Post Print
Top
  •  siddhesh
      siddhesh
Re: Centos 6.2 iso bug
#12
Peeking in the Member Window
Joined: 2012/5/14
From
Posts: 13
Hi can you provide me you mail id ?
Posted on: 2012/5/16 11:09
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: Centos 6.2 iso bug
#13
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Please keep the communications on the forum for the benefit of all members.

If lspci is not found then
yum install pciutils
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/5/16 11:25
Create PDF from Post Print
Top
  •  siddhesh
      siddhesh
Re: Centos 6.2 iso bug
#14
Peeking in the Member Window
Joined: 2012/5/14
From
Posts: 13
Hi ,

I had uploaded screenshot on below link

http://i45.tinypic.com/otzurd.png
Posted on: 2012/5/16 13:06
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: Centos 6.2 iso bug
#15
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
No network device is shown. Perhaps you need to add a network device to the VM.

If at all possible please use text rather than an image.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/5/16 13:41
Create PDF from Post Print
Top
  •  siddhesh
      siddhesh
Re: Centos 6.2 iso bug
#16
Peeking in the Member Window
Joined: 2012/5/14
From
Posts: 13
Hi ,

Thanks for your help issue is been resolved i had just changed ioemu(default) to type netfront from xen config file .


vif = [" model=e1000, type=netfront, ip=xx.xx.xx.xx, vifname=vif1002.0 , mac=00:00:00:00:00:00"]



Regards,
Siddhesh
Posted on: 2012/5/23 7:31
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: [SOLVED] Centos 6.2 iso bug
#17
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
You are welcome. Thanks for reporting back. Marking this thread [SOLVED] for posterity.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/5/23 17:15
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com