ubuntu 下编译内核

由于显卡chrome s20都没有适合的linux驱动,一直都是我心里的痛,装了ubuntu7.1 后,进去默认界面还不错,就是有时候滚动firefox的时候,看着屏幕一屏屏的网上移,真是郁闷的够可以的。

前段时间,看到官方有for linux的驱动,可惜只支持rpm的系统,redhat和suse,mandraiva,曾经尝试在unbuntu 7.1上编译安装,无奈,不行。

看到支持的内核都是2.6.18以下的,今天本打算在ubuntu下,编译个2.6.18的内核,厂商是否可以安装上去,无奈,编译了几次,都是因为什么’某个文件xxx,readonly-system‘,几次都是这样,然后,就整个系统失去响应,真让我伤心,感觉稳定性还是有很大的提高空间。

我都快灰心了,下次大不了根据驱动装系统,好像很少听过这样的……装个红帽也不错,很久都没弄了,虽然公司用的是centos。

Ubuntu Fiesty first boot error (failed to set xfermode)解决办法

Re: Fiesty first boot error (failed to set xfermode)


I had the exact issue described.
I found a post on the launchpad that said can’t boot properly without adding irqpoll to the boot options, tried that and it fixed my issue right away
so in /boot/grub/menu.lst I added irqpoll to the kernel line
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=48c5a348-eb39-4171-8531-671a49fdb75b ro quiet splash irqpoll
now my lite on cdrw shows up and works properly. I am not sure what performance hit this causes if any but it certainly fixed the issue.

———————————————————————-

该方法只适用于ubuntu 6,据测试,7.10应该把irqpoll  替换为  acpi=off 即可启动 ,但是,是否对系统产生什么影响,不得而知

【转自】Ubuntu Forums – View Single Post – Fiesty first boot error (failed to set xfermode)