While checking dependencies on drivers/scsi make returns with error Missing seperator on line 1269 grep { /usr/src/linux/drivers/scsi/.depend|wc -> 55 grep } /usr/src/linux/drivers/scsi/.depend|wc -> 54
s/checking/creating/ vanilla-sources work fine, so it's in the gentoo_r9 patch.
Have you done a make mrproper? # cd /usr/src/linux - save your config file # cp .config ../config.save # make mrproper # mv ../config.save .config # make menuconfig - make sure everything is as you want it # make dep && make bzImage modules && make modules_install
sure i tried, but with no success.
maybe it's a wrong scsi config (kernel) try to disable complete scsi, recompile kernel then add one by one option in the kernel and recompile every time.
Blargh, test with lolo-sources-2.4.20.1_rc3 or later, let me know.
db fix
works