Linux Today: Linux News On Internet Time.
Search Linux Today
search.internet.com
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Become a Marketplace Partner

internet.commerce
Be a Commerce Partner














The Linux Channel at internet.com
Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Subscribe News
Subscribe PR
Subscribe Security

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

 







Current Newswire:

Intel Linux Graphics Shine With Fedora 12

Editor's Note: Do It Yourself "Cloud"

Google Chrome OS: First looks, first impressions

Kernel Log: Coming in 2.6.32 (Part 3) - Storage

TV Mythos Renewed: MythTV 0.22 with Many Improvements

Enhancing openSUSE 11.2: Adding Repositories and Packages

A Northwest Nobel option? (Linus for the Nobel Peace prize)

SECURITY: Cloud Computing Security Benefits, Risks and Recommendations

Keeping score in test-driven development with Python, PyLint, unittest, doctest,

Win a CodeWeavers Linux Gaming Rig




Sr Systems Engineer - Solaris - AIX (TX)
Next Step Systems
US-TX-Houston

Justtechjobs.com Post A Job | Post A Resume
:Linux kernel 2.2 explained
Linux kernel 2.2 explained
Jan 21, 1999, 11 :12 UTC (195 Talkback[s]) (56078 reads)

(Other stories by Dave Whitinger)

Introduction

Should I upgrade? How do I upgrade? Any big problems I can expect? Linux Today's Dave Whitinger examines the newest Linux kernel, 2.2.0.

Last May, in his keynote speech to a crowd of over 1,000 at the 1998 LinuxExpo in Durham, NC, Linus Torvalds told the world that he expected kernel 2.2.0 to be released "real soon now" -- in June or July 1998.

Eight months later, after an incredible amount of further development and testing, we finally have our new kernel.

In this article, I examine the 2.2.0 kernel and attempt to address some of the more common questions that users are likely to ask about it.

What is it?

The kernel is the core of the operating system. It's primary functions are controlling execution of processes, handling memory management, providing a file system, and providing a portable interface through which programs may communicate with hardware.

The Linux kernel has been in development since 1991. For a complete look at the history of the Linux kernel, visit the Linux Kernel Version History web site.

If your computer
is not a production
system, then it
makes good sense
to upgrade it
and see how well
it performs.

Should I upgrade?

There are good reasons for upgrading and good reasons to stay with the 2.0.XX series of kernels. The most direct answer is: if this is a production machine, you are strongly advised not to upgrade to 2.2 until it has proven completely stable. This is not to say that 2.2.0 is not already stable, but on a production machine, you may be better served to delay your upgrade until it's stability has been proven elsewhere.

Which leads me to the reason you may choose to upgrade: if your computer is not a production system (e.g., your personal workstation, your spouse's/kids' computer), then it makes good sense to upgrade it and see how well it performs, especially if you want to take advantage of the 2.2 kernel's new features.

What new features are present in the 2.2 kernel?

For this question, we visit the Wonderful World of Linux 2.2 article, that Joseph Pranevich so generously volunteered to write.

The summary is this:

Increased hardware architecture support

The kernel now fully supports:

  • x86
  • SPARC
  • Ultra
  • Alpha
  • m68k
  • PowerPC

Linux 2.2 is the first stable Linux to support x86 processor vendor selection in the kernel configuration tool for even better fine-tuning.

Better CD-ROM support

Thankfully, the hodge-podge of hundreds of CD-ROM standards has solidified behind the 'standard' of ATAPI CD-ROMs. This reprieve has given developers time to completely rewrite the CD-ROM driver system to be more standardized in terms of support. Small, quirky differences between the individual drivers have now all been fixed for better support.

Sound support

The sound support has been completely re-written in order for the sound card drivers to be modular from the start. This will ease the setting up of a sound card, and will allow distribution vendors more flexibility in their setup.

Graphics

Perhaps the most surprising and cutting-edge addition to kernel 2.2 is what is called the 'frame-buffer console' driver (or 'fbcon', for short.)

From the kernel source:

"Frame buffer consoles ("fbcon") are now in the kernel for all platforms, not just those non-Intel ones for which VGA text mode is impossible. VGAcon is still available for those who want it, but fbcon has the advantage of providing a uniform graphical subsystem across all Linux ports, and it displays a spiffy penguin logo on boot-up ;-). For more information, see the files in /usr/src/linux/Documentation/fb/"

New filesystems

The new kernel will support a vast array of filesystems:

  • Amiga FFS
  • Macintosh HFS
  • ROM Filesystem
  • UFS
  • CODA
  • OS/2 HPFS (Read only)
  • NTFS (Read only)
