LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-25-2003, 06:55 PM   #46
kadaver
Member
 
Registered: Nov 2003
Location: Beautiful Northern-sweden (Luleå)
Posts: 90

Rep: Reputation: 15

Dodgy:
For SVGA modes make sure you check this when configuring:

Device Drivers -> Graphics Support -> Support for Framebuffer....
choose Vesa VGA graphics support

Device Drivers -> Graphics Support -> Support for Framebuffer.... -> Console...
check 'Video Mode Selection Support' and 'Framebuffer Console Support'

If these options aren't visible, go to 'Code Maturity level Options' and check 'Prompt for development...'

Recompile, it should work now...

The keymap:
You should be a keymap called "fi-latin-1", in the kernel configuration it is also known as:

File Systems -> Native Language Support -> NLS ISO 8859-1 (Western European...)
Also make sure that the Default NLS Option is set to iso8859-1 (Top of the Native Language Support page).

Hope this helped!
Merry X-mas!
God Jul!
 
Old 12-26-2003, 08:02 AM   #47
Dodgy
LQ Newbie
 
Registered: Apr 2003
Distribution: Anything that gives me online access
Posts: 7

Rep: Reputation: 0
Thank you Kadaver or should I say tack. I'm gonna try that out in a minute or two. Merry x-mas to you all and god jul to Kadaver...

Edit: Using VESA VGA did the trick for me. I had all the rest already. Finally I can also use | which I didnt had before. Sweet. I might even stick with Slack now since I like it quite a bit...

Last edited by Dodgy; 12-26-2003 at 08:42 AM.
 
Old 12-27-2003, 12:10 PM   #48
tobyl
Member
 
Registered: Apr 2003
Location: uk
Distribution: slackware current
Posts: 768

Rep: Reputation: 64
On the nvidia front, it may be useful:

