Linux-Development-Sys Digest #451, Volume #6 Thu, 4 Mar 99 04:14:08 EST
Contents:
Re: patching kernel (2.2.2) help (Jay Thorne)
DPT Raid Hardware ("Joseph Blackburn")
Video Game Developers Wanted ("Jacob Lambert")
Re: RedHat install crashes -- "buggy cmd640b" error (Harold Henry)
Linux on Mips Wince hardware? (Bill Broadley)
Re: Kernel NFS Problem; device busy (Tim Dawson)
Re: booting NT & linux (Jussi Torhonen)
Re: console and groups (Slyglif Cain)
Re: waiting for milliseconds? (Olav Woelfelschneider)
Re: something like getch needed (Mark Hahn)
Re: Why I'm dumping Linux, going back to Windblows ("Csaba Raduly")
Re: Scheduler policies (Mark Hahn)
Re: Kernel 2.2 on top of 2.0.36 installations (Jeff Daly)
Re: OpenGL question. (David T. Wang)
Re: Problem loading modules with kernel 2.2.2 and modutils 2.1.121 (kingman cheung)
Re: X Windows Graphics programing (Mark Hahn)
glibc dangling pointer? (Greg Herlein)
cdrom capacity ? ("Thierry BUCCO")
Re: Any advantage to 2 swap partitions ? ("Thomas T. Veldhouse")
From: Jay Thorne <[EMAIL PROTECTED]>
Subject: Re: patching kernel (2.2.2) help
Date: Thu, 04 Mar 1999 03:18:20 GMT
Anonymous wrote:
>
> They're now up to 7 last time I checked, but I am having trouble installing
> patches: various combinations of 1-7, 3+ or only 5 all complain that [many]
> patches will create files that already exist. I have tried various answers
> to the "-R" and "apply anyway?", but get numerous rejects.
>
> What's the correct approach?
Start with a virgin 2.2.2 tree in /usr/src/linux ie:
cd /usr/src
mv linuz linux-old
tar -xzvf linux-2.2.2.tar.gz
cp linux-old/.config linux/.config ( to preserve your old configuration)
bzip2 -d patch-2.2.2.ac7.bz2
cd /usr/src/linux
patch -p1 <../patch-2.2.2.ac7
make config ( and answer all the questions)
make dep && make clean && make zImage && make modules && make modules
install
If you have redhat,
cp /usr/src/linux/arch/i386/boot/zImage /boot/vmlinuz-2.2.2-ac7;
cd /boot
ln -sf vmlinuz-2.2.2-ac7 vmlinuz
lilo -v
if you have most other distros
make zlilo
--
Jay Thorne The Net Result System Services [EMAIL PROTECTED]
Http://net.result.com
Zoom 505 Effect page http://net.result.com/~jay
Zoom 5xx series Patch Database: http://net.result.com/~jay/db.html
--
From: "Joseph Blackburn" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: DPT Raid Hardware
Date: 4 Mar 1999 03:36:19 GMT
Has anyone gotten the DPT Raid driver in 2.2.2. working on a Smart V?
Thanks
--
From: "Jacob Lambert" <[EMAIL PROTECTED]>
Crossposted-To:
3dfx.glide.linux,ab.software.developers,comp.os.linux.development,comp.os.linux.development.apps,comp.os.linux.m68k,comp.os.linux.questions
Subject: Video Game Developers Wanted
Date: Wed, 3 Mar 1999 10:06:51 -0600
Tulsa, OK based video game manufacturer is currently seeking professional
software developers who are interested in a challenging and growth-oriented
opportunity. Successful candidates must have experience with one or more of
the following: C, C++, Visual C++, VB, Oracle, SQL, 3D/2D modeling and
animation, OpenGL, Linux, UNIX, Windows 95/98/NT, Client/Server programming,
and TCP/IP. Good communication skills and the ability to work in a fast
paced team environment while handling multiple projects are essential.
Fax or e-mail resume.
Fax (918) 749-7574
[EMAIL PROTECTED]
--
From: [EMAIL PROTECTED] (Harold Henry)
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: RedHat install crashes -- "buggy cmd640b" error
Date: 3 Mar 1999 15:27:03 GMT
I have this card to and Have No problems using linux. However my CD is
connected to a cheap ide controller card I bought because there is only
one ide port on my cmd 640.
In article <7bibfl$at$[EMAIL PROTECTED]>,
leslie barstow <[EMAIL PROTECTED]> writes:
> Patrick,
>
> I also have a CMD640 controller (a really cheap PCI/ISA multi-function
> card), and have had nothing but trouble with it. Linux does better than
> most, but my secondary drive still reports short reads on imaginary sectors.
> MS-DOS won't even recognize the secondary controller - I have to initialize
> using Linux.
>
> I am using RedHat (5.0), and the kernel comes with CMD640 support compiled
> in (that's why you're getting the "buggy cmd640" messages - if it weren't,
> you wouldn't get those messages). This looks like a real problem, perhaps
> with the CMD640 workaround code, or perhaps with your system. Your best
> bet is to get an add-on IDE card with BIOS, and g