CentOS 7 network install on VMWare Workstation problem

General support questions
tbosmans
Posts: 1
Joined: 2014/08/06 09:45:02

CentOS 7 network install on VMWare Workstation problem

Post by tbosmans » 2014/08/06 09:47:57

I can't use the network install for CentOS7 on my VMWare workstation ... the installer does not detect any network devices.
How can I get around this ?
no network devices
no network devices
nonetworkcentos.png (40.82 KiB) Viewed 126707 times

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: CentOS 7 network install on VMWare Workstation problem

Post by TrevorH » 2014/08/06 12:52:12

Try changing the VM to use an Intel gigabit card.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Duke Nukem
Posts: 4
Joined: 2014/08/13 19:41:45

Re: CentOS 7 network install on VMWare Workstation problem

Post by Duke Nukem » 2014/08/13 19:49:44

I'm having the same problem too.

I was using VMPlayer 5.02 which was a bit out of date (though was fine for CentOS 6.5) but have updated to the latest version VMPlayer 6 but the problem persists.

I'm afraid I have no idea how to configure the VM machine to "Intel gigabit card".

TTFN,
Jon
Attachments
Selected network options
Selected network options
dagnabit.jpg (68.82 KiB) Viewed 126579 times

Duke Nukem
Posts: 4
Joined: 2014/08/13 19:41:45

Re: CentOS 7 network install on VMWare Workstation problem

Post by Duke Nukem » 2014/08/13 21:29:13

OK, I think this may be a 32-bit/64-bit issue of some kind ? Centos 7 is now 64-bit only.

I'm using Windows 8 64-bit but its not clear (to me) what the VMWare host itself is running (note: the VMWare UI itself is, I believe, always 32-bit regardless of the guest OS it is running).

Anyhow, in VMWare, when selecting the OS do _not_ select Centos, instead select "Other Linux 3.x kernel 64-bit". Doing that I can now select a network device and it appears to work (I can log in via a PuTTy terminal), though not sure what the side effects of this choice might be - guess I'm about to find out :-).

Also during install config of network/hostname I had to switch the connection on and also added a tick for "Automatically connect to this network when it is available".

TTFN,
Jon

PS: I also ticked the "Replicate physical network connection state", not sure if that is necessary but hey, it is working.
Attachments
Network options
Network options
fix2.jpg (30.58 KiB) Viewed 126577 times
Selecting the OS
Selecting the OS
fix.jpg (24.69 KiB) Viewed 126577 times

mccannf
Posts: 1
Joined: 2014/08/14 12:09:39

Re: CentOS 7 network install on VMWare Workstation problem

Post by mccannf » 2014/08/14 12:21:22

I had this problem, and found out that the reason is that the v7 3.10 kernel no longer supports the Ethernet Controller device:

Code: Select all

$ lspci -k
...
02:01.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10)
    Subsystem: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
...
So, using what I found at https://access.redhat.com/discussions/722093

I added the following line to my .vmx file:

Code: Select all

ethernet0.virtualDev = "e1000"
And it works :)

tokenblakk
Posts: 1
Joined: 2014/11/02 19:38:25

Re: CentOS 7 network install on VMWare Workstation problem

Post by tokenblakk » 2014/11/02 19:46:01

mccannf wrote:I had this problem, and found out that the reason is that the v7 3.10 kernel no longer supports the Ethernet Controller device:

Code: Select all

$ lspci -k
...
02:01.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10)
    Subsystem: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
...
So, using what I found at https://access.redhat.com/discussions/722093

I added the following line to my .vmx file:

Code: Select all

ethernet0.virtualDev = "e1000"
And it works :)
I can confirm that this works for me with CentOS 7.0.1406 Core on VMWare Player 6.0.4 on Windows 8 64 Bit

User avatar
rosen
Posts: 4
Joined: 2014/11/25 16:28:59

Re: CentOS 7 network install on VMWare Workstation problem

Post by rosen » 2014/11/25 16:40:37

;) I can confirm that this works for me with CentOS 7.0.1406 Core on VMWare 9.0.0 build-812388 on Windows 7 64 Bit

shoshan.dagany
Posts: 1
Joined: 2015/04/08 19:47:46

Re: CentOS 7 network install on VMWare Workstation problem

Post by shoshan.dagany » 2015/04/08 20:01:19

I had network disconnected in CentOS7 VMware virtual machine.
Resolving it by disabling IPv6 in CentOS guest as described in:
http://wiki.centos.org/FAQ/CentOS7#head ... 67f2fcd8ee
My host is IPv4 so would be the guest.

clutch2k3
Posts: 1
Joined: 2015/06/27 03:37:08

Re: CentOS 7 network install on VMWare Workstation problem

Post by clutch2k3 » 2015/06/27 03:38:46

you have to install a 64 bit VM to get the interfaces to show up during install

malsony
Posts: 2
Joined: 2015/06/26 04:47:20

Re: CentOS 7 network install on VMWare Workstation problem

Post by malsony » 2015/08/17 04:54:17

mccannf wrote:I had this problem, and found out that the reason is that the v7 3.10 kernel no longer supports the Ethernet Controller device:

Code: Select all

$ lspci -k
...
02:01.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10)
    Subsystem: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
...
So, using what I found at https://access.redhat.com/discussions/722093

I added the following line to my .vmx file:

Code: Select all

ethernet0.virtualDev = "e1000"
And it works :)
Thank you, and other guys above confirmed!
After adding that line, it works!

Post Reply