(Not all filesystems supported are listed -- only the newer and more interesting ones...)

Linux 2.2 adds to the already present internationalization features of the operating system by including the ability to load some UNICODE codepages for translating filenames into Linux's native system. Linux 2.0 only supported international keyboards and the like.

Linux 2.2 will be a more 'standard' UNIX in a number of ways. The most pronounced of these ways to the end user will be the addition of UNIX98-style Pty devices using a new filesystem (devpts) and a cloning device to provide the functionality.

How do I upgrade?

First, you must make sure you are running the latest versions of these software packages:

PackageVersion neededHow to ascertain version
Kernel modules 2.1.121 insmod -V
Binutils 2.8.1.0.23 ld -v
Linux libc5 C Library 5.4.46 ls -l /lib/libc.so.*
Linux libc6 C Library 2.0.7pre6 ls -l /lib/libc.so.*
Dynamic Linker (ld.so) 1.9.9 ldd --version or ldd -v
Procps 1.2.9 ps --version
Procinfo 15 procinfo -v
Psmisc 17 pstree -V
Net-tools1.49 hostname -V
Loadlin 1.6a Dos based
Sh-utils 1.16 basename --v
Autofs 3.1.1 automount --version
NFS 2.2beta37 showmount --version
Bash 1.14.7 bash -version
Ncpfs 2.2.0 ncpmount -v
Pcmcia-cs 3.0.6 cardmgr -V
PPP 2.3.5 pppd -v
Util-linux2.9 chsh -v

You only need to upgrade these packages if you are currently using them. If you don't currently use Ncpfs, for example, don't worry about getting the latest version. If you end up needing to upgrade something, first check with your distribution vendor's ftp site for updates. Failing that, you may access the Linux Changes page for an HTML-ized version of this table (and more!) with links to each package's download site.

There is a good possibility that your distribution is already up to date, and ready for the kernel.

After this is in place, follow through with the standard kernel compilation techniques. Untar the file into /usr/src/linux, then:

cd /usr/src/linux
make config # Answer the questions are are given
make dep ; make clean
make bzImage

Notice that it is now encouraged to use "bzImage" instead of the old "zImage". This allows for better compression of a kernel that has increased considerably in size.

Once you have the new bzImage, you may configure your lilo to boot the image as normal.

What problems can I expect?

It is still too early to say what kinds of problems people may find with the new kernel, but if you carefully upgraded each of your software packages (listed above), you should not run into any problems.

I have been using the beta to this kernel for quite some time, with no problems at all. Your results may vary, of course, but if you have a spare machine that you can play with, I highly encourage you to take part in this historic event by testing the new kernel out.

Please use the talkback forum below to voice any comments or questions you have regarding this article.


Index Mode   |   Flat Mode   |   Thread Mode   |   Thread Flat  
  Talkback(s) Name  and Date
I appreciated this article; it provided  ...   Well done.   
Rob Bos
Jan 21, 1999, 14:52:47
 
Thanks for the run down of this Kernel.  ...   Thank you!   
Fiachra
Jan 21, 1999, 15:57:28
 
Don't forget the addition of ipchain ...   Firewalling   
Dean Carpenter
Jan 21, 1999, 17:20:53
 
Por favor envíeme informacion acerca de  ...   *** NO SUBJECT ***   
Miguel Mayorga
Jan 21, 1999, 18:20:10
 
I've been an avid user of Linux sinc ...   Wish list   
David Fu
Jan 22, 1999, 02:39:34
 
This is cool. I won't upgrade produc ...   Good job!   
Jay Urish
Jan 22, 1999, 10:52:06
 
Linux is one of the BEST OS ever written ...   One of the Best   
John Ho
Jan 22, 1999, 11:55:15
 
Nice to hear about next version of my fa ...   Great progress   
mohanasundaram chinnappan
Jan 22, 1999, 22:05:02
 
I have an old compaq 286e with 1 meg mem ...   will linux run on a compaq 286 5mg ram   
Larry kizziah
Jan 24, 1999, 00:37:27
 
Sorry Larry, but Linux requires a 386 or ...   No Larry, it won't.   
James Humphry
Jan 25, 1999, 15:53:14
 
Linux will NOT run on a 286.  The reason ...   Re: will linux run on a compaq 286 5mg ram   
jethro rose
Jan 24, 1999, 06:35:11
 
The current kernel only runs on 386' ...   Re: will linux run on a compaq 286 5mg ram   
Juan
Jan 24, 1999, 08:11:10
 
Larry, just because your Compaq won' ...   What to do with that Compaq 286   
Creede Lambard
Jan 24, 1999, 11:52:25
 


i think that using that 286 as a termi ...   Re: What to do with that Compaq 286   
tsx
Jan 24, 1999, 17:04:14
 
a good brief non-technical piece of text ...   *** NO SUBJECT ***   
vinu moses
Jan 25, 1999, 11:59:13
 
Another story "The Wonderful World of Li ...   David: FAT32 support exists   
Daniel Morrison
Jan 26, 1999, 00:00:43
 
You may even be able to run a DOS VNC cl ...   Re: Re: What to do with that Compaq 286   
John
Jan 26, 1999, 03:00:46
 
You might run Minix on it. True, many of ...   Re: Re: What to do with that Compaq 286   
Bert Laverman
Jan 26, 1999, 05:42:36
 
You could also try running Minix, the pr ...   What to do with Compaq 286   
Richard Donkin
Jan 26, 1999, 06:31:29
 
Where can I find documentation for this  ...   Re: Firewalling   
Frank Rietveld
Jan 26, 1999, 09:51:11
 
Check out http://www.uk.linux.org/ELKS-H ...   Things to do with a 286   
Carl Niskern
Jan 26, 1999, 11:18:14
 
Well done, this is a very concise and cl ...   Congratulations To The Linux Development Community   
C. Y. Poh
Jan 26, 1999, 11:24:38
 
I am very insterested in try linux but i ...   Help with linux installation fron the internet   
Mario Arias
Jan 27, 1999, 21:53:22
 
>I am very insterested in try linux but  ...   Re: Help with linux installation fron the internet   
Joe Merlino
Jan 26, 1999, 13:00:41
 
For those building their own kernels, ma ...   make bzImage still uses gzip   
Ken Corson
Jan 26, 1999, 13:44:00
 
See the IPCHAINS-HOWTO. It's availab ...   Re: Re: Firewalling   
Hans Kugler
Jan 26, 1999, 14:49:59
 
hi larry,

linux is a full 32bit system  ...   Re: will linux run on a compaq 286 5mg ram   
Thomas Stegbauer
Jan 26, 1999, 14:58:15
 
Linux (2.0xx in my RedHat 5.2 box)reads  ...   Re: Wish list   
Vic
Jan 26, 1999, 16:06:55
 
Jeg håber at få hjælp
til linux opsætnin ...   hjælp til linux   
kurt Nielsen
Jan 26, 1999, 18:36:37
 
I have an STB Velocity 4400 RIVA TNT car ...   sound and video cards   
Ricardo Colon
Jan 26, 1999, 20:33:11
 
I upgraded to libc 5.4.46 as per the ins ...   Holy cow, don't trust libc!   
Ian Bonnycastle
Jan 27, 1999, 08:02:54
 
Keep up the good work!! ...   All right!!!   
pedro pilapil
Jan 27, 1999, 15:03:53
 
Thanks, Joe.  Can you tell me which pack ...   Re: Re: Help with linux installation fron the inte   
Mario Arias
Jan 27, 1999, 21:53:22
 
Well done! Will the last one to leave Re ...   Microsoft: be very very much afraid!!   
Frank van Wensveen
Jan 28, 1999, 09:27:53
 
I think it would be nice if in "(e.g., y ...   wording change request   
Amy Ayers
Jan 28, 1999, 13:58:42
 
I grew up using dos and changed to win95 ...   changing to linux   
Peter Hawx
Jan 29, 1999, 09:12:43
 
What Mac 68K machines are booting Linux? ...   m68K   
Powell
Jan 29, 1999, 09:49:52
 
Is there anyone out there using Iomega Z ...   iomega Zip Drives and Linux   
Ben Brady
Jan 29, 1999, 22:38:37
 
A really, really big deal. Anyone's  ...   Hallelujah!!!!   
Matteo Morini
Jan 30, 1999, 05:22:52
 
Linux have been supported Zipdrive and J ...   Re: iomega Zip Drives and Linux   
Anocha Yimsiriwattana
Jan 30, 1999, 09:12:53
 
You didn't upgrade to libc5 from a l ...   Re: Holy cow, don't trust libc!   
Mark Deneen
Jan 30, 1999, 11:13:17
 
Greetings to All!!!
I have a 386 DX 40Mh ...   How to start with Linux????   
Paulo Santos
Jan 30, 1999, 17:48:43
 