"These are ready-to-go Nvidia installers for kernel 2.6 made by Christian Zander
(http://minion.de/nvidia.html). No need to patch anything. Simply run them as you
would the 2.4 version Nvidia installers."

go here: http://www.sh.nu/download/nvidia/

I just found the link above, and am about to try it out...

tobyl
 
Old 12-28-2003, 07:00 PM   #49
GT_Onizuka
Member
 
Registered: Aug 2003
Location: Atlanta
Distribution: Debian, OS X
Posts: 711

Rep: Reputation: 31
I'm having some problems... Everything seemed to work out without a problem until a I booted into the new kernel. When it starts, its kinda of hard to explain, but the top half of my screen is a bunch of penguins although they are all cut in pieces diagonally and strewn across the screen and the 'text' is just a bunch of white gibberish. Looks odd, but it looks like its running through the basic startup stuff. Could it have anything to do with AGPGART? I didn't think that would cause problems until I installed the nVidia drivers (I couldn't find the AGPGART part in the kernel config, I did gconfig, although that shouldn't make a difference). Any ideas?
 
Old 12-30-2003, 03:08 AM   #50
slackMeUp
Member
 
Registered: Nov 2003
Distribution: Slack-where?
Posts: 654

Rep: Reputation: 30
Ok... I have compiled the 2.6 kernel and so far so good... untill I ran into this gem... the ATI fglrx drivers would not work so I upgraded to the new 3.7 drivers and now I only get a black screen after I type startx... bummer.
 
Old 12-30-2003, 05:12 AM   #51
IffikaS
Member
 
Registered: Sep 2003
Location: ESTONIA -Tallinn
Distribution: Ubuntu
Posts: 36

Rep: Reputation: 15
Quote:
Originally posted by slackMeUp
Ok... I have compiled the 2.6 kernel and so far so good... untill I ran into this gem... the ATI fglrx drivers would not work so I upgraded to the new 3.7 drivers and now I only get a black screen after I type startx... bummer.
did you edit XF86Config ?
I don't know whast you have to change but it must be in readme.
 
Old 12-30-2003, 07:17 AM   #52
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Original Poster
Rep: Reputation: 30
Did you run fglrxconfig?
 
Old 01-03-2004, 03:29 AM   #53
XStorm
Member
 
Registered: Nov 2003
Distribution: Slack 10.0 / 2.6.8.1
Posts: 63

Rep: Reputation: 15
Hi, I'm having a big problem running kernel 2.6.0 on my slack 9.1.
I followed DaOne's guide, and did this :
-I edited lilo.conf so I could boot the 2 images, /boot/vmlinuz and /boot/vmlinuz.old.
-in /usr/src :
tar -jxvf linux-2.6.0.tar.bz2
rm -f linux
ln -s linux-2.6.0 linux
-I edited the Makefile in /usr/src/linux and uncommented the line "#export INSTALL_PATH=/boot"
-from /usr/src/linux :
make mrproper
make menuconfig
make
su -c "make modules_install"
make install

So then, I boot the 2.6.0 kernel, after the boot messages I get the message "Kernel panic: VFS : Unable to mount root fs on hda3".
(hda3 is my current linux partition, using reiserFS).
Is there something I should have checked in menuconfig ? or did I update the kernel wrongly ?
 
Old 01-03-2004, 03:53 AM   #54
kadaver
Member
 
Registered: Nov 2003
Location: Beautiful Northern-sweden (Luleå)
Posts: 90

Rep: Reputation: 15
Personally I would recommend enabling support for ReiserFS before trying to reboot with the new kernel. It's very easy to forget =).
 
Old 01-03-2004, 02:39 PM   #55
BrianNJ
Member
 
Registered: Jul 2003
Distribution: Gentoo 2004.0
Posts: 157

Rep: Reputation: 30
Quote:
Originally posted by kadaver
Personally I would recommend enabling support for ReiserFS before trying to reboot with the new kernel. It's very easy to forget =).
YES! that happened to me. i didn't realize there was a difference between the checked boxes and the dotted boxes in the make xconfig step.

additionally, i needed to tweak usb settings and network card settings.
 
Old 01-03-2004, 10:27 PM   #56
Whitehat
Senior Member
 
Registered: Feb 2003
Location: The Cold North
Distribution: SuSE 9.1
Posts: 1,289

Rep: Reputation: 46
Hey DaOne,

Good job on these guides. I would have emailed you to say this but I can't email or PM you per your choice.

Anyway. Just wanted to say nice work.

Thanks,
Whitehat
 
Old 01-04-2004, 05:12 AM   #57
XStorm
Member
 
Registered: Nov 2003
Distribution: Slack 10.0 / 2.6.8.1
Posts: 63

Rep: Reputation: 15
Thanks kadaver it works, gee I wonder why reiserFS is disabled by default..
 
Old 01-04-2004, 02:15 PM   #58
Guayacan
LQ Newbie
 
Registered: Dec 2003
Location: Caracas, Venezuela
Distribution: Slackware
Posts: 18

Rep: Reputation: 0
Maybe too newbie.. but when i typed make menuconfig i got:
make: *** No rule to make target 'menuconfig'. Stop.

Guess i should make the changes, and then make menuconfig? if so, how do i do that?
 
Old 01-04-2004, 06:29 PM   #59
station
LQ Newbie
 
Registered: Sep 2003
Posts: 14

Rep: Reputation: 0
i'm also getting the "blank screen" problem with booting. Looks fine up until the post lilo part (where the os loads). I have tried the suggestions in this thread and still cannot get any ouput after selecting slack from LILO :/
 
Old 01-04-2004, 07:44 PM   #60
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Guayacan
Maybe too newbie.. but when i typed make menuconfig i got:
make: *** No rule to make target 'menuconfig'. Stop.

Guess i should make the changes, and then make menuconfig? if so, how do i do that?
Did you do this as root (su) and make sure you were in /usr/src/linux?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help - Need guide on how to (re)compile kernel in 9.2 timko SUSE / openSUSE 1 02-17-2005 08:17 AM
re :kernel compile guide sh4d0w331 Slackware 1 10-02-2004 05:38 PM
Kernel re-compile guide marlor Slackware 6 08-08-2004 03:57 AM
What happened to the Newbie Compile Guide? boutrosboutros Slackware 6 07-14-2004 12:37 AM
mandrake specific kernel compile guide? e1000 Mandriva 4 01-09-2004 12:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration