[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

modprobe: Can't locate module foo



Anybody have aliases for these?

    modprobe: Can't locate module char-major-145
    modprobe: Can't locate module sound-slot-1
    modprobe: Can't locate module sound-service-1-0

Is there a general way for me to find them by myself?  I tried the
following, but to no avail.

cd /usr/src/linux
for i in `find .`; do
    if [ -f $i ]; then
        echo -n ${i}:
        if ! grep char-major-145 $i; then
            echo ""
        fi
    fi
done | grep -v ':$'

-- 
Thomas E. Vaughan <thomas.vaughan@nssl.noaa.gov>
CIMMS/NSSL, Norman, OK, USA


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: