[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: unresolved symbols



Here are my dmesg and my unresolved symbols out put attached. Hope someone can help.

Alexandre Pereira da Silva wrote:

> The easyest way is recompile it in 2.2.14 if you have the source code or ask
> to module writer to that work. From you the only thing to be done is to
> check if your kernel have the same things as 2.2.13 had. Send me the
> unresolved symbols, maybe I can help.
>
> Em Wed, Apr 12, 2000 at 06:38:22AM -0400, Antonio Rodriguez escreveu:
> > Well, yes, th module sg had been compiled for kernel 2.2.13 (at least it works
> > with it), I added its support when compiling myself kernel 2.2.14; it then said
> > installed succesfully. How do I fix it?
> >
> > Alexandre Pereira da Silva wrote:
> >
> > > This means that your kernel does not have some symbols needed to make this
> > > module work out. Try to figure out what this module is needing and recompile
> > > your kernel with that support. Another possibility is that this module has
> > > been compiled for another kernel version.
> > >
> > > Em Mon, Apr 10, 2000 at 06:48:03PM -0400, Antonio Rodriguez escreveu:
> > > > I can't figure out what the problem is with my sg.o module. At this
> > > > point I have running kernel 2.2.13 with sg.o fine, but without pon; and
> > > > kernel 2.2.14 with pon, but without sg.o. Everytime I insmod sg I get
> > > > bunches of unresolved symbols (I need it to roast cds). So, if I pon
> > > > don't roast, and if I roast don't pon. The reason could be in the fact
> > > > that I don't know how to do some part of the kernel installation right,
> > > > because 2.2.13 I downloaded as image from greenbush.com (with scsi
> > > > support) and the other I installed myself. Please help.
> > > > Thanx.
> > > >
> > > > --Boundary_(ID_2GPGE4w+TPmkAu7idUovvQ)
> > >
> > > --
> > > -----BEGIN GEEK CODE BLOCK-----
> > > Version: 3.12
> > > GCS d? s++:- a--- C+++ UL++++ P+++ L++++ E+++ W-- N+ o K- w---
> > > O M- V- PS- PE-- Y PGP t 5 X+++ R* !tv b DI+++ D+
> > > G e h++ !r y
> > > ------END GEEK CODE BLOCK------
> >
> >
>
> --
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12
> GCS d? s++:- a--- C+++ UL++++ P+++ L++++ E+++ W-- N+ o K- w---
> O M- V- PS- PE-- Y PGP t 5 X+++ R* !tv b DI+++ D+
> G e h++ !r y
> ------END GEEK CODE BLOCK------
debian_arc:~# insmod sg
Using /lib/modules/2.2.14/scsi/sg.o
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_init_free_R6ac8ba0b
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_ioctl_Ra2c5002f
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol kmalloc_R93d4cfe6
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol panic_R01075bf0
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol unregister_chrdev_Rc192d491
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol __verify_write_R203afbeb
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_allocate_device_Rbd21c39a
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol kill_fasync_Rd1c01d77
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_ioctl_send_command_Radba488b
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_logging_level_Raf3dd7dc
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol register_chrdev_R10f42351
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol print_sense_R4f6f97f8
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_malloc_R1cce3f92
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol __wake_up_R94caa8ae
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_sleep_R35962bf8
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol boot_cpu_data_R4d12d1d7
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_free_R475dddfa
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol fasync_helper_Rd916068b
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_dma_free_sectors_Re930b3cb
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol schedule_R4292364c
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol kfree_R037a0cba
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_block_when_processing_errors_R2a6db4a8
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_unregister_module_Rf741008f
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol printk_R1b7d4074
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_release_command_Rcc80870b
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_register_module_Rfa20b7b0
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_command_size_R9b05ea5c
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol free_pages_R234535e0
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol __pollwait_Rbdadc7d9
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_do_cmd_R9de64bfb
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol __get_free_pages_R5b3b8f78
/lib/modules/2.2.14/scsi/sg.o: unresolved symbol scsi_init_malloc_R7a0e9b85
debian_arc:~# 
Linux version 2.2.14 (root@debian_arc) (gcc version 2.95.2 20000313 (Debian GNU/Linux)) #17 SMP Mon Apr 3 22:55:58 EDT 2000
mapped APIC to ffffe000 (002a2000)
Detected 400917112 Hz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 399.77 BogoMIPS
Memory: 62804k/65536k available (1288k kernel code, 424k reserved, 948k data, 72k init)
Dentry hash table entries: 8192 (order 4, 64k)
Buffer cache hash table entries: 65536 (order 6, 256k)
Page cache hash table entries: 16384 (order 4, 64k)
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.35a (19990819) Richard Gooch (rgooch@atnf.csiro.au)
per-CPU timeslice cutoff: 100.22 usecs.
CPU0: Intel Pentium II (Deschutes) stepping 01
SMP motherboard not detected. Using dummy APIC emulation.
PCI: PCI BIOS revision 2.10 entry at 0xfb300
PCI: Using configuration type 1
PCI: Probing PCI hardware
Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
TCP: Hash tables configured (ehash 65536 bhash 65536)
Starting kswapd v 1.5 
parport0: PC-style at 0x378 (0x778) [SPP,ECP,ECPEPP,ECPPS2]
parport0: detected irq 7; use procfs to enable interrupt-driven operation.
parport0: Printer, HEWLETT-PACKARD DESKJET 540
Detected PS/2 Mouse Port.
Serial driver version 4.27 with no serial options enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
pty: 256 Unix98 ptys configured
Sound initialization started
Sound initialization complete
Linux telephony interface: v1.00
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
hda: WDC AC36400L, ATA DISK drive
hdb: WDC AC21600H, ATA DISK drive
hdc: ATAPI CD-ROM DRIVE 36X MAXIMUM, ATAPI CDROM drive
hdd: HP CD-Writer+ 7200, ATAPI CDROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: WDC AC36400L, 6149MB w/256kB Cache, CHS=784/255/63, UDMA
hdb: WDC AC21600H, 1549MB w/128kB Cache, CHS=787/64/63, DMA
hdc: ATAPI 32X CD-ROM drive, 128kB Cache
Uniform CDROM driver Revision: 2.56
hdd: ATAPI 6X CD-ROM CD-R/RW drive, 768kB Cache
pd: pd version 1.05, major 45, cluster 64, nice 0
pcd: pcd version 1.07, major 46, nice 0
pcd0: Autoprobe failed
pcd: No CD-ROM drive found
pg: pg version 1.02, major 97
pg0: Autoprobe failed
pg: No ATAPI device detected
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
scsi: <fdomain> Detection failed (no card)
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 1 host.
scsi : detected total.
plip: parport0 has no IRQ.
plip: no devices registered
PPP: version 2.3.7 (demand dialling)
TCP compression code copyright 1989 Regents of the University of California
PPP line discipline registered.
SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
pda: Autoprobe failed
pd: no valid drive found
Partition check:
 hda: hda1 hda2 < hda5 hda6 hda7 >
 hdb: hdb1 hdb2
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 72k freed
Adding Swap: 130748k swap-space (priority -1)

Reply to: