LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-23-2006, 12:10 PM   #1
hussar
Member
 
Registered: Oct 2003
Location: Heidelberg, Germany
Distribution: Slackware 11.0; Kubuntu 6.06; OpenBSD 4.0; OS X 10.4.10
Posts: 345

Rep: Reputation: 30
i2c modules: Unknown symbols and parameters


I am running -current, and I recently had to reboot. Subsequently I have had trouble installing the nvidia drivers and getting X to start. When my machine boots up, I get a great number of warnings and errors about i2c related symbols and parameters. Here is a dump of `dmesg | grep i2c_`:

i2c_core: Unknown parameter `i2c_debug'
i2c_viapro: Unknown symbol i2c_del_adapter
i2c_viapro: Unknown symbol i2c_add_adapter
i2c_core: Unknown parameter `i2c_debug'
i2c_core: Unknown parameter `i2c_debug'
tveeprom: Unknown symbol i2c_probe
tveeprom: Unknown symbol i2c_master_recv
tveeprom: Unknown symbol i2c_register_driver
tveeprom: Unknown symbol i2c_del_driver
tveeprom: Unknown symbol i2c_detach_client
tveeprom: Unknown symbol i2c_attach_client
tveeprom: Unknown symbol i2c_master_send
tveeprom: Unknown symbol i2c_probe
tveeprom: Unknown symbol i2c_master_recv
tveeprom: Unknown symbol i2c_register_driver
tveeprom: Unknown symbol i2c_del_driver
tveeprom: Unknown symbol i2c_detach_client
tveeprom: Unknown symbol i2c_attach_client
tveeprom: Unknown symbol i2c_master_send
i2c_algo_bit: Unknown symbol i2c_del_adapter
i2c_algo_bit: Unknown symbol i2c_add_adapter
i2c_algo_bit: Unknown symbol i2c_del_adapter
i2c_algo_bit: Unknown symbol i2c_add_adapter
bttv: Unknown symbol i2c_bit_add_bus
bttv: Unknown symbol i2c_master_recv
bttv: Unknown symbol i2c_del_adapter
bttv: Unknown symbol i2c_bit_del_bus
bttv: Unknown symbol i2c_clients_command
bttv: Unknown symbol i2c_add_adapter
bttv: Unknown symbol i2c_master_send
bttv: Unknown symbol i2c_bit_add_bus
bttv: Unknown symbol i2c_master_recv
bttv: Unknown symbol i2c_del_adapter
bttv: Unknown symbol i2c_bit_del_bus
bttv: Unknown symbol i2c_clients_command
bttv: Unknown symbol i2c_add_adapter
bttv: Unknown symbol i2c_master_send
i2c_core: Unknown parameter `i2c_debug'
tveeprom: Unknown symbol i2c_probe
tveeprom: Unknown symbol i2c_master_recv
tveeprom: Unknown symbol i2c_register_driver
tveeprom: Unknown symbol i2c_del_driver
tveeprom: Unknown symbol i2c_detach_client
tveeprom: Unknown symbol i2c_attach_client
tveeprom: Unknown symbol i2c_master_send
i2c_algo_bit: Unknown symbol i2c_del_adapter
i2c_algo_bit: Unknown symbol i2c_add_adapter
bttv: Unknown symbol i2c_bit_add_bus
bttv: Unknown symbol i2c_master_recv
bttv: Unknown symbol i2c_del_adapter
bttv: Unknown symbol i2c_bit_del_bus
bttv: Unknown symbol i2c_clients_command
bttv: Unknown symbol i2c_add_adapter
bttv: Unknown symbol i2c_master_send
i2c_core: Unknown parameter `i2c_debug'
tveeprom: Unknown symbol i2c_probe
tveeprom: Unknown symbol i2c_master_recv
tveeprom: Unknown symbol i2c_register_driver
tveeprom: Unknown symbol i2c_del_driver
tveeprom: Unknown symbol i2c_detach_client
tveeprom: Unknown symbol i2c_attach_client
tveeprom: Unknown symbol i2c_master_send
i2c_algo_bit: Unknown symbol i2c_del_adapter
i2c_algo_bit: Unknown symbol i2c_add_adapter
bttv: Unknown symbol i2c_bit_add_bus
bttv: Unknown symbol i2c_master_recv
bttv: Unknown symbol i2c_del_adapter
bttv: Unknown symbol i2c_bit_del_bus
bttv: Unknown symbol i2c_clients_command
bttv: Unknown symbol i2c_add_adapter
bttv: Unknown symbol i2c_master_send
i2c_core: Unknown parameter `i2c_debug'
i2c_viapro: Unknown symbol i2c_del_adapter
i2c_viapro: Unknown symbol i2c_add_adapter
i2c_core: Unknown parameter `i2c_debug'
i2c_viapro: Unknown symbol i2c_del_adapter
i2c_viapro: Unknown symbol i2c_add_adapter
i2c_core: Unknown parameter `i2c_debug'
i2c_isa: Unknown symbol i2c_adapter_dev_release
i2c_isa: Unknown symbol i2c_adapter_driver
i2c_isa: Unknown symbol i2c_bus_type
i2c_isa: Unknown symbol i2c_adapter_class
i2c_core: Unknown parameter `i2c_debug'
eeprom: Unknown symbol i2c_probe
eeprom: Unknown symbol i2c_register_driver
eeprom: Unknown symbol i2c_smbus_write_byte
eeprom: Unknown symbol i2c_smbus_read_byte
eeprom: Unknown symbol i2c_smbus_read_i2c_block_data
eeprom: Unknown symbol i2c_del_driver
eeprom: Unknown symbol i2c_detach_client
eeprom: Unknown symbol i2c_smbus_read_byte_data
eeprom: Unknown symbol i2c_attach_client
i2c_core: Unknown parameter `i2c_debug'
i2c_isa: Unknown symbol i2c_adapter_dev_release
i2c_isa: Unknown symbol i2c_adapter_driver
i2c_isa: Unknown symbol i2c_bus_type
i2c_isa: Unknown symbol i2c_adapter_class
w83627hf: Unknown symbol i2c_isa_add_driver
w83627hf: Unknown symbol i2c_isa_del_driver
w83627hf: Unknown symbol i2c_detach_client
w83627hf: Unknown symbol i2c_attach_client

