|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] Compiling modules on Debian
|
Hi all,
I am trying to install woody and my Broadcomm NIC is not recognized. The
kernel installed on the box is 2.4.18-bf2.4. I downloaded the kernel
source and the module source to a separate machine and tried to compile
the module.
To do this I copied /boot/config-2.4.18-bf2.4 from the target machine to
.config in kernel source dir on the other box. I then did:
make-kpkg clean
make-kpkg modules_clean
make-kpkg --config menuconfig --append_to_version -bf2.4 modules_image
I had done this without '--config menuconfig' and I got prompted for a
bunch of kernel params, which I said no to. Doing it this way I just
exited out of menuconfig and saved the current config.
I then copied the resulting .deb to the target machine and installed it.
Doing this I got the error:
*** Unresolved symbols in /lib/modules/2.4.18-bf2.4/bcm/bcm5700.o
I am not sure how to over come this. Any help would be greatly appreciated.
depmod -e to follow....
TIA,
Jon
depmod: *** Unresolved symbols in /lib/modules/2.4.18-bf2.4/bcm/bcm5700.o
depmod: remove_proc_entry_Rsmp_9882d9c0
depmod: init_etherdev_Rsmp_8f5d536e
depmod: __io_virt_debug_Rsmp_2fd62b99
depmod: free_irq_Rsmp_f20dabd8
depmod: unregister_netdev_Rsmp_db5611f8
depmod: __kfree_skb_Rsmp_108e4d73
depmod: pci_register_driver_Rsmp_465aa46c
depmod: eth_type_trans_Rsmp_84a4e9a7
depmod: alloc_skb_Rsmp_b35aeca0
depmod: create_proc_entry_Rsmp_cdebe9e8
depmod: boot_cpu_data_Rsmp_0657d037
depmod: pci_read_config_dword_Rsmp_1372ae4e
depmod: proc_net_Rsmp_bcab34f7
depmod: do_BUG_Rsmp_577f4bff
depmod: add_timer_Rsmp_a19eacf8
depmod: del_timer_Rsmp_fc62f16d
depmod: __tasklet_schedule_Rsmp_ed5c73bf
depmod: tasklet_kill_Rsmp_79ad224b
depmod: mem_map_Rsmp_04fcd413
depmod: iounmap_Rsmp_5fb196d4
depmod: pci_write_config_dword_Rsmp_af4ae244
depmod: netif_rx_Rsmp_d5bbd5e4
depmod: proc_mkdir_Rsmp_e0004099
depmod: pci_enable_device_Rsmp_944b5e42
depmod: __generic_copy_to_user_Rsmp_d523fdd3
depmod: pci_read_config_word_Rsmp_013f4ee4
depmod: pci_set_master_Rsmp_87a01918
depmod: pci_free_consistent_Rsmp_d23139f1
depmod: pci_unregister_driver_Rsmp_26713b86
depmod: sprintf_Rsmp_1d26aa98
depmod: schedule_timeout_Rsmp_17d59d01
depmod: __ioremap_Rsmp_9eac042a
depmod: pci_alloc_consistent_Rsmp_1f6a8dc8
depmod: pci_request_regions_Rsmp_fc09189c
depmod: pci_set_dma_mask_Rsmp_0f4a2604
depmod: printk_Rsmp_1b7d4074
depmod: kfree_Rsmp_037a0cba
depmod: synchronize_irq_Rsmp_143bb217
depmod: tasklet_init_Rsmp_a5808bbf
depmod: __netdev_watchdog_up_Rsmp_c3c75cd6
depmod: cpu_raise_softirq_Rsmp_d01f3ee8
depmod: softnet_data_Rsmp_c71edb7b
depmod: skb_copy_Rsmp_a9d5e94c
depmod: kernel_flag_Rsmp_eeb761df
depmod: skb_over_panic_Rsmp_a99cd02a
depmod: kmalloc_Rsmp_93d4cfe6
depmod: __const_udelay_Rsmp_eae3dfd6
depmod: __verify_write_Rsmp_203afbeb
depmod: __generic_copy_from_user_Rsmp_116166aa
depmod: jiffies_Rsmp_0da02d67
depmod: request_irq_Rsmp_0c60f2e0
depmod: pci_release_regions_Rsmp_d917e39e
depmod: pci_find_device_Rsmp_8b4d5816
depmod: pci_write_config_word_Rsmp_c7c3e0a9
--
Trooper Jon S. Nelson, Linux Certified Admin., CCNA
Pa. State Police, Bureau of Criminal Investigation
Computer Crimes Unit
Work: 610.344.4471 Cell/Page: 866.284.1603
jonelson@state.pa.us
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|