Malcolm Candlish wrote:
Hi,
The system I use is Mandrake 10.1 86_64 .
I used insmod to install module dmx3191d.ko for my scsi card which is
necessary for my Trust Scanner.
However I get the following return:-
'-1 Unknown symbol in module.'
Should I make a kernel bug report to to Linux, or is something else not
appropriate.
With thanks,
Malcolm Candlih.
Before thinking of making a bug report, try using "modprobe" inplace of
"insmod". The difference is that modprobe will load any modules that
your modules needs in order to work, while insmod just tries to load the
module you specified. The way things are structured, it is not unusual
for 2 or 3 modules to need to be loaded for a driver to work. In this
case, you probably need a common SCSI modules as well as the basic
driver module. The reasion the common module code is in a seperate
module is that it is used by many different modules, and will be shared
by them if you have more then one loaded.
modprobe dmx3191d
Mikkel
--
Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!
____________________________________________________
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________