Can anyone give me some idea what may be causing this? I2c is compiled as a module, and debugging is enabled. I get these error messages when booting into 2.6.18 and 2.6.16.14.

[Note: subject edited for clarity]

Last edited by hussar; 09-23-2006 at 01:57 PM.
 
Old 09-23-2006, 02:11 PM   #2
hussar
Member
 
Registered: Oct 2003
Location: Heidelberg, Germany
Distribution: Slackware 11.0; Kubuntu 6.06; OpenBSD 4.0; OS X 10.4.10
Posts: 345

Original Poster
Rep: Reputation: 30
I am getting these messages too:

WARNING: Error inserting i2c_core (/lib/modules/2.6.18/kernel/drivers/i2c/i2c-core.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting i2c_viapro (/lib/modules/2.6.18/kernel/drivers/i2c/busses/i2c-viapro.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting i2c_core (/lib/modules/2.6.18/kernel/drivers/i2c/i2c-core.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting i2c_isa (/lib/modules/2.6.18/kernel/drivers/i2c/busses/i2c-isa.ko): Unknown symbol in module, or unknown
parameter (see dmesg)
WARNING: Error inserting i2c_core (/lib/modules/2.6.18/kernel/drivers/i2c/i2c-core.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting eeprom (/lib/modules/2.6.18/kernel/drivers/i2c/chips/eeprom.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting i2c_core (/lib/modules/2.6.18/kernel/drivers/i2c/i2c-core.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting i2c_isa (/lib/modules/2.6.18/kernel/drivers/i2c/busses/i2c-isa.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting w83627hf (/lib/modules/2.6.18/kernel/drivers/hwmon/w83627hf.ko): Unknown symbol in module, or unknown parameter (see dmesg)
 
Old 06-22-2008, 05:49 AM   #3
gilm
LQ Newbie
 
Registered: Jun 2008
Posts: 1

Rep: Reputation: 0
I had the same problem ... in my case the first line gives the clue
Quote:
i2c_core: Unknown parameter `i2c_debug'
I searched in /etc/modprobe.d if this option has been set ( ls | xargs grep i2c_debug). In my case it was set in bttv, so I commented it out and rebooted my PC.

When consulting dmesg again all my i2c_core errors were gone

Hope this helps.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ALSA modules error unknown symbols binarybob0001 Linux - General 2 11-25-2005 03:52 AM
Help! Problems with i2c-dev. No more /dev/i2c-* em1l Fedora 0 10-28-2005 05:48 AM
Sound Card Problems: Unknown Symbols Ovalteen Linux - Hardware 5 03-17-2005 06:35 AM
Unknown symbols in i2c-dev Zoombie Linux - Hardware 0 06-28-2004 02:56 AM
Pegasus: Unknown symbols on 2.6.6 kernel lrt2003 Linux - Hardware 4 06-14-2004 08:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration