By seeing the manual, i completed till
Code: Select all
sudo modprobe pcan
Code: Select all
lspcan -T -t -a
In this stage, i dont want to use modprobe command.
Instead, i want to use insmod command.
Reason for this i am asking is because, i want virtually install(display) the devices under /dev regardless of the actual devices connected or not.
I tried using another different LKM (Linux Kernel Module) application which gives the output as XX.ko.
Purpose of this LKM is to install the devices virtually.
I tried loading the ko file of this LKM. It installed succesfully.
Hence i want to use insmod for our PCAN Driver too. I am thinking it will get loaded.
I tried using as below
Code: Select all
root@rosmaster:/home/usr/work/peak-linux-driver-8.10.2/driver#insmod pcan.ko
insmod: ERROR: could not insert module pcan.ko: Unknown symbol in module
- pcmcia,
parport,
i2c-algo-bit
Or is there any way to virtually load the devices using probemode itself ?