Code: Select all
This is xawtv-3.95.dfsg.1, running on Linux/x86_64 (3.0.0-14-generic)
looking for available devices
port 91-106
type : Xvideo, image scaler
name : Intel(R) Textured Video
port 107-107
type : Xvideo, image scaler
name : Intel(R) Video Overlay
/dev/video0: No such device or address
/dev/video1: No such device or address
/dev/video2: No such device or address
/dev/video3: No such device or address
Code: Select all
[ 4.542887] bttv: driver version 0.9.18 loaded
[ 4.542897] bttv: using 16 buffers with 2080k (520 pages) each for capture
[ 4.543044] bttv: Bt8xx card found (0).
[ 4.543113] bttv 0000:06:0c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 4.543125] bttv0: can't request iomem (0x0).
[ 4.543143] bttv: probe of 0000:06:0c.0 failed with error -16
[ 4.543162] bttv: Bt8xx card found (0).
[ 4.543200] bttv 0000:06:0d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 4.543209] bttv0: can't request iomem (0x0).
[ 4.543223] bttv: probe of 0000:06:0d.0 failed with error -16
[ 4.543242] bttv: Bt8xx card found (0).
[ 4.543265] bttv 0000:06:0e.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 4.543273] bttv0: can't request iomem (0x0).
[ 4.543286] bttv: probe of 0000:06:0e.0 failed with error -16
[ 4.543306] bttv: Bt8xx card found (0).
[ 4.543330] bttv 0000:06:0f.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 4.543340] bttv0: can't request iomem (0x0).
[ 4.543353] bttv: probe of 0000:06:0f.0 failed with error -16
Code: Select all
modprobe bttv gbuffers=16 card=133,132,133,133
Am I missing something simple here?