Page 2 of 2

Re: CentOS 7 not showing wired connection as well as server not found at firefox

Posted: 2024/03/29 01:56:09
by Ekta Banik
Not yet but about to install. What after that ? Kindly let me know

Re: CentOS 7 not showing wired connection as well as server not found at firefox

Posted: 2024/04/02 06:10:26
by Ekta Banik
Unable to install with the command
Sudo yum install kmod-e1000

Re: CentOS 7 not showing wired connection as well as server not found at firefox

Posted: 2024/04/02 08:41:30
by tunk
Not surprising if you don't have a network connection:
Download it on another machine, transfer it and then use rpm to install it.
And if you have network, first install ELRepo.

Re: CentOS 7 not showing wired connection as well as server not found at firefox

Posted: 2024/04/02 09:41:07
by jlehtone
tunk wrote:
2024/04/02 08:41:30
if you have network, first install ELRepo.
I.e. run: yum install elrepo-release
tunk wrote:
2024/04/02 08:41:30
use rpm to install it
Use yum. When you have the RPM-file, run: yum install kmod-e1000e*.rpm
(If yum does not like the lack of network connection, then yum --disablerepo=* install kmod-e1000e*.rpm)