Mailing List archive

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

[linux-dvb] Patch: insmod.sh loading wrong video-buf module



Hi,
while looking at the current CVS tree in order to fix KNC1 type cards i ran 
into a small problem with the insmod.sh script.
insmod.sh tries to modprobe video-buf. This seems to be wrong, as there is a 
video-buf module built from the CVS tree and the kernel-tree's video-buf 
might not even be available.
The attached patch fixes that by insmod'ing ./video-buf.ko instead.

Uli

-- 
"Mein Mann ist Politiker, aber man konnte ihm bisher noch nichts
nachweisen"
Index: build-2.6/insmod.sh
===================================================================
RCS file: /cvs/linuxtv/dvb-kernel/build-2.6/insmod.sh,v
retrieving revision 1.9
diff -r1.9 insmod.sh
17c17
< 	modprobe video-buf
---
> 	insmod ./video-buf.ko

Home | Main Index | Thread Index