Linux 2.2.3 Released 93
Linus has finally released Linux 2.2.3 after several prepatches and lots of
testing. Hopefully, it should be the last one for quite awhile. Check out the
changes summary on Cutting Edge Linux, and don't forget to use a mirror!
I am compiling 2.2.3 now !! (Score:1)
----------------- ------------ ---- --- - - - -
Kernel, drivers, et al (Score:1)
As hardware support for Linux grows, it'll only make the all-in-one kernel package larger.
Kernel, drivers, et al (Score:1)
If you want /opt... (Score:1)
SCSI problem (Score:1)
Kernel, drivers, et al (Score:2)
If you're having problems with the size of the download, try using patches. You should be anyway. If you don't like answering 20 trillion questions every time you build a kernel, try "make oldconfig" (you'll need a
just do like me... (Score:1)
How will he know if everything will actually reboot? :P (Best to wait till others try it & see if they have any problems)
fbcon (Score:1)
Hard VM crash unfixable (Score:1)
Don't bother (Score:1)
insmod soundcore
insmod sound
insmod uart401
insmod sb io=0x220 irq=10 dma=1 dma16=5
Specify proper io, irq, dma, and dma16 values for your card. Double buffering has been broken ever since 2.1.
Try changing this... (Score:1)
Why not wait (Score:1)
Kernel, drivers, et al (Score:1)
"In true sound..." -Agents of Good Root
Help! Sound problem (Score:1)
Much better now.
Kernel Size... (Score:1)
2.2.3 is much better than even 2.2.2-ac5 (Score:1)
and video and sound and its all working well.
Oh, cdparanoia just seg faulted. That's better
than before, anyway.
Missing the point perhaps? (Score:1)
Stampede (Score:1)
X (Score:1)
X *source* (Score:1)
You don't have to download the entire Linux kernel source to run Linux.
If you are a kernel developer, you only need to download it once, and keep in step with patches.
If you are not a kernel developer, but want to compile the latest kernel in limited space, you can get rid of the code you aren't going to compile.
And I don't see why you bring up the speed of X at all. I was talking about the source code size, not the compiled size.
Well, great, but... (Score:1)
It's amongst the mini-HOWTOs; did you check that section?
Here's the Large Disk (mini-)HOWTO [unc.edu].
Standrdizatin, Componentization, Inovaction or els (Score:1)
Further, as for the 8K path that is solved with a symlink directory collection tool. I simply collect the large set of tiny packages into symlink-bin directories. The advantage of this being I can try out new versions (or have multiple versions) of my packages on the system at the same time. The perferred ones go in the collections and the others can be added to user paths at user option. Using the M4 soft tool this then provides elegant management accross many architectures.
I would be happy to place those tools online if someone is interested.
--Karl
Not Kernel Size, source size!! (Score:1)
You really want to save time and space? Learn how to use
Take control yourself (Score:1)
Where on CD? (Score:1)
It's in the faq (Score:1)
Help! Sound problem (Score:1)
If so, here's a comment directly out of the 2.2.3 kernel patch.
+ Hello again,
+
+ Playing with a SB Vibra 16x soundcard we found it very difficult
+to setup because the kernel reported a lot of DMA errors and wouldn't
+simply play any sound.
+ A good starting point is that the vibra16x chip full-duplex facility
+is neither still exploited by the sb driver found in the linux kernel
+(tried it with a 2.2.2-ac7), nor in the commercial OSS package (it reports
+it as half-duplex soundcard). Oh, I almost forgot, the RedHat sndconfig
+failed detecting it
+ So, the big problem still remains, because the sb module wants a
+8-bit and a 16-bit dma, which we could not allocate for vibra... it supports
+only two 8-bit dma channels, the second one will be passed to the module
+as a 16 bit channel, the kernel will yield about that but everything will
+be okay, trust us.
+ The only inconvenient you may find is that you will have
+some sound playing jitters if you have HDD dma support enabled - but this
+will happen with almost all soundcards...
Anyone able to get the ne2k-pci module working? (Score:1)
Linux 2.2.3 (Score:1)
You do realize that you can just download patch-2.2.3.gz, uncompress it, and then "cd" to your "linux" dir and do:
patch -p1
to update your existing kernel source?
I only say this because your post makes it sound like you will be downloading the whole thing to replace one of your "two previous versions". Maybe this wil save you time, or maybe I just misread.
-Steve
NO! patch -p1 /whatever/patch-2.2.3 (Score:1)
-Steve
Slashdot is eating "less than" symbols! (Score:1)
-Steve
Pretty dumb purchase! (Score:1)
Linux and SCSI the ONLY way to go for real speed, anything else is just for playing.
Stable? (Score:1)
--
Kernel Size... (Score:1)
release. So far, it is a notable fact that the kernel has doubled
(and maybe even more) with every major kernel release. If kernel
v2.2 is about 12MB with BZIP2 now, kernel 2.4 (or 3.0, depending
on which way they decide to go) will be TWICE that! We are talking
about a 24MB Linux kernel! That is a large and cumbersome kernel.
If the kernel size keeps doubling, the kernel following that may
just be 48MB! If you think about it, those are VERY large kernels,
indeed, and no modem user would take the time to download them.
So what is wrong with this? Well, I think that if the kernel
could be desinged in a different way, the size would decrease much
more. What has to be done is something that nobody has even probably
thought about yet: the kernel tree has to be divided into different
compressed files, instead of one large file. A good proposal is to
begin my dividing the kernel core by architecture. This way, if we
want a kernel just for the i386, or just for the PPC, it can be quickly
downloaded by itself and not with all the other architectures. This
would make it easyer to have the kernel just the way you want it. Then
the other core components of the kernel ( but the ones that do not need
to change in architecture) can reside in another compressed file. Also,
the documentation of the kernel could be a different package as well.
Following this, the kernel modules can be put into a different
compression tree as well. The reason that the kernel is so much bigger
every release is the fact that there are so many new drivers and modules
that it just takes up too much space. To save more time and space,
and to be better organized, the kernel modules could be put into separate
packages as sound, filesystem, misc, and all others in their own separate
packages. This would not only make it easyer to download the kernel
modules but I think that programmers would benefit from making live
updates to separate modules and even core components of the kernel as
they wish, and uploading separately from the rest of the kernel
components. If you really think about it, this process of what I call
"kernelites"
available and at which new drivers/modules are available.
These are, of course, just simple concepts. I am just throwing
in what seem to be good ideas to me. The kernel team (mainly Linus
Torvalds and Alan Cox) should look at this seriously and give it some
thought, however. But they could always just design the kernel tree
in their own way, hopefully to save time and space.
When will it end?!? (Score:1)
I like the rapid release of new kernels—it's much more fun than the way things were (are) with OS/2; i.e., workaround bugs in the OS/2 kernel until the next FixPak comes out (but the next FixPak will usually break something in IBM1S506.ADD).
Best of all, the older kernels (like 2.2.2, if you consider a newborn old) continue to work and continue to work well.
I must say for 2.2.[0-3] that the mmgr has been greatly improved—perhaps by kernel 2.4 (or 3.0) it will match OS/2's memory performance <sly grin>.
Cheers,
Joshua.
Help! Sound problem (Score:1)
Here is the line I use out of my conf.modules:
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
When distributions include 2.2.xx - some do (Score:1)
granted Stampede is still in beta, but some distros do have the new kernel...
Standrdizatin, Componentization, Inovaction or els (Score:1)
#1, that's not a kernel issue. #2, yeah, right, replace a few big directories with a few hundred small ones and require 8k PATHs, smooth move Clyde. For what you want done with /usr, see /bin, /lib etc.. I've dealt with /opt and IMHO is a major headache without providing any advantage over a good package manager (flames about RedHat vs. Debian to /dev/null).
Standrdizatin, Componentization, Inovaction or els (Score:1)
Multiple incompatible versions of shared libraries is why shared libraries have version numbers. I've got 2 variations of libc4, 5 variations of libc5 and 2 variations of libc6 on my system right now, all in /usr/lib with no problems.
As for keeping packages seperate and building a big symlink farm, I merely let the package manager keep track of which files belong to which packages. That's what it's for, after all. One version of a package is the primary installed version, and if I need other versions I install them elsewhere. Most often that's under my home directory for a new version of a package. Occasionally I get into a situation where I need to have multiple versions system-wide, but that only amounts to about 7 packages out of the 200+ I have installed and I can manage 7 package-specific directories easier than I can the /opt tree and related symlink farm for 200+ packages.
When distributions include 2.2.xx (Score:1)
I have been running kernel 2.2.2 without any problem...but I'm guessing most distros will want all of their distribution to be up to speed...after all what goods a 2.2.x dist if you can't install/configure the damn thing...and heck if people like us don't test new kernels it'll take a damn site longer for the dists to update!!
BTW I've noticed several Rawhide packages linked to glibc2.1 and the number is increasing...could thi mean that the culmination of stable Kernel 2.2.x, Gnome 1.0(1) and possibly glibc 2.1 might lead to RH6.0??
--
"You can have it fast
You can have it cheap
You can have it right
Pick two..." or pick Linux
Stable? (Score:1)
-AF
When will it end?!? (Score:1)
Will I be waiting a looong time?
One more solution (Score:1)
Compiled the kernel with sound as a module. Ended up with adlib_card.o, opl3.o, sb.o, soundcore.o, sound.o, and uart401.o in
i put in a script to initilize the thing on boot.
#!
case "$1" in
start)
echo -n "Setting up sound card..."
# Plug n Play config
isapnp
# Install basic sound modules
insmod soundcore
insmod sound
# init'ize uart thing, because sb needs it
insmod uart401
# Set up the actual sound card! Pulled numbers out of isapnp.conf
insmod sb io=0x220 irq=9 dma=1 dma16=5 mpu_io=0x300 type=6
# Midi support. Note that this automatically loads opl3.o as well
modprobe adlib_card io=0x388
echo "Done."
esac
exit 0
i'm not sure how many of those insmods could be done with modprobe, don't feel much like changing it because it works fine as-is for me.
Linux 2.2.3 (Score:1)
As for the large DL I would not complain too much in the age where Netscape 4.5 is 13M, and if you ever ftped Star Office the Kernel seems small for its contents
Kernel developers ignore their own bugs? (Score:1)
Isn't this exactly the type of sneeky bug the kernel developers would love to fix? If Linux is supposed to be "enterprise-ready", the kernel should be able withstand huge loads, even if they aren't "normal".
about 40 minor updates (Score:1)
This is not new. (Score:1)
# cat /dev/bobspizza > /usr/src/linux
Stable? (Score:1)
Egcs is junk. (Score:1)
LILO: loading Linux.
Uncompressing kernel........................
............................................
............................................
............................................
............................................
Done.
How would you like your toast?
A.crispy
B.black
C.radioactive
_
upgrading kernel (Score:1)
Stable? (Score:1)
hda: ST36530A, ATA DISK drive
hdb: QUANTUM FIREBALL EX6.4A, ATA DISK drive
hdc: ASUS CD-S340, ATAPI CDROM drive
hdd: Hewlett-Packard CD-Writer Plus 8100, ATAPI CDROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: ST36530A, 6208MB w/448kB Cache, CHS=791/255/63, UDMA
hdb: QUANTUM FIREBALL EX6.4A, 6149MB w/418kB Cache, CHS=784/255/63, UDMA
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 1 host.
Vendor: ASUS Model: CD-S340 Rev: 2.10
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
Vendor: ASUS Model: CD-S340 Rev: 2.10
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr1 at scsi0, channel 0, id 0, lun 1
Vendor: ASUS Model: CD-S340 Rev: 2.10
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr2 at scsi0, channel 0, id 0, lun 2
Vendor: ASUS Model: CD-S340 Rev: 2.10
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr3 at scsi0, channel 0, id 0, lun 3
Vendor: ASUS Model: CD-S340 Rev: 2.10
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr4 at scsi0, channel 0, id 0, lun 4
Vendor: ASUS Model: CD-S340 Rev: 2.10
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr5 at scsi0, channel 0, id 0, lun 5
Vendor: ASUS Model: CD-S340 Rev: 2.10
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr6 at scsi0, channel 0, id 0, lun 6
Vendor: ASUS Model: CD-S340 Rev: 2.10
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr7 at scsi0, channel 0, id 0, lun 7
Vendor: HP Model: CD-Writer+ 8100 Rev: 1.0g
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr8 at scsi0, channel 0, id 1, lun 0
scsi0 : channel 0 target 1 lun 1 request sense failed, performing reset.
SCSI bus is being reset for host 0 channel 0.
scsi : detected 9 SCSI cdroms total.
sr0: scsi3-mmc drive: 0x/34x cd/rw xa/form2 cdda tray
Uniform CDROM driver Revision: 2.52
sr1: scsi3-mmc drive: 0x/34x cd/rw xa/form2 cdda tray
sr2: scsi3-mmc drive: 0x/34x cd/rw xa/form2 cdda tray
sr3: scsi3-mmc drive: 0x/34x cd/rw xa/form2 cdda tray
sr4: scsi3-mmc drive: 0x/34x cd/rw xa/form2 cdda tray
sr5: scsi3-mmc drive: 0x/34x cd/rw xa/form2 cdda tray
sr6: scsi3-mmc drive: 0x/34x cd/rw xa/form2 cdda tray
sr7: scsi3-mmc drive: 0x/34x cd/rw xa/form2 cdda tray
sr8: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray