Do you know how to view kernel log?(first question)
When i upgrade my old kernel to 2.6.6 or 2.6.4, some modules and drivers are missed (I typed make modules;make modules_install but there are a few responsing lines). At boot up screen, I saw some lines such as "Can't find modules tulips, Can't find modules....". As far as I know, tulip is driver of PCI Linksys (tulip.c). I can't connect internet as a result. Aslo, I typed $cat /proc/modules, there are no error even no response any lines, and just switching back to $
Quote:
root$cat /proc/modules
root$
|
When I boot up using my old kernel, which is 2.4.24., everything is fine. I connect internet without problem.
Quote:
root$cat /proc/modules
......
Response some lines
....
root$
|
In my situation, the lastest stable kernels are better as using although I cant' connect the internet.
If we update to new kernels, we have to manually build-in modules such as my Linksys drivers..etc..., dont' we?