Linux kernel 2.6.28 Release
New latest stable kernel release…. 2.6.28.. all of u can try and compile it
Download here : Kernel.org
Changelog> to long to put in my post here> kernel change log
New latest stable kernel release…. 2.6.28.. all of u can try and compile it
Download here : Kernel.org
Changelog> to long to put in my post here> kernel change log
I have a few tips here.. For those that have the problem when install any Linux disto or their system and found the Unknown Device..
root@ubuntu:~# lspci
00:00.0 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)
00:01.0 ISA bridge: nVidia Corporation MCP67 ISA Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP67 SMBus (rev a2)
00:01.2 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)
00:01.3 Co-processor: nVidia Corporation MCP67 Co-processor (rev a2)
00:02.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)
00:04.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2)
00:04.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2)
00:06.0 IDE interface: nVidia Corporation MCP67 IDE Controller (rev a1)
00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP67 PCI Bridge (rev a2)
00:09.0 IDE interface: nVidia Corporation MCP67 AHCI Controller (rev a2)
00:0a.0 Ethernet controller: nVidia Corporation MCP67 Ethernet (rev a2)
00:0c.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
00:0d.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2)
00:12.0 VGA compatible controller: nVidia Corporation GeForce 7150M (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
01:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
01:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
01:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
01:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
For my setup it already update…
Here is the command how to update the pciid
root@ubuntu:~# update-pciids
Downloaded daily snapshot dated 2008-11-20 03:15:02
and u can find the Device using the PCI ID…
Did you know how the kernel development work. I know it very hard to make the kernel working. Most are developers working together. Not like Carnonical aka Ubuntu… They take but never return said by Greg Kroah-Hartman. This one already explained by him on my previous post
Here
You all can view the picture how the kernel development process.
Source: Thanks to Linux Foundation for their statistic
Milestones in Linux Kernel Development History
Linux Foundation
|
Development Cost Milestones |
Production Kernel Version |
Actual Estimated Development Cost (2008 dollars) |
|
$100 million |
Linux 2.0.37 |
$100,482,780 |
|
$200 million |
Linux 2.2.7 |
$200,698,556 |
|
$400 million |
Linux 2.4.2 |
$406,295,326 |
|
$600 million |
Linux 2.4.22 |
$623,138,500 |
|
$800 million |
Linux 2.6.11 |
$815,845,735 |
|
$1.0 billion |
Linux 2.6.19 |
$1,001,218,110 |
|
$1.2 billion |
Linux 2.6.26 |
$1,201,733,129 |
|
SLOC Milestones |
Production Kernel Version |
Actual Source Lines of Code |
|
1 million |
Linux 2.2.1 |
1,167,703 |
|
2 million |
Linux 2.4.0 |
2,210,149 |
|
3 million |
Linux 2.4.20 |
3,093,338 |
|
4 million |
Linux 2.6.6 |
4,008,692 |
|
5 million |
Linux 2.6.19 |
5,111,085 |
|
6 million |
Linux 2.6.26 |
6,015,867 |
Watch and hear about the kernel development. How the kernel come out.. how about the time line…who is the contributor with the Greg Kroah-Hartman. “How about the Ubuntu involved in kenel..They take but never return..Hahaha..dont be selfish “
Who is this guy?
Greg Kroah-Hartman is a Linux kernel hacker. He is the current Linux kernel maintainer for the USB, driver core, debugfs, kref, kobject, and the sysfs kernel subsystems. He is also the maintainer of the linux-hotplug and created the udev projects. Additionally, he helps to maintain the Gentoo Linux packages for these programs, and helps with the kernel package. He works for Novell in the SUSE Labs division. He is currently working full time on the Linux Driver Project.[1]
He is a co-author of “Linux Device Drivers, 3rd Edition”[2] and author of “Linux Kernel in a Nutshell”,[3] and used to be a contributing editor for Linux Journal. He also contributes articles to LWN.net, the news computing site.
Kroah-Hartman frequently helps in the documentation of the kernel and driver development through talks[4][5] and tutorials.[6][7] In 2006, he released a CD image of material to introduce a programmer to working on Linux device driver development.[8]
Source: Wikipedia.