Linux Development Kernel 2.5.18 Released 194
the_real_tigga writes: "Well, the day is almost over, and still today's release of version 2.5.18 of the Linux development kernel tree has not yet hit Slashdot.
It is out, the official site is of course kernel.org, but be sure to check your local mirrors (usually www.country.kernel.org).
Here is the long Changelog,
major changes include suspend-to-RAM, more IDE and VFS fixes, and kbuild.
Linux Weekly has the news too, and a summary of the changes."
Is this necessary? (Score:2, Insightful)
Re:Is this necessary? (Score:1, Insightful)
Re:Is this necessary? (Score:1)
Re:Is this necessary? (Score:4, Insightful)
YES! Its more fun to watch a mob try to pick at it, rip it apart, and maul the latest tarball in a public pit of interrogation. Its great to see open source build strength and character amid the assault.
Everyone knows a kernel that isn't exposed to the elements will be weak, whereas one that faces the full challenges of nature will grow to be strong and fertile for the next generation.
Re:Is this necessary? (Score:4, Funny)
YES! Its more fun to watch a mob try to pick at it, rip it apart, and maul the latest tarball in a public pit of interrogation. Its great to see open source build strength and character amid the assault.
Yeah, but shouldn't we be testing the kernel, not the kernel.org ftp server? :)
grnbrg
Re:Is this necessary? (Score:3, Insightful)
Re:Is this necessary? (Score:4, Informative)
Of course, if you don't want to hear about linux, you can always exclude it from your topic list in your preferences.
Michael
Re:Is this necessary? (Score:1)
I do think it is valid to have announcements of the stable kernels on the front page. I'd also like to see those stories take on a standard form, e.g.
Linux 2.4.x Released
The latest Linux kernel, 2.4.x, was released today. Changes include {summary} and the changelog can be found here (URL). A list of mirror sites can be found here (URL). Please download the patches to conserve bandwidth.
Re:Is this necessary? (Score:2, Troll)
I know! I'll submit an article whenever Microsoft releases a hotfix! That's certainly more important news than Linux, whose userbase pales in comparison to Windows'.
And for some more "News for people who thinks /. is Freshmeat. Stuff that nobody else cares about," NetBSD recently branched off version 1.6. Ooh, ahh.
Re:Is this necessary? (Score:4, Funny)
No you won't - slashdot has a timer that stops you from submitting that often.
(sorry)
Re:Is this necessary? (Score:1)
Don't count on it. I wonder how I manage to find any REAL news between all Open/StarOffice, Mozilla, Mandrake/Red Hat/whateverlinuxdistro, Linux kernel, FreeBSD and such software/OS update news.
Re:Is this necessary? (Score:2)
Slashmeat (Score:1)
If you don't care, don't read the article (Score:1)
STFU! (Score:1)
moron.
Re:STFU! (Score:1, Troll)
Re:How I read STFU (Score:1)
Re:How I read STFU (Score:2)
Re:Okay, let's make a clarification here... (Score:3, Informative)
It's a scheme to get half a million more people to test the new code to see if they can break it.
Re:Okay, let's make a clarification here... (Score:1)
Obviously doesn't wor
buffer_head.h (Score:5, Informative)
buffer_head is now in its own header file, so in suspend.c, for example, you will need to include
< linux/buffer_head.h >.
Also, to get HFS (Apple filesystem) to compile, you have to include < linux/pagemap.h >
Best of luck...
For the lazy suspend users (Score:1, Informative)
(echo 44i; echo "#include <linux/buffer_head.h>"; echo
then recompile.
Re:buffer_head.h (Score:1)
Re:buffer_head.h (Score:2)
you are not directly using on your computer but it still remains
The day is almost over?!?! (Score:2, Funny)
suspend-to-RAM? (Score:1)
And anyhow, if you just want to do a normal suspend, whats the difference between this and the suspend feature thats been around for yonks in apm?
David.
Re:suspend-to-RAM? (Score:5, Informative)
Re:suspend-to-RAM? (Score:2, Informative)
RAM and suspend to disk. It will work on a Mac.
It will be less buggy than APM and ACPI.
Re:suspend-to-RAM? (Score:2)
Re:suspend-to-RAM? (Score:2)
Re:suspend-to-RAM? (Score:1)
Also, it's not entirely the software's responsibility, the hardware needs to be ACPI compliant for it to work.
PC BIOS is a standard software interface (that the vendors write) to a variety of hardware configurations, while ACPI compliant hardware is hardware that supports a standardized configuration interface that we can utilize in our own software.
ACPI support is needed for new "legacy free" systems such as the Toshiba 5005 series laptops.
Keeping Us in Suspense (Score:2)
Power goes out. UPS keeps box up for a while. Battery slipping... Signal server to shutdown. Instead of going through taking all the services down and performing shutdown, everything in RAM is dumped to a swap partition. When power comes back on, kernel detects suspend dump, loads it, does a little housekeeping and it's back in business, way faster than a normal boot.
You are a victim of the Y2K bug!!! (Score:1)
and the bios can be from 1890 and it will still work.
Which clearly can only be the case if the Y2K bug makes you beleive you are in 1900 and makes you refer to 1990 as 1890.
Re:You are a victim of the Y2K bug!!! (Score:1)
Re:suspend-to-RAM? (Score:1)
Re:suspend-to-RAM? (Score:2)
With Windows, rebooting is very handy (may i say _needed_?) so they better get the boot process optimized
Re:Eh? (Score:1)
Re:suspend-to-RAM? (Score:4, Informative)
Re:suspend-to-RAM? (Score:2, Informative)
In theory, this would allow the computer to run off hardly any power and without generating any noise at all. At the same time the system would be back virtually instantly (as opposed to ~30 seconds for suspend-to-disk).
In practice, the CPU fan is left active, as is the PSU fan, so you don't gain a whole lot compared to just letting the computer run with the monitor turned off.
Re:suspend-to-RAM? (Score:4, Informative)
What you described is called "S1", it's suspend mode with the PSU and CPU fan running (but harddisks and graphics card turned off), which leaves the computer loud but dead.
Copied and pasted from a Google search result, the suspend "codes" are: Full-on (SO), Stop Grant (S1), Suspend to RAM (S3), Suspend to Disk (S4), and Soft-off (S5).
With STR, 5v run off the PSU to keep the RAM recharged. This is the same 5v that run for features like Wake-On-[LAN,Modem,Keyboard].
So I guess the kernel has suspend support now. That's cool, I use STR on Windows 2000 all the time, it would be cool to have it on Linux, but somehow I don't feel like using a dev-kernel.
Re:suspend-to-RAM? (Score:1)
My VAIO doesn't work one way or the other. Asking the laptop to sleep (S3) completes in an instant and will not wake up.
Re:suspend-to-RAM? (Score:3, Informative)
I've been using suspend-to-ram on Linux for years. That's just basic apm, you tell the bios to do it and it does it. What's been added is suspend-to-disk without help from the bios. The problem with the bios suspend-to-disk is, it relies on a magic partition that Microsoft knows the details of (presumably by way of a driver provided by the OEM) but we don't. So we just do an end run around the whole thing, and so much for yet another sneaky attempt to make Windows appear more capable than Linux.
More Linux Persecution BS! (Score:1, Informative)
That is a BS statement on a modern desktop box and on a laptop nine times out of ten. Take a look at how MS handles the so called magic partition on XP. Surprise it's just a file in the root of the XP boot drive. No hidden partitions.
On a laptop, it's up to the OEM to determine what they use. Many do use the hidden partition method. All of those are documented, it's just that about ten percent are non standard. That's where you get cases of "This laptop cannot run FreeBSD with power managment features enabled" because it uses the BSD boot disk partition type and gets messed up if there are other BSD partitions.
So what we really have here is a bunch of people working hard to introduce meaningful changes to Linux that will benefit users, and people like you posting BS about how MS and OEM are hampering their efforts. Gimme a break.
Re:suspend-to-RAM? (Score:1)
Plus, I've left my TiBook in its bag for 3 days and only used 15-20% of the battery.
Re:suspend-to-RAM? (Score:1)
Re:suspend-to-RAM? (Score:2)
Does the suspend to disk feature keep the uptime as if never turned off? Isn't it like cheating a bit? (although I guess it would be ok. It means that the PC never got into a corrupt state)
Federico
Yamaha PCI Sound and 2.5 (Score:3, Informative)
diff -Nru linux-2.5.12/sound/oss/Config.in linux-2.5.12-hq1/sound/oss/Config.in
--- linux-2.5.12/sound/oss/Config.in Tue Apr 30 20:09:00 2002
+++ linux-2.5.12-hq1/sound/oss/Config.in Wed May 1 12:50:03 2002
@@ -103,6 +103,9 @@
dep_tristate ' VIA 82C686 Audio Codec' CONFIG_SOUND_VIA82CXXX $CONFIG_PCI
dep_mbool ' VIA 82C686 MIDI' CONFIG_MIDI_VIA82CXXX $CONFIG_SOUND_VIA82CXXX
+dep_tristate ' Yamaha YMF7xx PCI audio' CONFIG_SOUND_YMFPCI $CONFIG_PCI
+dep_mbool ' Yamaha PCI legacy ports support' CONFIG_SOUND_YMFPCI_LEGACY $CON
FIG_SOUND_YMFPCI
+
dep_tristate ' OSS sound modules' CONFIG_SOUND_OSS $CONFIG_SOUND
if [ "$CONFIG_SOUND_OSS" = "y" -o "$CONFIG_SOUND_OSS" = "m" ]; then
@@ -164,8 +167,6 @@
dep_tristate ' Yamaha FM synthesizer (YM3812/OPL-3) support' CONFIG_SOUND
_YM3812 $CONFIG_SOUND_OSS
dep_tristate ' Yamaha OPL3-SA1 audio controller' CONFIG_SOUND_OPL3SA1 $CO
NFIG_SOUND_OSS
dep_tristate ' Yamaha OPL3-SA2 and SA3 based PnP cards' CONFIG_SOUND_OPL3
SA2 $CONFIG_SOUND_OSS
- dep_tristate ' Yamaha YMF7xx PCI audio (native mode)' CONFIG_SOUND_YMFPCI
$CONFIG_SOUND_OSS $CONFIG_PCI
- dep_mbool ' Yamaha PCI legacy ports support' CONFIG_SOUND_YMFPCI_LEGACY
$CONFIG_SOUND_YMFPCI
dep_tristate ' 6850 UART support' CONFIG_SOUND_UART6850 $CONFIG_SOUND_OSS
dep_tristate ' Gallant Audio Cards (SC-6000 and SC-6600 based)' CONFIG_SO
UND_AEDSP16 $CONFIG_SOUND_OSS
ALSA? (Score:1)
Re:ALSA? (Score:1)
I had assumed that ALSA is the future for soundcards under Linux, I had no idea people are still working on OSS.
Re:ALSA? (Score:2)
Excuse me? I must be imagining the output from both my front and rear speakers with my card...
Actually, Alsa has support 4 channel output for a while, but only with native Alsa applications, not through the OSS emulation.
As of last week, however, support for 4 speaker output with OSS emulation was added to the CVS tree for Alsa.
Dinivin
Re:ALSA? (Score:1)
Re:DRM? (Score:2, Informative)
It's Direct Rendering Module [sourceforge.net] for 3D acceleration.
Handy status page (Score:5, Informative)
Re:i tried the mirrors (Score:1)
help (Score:4, Funny)
What is wrong? I am using VC++ 6 on Windows XP, with all updates, why wont it work?!
Re:help (Score:1)
Actually, I hope I can stop you from doing anything. Compiling linux may cause cancer. Mundie said so, IIRC I think he is a doctor or something....
Re:help (Score:1)
Re:help (Score:4, Funny)
Click 'Start', select 'Run..', type in 'command.com'. A black box with text will pop up. Now, type in: DELTREE
Happy hacking!
Re:help (Score:2, Funny)
Don't worry, it's a common nwebie mistake. Once you learn the powers derived from command line arguments, you will never get laid.
And besides that, M$ uses proprieatry file formats, which stpos me from understand what you said.
You english talking are?
Re:help (Score:3, Funny)
What is wrong? I am using VC++ 6 on Windows XP, with all updates, why wont it work?!
This kernel is protected by the GPL.
As a reaction Windows protects itself using the GPF.
Re:VC++ is too old (Score:2, Funny)
"If the cause of the issue is determined to be a bug by Microsoft, the incident will not be charged. Microsoft Support Professionals are responsible for determining the nature of the bug."
And just how many bugs do you suppose Microsoft has found this way?
Nick
how is NTFS coming??? (Score:1)
Re:how is NTFS coming??? (Score:3, Funny)
Nope... more like a very unreliable shredder (Score:1)
Re:how is NTFS coming??? (Score:1)
google search of slashdot (Score:1)
I'm not sure when they'll roll this out officially, but it works great!
Thanks, guys!
Re:google search of slashdot (Score:1)
Plus, there was a time when instead of the simple search box down the page, there was a "Google Slashdot!" box and you could only search
Anyway, it's possible that what you found was just leftovers.
My laptop is pleased (Score:2)
Gratz to all you fine kernel hackers out there.
2.2.21 (Score:3, Informative)
Re:2.2.21 (Score:1, Offtopic)
Funny you should mention that. I actually have a box that kernel panics on boot on all 2.4 kernels. Is there any way I can capture anything useful from the dump to send off somewhere? I suppose I could put the console on serial and capture it with minicom on another box, but are there extended diagnostics I can turn on to maximize the dumpage? It fails pretty early in the boot process.
Re:2.2.21 (Score:1)
Re:2.2.21 (Score:2)
So I built a 2.4.18 kernel today with 4GB RAM enabled, and voila, it worked first try. Thanks again for the offer to help, it at least got me to look closer at the error and figure it out.
Re:2.2.21 (Score:1)
Re:2.2.21 (Score:2)
Again, thanks for driving me to look into it.
Re:2.2.21 (Score:1)
Slashdot is not Freshmeat (Score:1)
Re:Slashdot is not Freshmeat (Score:1)
What about the stable series?!! (Score:1)
Re:What about the stable series?!! (Score:2, Informative)
KBuild 2.5 (Score:1)
I tried compiling it... (Score:1)
My box booted up fine, and X started fine. But my sound card didn't work and my mouse pointer started jumping all over the screen. Everything else seemed to work ok though.
Which is good because I tried compiling a previous 2.5 kernel and it always barfed when I tried to make it.
For now I'll stick with 2.4.18, and maybe wait for 2.6....
Slashdot *is* freshmeat (with comments) (Score:2, Insightful)
The whole purpose of these kernel Slashdot threads is that Linux kernel inclined Slashdotters can talk about kernel development. It doesn't matter if the release of 2.5.17 or 2.5.18 is announced, once in a while some like to read and participate in a Slashdot discussion about the future of the Linux kernel. If you don't, just ignore kernel news or as others have already mentioned uncheck the "Linux" box in your preferences.
linux kernel (Score:1)
What I did then was to build preempt-kernel-rml-2.4.19-pre8-ac5-1. No problems except with the tdfx frame-buffer. Tux is doubled and there's large white spaces next to him where it should be black. BTW, how do I make it so that Tux is holding a beer? I like that one better.
Another question, I'm pretty new to building custom linux kernels and I'm wondering if I can reuse the configuration file for xconfig across different kernel versions. I suppose I should just learn to tweak the file by hand anyway.
Re:linux kernel (Score:1)
Alternative Tux image (Score:1)
I've used this to make a Dust Puppy logo, the only problem is that I hardly ever see the startup :-)
Re:is this worthy news? (Score:1)
I think that subsequent articles on dev kernels should be limited to releases with really whizzy new features (working NTFS/UFS write?) and should definitely be relegated to the Developers section.
Just a thought. I'm hoping that those that aren't experienced enough to know when to download a specific kernel aren't experienced enough to download and compile one, either. There's no real reason for most non-kernel-hackers to download this, unless you direly need it because it's the only kernel that supports your hardware -- but in that case, why use Linux at all?
Re:Slashdot Gripes 1.01 (Score:1)
I hate everything on this list.
- A.P.
Re:Slashdot Gripes 1.01 (Score:1)