Re:But I just got 2.4.7 working right!!!
by
Uruk
·
· Score: 5, Informative
Older config files usually work great, especially just between a patchlevel difference like 2.4.7 -> 2.4.8.
Go into your source directory and do a "make mrproper". Then copy your old config file into ".config" and run "make oldconfig". It *might* ask you one or two questions, often they won't matter if your old kernel was working OK as is.
Then just go straight to the "make dep", "make bzImage", "make modules", etc.
Life would suck without the "make oldconfig" target.:)
-- --
Truth goes out the door when rumor comes innuendo. -- Groucho Marx
emu10k1 update
by
kilrogg
·
· Score: 5, Informative
The emu10k1 (aka the SBLive) updates were merged in at the last minute. a patch to fix compile problem was posted by one of the maintainers.
This update adds support for the 5.1 cards (including the IR remote, though it's still being reversed-eng'd), AC3 passthrough, multichannel playback (for AC3 pre-decoded in software), sequencer support, dsp effects (flanger, chorus, etc), and much more.
This is the first sync with CVS in almost a year (development was idle between Nov-April). Report any problems with the driver on the emu10k1 mailing, here:
emu10k1-devel@opensource.creative.com
Ok, this one has various VM niceness tweaks that have made some people
much happier. It also does a upgrade to the XFree86-4.1.x style DRM code,
which means that people with XFree86-4.0.x can no longer use the built-in
kernel DRM by default.
However, never fear. It's actually very easy to get the old DRM code too:
if you used to use the standard kernel DRM and do not want to upgrade to a
new XFree86 setup, just get the "drm-4.0.x" package from the same place
you get the kernel from, and do
- unpack the kernel
- cd linux/drivers/char
- unpack the "drm-4.0.x" package here
- mv drm new-drm
- mv drm-4.0.x drm
and you should be all set.
I can see the future...
by
Anonymous Coward
·
· Score: 5, Funny
Three guys found themselves in Hell: CmdrTaco, Hemos, and Jon Katz. A little
confused at their present situation, they were startled to see a door
in the wall (which they hadn't noticed before) open, and behind the
door was perhaps the Ugliest woman they had ever seen. She was 3'4",
dirty, and you could smell her even over the Brimstone.
The voice of the Devil was heard, "CmdrTaco, you have sinned!!! You are
condemned to spend the rest of eternity in bed with this woman!" And
CmdrTaco was whisked through the door by a group of lesser demons to his
doom.
This understandably shook up the other two, and so they both jumped
when a second door opened, and lo! an even more disgusting example of
womanhood gone wrong. She was over 7', covered in thick black hair,
and flies circled her.
The Voice of the Devil was heard, "Hemos, you have sinned!!! You are
condemned to spend the rest of eternity in bed with this woman!!!" And
Hemos, like CmdrTaco, was whisked off.
Jon Katz, now alone, felt understandably anxious, and feared the worst
when the third door opened. And as the door inched open, he strained
to see the figure of... Natalie Portman!!!!!!!!!!!!
Delighted, Jon Katz jumped up, taking in the sight of this beautiful
woman, barely dressed in a shiny metallic NASA-space-age material
bikini. Then he heard the voice of the Devil say :
"Natalie, you have sinned........"
Just hit kernel.org?
by
qslack
·
· Score: 5, Informative
I wonder why the/. editors are telling us to "Just hit Kernel.org" when everyone SHOULD use the mirrors.
Wait a few hours for the changes to propogate, then find a local mirror at http://kernel.org/mirrors/. It helps everyone: Kernel.org still has bandwidth, and you get faster download speeds!
Re:Enough is enough!
by
Cardhore
·
· Score: 5, Insightful
For every troll who says "slashdot isn't freshmeat," there are a hundred people who silently are glad to promptly know that the software they use has been improved and fixed.
Re:2.4.6+ broke vmware
by
mrossbrown
·
· Score: 5, Informative
I wouldn't mention this, but 2.4 is supposed to be the STABLE tree. If the interface is changing, that's what the 2.5 series is for.
You shouldn't have. 2.4.x is the stable tree, which means that bugfixes, optimizations, and suggestions of improvement go into these kernels. Massive changes to the entire tree (like a rewrite of the MM, CML2) do not, as it would break kernel builds for a number of releases.
Something as big as compatability with VMWare ought to be checked before releasing.
Hmm, I think you have it the other way around. The VMWare developers are responsible for any breakage to their source-only modules, that's the reason they distribute them in source form, so that they can be in tune with the latest kernel release.
Anyway, get all your 2.4.6+ (and older) VMWare kernel fixes here:
Professional users of Linux are still hurting for credibility, and this kind of thing just does not help.
Professional Linux users already know that when you update a kernel, anything that's closely tied to the kernel (ALSA, VMWare, etc.) gets recompiled too. It comes with the territory.
-
Why We Should All Test the New Linux Kernel
-
Using Test Suites to Validate the Linux Kernel
You do test your kernel before putting it into production, don't you?-- Could you use my software consulting serv
Older config files usually work great, especially just between a patchlevel difference like 2.4.7 -> 2.4.8.
:)
Go into your source directory and do a "make mrproper". Then copy your old config file into ".config" and run "make oldconfig". It *might* ask you one or two questions, often they won't matter if your old kernel was working OK as is.
Then just go straight to the "make dep", "make bzImage", "make modules", etc.
Life would suck without the "make oldconfig" target.
-- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
The user-tools can be download here
This update adds support for the 5.1 cards (including the IR remote, though it's still being reversed-eng'd), AC3 passthrough, multichannel playback (for AC3 pre-decoded in software), sequencer support, dsp effects (flanger, chorus, etc), and much more.
This is the first sync with CVS in almost a year (development was idle between Nov-April). Report any problems with the driver on the emu10k1 mailing, here: emu10k1-devel@opensource.creative.com
As Linus wrote in his e-mail to LKML:
Ok, this one has various VM niceness tweaks that have made some people
much happier. It also does a upgrade to the XFree86-4.1.x style DRM code,
which means that people with XFree86-4.0.x can no longer use the built-in
kernel DRM by default.
However, never fear. It's actually very easy to get the old DRM code too:
if you used to use the standard kernel DRM and do not want to upgrade to a
new XFree86 setup, just get the "drm-4.0.x" package from the same place
you get the kernel from, and do
- unpack the kernel
- cd linux/drivers/char
- unpack the "drm-4.0.x" package here
- mv drm new-drm
- mv drm-4.0.x drm
and you should be all set.
Three guys found themselves in Hell: CmdrTaco, Hemos, and Jon Katz. A little
........"
confused at their present situation, they were startled to see a door
in the wall (which they hadn't noticed before) open, and behind the
door was perhaps the Ugliest woman they had ever seen. She was 3'4",
dirty, and you could smell her even over the Brimstone.
The voice of the Devil was heard, "CmdrTaco, you have sinned!!! You are
condemned to spend the rest of eternity in bed with this woman!" And
CmdrTaco was whisked through the door by a group of lesser demons to his
doom.
This understandably shook up the other two, and so they both jumped
when a second door opened, and lo! an even more disgusting example of
womanhood gone wrong. She was over 7', covered in thick black hair,
and flies circled her.
The Voice of the Devil was heard, "Hemos, you have sinned!!! You are
condemned to spend the rest of eternity in bed with this woman!!!" And
Hemos, like CmdrTaco, was whisked off.
Jon Katz, now alone, felt understandably anxious, and feared the worst
when the third door opened. And as the door inched open, he strained
to see the figure of... Natalie Portman!!!!!!!!!!!!
Delighted, Jon Katz jumped up, taking in the sight of this beautiful
woman, barely dressed in a shiny metallic NASA-space-age material
bikini. Then he heard the voice of the Devil say :
"Natalie, you have sinned
I wonder why the /. editors are telling us to "Just hit Kernel.org" when everyone SHOULD use the mirrors.
Wait a few hours for the changes to propogate, then find a local mirror at http://kernel.org/mirrors/. It helps everyone: Kernel.org still has bandwidth, and you get faster download speeds!
qslack.com
For every troll who says "slashdot isn't freshmeat," there are a hundred people who silently are glad to promptly know that the software they use has been improved and fixed.
Like me.
Got friends?
Anyway, get all your 2.4.6+ (and older) VMWare kernel fixes here:
I'm currently using VMWare with 2.4.7.
Professional Linux users already know that when you update a kernel, anything that's closely tied to the kernel (ALSA, VMWare, etc.) gets recompiled too. It comes with the territory.M. R.