kernel 2.6.8-2-386 > 2.6.16 ???


 
Thread Tools Search this Thread
Operating Systems Linux kernel 2.6.8-2-386 > 2.6.16 ???
# 1  
Old 06-16-2006
kernel 2.6.8-2-386 > 2.6.16 ???

Is there anything I should know about kernel versions and how they are numbered?
I'm trying to compile ivtv drivers. When I run make, the first check is the kernel version. uname -r shows my kernel as 2.6.8-2-386, but I get the error:
ivtv-0.6.0 does NOT support kernels > 2.6.16!

Is this right? Is it that , say, after 2.6.19, the next version would be 2.6.2 (as in 20 without the zero?

I'm going to remove the kernel check and see what happens with my compile, but I'm curious to know if indeed that's how kernel versions are numbered.
# 2  
Old 06-16-2006
2.6.2 -> 2.6.8 -> 2.6.10 -> 2.6.12 -> 2.6.16 -> 2.6.16.20

Stable releases are labeled with even-numbered minor version and revision number.

Either your driver has a "faulty" check that does not account for the "extra version" tag that is frequently applied at the back by many Linux vendors to label their customized kernel versions. In recent stable releases (2.6.16.x) they also started using this to label patch releases with relatively little fixes.

Or just make sure the kernel sources you are having on hand are indeed the version expected. You can open the top-level Makefile in your kernel sources and the version information should be in there, at the top.

Last edited by cbkihong; 06-16-2006 at 10:28 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. SCO

SCO System V/386 R3.2 V4.0 disk B2 needed

Hi to all! I'm new here. Recently I bought an Olivetti M400/10 with SCO System V/386 R3.2 V4.0 installed, complete with all disks and manuals. Checking the distribution disks however I found that disk labeled B2 was unreadable. Does anyone have an image of this disk? I wish to do a clean... (7 Replies)
Discussion started by: wisechip
7 Replies

2. UNIX for Dummies Questions & Answers

What version of unix for a 386

I have already learned everything possible from windows or all that I at least care to learn and am now looking to move onto unix. My problem is that I have never used unix nor do I know anyone who has. If anyone could give any clues to what version/make of unix would be best on an old 386 box then... (7 Replies)
Discussion started by: tabodi
7 Replies

3. UNIX for Advanced & Expert Users

UNIX 386 & HPUX

We have a C program which does the encryption and decryption. It is running fine in UNIX 386. But the same C program is giving different results in HP UX server. We found that the Ascii codes (output) are different. I don;t know why it is giving different results. How can we get the same output... (4 Replies)
Discussion started by: Rajeshsu
4 Replies

4. SCO

Problem with dinosaur's kernel - Xenix 386 2.3.4

After booting from the N1 floppy I see: kernel: WARNING: No floating point emulator found in /etc/emulator (0 Replies)
Discussion started by: eugrus
0 Replies

5. Programming

do you have unix for 386

hello!i have a 8 year old computer.it's 386dx, 40mhz,4mb edo ram,and it has 400mb hd.i'm looking for unix or linux which can work on my computer.if you know where can i find it please help me.if you have one please send it to ilovebasic@yahoo.com. (4 Replies)
Discussion started by: kfjfgkþo
4 Replies

6. UNIX for Dummies Questions & Answers

Sco Unix V/386

where can i get a boot diskette for my old SCO UNIX V/386 (3 Replies)
Discussion started by: LEO P. CAPARAS
3 Replies

7. UNIX for Dummies Questions & Answers

SCO Unix V/386 Help

I'm new in this.. I want to install SCO Unix in a Intel 166Mhz with 1GB HDD. I have the fowllowing disks with labels: -1 disk of SCO Unix System v/386 Operation system Installation. -2 disks of SCO Unix System v/386 Operation system (extended Utilities) -6 disks of SCO Unix System v/386... (1 Reply)
Discussion started by: jimmyvaldes
1 Replies

8. UNIX for Dummies Questions & Answers

UNIX for 386 SX 4MB RAM

How, where from and which UNIX or LINUX can I download so that I can use it normally working on 386 SX 4MB RAM. I want to use only its basic functions and C and C++ compiler on it. I need it for my studies. P.S I need a stable UNIX or LINUX including a full set of functions of C... (4 Replies)
Discussion started by: Traiancho
4 Replies
Login or Register to Ask a Question