| Summary: | Cannot unload sbp2 module. lsmod does not give module dependency | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Steve <steve> |
| Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Steve
2004-08-11 15:23:59 UTC
A process is still using it. Try lsof [You might need to merge it] and look for what is using that device. Closing due to lack of needed information, please see comment #1. The library is /lib/modules/2.6.8-rc3/kernel/drivers/ieee1394/sbp2.ko, running 'lsof | grep sbp2' does not return anything. How do you use lsof to check module use? When I run lsof, it doesn't show ANY of my modules as being 'open'?? Which /dev node does it run through (assuming it works that way)? If it was /dev/abc1 then you would do "lsof | grep abc1" to see what is using it. Please reopen bug with requested information |