我在让我的旧Mac Mini以任何方式连接互联网或局域网方面都有问题。即使是敲击路由器,我也无法到达目的地主机。我使用的是一个32位16.04.5 (i386),因为amd64+mac 14.04版本无法工作。
安装进行了相当顺利,直到网络配置,在那里安装程序很难正确配置网络。我不得不使用静态IP来配置网络,而不是使用默认的DHCP。一旦完成,安装就没有明显的错误。它从未明确表示它完成了一个文件的安装,但是剩余的文件数量仍然会减少。
安装完成后,我无法安装任何软件包或以其他方式连接到网络。/etc/网络/接口似乎具有正确的网关、子网掩码、IP等。我担心正确使用此以太网卡的固件可能出现故障。
lshw -class网络输出:
*—network
description: Ethernet interface
product: 88E8053 PCI-E Gigabit Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
version: 22
serial: 00:16:cb:a9:47:9f
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=half ip=192.168.66.214 latency=0 link=yes multicast=yes port=twisted pair speed=10Mbit/s
resources: irq:26 memory:90200000-90203fff ioport:1000(size=256) memory:90200000-90203fff
*-network DISABLED
description: Wireless interface
product: AR242x / AR542x Wireless Network Adapter (PCI-Express)
physical id: 0
bus info: pci@0000:02:00.0
logical name: wls1
version: 01
serial: 00:17:f2:53:3d:1e
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver:ath5k driverversion=4.4.0-131-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11abg
resources: irq:17 memory:90100000-9010ffff输出/etc/网络/接口:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto enp1s0
#iface enp1s0 inet dhcp
iface enp1s0 inet static
address 192.168.66.214
netmask 255.255.255.0
network 192.168.66.0
broadcast 192.168.66.255
gateway 192.168.66.252
# dns-* options are implemented by the resolvconf package
dns-nameservers 192.168.66.252
# dns-search clusternet.com -- this was required in the install, not
# otherwise used知道我该试试什么吗?我是Ubuntu的新手,所以我很容易错过一些简单的东西。
发布于 2018-09-18 22:16:46
那么,重新安装和重新尝试自动配置一遍又一遍,最终使它开始工作。如果有人能告诉我我做错了什么,我会感激它,但是自动配置最终能够修复它。
https://askubuntu.com/questions/1076389
复制相似问题