Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.0-test4 unresolved symbols
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
marshall_j
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2003
Posts: 98
Location: NZ

PostPosted: Sun Sep 07, 2003 10:09 am    Post subject: 2.6.0-test4 unresolved symbols Reply with quote

Hi all,

Trying to compile the latest 2.6 kernel but keep getting unresolved symbols when doing 'make modules_install'. Any ideas?

output:
Code:

[root@method][/usr/src/linux]$ make modules_install
<kersnip of a lot of modules being succesfully installed>
  INSTALL drivers/video/vgastate.ko
  INSTALL drivers/i2c/chips/via686a.ko
  INSTALL drivers/media/video/video-buf.ko
  INSTALL drivers/media/video/videodev.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.0-test4; fi
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/drivers/i2c/busses/i2c-viapro.ko
depmod:         i2c_add_adapter
depmod:         i2c_del_adapter
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/drivers/i2c/chips/via686a.ko
depmod:         i2c_detach_client
depmod:         i2c_del_driver
depmod:         i2c_detect
depmod:         i2c_attach_client
depmod:         i2c_add_driver
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/drivers/i2c/i2c-algo-bit.ko
depmod:         i2c_add_adapter
depmod:         i2c_del_adapter
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/drivers/i2c/i2c-dev.ko
depmod:         i2c_master_send
depmod:         i2c_transfer
depmod:         i2c_smbus_xfer
depmod:         i2c_del_driver
depmod:         i2c_get_functionality
depmod:         i2c_check_addr
depmod:         i2c_control
depmod:         i2c_get_adapter
depmod:         i2c_put_adapter
depmod:         i2c_master_recv
depmod:         i2c_add_driver
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/drivers/i2c/i2c-sensor.ko
depmod:         i2c_check_functionality
depmod:         i2c_smbus_xfer
depmod:         i2c_check_addr
depmod:         i2c_adapter_id
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/drivers/media/common/saa7146_vv.ko
depmod:         video_register_device
depmod:         v4l2_video_std_construct
depmod:         v4l_compat_translate_ioctl
depmod:         video_unregister_device
depmod:         video_usercopy
depmod:         v4l2_field_names
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/drivers/media/video/dpc7146.ko
depmod:         i2c_use_client
depmod:         i2c_smbus_write_byte_data
depmod:         i2c_add_adapter
depmod:         i2c_release_client
depmod:         i2c_del_adapter
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/drivers/media/video/saa7111.ko
depmod:         i2c_transfer
depmod:         i2c_probe
depmod:         i2c_detach_client
depmod:         i2c_check_functionality
depmod:         i2c_del_driver
depmod:         i2c_smbus_read_byte_data
depmod:         i2c_smbus_write_byte_data
depmod:         i2c_attach_client
depmod:         i2c_add_driver
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/drivers/video/riva/rivafb.ko
depmod:         restore_vga
depmod:         save_vga
depmod:         cfb_imageblit
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/drivers/video/vfb.ko
depmod:         cfb_copyarea
depmod:         cfb_imageblit
depmod:         cfb_fillrect
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/sound/core/seq/snd-seq-midi.ko
depmod:         snd_rawmidi_drain_output
depmod:         snd_rawmidi_kernel_release
depmod:         snd_rawmidi_info_select
depmod:         snd_rawmidi_kernel_read
depmod:         snd_rawmidi_output_params
depmod:         snd_rawmidi_kernel_open
depmod:         snd_rawmidi_input_params
depmod:         snd_rawmidi_kernel_write
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko
depmod:         snd_rawmidi_transmit_peek
depmod:         snd_rawmidi_transmit_ack
depmod:         snd_rawmidi_receive
depmod:         snd_rawmidi_new
depmod:         snd_rawmidi_set_ops
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/sound/pci/snd-ens1371.ko
depmod:         snd_rawmidi_receive
depmod:         snd_rawmidi_new
depmod:         snd_rawmidi_set_ops
depmod:         snd_rawmidi_transmit
depmod:         snd_ac97_mixer
depmod: *** Unresolved symbols in /lib/modules/2.6.0-test4/kernel/sound/pci/snd-via82xx.ko
depmod:         snd_ac97_set_rate
depmod:         snd_ac97_tune_hardware
depmod:         snd_mpu401_uart_interrupt
depmod:         snd_ac97_mixer
depmod:         snd_ac97_update_bits
depmod:         snd_mpu401_uart_new


Largely the same modules as installed in my working 2.4.20 kernel so am a little stumped. Nothing interesting after doing a little googling or searchin the forums. Any quick ideas?
The 2.6 kernel itself works fine just not the modules.
Back to top
View user's profile Send private message
Dillinger
Apprentice
Apprentice


Joined: 27 Jul 2003
Posts: 226
Location: Huntington Beach, Ca

PostPosted: Sun Sep 07, 2003 10:15 pm    Post subject: Reply with quote

You need to emerge module-init-tools, 2.6 kernels use a rewriten module interface code so the old ones won't work.
Back to top
View user's profile Send private message
stonent
Veteran
Veteran


Joined: 07 Aug 2003
Posts: 1139
Location: Texas

PostPosted: Sun Sep 07, 2003 10:30 pm    Post subject: Reply with quote

Are you enabling video for linux but not enabling i2c?
_________________
Inspiron 4100 & Sun UltraAXe
Portage on Solaris|Dell Laptop Hacks
The way you feel about organized religion is the same way I feel about organized socialism.
Back to top
View user's profile Send private message
marshall_j
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2003
Posts: 98
Location: NZ

PostPosted: Mon Sep 08, 2003 7:19 am    Post subject: Answer Reply with quote

Emerging module-init-tools did the trick.

Thanks for the help :)

M
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum