Redestium Posted December 19, 2003 Share Posted December 19, 2003 ENOUGH WITH THE TROLLING!!!!! This is a big move for Linux and I'm glad to see it. Link to comment Share on other sites More sharing options...
kjordan2001 Posted December 19, 2003 Share Posted December 19, 2003 yay but mine works!.. not only that but my 3ghz never worked better than on XP :) f linux Yay, you're in the wrong forum you douche :crazy: Link to comment Share on other sites More sharing options...
NeoMasamune Posted December 19, 2003 Share Posted December 19, 2003 Yay, you're in the wrong forum you douche :crazy: :laugh: LOL Link to comment Share on other sites More sharing options...
MG-Cloud Posted December 19, 2003 Share Posted December 19, 2003 yay but mine works!.. not only that but my 3ghz never worked better than on XP :) f linux Probably because you've never run anything else besides Win95. Come back when you have something constructive to say ;P Also, on a more topic-related note ... NeoMasamune, the newer kernels are supposed to compile quicker. Did you take everything out of the kernel that you don't need? That really helps it compile faster and also yields a smaller kernel once done :yes: /me huggles 2.6 lol Link to comment Share on other sites More sharing options...
kjordan2001 Posted December 19, 2003 Share Posted December 19, 2003 Probably because you've never run anything else besides Win95. Come back when you have something constructive to say ;PAlso, on a more topic-related note ... NeoMasamune, the newer kernels are supposed to compile quicker. Did you take everything out of the kernel that you don't need? That really helps it compile faster and also yields a smaller kernel once done :yes: /me huggles 2.6 lol And not only that you get to type less.... *sigh* When will ivtv and lirc support it so I can upgrade :( Link to comment Share on other sites More sharing options...
Jelly2003 Posted December 19, 2003 Share Posted December 19, 2003 Yay! I finally compiled a kernel that works! Unfortunatley my wireless mouse, sound, and network card doesnt work, so I will have to re-do it. I'm sure I didnt select the right modules, so I shall give it another go tonight and see what happens. Link to comment Share on other sites More sharing options...
Tek Posted December 19, 2003 Share Posted December 19, 2003 That could be a year from now. The thing has already gone through 11 test versions and countless devel versions. Having used it for the past 6 months, I can say that it is now stable. Why would you wait? Because 2.4.23 works just fine. Link to comment Share on other sites More sharing options...
trpn Posted December 19, 2003 Author Share Posted December 19, 2003 *sigh* When will ivtv and lirc support it so I can upgrade :( lirc is the only reason I am not upgrading .. its kinda disappointing Link to comment Share on other sites More sharing options...
Rathamon Posted December 19, 2003 Share Posted December 19, 2003 anybody who is using it noticed a difference? Link to comment Share on other sites More sharing options...
MR_Candyman Posted December 19, 2003 Share Posted December 19, 2003 anybody who is using it noticed a difference? yes, very substantial...the speed it amazing Link to comment Share on other sites More sharing options...
csabo2 Posted December 28, 2003 Share Posted December 28, 2003 bleh. impossible to install. compiled. keep getting errors about the directory /lib/modules/2.6.0/ doesnt exsist, tried creating it lol didnt work. ill stay with 2.4.2 Link to comment Share on other sites More sharing options...
Danrarbc Posted December 28, 2003 Share Posted December 28, 2003 I still have to wait for my modem drivers to be ported to 2.6, darn winmodem. Link to comment Share on other sites More sharing options...
mercuryx013 Posted December 28, 2003 Share Posted December 28, 2003 bleh. impossible to install. compiled. keep getting errors about the directory /lib/modules/2.6.0/ doesnt exsist, tried creating it lol didnt work. ill stay with 2.4.2 did you make and install the modules? Link to comment Share on other sites More sharing options...
csabo2 Posted December 28, 2003 Share Posted December 28, 2003 idk :( . i ran the make menuconfig .. and went through that. i got some msg about ELF. i coudlnt see it as it did it for every file and FLEW by. but i saw the word ELF on them all.. i know it didnt install anything tho. I Extracted the source. did ./make install ( i think ). then i was lost lol. Link to comment Share on other sites More sharing options...
Tek Posted December 28, 2003 Share Posted December 28, 2003 I don't know what your definition of stable is but I've been on the 2.6 series since test6 and it hasn't crashed once. There's a difference between not crashing and being stable. Link to comment Share on other sites More sharing options...
helmers Posted December 28, 2003 Share Posted December 28, 2003 idk :( . i ran the make menuconfig .. and went through that. i got some msg about ELF. i coudlnt see it as it did it for every file and FLEW by. but i saw the word ELF on them all.. i know it didnt install anything tho. I Extracted the source. did ./make install ( i think ). then i was lost lol. The reason you saw the word "ELF" is because that is the format of the kernel and most other GNU/Linux executables. Nothing to worry about, just be sure to compile support for it into the kernel. You do, of course, know the standard procedures for compiling a kernel? make menuconfig (to set the options) make dep clean (to be on the safe side, perhaps redundant) make modules bzImage (to compile modules and kernel) move the kernel to the right place, usually /boot make modules_install (to install the kernel modules) What mercuryx013 was wondering was if you had forgotten about compiling the modules. If you are having trouble, you should check/clean in the /lib/modules directory. "make install" only works with LILO, if I remember right. It is a lot better to do it by hand, you will feel safer when troubleshooting. What distribution are you using? Link to comment Share on other sites More sharing options...
Recommended Posts