Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: billy_gates on 22 December 2002, 00:16
-
How would I go about "recompiling" the Red Hat 8 Kernal for NTFS reading. I don't want to write to the NTFS, i've heard that that usually corrups the FS, I just want to read it. if it helps the kernal im running is:
2.4.18-19.8.0
as per the Grub booter and the Package Manager
this is not the standard RH8 Kernel this is one you download from the Red Hat network as an upgrade kernel. They said it was specifically for Athlons but im not sure if that is true.
-
Follow these instructions:
http://voidmain.kicks-ass.net/redhat/redhat_8_kernel_2.4.19_from_source.html (http://voidmain.kicks-ass.net/redhat/redhat_8_kernel_2.4.19_from_source.html)
Except skip 5 lines starting at the part about downloading the new kernel with wget. And when you type "make xconfig" which will bring up the kernel menu search through it until you find "NTFS file system support (read only)". It will be under the "File systems" menu. Change the option from "n" to "m".
[ December 21, 2002: Message edited by: void main ]
-
I get all the way until i type make modules then it says error 2 and then i type make modules_install and it says error 2 then i type make install and it says error 2. Then when I restart, there is a custom kernel but when i boot into it it panics right when it says init. I have only one concern is that i have kernel 2.4.18-19 but the custom one said 2.4.18-14custom. Also in the /usr/src there was only a linux-2.4 and a linux-2.4.18-14 there was no linux-2.4.18-19. i tried using both of these 2 folders with /boot/config-2.4.18-14 and /boot/config-2.4.18-19 both gave all of the same errors and same kernel panic in same place and left the same 2.4.18-14custom in the bootloader. I am kind of lost on this, but I then noticed that he wasn't able to compile it correctly on his 1.6 ahtlon, I have a 1.7 it may just be my cpu. Are there any other ways to recompile that may work?
-
quote:
Originally posted by Void's RedHat tips:
Click SCSI Support, then click SCSI low-level drivers, then set Simple 53c710 SCSI Support to n. Click OK, click Main Menu, click Save and Exit, click OK.
You have missed that ^^^^
-
wut do u mean, I don't even have a scsi card or drives, why would I need to change anything having to with scsi?
-
quote:
Originally posted by X11:
You are changing the kernel, and may want the numbering to reflect that. So edit /usr/src/linux/Makefile and change your EXTRAVERSION (e.g. Change -18 to -18ntfs).
I don't have a "linux" folder in my /usr/src folder.
here is the ls output for my /usr/src folder:
linux-2.4 linux-2.4.18-14 redhat
[ December 21, 2002: Message edited by: Billy Gates: Mac Commando ]
-
If you get an "error 2", do not go any farther! You need to figure out what the error is. You'll need to paste in about the last 10-15 lines prior to the error so I can see where it is failing. And if you have an Athlon processor you may have to turn off that SCSI modules. Whether you have SCSI or not the kernel configuration is set up to compile many more modules than you actually need.
Also create a symbolic link "/usr/src/linux" by typing this:
# cd /usr/src
# ln -s linux-2.4 linux
Then
# cd linux
Then follow the directions on my web page. Trust me they work. If you have an error, let me know what the error is and I'll tell you how to fix it. Do *not* install the kernel if the compile is not successful. I probably should add that note to the HOWTO about not going any farther if one of the make's fail with an "error 2". To me it is obvious, but apparently it is not obvious to everyone.
[ December 21, 2002: Message edited by: void main ]
-
Sry. I was mistaken, the error came during make bzImage
here are a couple of the lines prior to the errors
it doesn't seem to like my PCI drivers?
also is there any way I can disable all scsci support in my kernel, I might as well since I'm recompiling it anyway?
-
I just went with void's installing kernel 2.4.20 and configured it to not support scsi and enabled ntfs reading. It configured poerfectly and I'm running it right now. Thanks for all you help guys, I appreciate being helped (being new at this and all). Now I have to test my ntfs reading and see if installing nvidia drivers works on this kernel.
-
Did you change anything with the "make xconfig"? If so you have to rerun the:
# make dep
# make clean
prior to doing the "make bzImage" and "make modules". Watch very closely at each step to make sure they don't end with an error. That message indicates to me you didn't do the previous steps. "devlist.h" should get created during the "make modules" stage if all the previous makes went alright.
-
Whoops, disregard that last transmission. (http://smile.gif)
-
quote:
Originally posted by Billy Gates: Mac Commando:
Now I have to test my ntfs reading and see if installing nvidia drivers works on this kernel.
nVidia drivers definitely work. You just need to get the *.src.rpm version of the nVidia kernel RPM. And install it by:
# rpmbuild --rebuild NVIDIA_kernel*src.rpm
# rpm -Uvh --force --nodeps /usr/src/redhat/RPMS/i386/NVIDIA_kernel*
If you already have the nVidia GLX RPM installed you should not have to reinstall it.
[ December 21, 2002: Message edited by: void main ]
-
quote:
Originally posted by void main:
nVidia drivers definitely work. You just need to get the *.src.rpm version of the nVidia kernel RPM. And install it by:
# rpmbuild --rebuild NVIDIA_kernel*src.rpm
# rpm -Uvh --force --nodeps /usr/src/redhat/RPMS/i386/NVIDIA_kernel*
If you already have the nVidia GLX RPM installed you should not have to reinstall it.
[ December 21, 2002: Message edited by: void main ]
To tell you the truth on my old Kernel even with source rpm's when i type rpmbuild --rebuild blah.rpm it would error
The new kernel is awesome, i can read my NTFS drive flawlessly, I installed the nvidia drivers, everything goes faster and I can run my monitor at 1600x1200 75 with full 24 bit color now. Thank God for Void Man and his web site.
-
quote:
Originally posted by Billy Gates: Mac Commando:
To tell you the truth on my old Kernel even with source rpm's when i type rpmbuild --rebuild blah.rpm it would error
Could you do me a big favor and let me know the exact name of the RPM that gives you the error with that command and where I can find it, and of course what the error message is? This should not happen.
-
the file is NVIDIA_kernel-1.0-4191.src.rpm i forget wut the error was but it was something like couldn't find/make an nvidi.o folder/file i think it was a kernel error not a download/rpm error since i used the same file with the new kernel and it worked fine.
[ December 22, 2002: Message edited by: Billy Gates: Mac Commando ]
-
If you still have the src.rpm file could you rerun the rpmbuild command and let me know what it says? BTW, if you didn't have the Kernel Development installed at the time you tried to run it you *would* have gotten errors. You can run the rpmbuild command and it won't overwrite your currently installed drivers in case you are worried about that.
And by the way, are you *sure* you are running the new kernel? The binary RPM should *not* work with the 2.4.20 RPM without compiling from source.
[ December 22, 2002: Message edited by: void main ]
-
i think i may have said this in the non linux lingo, but when i ran rpmbuild --rebuild nvidia-kernal.src.rpm in the 2.4.18-19 kernel it gave an error, i then updated the kernel to 2.4.20 and ran the exact same command with the exact same file with no error. I have every package installed so that was not the problem. I also removed the older linux kernels from my Grub boot loader so I can no longer boot into the old kernels to see if i still get the error.
-
Ok, I understand. Is it possible that you had not yet installed the Kernel Development packages when you ran it the first time?
-
no, when I installed Red Hat I selected all packages