
Code: Select all
nvidia: no version magic, tainting kernel.
nvidia: module license 'NVIDIA' taints kernel.
0: nvidia: loading NVIDIA Linux x86 nvidia.o Kernel Module 1.0-4496 Wed Jul 16 19:03:09 PDT 2003
0: NVRM: AGPGART: unable to retrieve symbol table

Code: Select all
drivers/built-in.o(.text+0xa75e3): In function `splash_getraw':
: undefined reference to `con2fb_map'
drivers/built-in.o(.text+0xa7e67): In function `splash_verbose':
: undefined reference to `con2fb_map'
drivers/built-in.o(.text+0xa837d): In function `splash_status':
: undefined reference to `con2fb_map'
drivers/built-in.o(.text+0xa84aa): In function `splash_read_proc':
: undefined reference to `con2fb_map'
drivers/built-in.o(.text+0xa868a): In function `splash_write_proc':
: undefined reference to `con2fb_map'
drivers/built-in.o(.text+0xa8a4c): In function `splash_init':
: undefined reference to `initrd_start'
drivers/built-in.o(.text+0xa8a66): In function `splash_init':
: undefined reference to `initrd_end'

I got the same thing. I found that I had selected 'compiled-in fonts' as a module, so I switched this to yes and the compile completed.Maddog39 wrote:I get these errors on compile(with bootsplash):any ideas?Code: Select all
drivers/built-in.o(.text+0xa75e3): In function `splash_getraw': : undefined reference to `con2fb_map' drivers/built-in.o(.text+0xa7e67): In function `splash_verbose': : undefined reference to `con2fb_map' drivers/built-in.o(.text+0xa837d): In function `splash_status': : undefined reference to `con2fb_map' drivers/built-in.o(.text+0xa84aa): In function `splash_read_proc': : undefined reference to `con2fb_map' drivers/built-in.o(.text+0xa868a): In function `splash_write_proc': : undefined reference to `con2fb_map' drivers/built-in.o(.text+0xa8a4c): In function `splash_init': : undefined reference to `initrd_start' drivers/built-in.o(.text+0xa8a66): In function `splash_init': : undefined reference to `initrd_end'

Yep, me too. Haven't found a solution yet, but still looking...MrDooM wrote:bootsplash 3.1.1-2003/11/02: looking for picture... no good signature found.
damn didn't work. I tried it with every possibility in menue.lst I know.
Any ideas?
lol, I'll give it a shot next time :DLovechild wrote:bssteph has everything down with the release process - except the sexy thread naming... we need funny thread naming.... it's half the fun of doing releases man...
It looks like you need initrd support (Device Drivers -> Block Devices -> [*] Initial RAM disk (initrd) support)PrakashKC wrote:I am getting this an make trying to put in bootsplash:
drivers/built-in.o(.text+0xa1059): In function `splash_init':
: undefined reference to `initrd_start'
drivers/built-in.o(.text+0xa1073): In function `splash_init':
: undefined reference to `initrd_end'
The above tip didn't work for me.On what is bootsplash dependant?
Code: Select all
bootsplash 3.1.1-2003/11/02: looking for picture.... found (1600x1200, 188314 bytes, v3)
bootsplash: status on console 1 changed to on
Code: Select all
linux-2.6-npiggin/drivers/block/as-iosched.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff -puN drivers/block/as-iosched.c~as-full drivers/block/as-iosched.c
--- linux-2.6/drivers/block/as-iosched.c~as-full 2003-11-08 01:40:49.000000000 +1100
+++ linux-2.6-npiggin/drivers/block/as-iosched.c 2003-11-08 02:04:45.000000000 +1100
@@ -962,7 +962,7 @@ static void as_completed_request(request
}
if (!blk_fs_request(rq))
- return;
+ goto out;
if (ad->changed_batch && ad->nr_dispatched == 1) {
WARN_ON(ad->batch_data_dir == arq->is_sync);
@@ -982,7 +982,6 @@ static void as_completed_request(request
* and writeback caches
*/
if (ad->new_batch && ad->batch_data_dir == arq->is_sync) {
- WARN_ON(ad->batch_data_dir != REQ_SYNC);
update_write_batch(ad);
ad->current_batch_expires = jiffies +
ad->batch_expire[REQ_SYNC];
@@ -1508,8 +1507,10 @@ as_insert_request(request_queue_t *q, st
/* barriers must flush the reorder queue */
if (unlikely(rq->flags & (REQ_SOFTBARRIER | REQ_HARDBARRIER)
- && where == ELEVATOR_INSERT_SORT))
+ && where == ELEVATOR_INSERT_SORT)) {
+ WARN_ON(1);
where = ELEVATOR_INSERT_BACK;
+ }
switch (where) {
case ELEVATOR_INSERT_BACK:
Code: Select all
[drm] Initialized radeon 1.9.0 20020828 on minor 0
[drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
[drm:radeon_unlock] *ERROR* Process 4262 using kernel context 0