Question

I am writing parallel LED board driver, .ko is successfully generated.

I am facing this issue

[63722.594233] led: Unknown symbol parport_register_device (err 0)

[63722.594264] led: Unknown symbol parport_register_driver (err 0)

Was it helpful?

Solution

parport_register_device is exported in drivers/parport/share.c. So you have to load parport driver first (modprobe parport) and then your driver.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top