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

Issues related to configuring your network
Ekta Banik
Posts: 9
Joined: 2024/02/10 05:20:23

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

Post by Ekta Banik » 2024/03/29 01:56:09

Not yet but about to install. What after that ? Kindly let me know

Ekta Banik
Posts: 9
Joined: 2024/02/10 05:20:23

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

Post by Ekta Banik » 2024/04/02 06:10:26

Unable to install with the command
Sudo yum install kmod-e1000

tunk
Posts: 1206
Joined: 2017/02/22 15:08:17

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

Post by tunk » 2024/04/02 08:41:30

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.

User avatar
jlehtone
Posts: 4532
Joined: 2007/12/11 08:17:33
Location: Finland

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

Post by jlehtone » 2024/04/02 09:41:07

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)

Post Reply