> i've got a problem in trying to recompile the kernel with the
> SG_BIG_BUFF defined as 99304. the SG_BIG_BUFF did not change. it's
> still 32768. how can i recompile the kernel correctly?
Hello,
Is your sg compiled in the kernel or a module?
If compiled in the kernel, change the Buff_size in .../include/sg.h,
compile the kernel and install the new kernel (lilo or whatever you use
for booting). Check the compile date/time during boot.
If it's a module you have to compile the modules ( make modules )
and install them (make modules_install )
This should be possible without rebooting.
make sure the sg module is no longer in use, recompile them and insmod
sg (or modprobe). Then you new one should be in use.
cdparanoia is printing the SG_BIG_BUFF IIRC out and react on my system
to changes.
I hope this helps,
K.-H.
-----------------------------
Karl-Heinz Herrmann
E-Mail: [EMAIL PROTECTED]
-----------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]