LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   compile linux kernel on fedora 10 (https://www.linuxquestions.org/questions/linux-newbie-8/compile-linux-kernel-on-fedora-10-a-800078/)

princelibya14 04-05-2010 04:05 AM

compile linux kernel on fedora 10
 
hi to every one here, can any one help me , cause i am not expert in Linux , i am still new, so my problem is how to recompile my kerenl with TUN/TAP driver,i got how to compile the kernel with TUN/TAP driver every thing is going OK, when i run the commends , just in the last commend when i reboot my laptop i choose grub to enter on new kernel , but when i choose it , i got black screen .so please help me to solve this problem , for more information about my laptop , i have just one partition my root is (hd1,1). my ram is 2G, speed 2GHZ, i use Linux-2.6.27.42, but the new one is the last kernel available in website. i am in rush please inform me as soon as possible,
my regards.

Tuttle 04-05-2010 04:30 AM

before you re-compile your kernel use the running kernel as a template:
Code:

less /proc/config.gz > /path/to/compile/directory/.config
Then run make menuconfig and add your driver
ps. make sure your root filesystem (eg ext3) is compiled into your kernel, not a module!
Now compile, make install, make modules_install and reboot!

princelibya14 04-10-2010 07:56 AM

recompile kernel fc10
 
tnx, bro for helping me, thank u for advice every thing is going ok , and right now i can used new kernel, but there is problem in it , there is no connection to internet, but when i check about eth0,eht1, i found it, but does not make any connection to internet , so could u help me , tnx, bro another time,
my regards.

Tuttle 04-10-2010 08:34 AM

The system may have swapped the devices... tried to reconfigure it?

Edit: perhaps some other kernel module is required? Check your menucofig

kusanagiyang 04-10-2010 08:35 AM

just maybe
 
Quote:

Originally Posted by princelibya14 (Post 3930895)
tnx, bro for helping me, thank u for advice every thing is going ok , and right now i can used new kernel, but there is problem in it , there is no connection to internet, but when i check about eth0,eht1, i found it, but does not make any connection to internet , so could u help me , tnx, bro another time,
my regards.

hey,
when i recompile kernel, sometimes the ifcfg-eth0 (or whatever corresponding) is gone. this doesn't always happen, but it happened 2 me before. good luck

princelibya14 04-11-2010 04:28 PM

rcompile kernel for fedora 10
 
tnx, guys for response on my question , so i fix the problem with eth0, by adding manual ip address to eth0, but still i have problem in eth1(wireless) i need more than eth0, cause i will use to create ad hoc network between the devices,if there is any idea about that, plz send to me guys, cause i am in rush ,
my regards .

John VV 04-11-2010 05:27 PM

my first question is WHY fedora 10
fedora 10 is now PAST it's end of life . There will never be any updates to it ever.

Tuttle 04-12-2010 05:55 AM

Quote:

Originally Posted by John VV (Post 3932241)
my first question is WHY fedora 10
fedora 10 is now PAST it's end of life . There will never be any updates to it ever.

Old good code remains good code ;)

But seriously, try slack, it's good old manual drive!

princelibya14 04-12-2010 02:23 PM

tnx , guys about every things , so about why choose fedora 10 do not choose another i do not know, cause my friends advice about it and do not choose the newest things ,cause still have problems, so i choose it, so if any one of them could help to get any information or tutorial about make menuconfig , cause it has many options , i need to understand it, even to recompile my kernel very well, don't get any terrible , so let me continue with this version of fedora, cause i do not have enough of time to change it, and right now i familiar to it,
my regards

John VV 04-12-2010 03:34 PM

fedora 10 is no longer supported
fedora has a 13 month life cycle and a NEW version is released every 6 months

If you do not want to reinstall the operating system every 6 months then do not use fedora.

from your above post you have a bit of a misconception of fedora
Fedora is a TESTING and "Research And Development " distro

It pushes the box of what is possible And as such things will very often get broken .updates do and will brake things


if you DO like to fix a busted os or programs and LIKE to fix code then fedora is a great OS
BUT IT IS NOT " a just should work" OS .

smeezekitty 04-12-2010 03:39 PM

Maybe its just taking a while to switch framebuffer modes.
Try giving it 30seconds or so and if that does not work, check the frame buffer drivers compiled in.


All times are GMT -5. The time now is 07:51 PM.