
我已經研究 Linux 和 CentOs 一段時間了,並想嘗試安裝具有某種 Linux 發行版的伺服器。我的朋友告訴我CentOs不好,所以我想我可以嘗試一些新的東西,他推薦了Ubuntu。我已經安裝了 Ubuntu Gnome 和 Ubuntu,現在我要嘗試安裝 Ubuntu Server,但我遇到了相同的問題 - 有線連接無法正常工作。
過去 4 天我在論壇上讀過,但我就是做不到,我放棄了,我自己做不到。我需要幫助。我讀到這些命令很好,並且提供了很多故障排除的資訊:
root@GusServer:/# cat /etc/network/interfaces
interfaces(5) file used by ifup(8) and ifdown(8)
auto lo iface lo inet loopback
root@GusServer:/# cat /etc/NetworkManager/nm-system-settings.conf cat: /etc/NetworkManager/nm-system-settings.conf: No such file or directory
root@GusServer:/# ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:159 errors:0 dropped:0 overruns:0 frame:0
TX packets:159 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11263 (11.2 KB) TX bytes:11263 (11.2 KB)
root@GusServer:/# lspci
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 8 Series/C220 Series Chipset Family KT Controller (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
00:1c.3 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d4)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation B85 Express LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
03:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41)
我想做的只是擁有一個 HTTP 和 FTP 伺服器,發行版並不重要,我只需要一個可以運行的基於 Linux 的作業系統...