1- You can do a -DELETED-load of things  ...   Re: How to start with Linux????   
Me
Jan 31, 1999, 10:09:18
 
Linux desperately needs PCI, Plug and Pl ...   56k Modem Support   
Dale Herrig
Jan 31, 1999, 15:20:49
 
I am a veteran of the PC scene, but rela ...   ICMP errors   
Jesse Sweetland
Jan 31, 1999, 21:08:50
 
My research reveals that any form of Lin ...   MacII FX - any hope for Linux?   
Charles Tew
Feb 1, 1999, 19:16:54
 
Ricardo,
     
     I currently use Xfre ...   Re: sound and video cards   
Andy Piskur
Feb 1, 1999, 22:05:20
 
I found this at http://www.mac.linux-m68 ...   Re: MacII FX - any hope for Linux?   
Me2
Feb 2, 1999, 10:58:02
 
I have an old Mac Classic II With 10 Mb  ...   m/68030 without aritmetic prosessor   
Heikki Pellinen
Feb 2, 1999, 12:26:06
 
Wow, finally linux kernel 2.2.x is out!  ...   Wow! Linux 2.2   
Wilmer van der Gaast
Feb 2, 1999, 14:52:37
 
HI ,I am quite a new comer as a serious  ...   NEW KERNEL : GREAT NEWS   
ANIL DUBEY
Feb 3, 1999, 00:39:35
 
I have one. You just have to compile the ...   Re: iomega Zip Drives and Linux   
Jarkko Karhunen
Feb 3, 1999, 08:03:14
 
I was a 2.0.36 system. I installed linux ...   Diacritical (diacrd)   
Martin Laberge
Feb 3, 1999, 18:50:31
 
Can someone help get to a site where I c ...   New Upgrade   
Joseph
Feb 4, 1999, 12:19:33
 
I'm glad to see m68k support in the  ...   Linux 2.2 and m68k   
Hilton Travis
Feb 5, 1999, 05:51:47
 
I study at the State University of San C ...   Collect information from LINUX operating system   
Elizabeth Dominguez
Feb 6, 1999, 16:39:17
 
I can use Kppp in KDE1.0 wiht my Zoltrix ...   My Kppp doesn't work after Upgrade   
SamHsu
Feb 8, 1999, 01:44:58
 
IS kernel 2.2 still single threaded? ...   still single-threaded   
Darren Nguyen
Feb 9, 1999, 18:16:48
 
I have an old copy of Coherent that may  ...   Re: What to do with Compaq 286   
Sam MacDonald
Feb 10, 1999, 10:25:05
 
Does anyone knoe where\if I can get a co ...   Lotus SmatSuite   
Matt
Feb 10, 1999, 17:56:08
 
hi:,
   I want to get the knernel source ...   How to Get the source   
Young Zhengquan
Feb 11, 1999, 02:24:31
 
