Click to See Complete Forum and Search --> : What does this mean?


armando86
12-06-2000, 08:10 PM
I'm trying to load a module into my kernel and I keep getting this message ;"error unresolvd symbols" I can't remember the exact message but it's more or less that. What does this mean and how can I fix it? Thanks!


------------------
majorpayne201@yahoo.com
"In a world without walls who needs windows?"

eperch
12-07-2000, 12:43 AM
Sounds like your trying to install the ltmodem driver. And, you're only seeing the bottom part of the message. Scroll up and you will probably see why the symbols are unresolved, such as "kernel mismatch"
Look at statius's post today under Lucent Winmodem...it's just up a few posts.

armando86
12-07-2000, 01:06 AM
I guess i should've been more specific, I'm trying to load the kaweth USB ethernet adapter driver. I've already compiled it and when I type "modprobe kaweth" it gives me a screenful of unresolved errors. If it helps here they are:
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol proc_bus
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol __get_free_pages
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol boot_cpu_data
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol local_bh_count
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol kill_proc
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol exit_mm
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol free_pages
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol local_irq_count
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol interruptible_sleep_on
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol __pollwait
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol kfree
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol remove_proc_entry
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol __verify_write
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol exit_files
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol sprintf
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol printk
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol kernel_thread
/lib/modules/2.4.0-test11/usb/usbcore.o: unresolved symbol __generic_copy_to_user
/lib/modules/2.4.0-test11/usb/usbcore.o: insmod /lib/modules/2.4.0-test11/usb/usbcore.o failed
/lib/modules/2.4.0-test11/usb/usbcore.o: insmod kaweth failed


------------------
majorpayne201@yahoo.com
"In a world without walls who needs windows?"