LinuxQuestions.org
Review your favorite Linux distribution.
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 03-06-2004, 09:20 AM   #196
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Rep: Reputation: 30

hmm, for some reason the site won't let me send any pm's so I'll have to stick it up here, sorry guys

<removed config to save room>


next half is in next post (had to split it in two as its so long!)

Last edited by dhbiker; 03-06-2004 at 11:05 AM.
 
Old 03-06-2004, 09:22 AM   #197
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Rep: Reputation: 30
old message removed

Last edited by dhbiker; 03-06-2004 at 11:04 AM.
 
Old 03-06-2004, 10:47 AM   #198
mercuryx013
LQ Newbie
 
Registered: Feb 2004
Location: Userland
Distribution: Slackware
Posts: 20

Rep: Reputation: 0
Copied. Thanks.

I was able to get the mouse to work when compiling this time, though. I started with a clean .config this time. Now my sound isn't working, but I will try and trouble shoot it myself for the time being.

Thanks!
 
Old 03-07-2004, 11:01 AM   #199
mokojin
Member
 
Registered: Feb 2004
Location: Portugal
Distribution: OpenSUSE 10.2
Posts: 78

Rep: Reputation: 15
i compile the kernel with no problems, but when i boot through LILO it break's with the following error:

UDF-fs: No partiocion found (1);
Kernel panic: VFS: Unable to mount root fs on hda3

Help please

btw i still have system acess througt my old kernel image.
 
Old 03-08-2004, 01:29 AM   #200
Crazy Travis
Member
 
Registered: Feb 2004
Location: Knoxville TN
Distribution: gentoo
Posts: 104

Rep: Reputation: 15
Did you compile in your filesystem support?

A while ago I forgot to and got approximately the same error.
 
Old 03-08-2004, 02:17 PM   #201
artikworld
LQ Newbie
 
Registered: Mar 2004
Posts: 5

Rep: Reputation: 0
About framebuffer en 2.6.3:

I get the next problem while using the mode 1024x768-16, and it is that,
i see a fixed margin on top, if i do a clear, i can write for the first time in this kind of margin, but once the first content is filled, it wont be usable anymore till the next clear.

Any idea? thank you.
 
Old 03-08-2004, 03:05 PM   #202
mokojin
Member
 
Registered: Feb 2004
Location: Portugal
Distribution: OpenSUSE 10.2
Posts: 78

Rep: Reputation: 15
Quote:
Originally posted by Crazy Travis
Did you compile in your filesystem support?

A while ago I forgot to and got approximately the same error.
i guess so, I check the box that says reiserfs, but i will check
 
Old 03-09-2004, 11:36 PM   #203
Crazy Travis
Member
 
Registered: Feb 2004
Location: Knoxville TN
Distribution: gentoo
Posts: 104

Rep: Reputation: 15
Quote:
About framebuffer en 2.6.3:
I get the next problem while using the mode 1024x768-16, and it is that,
i see a fixed margin on top, if i do a clear, i can write for the first time in this kind of margin, but once the first content is filled, it wont be usable anymore till the next clear.

Any idea? thank you.
Make sure you have the frame buffer set right. Vesa should work with most if not all pcs. I tried to use my radeon video card to make it work and If I ran Xfree it borked the console. I switched to vesa and it all worked good. Also if you use lilo make sure you have the vga set right. I set mine to 791. I don't know about grub.
 
Old 03-10-2004, 05:35 AM   #204
d1sc0rd
LQ Newbie
 
Registered: Oct 2003
Posts: 28

Rep: Reputation: 15
can anyone look at my thread, seems like im doing everything proper

<a href="http://www.linuxquestions.org/questions/showthread.php?s=&forumid=14&threadid=155761">
thread </a>


Last edited by d1sc0rd; 03-10-2004 at 05:38 AM.
 
Old 03-13-2004, 08:55 AM   #205
abs
Member
 
Registered: Oct 2003
Posts: 203

Rep: Reputation: 30
Re: abs

Quote:
Originally posted by bashrc2

i dont think symlink makes a difference, its just a link. but i use it anyway so im not really sure.

to boot your old kernel, you should make a copy of your original kernel 2.4.22
under boot directory cp vmlinuz to something like vmlinuz-2.4.22 then add an entry to your lilo
#new kernel 2.6
image = /boot/vmlinuz
label = linux-2.6
#old kernel 2.4
image = /boot/vmlinuz-2.4.22
label = linux-2.4

check my lilo config under page11 or 12.

if you wanna learn about System.maps check page 1.
that's how i'd renamed my kernels in the begining. even after renaming, how is the association between kernel-1 and System.map-1 maintained? and if kernel-1 and kernel-2 require diff modules to be loaded, won't rc.modules for kernel-1 not be correct for kernel-2? didn't find out anything new about System.map's in page 1.
 
Old 03-13-2004, 12:00 PM   #206
frandalla
Member
 
Registered: Oct 2003
Location: Tokyo - Japan
Distribution: Slackware
Posts: 348
Blog Entries: 1

Rep: Reputation: 37
I'm getting a lot of problems with this 2.6.4... got it bootable. Good. But, where is my NICs? What? Cannot find the Ethernet cards, well and the sound board too? Let's try some insmoding and modprobing... what?!?!?
*FATAL: module nec2k-pci not found
what you mean by that? it's there!!!
modversion[s].h not found
WTF?????
don't have the slightest idea of what to do....
All the modules are there... stood there for more than an hour to get ir working - I mean bootable - but it cannot recognize my hardware. Neither the sound card nor the ethernet cards.... If you need my .config I will gladly show it to you.... thanks in advance
 
Old 03-13-2004, 01:05 PM   #207
abs
Member
 
Registered: Oct 2003
Posts: 203

Rep: Reputation: 30
the 2.6.3 kernel booted fine. but it doesn't seem to load any of the necessary modules, even though they're uncommented in rc.modules. between 2.4.x and 2.6.3, i only added some of the new features and made some of the older ones inbuilt (were modules). pretty much the same config
 
Old 03-13-2004, 07:31 PM   #208
frandalla
Member
 
Registered: Oct 2003
Location: Tokyo - Japan
Distribution: Slackware
Posts: 348
Blog Entries: 1

Rep: Reputation: 37
Yeah, the same with me.... I saw the agpgart loading successfully (I'm switching basically 'cause I got a KT600 and need some support for the AGP 8x apperture from the VIA chipset) but it seems to not finding the other modules like ethernet boards and sound boards drivers though they're there.
 
Old 03-14-2004, 06:54 PM   #209
bashrc2
Member
 
Registered: Feb 2004
Distribution: slackware 9.1
Posts: 106

Rep: Reputation: 15
abs

sorry it was page 2.

If u ever wanted to know about system.map I'd stucked with it:

http://www.dirac.org/p/linux/system.map/
 
Old 03-15-2004, 08:40 AM   #210
omar_sharif
LQ Newbie
 
Registered: Mar 2004
Posts: 1

Rep: Reputation: 0
I'm an owner of AthlonXP; how can i enable sse support in the new 2.6.4 kernel? in config i see only Athlon/Duron/K7 family support, but no AthlonXP/MP/4 with sse... or should i choose PentiumIII family for its SSE?
 
  


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 11:46 AM.

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