On Mon, 2006-12-04 at 16:54 -0800, Junhan Zhang (junhan) wrote: > Hello Gurus > > I have a kernel module which uses sys_open(), however, when I insmod, > I got unknown symbol sys_open(). Do you know why? By the way, I use > kernel 2.6.11 . Thanks a lot. you should fix the module to not use sys_open; it's been deprecated for a LOOOONG time. can you post the (full) sourcecode for the module so that we can do suggestions on how to fix it ? -- if you want to mail me at work (you don't), use arjan (at) linux.intel.com Test the interaction between Linux and your BIOS via http://www.linuxfirmwarekit.org -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/