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.
Arghhhhhhhhhhh...
Ok, newbie here, trying to compile a new kernel (2.4.22) mostly so I can support my wireless network card. Have comiled and (I think) sucessfully installed the new image, LILO sees it, and will boot to it, however, as soon as I boot to it, I get no display whatsoever. I know the kernel is booting (my hard drive is ticking away etc) but still have no video output. I've tried several different configs, including loading every video driver known to man as a module, just to see what works.
here's the setup, any advice will be greatly appreciated
_______________________________________________
SIS735 Chipset Based MB w/built in (wired) LAN (Mandrake sees this as an SIS900, and it works)
Nvidia TNT2 AGP Video Card (32MB Video Ram)
1024MB PC133 RAM
1300Mhz Athlon Processor
40Gb W/D Hard Drive
Floppy/CD-ROM/CD/RW (these are working correctly)
iblitzz pci wireless ethernet card (I don't know if this works or not, I can't get the kernel compiled correctly to find out)
Once again,
thanks
Smee
This happened to me before, and the problem in my case was that the video resolution settings in XF86Config were set too high. If you haven't already tried it, you might bump down both the amount of VRAM and the default resolution. In your case, even though you've got 32M, you might try setting it to 16M, with a default color depth of 16 and a resolution of 1024X768. If that works you can incrementally step it up.
I can't promise this will solve the isssue for you, but that's what worked for me. -- J.W.
Nvidia TNT2 AGP Video Card (32MB Video Ram)
Did you compile and install the Nvidia module with your new kernel?
If unsure, check with "lsmod".
Also, if you didn't use your old kernel config as base, check it and your new one to see if you're missing any more features you should have enabled or disabled like AGP:
"diff -urN </path/to/oldconfig> </path/to/newconfig>".
I recall having a similar error when I tried to recompile on my SuSE machine. The trick for me was that I was forgetting to run lilo after copying the new image to /boot
But I also have a wireless network card (USB not PCI though) and I didn't have to recompile the kernel, have you tried just installing the wlan-ng drivers? They work very nicely for me and I know they have a version for PCI cards. I would recommend downloading the sources since I never had any luck with the RPMs. http://www.linux-wlan.org/
Hope this helps.
Thanks for the replies...... finally got the kernel compiled and running.... don't ask how..... took me about 17 compiles to get it running "just" the way I wanted (no extra modules or drivers, etc.)
Smee
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.