我尝试这样做,do-release-upgrade
但后来我得到:
可用磁盘空间不足
升级已中止。升级需要磁盘“/boot”上总共 25.7 M 可用空间。请在“/boot”上释放至少 25.7 M 的额外磁盘空间。清空垃圾并使用“sudo apt-get clean”删除以前安装的临时包。
的输出df:
237251272 214797108 10402504 96% /
udev 488120 4 488116 1% /dev
tmpfs 198676 668 198008 1% /run
none 5120 0 5120 0% /run/lock
none 496684 0 496684 0% /run/shm
/dev/sda1 233191 225867 0 100% /boot
Run Code Online (Sandbox Code Playgroud)
为什么启动时没有剩余空间?这是输出ls -as /boot:
total 221839
4 .
4 ..
645 abi-2.6.32-34-generic-pae
698 abi-2.6.35-30-generic-pae
727 abi-2.6.38-12-generic-pae
727 abi-3.0.0-12-generic-pae
727 abi-3.0.0-13-generic-pae
727 abi-3.0.0-14-generic-pae
727 abi-3.0.0-15-generic-pae
727 abi-3.0.0-16-generic-pae
727 abi-3.0.0-17-generic-pae …Run Code Online (Sandbox Code Playgroud) 我正在寻找有关如何在 Ubuntu 13.04 32 位上安装 cedarview 图形驱动程序的说明。
我的图形硬件是GMA3600又名Power VR SGX545。
编辑:似乎他们还没有在 Raring 中,而只是精确:http : //packages.ubuntu.com/it/precise-updates/cedarview-graphics-drivers
EDIT2:它们似乎是闭源的。
我似乎无法使用 CMUS 播放任何音频,因为它总是出现错误:
CMUS Error: opening audio device: No such device
Run Code Online (Sandbox Code Playgroud)
这是输出lspci -v | grep -A7 -i "audio":
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High
Definition Audio Controller (rev 02)
Subsystem: ASRock Incorporation Device c892
Flags: bus master, fast devsel, latency 0, IRQ 49
Memory at dff00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express
Port 1 (rev 02) (prog-if 00 [Normal decode])
Run Code Online (Sandbox Code Playgroud)
可能是什么问题呢?