Is there a step-by-step intruction or HO ...   upgrade to 2.2x HOWTO?`   
Wulin Suo
Feb 12, 1999, 01:08:33
 
Does kernel 2.2 currently support AGP ca ...   AGP video   
Joe
Feb 12, 1999, 12:40:34
 
I am installed slackware wiht kernal 2.0 ...   upgrade from slackware   
shiwen
Feb 12, 1999, 15:57:56
 
I have been using Linux for the past 2 y ...   Urgent   
George Bisada
Feb 12, 1999, 17:40:21
 
The new kerne (2.2.1) works great for me ...   PIIX4?   
Wulin Suo
Feb 12, 1999, 23:58:34
 
I have never heard of any problems with  ...   Re: 56k Modem Support   
Tim
Feb 15, 1999, 13:33:16
 
I have an STB Velocity 4400 with the nVi ...   nVidia Riva TNT   
David Millican
Feb 16, 1999, 17:12:53
 
chech out http://www.rivazone.com/ you w ...   Re: nVidia Riva TNT   
Forier
Feb 18, 1999, 07:02:26
 
	Thanks for doing an excellent work. Tho ...   Excellent Work!   
Nandakishore S
Feb 18, 1999, 07:38:01
 
The xfree86 3.3.3.1 release has the new  ...   Re: Re: nVidia Riva TNT   
blip
Feb 18, 1999, 11:10:33
 
I've been using Linux since 1.2.13.  ...   Should I? Or Shouldn't I?   
Dave Archbold
Feb 18, 1999, 11:39:52
 
I have a Creative Riva TNT.  Now I am us ...   Re: nVidia Riva TNT   
Darik Leung
Feb 19, 1999, 08:00:17
 
Hi There,
	After "make {x}config ; make  ...   make modules ; make modules_install   
Sean Brennan
Feb 19, 1999, 16:05:13
 
This is funny under k2.0.35 my zip was h ...   Internal Zip and K2.2   
Bret C. Bennett
Feb 20, 1999, 01:09:38
 
I have been running all kernels (from 1. ...   Parallel port and sound modules   
Hardy Mayer
Feb 24, 1999, 12:46:17
 
I wasn't still able to run the Java  ...   Netscape & Linux 2.1/2.2   
George Kodinov
Feb 26, 1999, 02:44:24
 
Is the 2.2 Kernal faster than the 2.0 Ke ...   Is 2.2 Faster than 2.0   
Kerry Keal
Feb 26, 1999, 20:37:50
 
I've been wondering the same thing a ...   Re: sound and video cards   
Juno Yoo
Feb 28, 1999, 02:27:17
 
Do new kernel support S3 Trio 3D video c ...   S3 Trio 3D chipset support   
Lee Ki Woong
Mar 1, 1999, 14:21:25
 
Although I've seen this asked in sev ...   Asynch I/O and raw disk support?   
Alan Denney
Mar 1, 1999, 18:14:06
 
When I compile the 2.2.2. kernel, I get  ...   can't compile 2.2.2 - csum_partial_copy erro   
Skip Morrow
Mar 3, 1999, 00:47:04
 
Those are the exact same findings that I ...   Re: Re: sound and video cards   
Skip Morrow
Mar 3, 1999, 00:50:54
 
Skip,

Try using 'make bzImage'  ...   Re: can't compile 2.2.2 - csum_partial_copy   
Kevin
Mar 4, 1999, 11:12:14
 
I was wondering if there is or will be s ...   Will 2.2 support ATI RAGE IIC Chipset?   
Jello
Mar 4, 1999, 11:30:58
 
Como conseguir instruções em Portugues ...   *** NO SUBJECT ***   
Robert John Thom
Mar 4, 1999, 12:24:36
 
I would like to have Linux and Windows o ...   Linux alongside Windows   
J. T. Easley
Mar 6, 1999, 18:11:17
 
Will it support the PCI modems?! ...   Modem support   
Aleksandar Velkovski
Mar 6, 1999, 20:35:23
 
Although I wouldn't recommend it...I ...   Re: will linux run on a compaq 286 5mg ram   
kracken
Mar 6, 1999, 23:24:02
 
Very unlikely. In fact, I should say no. ...   Re: Modem support   
Kenneth
Mar 7, 1999, 01:54:03
 
Hi !!!
Just great.
We at intellvisions a ...   Kernel 2.2   
K J Unny
Mar 7, 1999, 03:10:30
 
I have a 3CCFE575BT from 3-Com its a 10/ ...   PCMCIA Netcards   
Jason Bone
Mar 8, 1999, 12:59:11
 
I just configured mine on my laptop.  Yo ...   Re: PCMCIA Netcards   
Danny Leung
Mar 8, 1999, 20:14:14
 
 ...   *** NO SUBJECT ***   
ddi
Mar 8, 1999, 21:41:33
 
After upgrading to the new kernel, i fou ...   ppp does not work after upgrade...   
Kanwar Plaha
Mar 9, 1999, 14:03:03
 
Does anyone know if Creative Lab's 3 ...   question about Video card   
Michael Cooper
Mar 11, 1999, 14:03:45
 
Can you comment on DVD support using Red ...   DVD support in Linux Redhat   
wayne
Mar 12, 1999, 05:14:31
 
Two comments about your problem:
1) you  ...   Re: Help with linux installation fron the internet   
Howard Harbert
Mar 12, 1999, 08:50:21
 
ok, most of the packages that come with  ...   Redhat 5.2, kernel 2.2 compatible?   
Rob
Mar 12, 1999, 12:19:37
 
The framebuffer device paves the way for ...   FBdev - Linux on the desktop!   
Aaron Knauf
Mar 12, 1999, 16:14:19
 
The answer is simple just download and i ...   Re: ppp does not work after upgrade...   
Alexander Petkov
Mar 14, 1999, 03:59:43
 
I've loaded Red Hat linux 5.2 in my  ...   How to boot in graphical mode?   
Ajit
Mar 14, 1999, 05:23:00
 
The link below talks about setting up KD ...   Re: How to boot in graphical mode?   
vernie
Mar 15, 1999, 06:03:36
 
Help !! I've just sucessfully compil ...   After bootup to Kernel 2.2, can't mount FAT &   
Max
Mar 15, 1999, 08:50:21
 
Does Linux 2.2 support a Macintosh Power ...   PowerBook 1400cs   
Hector Rivera
Mar 15, 1999, 20:31:47
 
Does Linux 2.2 support Global Village PC ...   PowerBook 1400cs   
Hector Rivera
Mar 15, 1999, 20:33:27
 
I hope there will be no need to re-compi ...   That is great!!!!!   
Ravi Hegde
Mar 16, 1999, 05:19:02
 
I recently purchased a new P-2 450mHz sy ...   Partitioning with very large disks   
Marc Gianzero
Mar 17, 1999, 15:17:10
 
must i upgrade libc5 to libc6 to get my  ...   libc6   
dave
Mar 17, 1999, 16:22:08
 
According to the XFree86 card list (on t ...   Re: S3 Trio 3D chipset support   
Gavin
Mar 18, 1999, 07:28:19
 
Can you connect a Linux system to a MS P ...   Linux & Proxt Server   
Alan D.
Mar 18, 1999, 13:15:49
 
my modules from 2.0.36 do not work--this ...   damn modules   
anonymous
Mar 19, 1999, 00:35:23
 
I installed 2.2.3 no_porblem, faster, co ...   Kernal 2.2.3 faster than 2.0   
Upali Weerasinghe
Mar 19, 1999, 10:55:32
 

Did you get this resolved?  

I'll  ...   Re: After bootup to Kernel 2.2, can't mount FA   
Ryan Leduc
Mar 22, 1999, 13:08:23
 
Being new to Linux I would expect some d ...   Compiling the kernel - heeelp!   
Thomas A. Frederiksen
Mar 24, 1999, 01:52:47
 
It's no problem.  I have Win95 and S ...   Re: Linux alongside Windows   
Tim Kynerd
Mar 24, 1999, 03:33:59
 
Is anyone out there aware of any distrib ...   distributions?   
R P
Mar 24, 1999, 13:10:53
 
Try: http://www.vmware.com/
It allows yo ...   Re: Linux alongside Windows   
Dom
Mar 25, 1999, 11:59:36
 
Check to be sure you selected all parall ...   Re: Parallel port and sound modules   
Randy Kayfish
Mar 25, 1999, 17:01:47
 
GREAT!!. Nice to hear about Linux. ...   BRAVO !!   
T.ISkantharajah
Mar 26, 1999, 22:21:26
 
I have compiled the 2.2.0 kernel with gr ...   How to boot in graphical mode?   
Sanjay Dutt
Mar 27, 1999, 12:51:31
 
Does 2.2 have bandwidth control if you&# ...   Bandwidth Control   
Liviy
Mar 29, 1999, 05:20:18
 
Could you tell me how to configure the n ...   network packet scheduler   
Jianbo Li
Mar 29, 1999, 08:55:39
 
I have on several occaisons attempted to ...   Re: Re: can't compile 2.2.2 - csum_partial_c   
John
Mar 30, 1999, 21:36:10
 
make[2]: Leaving directory `/usr/src ...   Re: Re: can't compile 2.2.2 - csum_partial_c   
Brenton Strickler
Apr 4, 1999, 18:49:16
 
