bak*_*tin 9 updates 10.04 kernel
我目前在我的新笔记本电脑上全新安装了 Ubuntu LTS 10.04。安装后,我尝试对系统进行更新,结果发现可用于连接互联网的 2 个最重要的接口(eth0 和 wlan0)不存在。
然后我回忆起几个月前在同一台笔记本电脑上安装 Arch 时,我遇到了同样的障碍。基本上,这是因为内核版本还不支持这两个接口。Atheros卡AR8152(eth0)至少需要2.6.37内核版本,Broadcom Device 4727(wlan0)也需要更高内核版本。如果我没记错的话,我的 10.04 安装 CD 的内核版本是 2.6.32-xx。
所以我无法在我的笔记本电脑上连接到互联网。如果我的笔记本电脑没有互联网连接,我需要知道将 linux 内核更新到当前版本的最佳方法是什么。
我可以使用 Win7 机器连接到互联网。另请注意,我想使用 10.04 版本,因此不能选择升级到更新的 Ubuntu 版本。
您可以从http://packages.ubuntu.com下载软件包linux-generic或linux-server,将其复制到您的 traget 系统并通过 SoftwareCenter 或在 shell 中使用. 大多数情况下应该这样做。除非你需要额外的dpkg -i PACKAGENAME.deb
As for dependencies: Software Center / dpkg will tell you if any dependencies are not met. Worst case is, you'll have to download them all manually and install them. If we're talking about just one or two packages, I'd do so.
I have not much experience about auto-installing dependencies. You can try one of the following and see if it works:
Warning: Stuff gets increasingly riskier further down the list!
dpkg -i PACKAGENAME.deb then apt-get -f install. The former installs the package no matter what, the latter fixes broken dependencies.You could try the daly build kerne-ppa:
apt-add repository ppa:kernel-ppa/ppa
apt-get update
apt-get install PACKAGENAME
Run Code Online (Sandbox Code Playgroud)抱歉,我帮不上忙了。当我回到过去时,我只需要安装一个包。也许这也有帮助:如何添加内核 PPA?
| 归档时间: |
|
| 查看次数: |
8648 次 |
| 最近记录: |