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 02-28-2004, 03:14 AM   #181
sail4ever
LQ Newbie
 
Registered: Jan 2004
Posts: 2

Rep: Reputation: 0
Talking beware of artsd ....


I finally was able to compile everything on 2.6.3 (thanks to the instructions on this forum).
Pushed my luck on preempive kernel and high performance timers too and i got casual hang up of pc...
I found that artsd was eating up sometime about 50% of my athlon 2600 CPU so i disabled it in control center of KDE and everything works perfectly...

hope this may help...

 
Old 02-28-2004, 07:28 PM   #182
kev^
LQ Newbie
 
Registered: Feb 2004
Location: Montreal QC CA
Distribution: Slackware 10
Posts: 28

Rep: Reputation: 15
hey DaOne, just wanted to say thanks for the quick reference although the last part, I did it "the old way" with the System.map file and copying bzImage under /boot.

It worked so thats what counts
 
Old 02-29-2004, 03:01 AM   #183
snocked
Member
 
Registered: Dec 2002
Location: St. Louis, MO
Distribution: Slackware 9.1
Posts: 482

Rep: Reputation: 30
Quote:
Originally posted by DaOne
Strange...

Where is Lilo installed? MBR, /root, etc. Are you using any other boot loaders such as Windows, etc.?
installed on mbr. Two different labels and no other bootloaders.
 
Old 03-02-2004, 08:50 AM   #184
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by snocked
installed on mbr. Two different labels and no other bootloaders.
Can you post your lilo.conf? Also, after running lilo or make install, can you post the output as well?
 
Old 03-03-2004, 06:01 AM   #185
mercuryx013
LQ Newbie
 
Registered: Feb 2004
Location: Userland
Distribution: Slackware
Posts: 20

Rep: Reputation: 0
Anyone else having mouse troubles with the 2.6 kernel? I've been looking aimlessly for a way to get my mx700 to behave properly. It works fine nuder gpm is I set it to exps2, but once X starts the mouse moves all over when you try and control it, and sends button clicks on its own. I now have gpm disabled and the problem still persists. I have tried every protocol in XF86Config and none work. Under 2.4.22 ExplorerPS/2 works just fine. I am desperatly in need of some help.
 
Old 03-03-2004, 12:51 PM   #186
ghostwalker
Member
 
Registered: Jun 2003
Posts: 160

Rep: Reputation: 30
What release of 2.6.x ? If it is 2.6.2 there was a known problem with the mouse? Try 2.6.3 or later.
 
Old 03-03-2004, 03:45 PM   #187
mercuryx013
LQ Newbie
 
Registered: Feb 2004
Location: Userland
Distribution: Slackware
Posts: 20

Rep: Reputation: 0
Quote:
Originally posted by ghostwalker
What release of 2.6.x ? If it is 2.6.2 there was a known problem with the mouse? Try 2.6.3 or later.
It occurs in 2.6.0, 2.6.1, 2.6.2, and 2.6.3 in Slackware and FC1.

However, I tried FC2 test 1 and it worked great. However. FC2 gives me other problems. So there _has_ to be some typoe of a solution out there.

Last edited by mercuryx013; 03-03-2004 at 04:46 PM.
 
Old 03-03-2004, 08:09 PM   #188
abs
Member
 
Registered: Oct 2003
Posts: 203

Rep: Reputation: 30
Quote:
Originally posted by bashrc2
cd to /usr/src/linux or /usr/src/linux-2.6.3
cp arch/i386/boot/bzImage /boot/bzImage-2.6.3
cp System.map /boot/System.map
cd /boot
cp vmlinuz vmlinuz-2.4.bak
rm -f vmlinuz
ln -s bzImage-2.6.3 vmlinuz

...or maybe you forgot to "rm -Rf linux" before you "ln -s linux2.6 linux"*
when doing 'cp System.map /boot/System.map' are we not deleting the original System.map? what i generally do is 'cp System.map /boot/System.map-version' and make a link for System.map.

so how is the association between the image file and map file maintained if they're both renamed?

and what happens if we don't do ln -s linux-2.6.3 linux?
 
Old 03-05-2004, 03:01 AM   #189
bashrc2
Member
 
Registered: Feb 2004
Distribution: slackware 9.1
Posts: 106

Rep: Reputation: 15
abs,

I think the original System.map is just a symlink to your old System.map-version
so i dont think deleting it will cost any problem.... I never had any problems doing that..

and about the "ln -s linux-2.6.3 linux" you probably still using the old linux which is symlink to linux-2.6.another-version

so maybe thats why you still boot the old kernel... coz you actually copied bzImage from 2.6.2 and not from 2.6.3.. but thats just something i forgot to do so i mentioned it.. maybe you forgot it too.. who knows? you dont really have to bother about what i said something you forgot, what I was realy trying to say was to really follow the steps daone and jymbo gave...
 
Old 03-05-2004, 02:22 PM   #190
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Rep: Reputation: 30
yeaaaah, got my first 2.6 booted first time around!

no errors during boot but after doing startx I got an error box that popped up. It said
"CPU overload - audio device exiting"
(not the exact message but words to that effect), I have just tested my sound and it is working perfectly - any idea what caused the message?

I also have another question, I have an nvidia video card and am currently waiting for the driver for 2.6 to download , I didn't compile module support into my kernel - am I gonna have to recompile the kernel to get the nvidia driver working?

mercuryx013 - My mx700 is working fine in 2.6.3, without any problems on Slack9.1 can post my XF86Config if you want?

Last edited by dhbiker; 03-05-2004 at 02:27 PM.
 
Old 03-05-2004, 04:06 PM   #191
abs
Member
 
Registered: Oct 2003
Posts: 203

Rep: Reputation: 30
Re: abs,

Quote:
Originally posted by bashrc2
and about the "ln -s linux-2.6.3 linux" you probably still using the old linux which is symlink to linux-2.6.another-version

so maybe thats why you still boot the old kernel... coz you actually copied bzImage from 2.6.2 and not from 2.6.3..
i always use the full path name when copying or moving files during kernl stuff. does the symlink make a diff otherwise?

also, i'm not booting the old kernel, i WANT to know HOW to.

what i meant about the system map was how the association is maintained? is it only through System.map and bzImage? (which may or may not be symlinks)
 
Old 03-05-2004, 04:26 PM   #192
mercuryx013
LQ Newbie
 
Registered: Feb 2004
Location: Userland
Distribution: Slackware
Posts: 20

Rep: Reputation: 0
Quote:
Originally posted by dhbiker
yeaaaah, got my first 2.6 booted first time around!

no errors during boot but after doing startx I got an error box that popped up. It said
"CPU overload - audio device exiting"
(not the exact message but words to that effect), I have just tested my sound and it is working perfectly - any idea what caused the message?

I also have another question, I have an nvidia video card and am currently waiting for the driver for 2.6 to download , I didn't compile module support into my kernel - am I gonna have to recompile the kernel to get the nvidia driver working?

mercuryx013 - My mx700 is working fine in 2.6.3, without any problems on Slack9.1 can post my XF86Config if you want?
Please do, althought I think my XF86Config is right - because it works under 2.4.22 right now. Did you change anything when you compiled your kernel?

I've been thinking that it's maybe because I didn't update modutils?
 
Old 03-05-2004, 05:50 PM   #193
bashrc2
Member
 
Registered: Feb 2004
Distribution: slackware 9.1
Posts: 106

Rep: Reputation: 15
abs

i always use the full path name when copying or moving files during kernl stuff. does the symlink make a diff otherwise?

also, i'm not booting the old kernel, i WANT to know HOW to.

what i meant about the system map was how the association is maintained? is it only through System.map and bzImage? (which may or may not be symlinks)

*********

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.
 
Old 03-05-2004, 08:19 PM   #194
dhbiker
Member
 
Registered: Dec 2003
Location: Bristol
Distribution: Slackware 10.2
Posts: 196

Rep: Reputation: 30
no, i didn't change anything in my XF86Config (well I had to change the video driver at first as I haven't gotten round to installing the nvidia video drivers yet) and I didn't do anything with modutils either (in fact i've no idea what to change in modutils or what it really does if I'm honest). all I did was compile the kernel following the same procedure as always (I didn't use my old config from 2.4.x as I thought it'd be better with a clean config). The only thing I can think of is that you've got some funny options in your kernel config. I went for a minimalist approach with no modules and only what I needed for my system but you're welcome to have a look at my config if you want? (I've got an Athlon 2000XP, motherboard AsRock K7S8X and the usual cdwriter, pci, usb, modem stuff)

the relevant bits from my XF86Config are
Code:
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "ButtonNumber" "2"
    Option "ZAxisMapping" "4 5"
    Option "SendCoreEvents"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
I never changed the button number from 2 as I quite like the behaviour when X thinks the mouse has only 2 buttons

Last edited by dhbiker; 03-05-2004 at 08:25 PM.
 
Old 03-06-2004, 07:08 AM   #195
mercuryx013
LQ Newbie
 
Registered: Feb 2004
Location: Userland
Distribution: Slackware
Posts: 20

Rep: Reputation: 0
Please send it, I would like to take a look.
 
  


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 03:30 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