Hello

I compiled Kernel 2.2.1 with SCSI ...   Can't do mkinitrd 2.2.1 dev/loop0 not a block   
Dr. K M Hilbrandt
Apr 6, 1999, 12:51:24
 
if you have the need, the Metro server a ...   Re: nVidia Riva TNT   
david henry
Apr 7, 1999, 12:57:25
 
I've got a similar problem with my P ...   Re: Partitioning with very large disks   
Tim
Apr 7, 1999, 18:53:21
 
Can you say me how can I upgrade my RedH ...   Help! I want to Upgrade   
Daniel Espinosa
Apr 10, 1999, 16:59:52
 
Please, i can`t use Linux because th ...   IBM Aptiva Sound Card   
Freddy
Apr 14, 1999, 09:38:57
 
Hi,
	I recently upgraded my linux: Redha ...   Some help with the printer required   
Roshan Jacob
Apr 14, 1999, 15:50:34
 
What happend to CONFIG_IP_ACCT, needed f ...   CONFIG_IP_ACCT   
Taco IJsselmuiden
Apr 18, 1999, 14:45:51
 
http://www.calderasystems.com has the 2. ...   OpenLinux has 2.2 kernel today   
Patrick Haggood
Apr 19, 1999, 15:41:11
 
Out of interest, although you can theore ...   Re: Re: Linux alongside Windows   
Peter Risdon
Apr 21, 1999, 09:04:24
 
I have installed Linux (Redhat 5.1 with  ...   Re: Linux alongside Windows   
Ed F. de Guzman
Apr 23, 1999, 08:43:05
 
I have a RedHat 5.2 system...I compiled  ...   Yet another printer problem   
Pete Hazlett
Apr 26, 1999, 14:57:31
 
I have recently upgraded to kernel 2.2.2 ...   printer problems   
Tom Barber
Apr 28, 1999, 07:06:41
 
 Did the new Kernel 2.2 ever work with y ...   Re: sound and video cards   
Chris
Apr 29, 1999, 21:35:41
 
The sparc version of the 2.2.x kernels r ...   Sparc   
rags
Apr 30, 1999, 12:29:08
 
Hello!
Im trying to install 3COM 3c509b- ...   netcard   
Bostjan Repnik
May 1, 1999, 04:34:19
 
I had the same problem. I think what fix ...   Re: can't compile 2.2.2 - csum_partial_copy   
Steve Miller
May 1, 1999, 23:41:35
 
FULL O.K. ! FULL FAST ! FULL ... BUT SOU ...   linux 2.2   
Misu Florea
May 3, 1999, 05:56:43
 
I just don't understand why we need  ...   Linux   
Alan Davis
May 5, 1999, 18:57:57
 
Does anybody succeed to make an ATI RAGE ...   Can't make ATI RAGE FURY work under 2.2.7 & Fr   
Jean-Yves BARBIER
May 11, 1999, 06:44:24
 
I am running Slackware 3.6 (zipslack) in ...   Loadlin not accepting kernel   
Steve Goss
May 11, 1999, 15:51:18
 
helope  hai  how  can i  install linux   ...   need a linux installation and software how can i   
zamani
May 11, 1999, 18:08:41
 
I had EXACTLY the same problem just this ...   Re: Partitioning with very large disks   
Chrome
May 12, 1999, 14:04:28
 
I WAS GIVEN A COPY OF REDHAT 5.2 TO TRY. ...   So called help pages   
Jonathan Smith
May 14, 1999, 03:49:52
 
I run both on SCSI. I have also seen par ...   Re: iomega Zip Drives and Linux   
Fritz Schenk
May 17, 1999, 23:25:49
 
today i'm running 2.0.36 but the onl ...   Re: iomega Zip Drives and Linux   
Jochen Korb
May 18, 1999, 07:07:48
 
I just wanted to let you know that Mac a ...   Re: Linux   
Sam Brodwick
May 19, 1999, 14:18:14
 
I'm brazilian then I don't speak ...   Memory Manager Linux   
Thiago Hitoshi Kuma
May 20, 1999, 13:57:39
 
I run the interal Zip SCSI on a Buslogic ...   Re: iomega Zip Drives and Linux   
Richard Kadoi
May 20, 1999, 21:25:32
 
Nope. I'm running slackware (libc5 b ...   Re: libc6   
eric
May 21, 1999, 18:19:56
 
The UNTAR you speak of means 'tar -x ...   Re: So called help pages   
Roger
May 22, 1999, 15:59:54
 
I read that linux 2.2 ( as in Red Hat 6. ...   NTFS with Linux 2.2   
G.Sub
May 23, 1999, 12:14:50
 
Thiago,
I am not an expert, so my commen ...   Memory Manager Linux   
Paulo Carreira
May 24, 1999, 12:20:30
 
I would like to know how do can develop  ...   DEVELOPMENT FOR LINUX   
KINJO, M JORGE
May 24, 1999, 20:17:21
 
A Mac II should be ok see http://www.mac ...   Re: m/68030 without aritmetic prosessor   
Douglas Valentine
May 25, 1999, 08:41:52
 
Hello, excuse me for my English.
Do you  ...   Re: Can't make ATI RAGE FURY work under 2.2.7   
F.A. Simonetti
May 26, 1999, 17:11:26
 
i can't mount my cdrom all the times ...   mounting cdrom   
yseen
May 30, 1999, 21:16:42
 
I was successfully using the pty-redir u ...   VPN no longer works... (pty-redir)   
Eric Livingston
Jun 1, 1999, 20:00:46
 
I would like to have some information ab ...   Kernel programming   
Ivan VdB
Jun 21, 1999, 12:57:46
 
Have both RedHat 5.2(2.36 kernel) and Re ...   ppp performance with 2.2 kernel   
Greg Rudd
Jun 26, 1999, 21:36:49
 
I've got some good news for you.. Si ...   Re: will linux run on a compaq 286 5mg ram   
drazzy
Jul 9, 1999, 04:32:04
 
I've been using Red Hat 5.2 for a fe ...   ppa unressolved conflicts   
prophegd
Jul 9, 1999, 12:41:47
 
Can any one pls tel me how to set follow ...   Help-ORACLE 8 Installation-Kernel Parameters   
ManojP
Jul 31, 1999, 02:41:56
 
Hello,
   I need help getting started to ...   how to boot linux to my 333/750 imac   
Steve Krug
Sep 1, 1999, 19:37:24
 
If you actually do this, and actually pr ...   Re: Re: will linux run on a compaq 286 5mg ram   
Slinky
Sep 9, 1999, 03:52:14
 
Hi,I am totally new to the linux develop ...   Need Information   
Ram
Sep 15, 1999, 09:51:14
 
gostaria de receber o driver da placa de ...   driver placa de video sis6225   
ronas
Nov 2, 1999, 03:43:58
 
Who can sand me some articles about Linu ...   Articles about Linux kernel   
Paul
Nov 19, 1999, 08:52:34
 
I am a new user of the OS linux. I want  ...   help   
ST-VIL Enock
Jan 14, 2000, 18:19:16
 
Hi,     I'm trying to upgrade a very ...   Includes and driver compilation   
Ricardo Yanez
Jan 26, 2000, 19:40:43
 
Dale, I have the same problem!! I bought ...   Re: 56k Modem Support   
newbienerdwannabe
Feb 14, 2000, 17:01:08
 
I have experienced exactly the same prob ...   Re: NTFS with Linux 2.2   
Martin Audet
Feb 23, 2000, 20:28:25
 
  The version of my Linux kernel is 2.2. ...   Why does the memory reduce?   
Wang Zheng
Feb 26, 2000, 15:49:02
 
  The version of my Linux kernel is 2.2. ...   Why does the free memory reduce ?   
Wang Zheng
Feb 27, 2000, 08:55:25
 
Hi,

I am also looking for a Linux Dri ...   Re: S3 Trio 3D chipset support   
Simon Carr
Mar 6, 2000, 11:27:58
 
I am using Linux Kernel version 2.2.12.  ...   PF_PACKET doesnot work   
Junyi Yang
Mar 27, 2000, 08:14:06
 
hi
this is to tell it the only site i h ...   it's great   
mumul rastogi
Jul 6, 2000, 14:06:23
 
Hi, after visiting this web site and lea ...   Nearly made it!   
Keith Hulse
Dec 17, 2000, 00:12:54
 
respected sir/madam,

myself is devang ...   problem   
devang s. patel
Jan 5, 2001, 08:57:44
 
Hi,

Where can I find documentation on ...   Linux Kernel 2.x documentation   
Sekhar Mallampati
Feb 26, 2001, 06:07:51
 
Dear sirs,
Where can I get the Linux ke ...   Question   
Beni
Mar 16, 2001, 21:19:06
 
after compiling my kernel (version -2.2. ...   problems with compilation   
george tetteh hadjor
Jun 28, 2001, 17:28:12
 
after compiling my kernel (version -2.2. ...   problems with compiling kernel 2.2.14   
george tetteh hadjor
Jun 28, 2001, 17:28:59
 
After configuring and installing the ker ...   kernel panic   
amarjyoti lahkar
Aug 14, 2001, 06:56:15
 
Hi 
Has anyone heard about the 32000 fi ...   about kernel file limitation   
suresh
Oct 13, 2001, 12:39:39
 
             My requirement is such taht ...   Can You solve this problem?   
N.Gopi Krishna
Oct 31, 2001, 11:29:18
 
You can just use the rescue option on yo ...   Re: kernel panic   
JT104
Jun 12, 2002, 01:13:28
 
I cant mount my CD - if mounted i cant c ...   mounting CD   
Krasimir
Nov 4, 2002, 20:31:57
 
> after compiling my kernel (version -2. ...   problems with compiling kernel 2.2.14   
p.manohar
May 7, 2004, 04:55:24
 
i have a lan with Red Hat Linux 9.0 Serv ...   how to control the bandwidth in lan?   
keerthi
May 25, 2004, 11:00:28
 
can i get a table of differences between ...   ufs vs ntfs   
vasken dimidjian
Jan 17, 2005, 09:04:07
 
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!






..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs