LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-28-2004, 01:18 AM   #16
tr0gd0O0r
Member
 
Registered: Jun 2003
Location: Louisiana
Distribution: Fedora 1
Posts: 60

Original Poster
Rep: Reputation: 15

Here are the problems I had during modules_install

Code:
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/hotplug/cpqphp.o
depmod:         pcibios_set_irq_routing
depmod:         pcibios_get_irq_routing_table
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/hotplug/ibmphp.o
depmod:         IO_APIC_get_PCI_irq_vector
depmod:         pcibios_get_irq_routing_table
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/ieee1394/ieee1394.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/ieee1394/sbp2.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/media/video/meye.o
depmod:         sonypi_camera_command
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/net/3c59x.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/net/dl2k.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/net/e1000/e1000.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/net/hamachi.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/net/sk98lin/sk98lin.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/net/tg3.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/net/tokenring/3c359.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/net/typhoon.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/net/wan/dscc4.o
depmod:         register_hdlc_device
depmod:         unregister_hdlc_device
depmod:         hdlc_ioctl
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/net/yellowfin.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/usb/host/uhci.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/drivers/usb/host/usb-uhci.o
depmod:         swiotlb
depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/fs/binfmt_elf.o
depmod:         load_gs_index
depmod:         put_files_struct
depmod:         steal_locks
depmod:         set_personality_64bit
 
Old 04-28-2004, 09:52 AM   #17
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
I'm not sure how to fix that. It seems to be specific to the ia64 architecture and has something to do with DMA mapping (swiotlb, that is). Have a look around the options for something like that. Other than that you can try a different kernel (like 2.4.25). I've noticed sometimes a different version will compile perfectly while another wont even with the same options.

Btw, what gcc version are you using? Try specifically using 2.95.

Last edited by adz; 04-28-2004 at 10:03 AM.
 
Old 04-28-2004, 11:14 PM   #18
tr0gd0O0r
Member
 
Registered: Jun 2003
Location: Louisiana
Distribution: Fedora 1
Posts: 60

Original Poster
Rep: Reputation: 15
alright, i went down to the 2.4.25 kernel and I got it to make and compile with no errors or unresolved symbols. I copied bzImage to /boot and the configured grub. (at least i thought i did). Whenever I try to boot into the kernel, nothing happens. The screen goes black. Here's the output of
ls /boot

Code:
.                          message
..                         System.map-2.4.21-149-default
backup_mbr                 vmlinux-2.4.21-149-default.gz
boot                       vmlinuz
config-2.4.21-149-default  vmlinuz-2.4.21-149-default
cool                       vmlinuz-2.4.25
grub                       .vmlinuz-2.4.26
initrd                     vmlinuz-2.4.26
and /boot/grub/menu.lst is

Code:
# Modified by YaST2. Last modification on Fri Apr 23 21:48:41 2004


color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,1)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
    kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 vga=0x31a splash=silent desktop hdc=ide-scsi hdclun=0 showopts
    initrd (hd0,1)/boot/initrd

title Linux2.4.25
    kernel (hd0,1)/boot/vmlinuz-2.4.25 root=/dev/hda2 vga=0x31a splash=silent desktop hdc=ide-scsi hdclun=0 showopts
    initrd (hd0,1)/boot/initrd


###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
    root (fd0)
    chainloader +1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
    kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 showopts ide=nodma apm=off acpi=off vga=normal iommu=noforce maxcpus=0 3
    initrd (hd0,1)/boot/initrd
Anyone see any errors in this config? If not any ideas on what to do to see what could be wrong
 
Old 05-01-2004, 03:43 AM   #19
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
I'm sorry but I can't see any errors. However, I'm not the person to be talking to about this. I assume that the option to boot your new kernel did appear, right?

You could also try taking out the "splash=silent" option. I'm not sure what that does but right now it couldn't hurt seeing as you want as much feedback on you kernel booting as possible.
 
Old 05-03-2004, 08:08 AM   #20
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
I just thought of another thing. Try taking out the initrd line. That is, if the above doesn't help.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I know what modules to enable when I am upgrading my kernel on suse? abefroman SUSE / openSUSE 1 06-14-2005 07:54 PM
Kernel Modules and modules.conf init Linux - General 0 02-20-2004 06:51 PM
new kernel (2.4.22 up from 2.4.20-6) - missing modules - use old modules? Simon Bridge Linux - Software 1 02-04-2004 05:52 AM
How to enable modules beejayzed Linux - Newbie 1 02-02-2004 05:18 AM
How do I enable modules so that non-root users can access them? davecs Linux - Software 9 07-26-2003 11:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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