我正在使用 Kubuntu 13.04 x64。从骑师那里安装 Nvidia 驱动程序后,我发现了这个问题,但看到 nouveau 仍在加载。
我尝试手动重新安装 nvidia-current 但 initramfs-update 失败:
$ update-initramfs: Generating /boot/initrd.img-3.8.0-23-generic
E: /usr/share/initramfs-tools/hooks/fixrtc failed with return 1.
update-initramfs: failed for /boot/initrd.img-3.8.0-23-generic with 1.
Run Code Online (Sandbox Code Playgroud)
此错误是在尝试安装 Nvidia 驱动程序后开始的,但很可能与此无关。正如我从 fixrtc 了解到的,它只是尝试使用 time、dumpe2fs 和 hwclock 设置正确的时间。
你能告诉我发生了什么吗?我无法使用 initramfs-tools 在 fixrtc 挂钩上失败来构建 initrd 映像。
没什么好说的。
从 13.04 升级后,Ubuntu/Kubuntu 保持有线连接几秒钟,然后断开连接。我可以在网络管理托盘图标上取消勾选“启用网络”,然后再次勾选以恢复连接几秒钟。这就是我现在正在做的提交这个问题。
须藤 lshw -C 网络
*-network
description: Ethernet interface
product: 88E8001 Gigabit Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 14
bus info: pci@0000:02:14.0
logical name: eth0
version: 13
serial: 00:15:f2:af:bd:44
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=skge driverversion=1.14 duplex=full ip=192.168.1.101 latency=64 link=yes maxlatency=31 mingnt=23 multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:21 memory:cede4000-cede7fff ioport:c400(size=256) …
Run Code Online (Sandbox Code Playgroud)