After reading the install scripts I believe I got past the kernel header problem with the ltmodem-5.99b install. I renamed kernel-headers-2.2.19pre17-idepci directory to kernel-headers-2.2.19pre17 and edited version.h to match.

Now after successfully building the required modules the script does:

  depmod -e lt_modem.o  lt_serial.o

and gets the unresolved symbols listed below. A lot it looks like basic system stuff that I haven't gotten to yet.

Even if someone recognizes the problem right away could someone tell me what the utility/utilities are to examine executables and/or object files to determine entry points and externals? Which also leads me to realize that I should have grepped my way through some map files here - right?

Thanks for anything.

Paul Scott


depmod: *** Unresolved symbols in lt_modem.o
depmod:         pcibios_read_config_byte
depmod:         vsprintf
depmod:         pcibios_present
depmod:         pcibios_write_config_word
depmod:         pcibios_read_config_dword
depmod:         do_gettimeofday
depmod:         get_module_symbol
depmod:         pci_find_device
depmod:         jiffies
depmod:         pcibios_read_config_word
depmod:         printk
depmod:         add_timer
depmod: *** Unresolved symbols in lt_serial.o
depmod:         bh_mask
depmod:         schedule_timeout
depmod:         request_region
depmod:         __wake_up
depmod:         tty_unregister_driver
depmod:         __generic_copy_from_user
depmod:         tty_std_termios
depmod:         schedule
depmod:         bh_active
depmod:         kmalloc
depmod:         tty_register_driver
depmod:         release_region
depmod:         probe_irq_off
depmod:         kfree_s
depmod:         tty_get_baud_rate
depmod:         __get_free_pages
depmod:         boot_cpu_data
depmod:         free_irq
depmod:         timer_table
depmod:         panic
depmod:         free_pages
depmod:         do_SAK
depmod:         bh_base
depmod:         interruptible_sleep_on
depmod:         request_irq
depmod:         tty_flip_buffer_push
depmod:         __verify_write
depmod:         tty_hangup
depmod:         sprintf
depmod:         tty_hung_up_p
depmod:         check_region
depmod:         jiffies
depmod:         tty_wait_until_sent
depmod:         printk
depmod:         timer_active
depmod:         __const_udelay
depmod:         bh_mask_count
depmod:         probe_irq_on


Reply via email to