Results 1 to 3 of 3
Hi,
I am getting one "unresolved symbol tvec_bases" while I insmod
linux device driver.I am working with linux kernel version 2.4.20.
Why we get such an error?How to solve this?Any ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-07-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 3
Getting unresolved symbol tvec_bases
Hi,
I am getting one "unresolved symbol tvec_bases" while I insmod
linux device driver.I am working with linux kernel version 2.4.20.
Why we get such an error?How to solve this?Any ideas?Suggestions?
Thanks,
Neeraja.
- 07-07-2006 #2
Did you try using modprobe instead? The module you're loading might depend on others, and modprobe will take care of this (and other things) for you.
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 07-07-2006 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 3
I tried using /sbin/modprobe mymodulename then I am getting
"modprobe:can't locate module mymodulename". Any suggestion?
--Neeraja


Reply With Quote
