kernel upgrade 2.4 > 2.6, how do i use old hw configuration
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
kernel upgrade 2.4 > 2.6, how do i use old hw configuration
iv upgraded my kernel from 2.4.27 to 2.6.something
i edited my lilo.conf so i could access my old kernel and new one,
thing is in my new kernel, i can't access the net or sound card, it say somehi about compiling modules or missing modules, and iv tried to get my net drivers working, which wont load, i read the readme and they havent did any drivers for anything above 2.5 (meaning 2.4) so my question is
is there anyway for me to use my old hardware configuration on my new one 2.6 im using kernel 2.4.27 just now which gives me net access and sound is working ??
What's your distro? The thing is, 2.6 kernels require that you add tons of modifications to a redhat system. You should try the 2.4.28 kernel first, it really has almost all of the 2.6 kernel features.
well, im running 2.4.27 just now, how am i to upgrade to 2.4.28 and keep my original hardware configuration isnt there a way to just uhat's your distro? The thing is, 2.6 kernels require that you add tons of modifications to a redhat system. You should try the 2.4.28 kernel first, it really has almost all of the 2.6 kernpdate the kernel ? and let the hardware work as its working in 2.4.27 ??
im using knoppix hard drive debian multi user install, im not even sure how to use apt-get properly, someone guided me through it on irc (thanku whoever u r, my nickname was free86) but when i login to kernel 2.6 no hardware works, my sound doesnt work, my internet card wont be recognized,
How did you install the new kernel? If you got it and installed from rpm, than i don't know what your problem is, but if you compiled from source, you can boot back to the old kernel, and than go into /usr/src/linux-$(uname -r), do make mrproper, and this step is important: cp /boot/config-$(uname -r) ./.config . This copies the config from your old kernel to the new kernel config. Then, do a make oldconfig and answer the questions. These questions are to configure the new kernel on things that weren't included in the previous kernel, since we are using an old kernel's config. After that, do a make bzImage && make modules && make modules_install && make install . That should do the trick. The next time you boot, you should see the new kernel in your bootloader.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.