On Friday, Apr 25, 2003, at 18:05 Europe/Copenhagen, alsa@xxxxxxxxxxxx
wrote:
(1) Download driver (v0.2.7)
...and patches for v4l2 too....
Ops, I did not. OK, now I did installing the snapshot version which
should be equivalent with the normal driver + patch.
what tells lsmod?
Before and after modprobe:
[root@thor claus]# lsmod | grep saa
[root@thor claus]# modprobe saa7134
Warning: ignoring oss=1, no such parameter in this module
Module saa7134 loaded, with warnings
[root@thor claus]# lsmod | grep saa
saa7134 58336 0 (unused)
videodev 7904 0 [saa7134]
video-buf 15536 0 [saa7134]
i2c-core 21224 0 [saa7134]
v4l2-common 4032 0 [saa7134]
v4l1-compat 11300 0 [saa7134]
soundcore 6308 0 [saa7134 es1371]
[root@x1-6-00-e0-7d-70-eb-83 claus]# xawtv
This is xawtv-3.85, running on Linux/i686 (2.4.21-0.13mdk)
can't open /dev/v4l/video0: No such device
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/v4l/video0: No such device
v4l2: open /dev/v4l/video0: No such device
v4l: open /dev/v4l/video0: No such device
no video grabber device available
make sure, that patches are applied, kernel recompiled
(or, maybe, modules v4l2 are compiled and loaded), drivers are loaded.
I just did "make" and "make install" within the driver snapshot
directory. As you can see above, lsmod shows the modules, but still the
same error ("No such device") occures. :-(
I did not recompile the kernel, but actually I do not have to, right?
Any ideas?
Claus