I finally got it all together, and here it is: (and I have redownloaded every one and verified their md5ums...)
The kernel rpms: http://www.iki.fi/tmb/kernel-tmb-2.4.22.0.5.1tmb_mdk-1-1mdk.i586.rpm http://www.iki.fi/tmb/kernel-tmb-2.4.22.0.5.1tmb_mdk-1-1mdk.src.rpm A tarball with all changed or new patches: http://www.iki.fi/tmb/kernel-2.4.22-0.5.1tmb_changed_patches.tar.bz2 Rebuilt ksensors and gsensors to use lm_sensors 2.8.0 (this needs to be done in contribs too): http://www.iki.fi/tmb/ksensors-0.7.2-7mdk.i586.rpm http://www.iki.fi/tmb/gsensors-0.9c-2mdk.i586.rpm md5sums: http://www.iki.fi/tmb/md5sums.asc %changelog * Sat Aug 16 2003 Thomas Backlund <[EMAIL PROTECTED]> 2.4.22-0.5.1tmb_mdk - prepare for possible contribs upload * don't build any other rpms than up, enterprise and source * if you need smp, secure, BOOT or doc, rebuild using the '--with <rpm_type>' switch * change kernel name to kernel-tmb * change versioning to style <mdkversion>.<tmb_build>tmb_mdk to satisfy /etc/init.d/kheader - change specfile scripts to use 'head -n 1' - correct grsec url - drop many patches merged upstream - sync drm with dri 20030816: * updated radeon, r128, mga, i8xx, ... - removed .Makefile.swp from atmelwlan - add missing configs to orinoco 0.13e - update wireless acx100 0.1f (uses dynamic windows firmware loading) - update ieee1394 to rev 1026 - update pci.ids to 20030815 + my addons - update agpgart * add some missing via * Radeon IGP support - cifs 0.8.7 + cvs quota - correct text in vesafb documentation - xattr + acl support on ext2/3 (nfsacl support disabled) - xattr + acl support on IBM jfs - psaux patch for synaptics - many updates to i2c/lmsensors, even after svetljos updates, due to outdated mkpatch script in i2c/lmsensors packages: * added some missing docs * i2c: PCF on EPP, ppc 405 on-chip, BMC over IPMI, nForce2 * sensors: BMC, LM83, DS1307, SmartBattery, W83627HF/THF, W83697HF - updated bluetooth + dynamic firmware loading (mike) - BadRAM support (udo) - supermount-ng 1.2.8 (andrey) - update bttv to 20030625 (svetljo) - updates to lirc sa7134 (svetljo) - gcc 3.3 and ULL fixes (svetljo) - sbp2 + scsi hotadd/remove patch (svetljo) * Fri Aug 15 2003 Juan Quintela <[EMAIL PROTECTED]> 2.4.22-0.5mdk [...] Now... I didn't enable multiple scsi luns since I was told you should be able to override it with lilo/grub on append line "max_scsi_luns=..." or as an option in /etc/modules.conf options scsi_mod max_scsi_luns=... Now, please tell me does it work for you ... If not... I'll have to reconsider switching it on by default... So... Whats next... I'm looking at : working acpi for nForce (yeah... I'm dreamin' ... ;-) ...) acl support for ReiserFS courtesy of SuSe... working Via CLE and Savage dri/drm VIA AGP 3.0 bugfixes... more serial ata support - SiS, ITC, Via, intel, Promise.. vloopback support more drivers... updating old drivers... ... suggestions... please ... Thomas PS. Juan! attached is a patch for your kernel-2.4.spec - it corrects the grsec url - it changes the specfile to use 'head -n 1'
--- kernel-2.4.spec 2003-08-15 05:38:12.000000000 +0300 +++ kernel-2.4.spec.new 2003-08-16 19:40:49.000000000 +0300 @@ -309,7 +309,7 @@ kernel. This package add options for kernel that make it more secure for servers and such. See : -http://grsecurity.net/features.htm +http://grsecurity.net/features.php for list of features we have included. @@ -737,7 +737,7 @@ fi # Any of the version.h are ok, as they only differ in the first line -ls %{_savedheaders}%{target_cpu}/*/version.h | head -1 | xargs grep -v UTS_RELEASE >> version.h +ls %{_savedheaders}%{target_cpu}/*/version.h | head -n 1 | xargs grep -v UTS_RELEASE >> version.h rm -rf %{_savedheaders} } ; popd #endif build_source
