Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/dev/video missing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
sloof3
Tux's lil' helper
Tux's lil' helper


Joined: 09 Sep 2004
Posts: 75

PostPosted: Mon Nov 21, 2005 3:27 am    Post subject: /dev/video missing Reply with quote

After I finally getting my Kfir MPEG II PCI Encoder Card driver load, I have to figure out how to use it.
Here is what I have loaded:

kfir 214272 0
saa7113 4608 0
i2c_algo_bit 8584 1 kfir
i2c_core 17552 3 kfir,saa7113,i2c_algo_bit
firmware_class 7936 1 kfir
videodev 7424 1 kfir

I have no /dev/video. I'm using kernel 2.6.14-ck5. udevmonitor shows me this:
udevmonitor prints the received event from the kernel [UEVENT]
and the event which udev sends out after rule processing [UDEV]

UEVENT[1132543209.846739] add@/module/videodev
UDEV [1132543209.879138] add@/module/videodev
UEVENT[1132543209.926772] add@/module/firmware_class
UDEV [1132543209.953450] add@/module/firmware_class
UEVENT[1132543209.997666] add@/module/i2c_core
UDEV [1132543210.023276] add@/module/i2c_core
UEVENT[1132543210.024747] add@/bus/i2c/drivers/i2c_adapter
UDEV [1132543210.052819] add@/bus/i2c/drivers/i2c_adapter
UEVENT[1132543210.057400] add@/module/i2c_algo_bit
UDEV [1132543210.101799] add@/module/i2c_algo_bit
UEVENT[1132543210.164675] add@/module/saa7113
UDEV [1132543210.196991] add@/module/saa7113
UEVENT[1132543210.198454] add@/bus/i2c/drivers/SAA7113
UDEV [1132543210.224796] add@/bus/i2c/drivers/SAA7113
UEVENT[1132543210.295601] add@/module/kfir
UDEV [1132543210.321217] add@/module/kfir
UEVENT[1132543210.322692] add@/bus/pci/drivers/kfir
UDEV [1132543210.348900] add@/bus/pci/drivers/kfir

dmesg:

Nov 20 22:20:09 [kernel] Linux video capture interface: v1.00
Nov 20 22:20:10 [kernel] saa7113: init_module


Kernel .config:

CONFIG_VIDEO_DEV=m

lspci -v:

02:05.0 Multimedia controller: Visiontech Ltd Unknown device 9000
Subsystem: Visiontech Ltd Unknown device 9000
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 9
Memory at ff9ff000 (32-bit, non-prefetchable) [size=4K]
Memory at ff9c0000 (32-bit, non-prefetchable) [size=128K]
Memory at eeae0000 (32-bit, prefetchable) [size=128K]
Memory at ff9a0000 (32-bit, non-prefetchable) [size=128K]
Capabilities: [40] Power Management version 1

Thanks for your help and if you need more information just ask.
--sloof3
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Mon Nov 21, 2005 3:44 am    Post subject: Reply with quote

Try /dev/v4l/video0
Back to top
View user's profile Send private message
sloof3
Tux's lil' helper
Tux's lil' helper


Joined: 09 Sep 2004
Posts: 75

PostPosted: Mon Nov 21, 2005 3:46 am    Post subject: Reply with quote

Meant to mention it but didn't, no /dev/v4l/ either.

-sloof3
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Mon Nov 21, 2005 3:48 am    Post subject: Reply with quote

Please post the entire lsmod output.

Probably missing v4l support in kernel.
Back to top
View user's profile Send private message
sloof3
Tux's lil' helper
Tux's lil' helper


Joined: 09 Sep 2004
Posts: 75

PostPosted: Mon Nov 21, 2005 5:09 am    Post subject: Reply with quote

lsmod:

Module Size Used by
kfir 214272 0
saa7113 4608 0
i2c_algo_bit 8584 1 kfir
i2c_core 17552 3 kfir,saa7113,i2c_algo_bit
firmware_class 7936 1 kfir
videodev 7424 1 kfir
vmnet 27300 9
vmmon 167852 0
snd_seq_midi 6944 0
snd_emu10k1_synth 6912 0
snd_emux_synth 34688 1 snd_emu10k1_synth
snd_seq_virmidi 5888 1 snd_emux_synth
snd_seq_midi_emul 6912 1 snd_emux_synth
emu10k1_gp 2944 0
gameport 11400 2 emu10k1_gp
snd_emu10k1 114980 2 snd_emu10k1_synth
snd_rawmidi 20512 3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 90876 1 snd_emu10k1
snd_ac97_bus 1920 1 snd_ac97_codec
snd_util_mem 3456 2 snd_emux_synth,snd_emu10k1
snd_hwdep 7072 2 snd_emux_synth,snd_emu10k1
fglrx 252320 7

Like I said in the way of v4l all I have selected in the kernel is the module support for v4l:
CONFIG_VIDEO_DEV=m

Device Driver -->
Multimedia Devices -->
(M) Video For Linux

As far as I2C:
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_ALGOBIT=m

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum