LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-07-2005, 09:22 AM   #1
fireedo
Member
 
Registered: Feb 2005
Location: Indonesia,Sidoarjo
Posts: 342

Rep: Reputation: 30
Bootspalsh on slack


I'm sorry about this silly questions.....but I really courious about maki bootsplash on my slack10.2 (kernel 2.6.13)
I have downloaded "bootsplash" package for 10.2 from www.linuxpackages.net and installed....
then I downloaded http://www.bootsplash.de/files/boots....6-2.6.13.diff and make patch to my kernel.....( btw I have ATI driver 8.16.20 installed)

and I follow the howto to enable "bootsplash" on the kernel.........

but I always get an error messages after do "make" on my /usr/src/linux......it said--->
root@darkstar:/usr/src/linux# make
CHK include/linux/version.h
SPLIT include/linux/autoconf.h -> include/config/*
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
CHK usr/initramfs_list
CC arch/i386/mm/fault.o
LD arch/i386/mm/built-in.o
CC kernel/power/console.o
LD kernel/power/built-in.o
GZIP kernel/config_data.gz
IKCFG kernel/config_data.h
CC kernel/configs.o
LD kernel/built-in.o
CC drivers/char/tty_io.o
CC drivers/char/vt_ioctl.o
CC drivers/char/vc_screen.o
CC drivers/char/consolemap.o
CC drivers/char/selection.o
CC drivers/char/keyboard.o
CC drivers/char/vt.o
LD drivers/char/built-in.o
CC [M] drivers/video/aty/atyfb_base.o
CC [M] drivers/video/aty/mach64_accel.o
CC [M] drivers/video/aty/mach64_cursor.o
CC [M] drivers/video/aty/mach64_gx.o
CC [M] drivers/video/aty/mach64_ct.o
CC [M] drivers/video/aty/radeon_base.o
CC [M] drivers/video/aty/radeon_pm.o
CC [M] drivers/video/aty/radeon_monitor.o
CC [M] drivers/video/aty/radeon_accel.o
CC [M] drivers/video/aty/radeon_i2c.o
LD [M] drivers/video/aty/atyfb.o
CC [M] drivers/video/aty/aty128fb.o
LD [M] drivers/video/aty/radeonfb.o
CC [M] drivers/video/backlight/lcd.o
CC [M] drivers/video/backlight/backlight.o
make[3]: *** No rule to make target `drivers/video/bootsplash/bootsplash.o', needed by `drivers/video/bootsplash/built-in.o'. Stop.
make[2]: *** [drivers/video/bootsplash] Error 2
make[1]: *** [drivers/video] Error 2
make: *** [drivers] Error 2
root@darkstar:/usr/src/linux#

does anyone know why? and how to enable "bootsplash" on slack correctly?
thanx
 
Old 10-07-2005, 12:27 PM   #2
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
That's really odd. Try issuing just one command inside the kernel source tree.

make bzImage modules modules_install
 
Old 10-07-2005, 12:33 PM   #3
xowl
Member
 
Registered: Jan 2005
Distribution: Slackware current (and others)
Posts: 188

Rep: Reputation: 30
Did U patch the correct kernel?
 
Old 10-07-2005, 12:42 PM   #4
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
yea, he said he was using the 2.6.13 kernel and that's a 2.6.13 patch.... You shouldn't be issuing a solitary "make" from within the kernel tree anyway... Whether or not that's a problem, I have my doubts... Still, it's worthwhile to try the command above. It sound like he might hit the same problem when it comes to making "modules"...
 
Old 10-07-2005, 12:48 PM   #5
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
I'm with xowl on this one, maybe /usr/src/linux points to the old 2.4 kernel source. It should work if it's the correct kernel.

Last edited by gbonvehi; 10-07-2005 at 12:50 PM.
 
Old 10-07-2005, 01:12 PM   #6
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
ahh.. Didn't even think of that. Good point. I never make symlinks anymore in /usr/src because it's never used for anything. Except for the ocassional goofup...
 
Old 10-07-2005, 01:12 PM   #7
fireedo
Member
 
Registered: Feb 2005
Location: Indonesia,Sidoarjo
Posts: 342

Original Poster
Rep: Reputation: 30
the /usr/src/linux is belong to 2.6.13....
 
Old 10-07-2005, 01:17 PM   #8
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Weird, you may want to try this then:
Quote:
If you get errors during kernel compilation or missing options during configuration do as below.

cd /usr/src/linux/
mv .config ~/kernel.config
make mrproper
mv ~/kernel.config .config
make oldconfig
make menuconfig
 
Old 10-07-2005, 01:26 PM   #9
fireedo
Member
 
Registered: Feb 2005
Location: Indonesia,Sidoarjo
Posts: 342

Original Poster
Rep: Reputation: 30
thanx for quick respond....
Ok I will try that.....hope that not ruin my slack :-)

btw after do make menuconfig then save it and do make && make modules_install ?
 
Old 10-07-2005, 03:52 PM   #10
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Yes, those commands are for "cleaning" the files from previous compilations.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Frozen-Bubble(from slack 8.2) Not Running in slack 9 bongski55 Slackware 8 01-02-2006 04:10 PM
Slack 10.1 will a Slack 10 Wine pkg work? acummings Slackware 1 03-25-2005 04:55 AM
cd rom error on installation media (With both slack 9,1 and slack 10) busbarn Slackware - Installation 6 07-15-2004 03:03 PM
Anybody know how to use slack-required when creating slack pakages? linuxlah Slackware 1 02-10-2004 02:27 PM
How can we make bootspalsh like MDK? jin.liu Fedora 5 11-13-2003 09:45 AM

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

All times are GMT -5. The time now is 12:46 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