Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
devfs and v4l problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
gastar
n00b
n00b


Joined: 10 Dec 2002
Posts: 38

PostPosted: Wed Dec 25, 2002 1:06 pm    Post subject: devfs and v4l problem Reply with quote

Hi,

yesterday i installed a new Kernel (2.4.20 vanilla) Since than i can't use xawtv.

Ok hier is some output:

xawtv
This is xawtv-3.80, running on Linux/i686 (2.4.20)
xinerama 0: 1024x768+1280+0
xinerama 1: 1280x1024+0+0
can't open /dev/v4l/video0: No such file or directory
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/v4l/video0: No such file or directory
v4l2: open /dev/v4l/video0: No such file or directory
v4l: open /dev/v4l/video0: No such file or directory
no video grabber device available

humm looking to /dev/v4l there is no device in there.

devfs is installed and started ... ?


cat /proc/filesystems
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
ext2
nodev ramfs
iso9660
nodev devfs
nodev nfs
nodev autofs
reiserfs
nodev devpts
nodev usbdevfs
nodev usbfs

and this in in the /etc/devfsd.conf

REGISTER v4l/.* PERMISSIONS root.video 660
REGISTER ^v4l/video0$ CFUNCTION GLOBAL mksymlink v4l/video0 video
UNREGISTER ^v4l/video0$ CFUNCTION GLOBAL unlink video


the directory /dev/v4l is created on boot.

and dmesg looks like the card was detected correct.


Linux video capture interface: v1.00
i2c-core.o: i2c core module
i2c-algo-bit.o: i2c bit algorithm module
bttv: driver version 0.7.96 loaded
bttv: using 4 buffers with 2080k (8320k total) for capture
bttv: Host bridge is Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge
bttv: Host bridge needs ETBF enabled.
bttv: Bt8xx card found (0).
bttv0: Bt848 (rev 18) at 00:0c.0, irq: 16, latency: 64, mmio: 0xe3001000
bttv0: using: BT848A(Terratec TerraTV+) [card=28,insmod option]
bttv0: enabling ETBF (430FX/VP3 compatibilty)
i2c-core.o: adapter bt848 #0 registered as adapter 0.
bttv0: using tuner=5
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
tvaudio: TV audio decoder + audio/video mux driver
tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54 (PV951)
i2c-core.o: driver generic i2c audio driver registered.
i2c-core.o: driver i2c TV tuner driver registered.
tuner: probing bt848 #0 i2c adapter [id=0x10005]
tuner: chip found @ 0xc0
bttv0: i2c attach [client=Philips PAL_BG (FI1216 and compa,ok]
i2c-core.o: client [Philips PAL_BG (FI1216 and compa] registered to adapter [bt848 #0](pos. 0).
bttv0: registered device video0
bttv0: registered device vbi0


has someone an idea what could be wrong ?

happy x-mas
Philipp D.
Back to top
View user's profile Send private message
Tuxisuau
Apprentice
Apprentice


Joined: 04 May 2002
Posts: 213
Location: Catalunya (Europe)

PostPosted: Wed Dec 25, 2002 1:57 pm    Post subject: Reply with quote

killall -HUP devfsd

And then try xawtv again.

It works for me, but it's obvious that there's a problem in the first place.
_________________
IM me at tuxisuau@jabber.7a69ezine.org
Back to top
View user's profile Send private message
gastar
n00b
n00b


Joined: 10 Dec 2002
Posts: 38

PostPosted: Thu Dec 26, 2002 10:14 am    Post subject: Reply with quote

Hi,

thanx for the reply but that does not help.
Back to top
View user's profile Send private message
vibidoo
Guru
Guru


Joined: 27 Nov 2002
Posts: 409

PostPosted: Thu Dec 26, 2002 5:08 pm    Post subject: Reply with quote

wich bttv version do you use ??

I have a 2.4.20 -win4lin-r1 kernel
and I use bttv 0.9.3 and xawtv 3.81
Back to top
View user's profile Send private message
gastar
n00b
n00b


Joined: 10 Dec 2002
Posts: 38

PostPosted: Fri Dec 27, 2002 8:58 am    Post subject: Reply with quote

bttv: driver version 0.7.96 loaded

and as said above Kernel version is a vanilla 2.4.20
Back to top
View user's profile Send private message
JanErik
Guru
Guru


Joined: 28 Oct 2002
Posts: 488
Location: Finland

PostPosted: Mon Feb 03, 2003 7:14 pm    Post subject: Reply with quote

I guess we have the same problem :cry:

https://forums.gentoo.org/viewtopic.php?t=33352

I think something is mixed up with v4l2 and the old v4l.
Back to top
View user's profile Send private message
Cid Highwind
n00b
n00b


Joined: 09 Jul 2002
Posts: 53

PostPosted: Thu Feb 13, 2003 6:22 pm    Post subject: Reply with quote

I'm having the same problem with my IBM/Xirlink USB camera.
Back to top
View user's profile Send private message
JanErik
Guru
Guru


Joined: 28 Oct 2002
Posts: 488
Location: Finland

PostPosted: Thu Feb 13, 2003 6:24 pm    Post subject: Reply with quote

What does v4l-conf give as output?
Back to top
View user's profile Send private message
Cid Highwind
n00b
n00b


Joined: 09 Jul 2002
Posts: 53

PostPosted: Thu Feb 13, 2003 6:43 pm    Post subject: Reply with quote

Finnish wrote:
What does v4l-conf give as output?

"bash: v4l-conf: command not found" :D

What package does v4l-conf come from? "emerge -s v4l" finds nothing
Back to top
View user's profile Send private message
JanErik
Guru
Guru


Joined: 28 Oct 2002
Posts: 488
Location: Finland

PostPosted: Thu Feb 13, 2003 7:46 pm    Post subject: Reply with quote

I think v4l-conf is installed with xawtv...
Back to top
View user's profile Send private message
Cid Highwind
n00b
n00b


Joined: 09 Jul 2002
Posts: 53

PostPosted: Fri Feb 14, 2003 7:00 pm    Post subject: Reply with quote

Ok, so v4l-conf doesn't tell me anything new...

Code:

chi /root # modprobe ibmcam
chi /root # v4l-info
open /dev/video0: No such file or directory
chi /root # ls /dev/v*
/dev/vcs   /dev/vcs3  /dev/vcs6  /dev/vcsa1  /dev/vcsa4  /dev/vcsa7
/dev/vcs1  /dev/vcs4  /dev/vcs7  /dev/vcsa2  /dev/vcsa5  /dev/video0
/dev/vcs2  /dev/vcs5  /dev/vcsa  /dev/vcsa3  /dev/vcsa6
 
/dev/vc:
0   12  16  2   23  27  30  34  38  41  45  49  52  56  6   63
1   13  17  20  24  28  31  35  39  42  46  5   53  57  60  7
10  14  18  21  25  29  32  36  4   43  47  50  54  58  61  8
11  15  19  22  26  3   33  37  40  44  48  51  55  59  62  9
 
/dev/vcc:
0  1  2  3  4  5  6  7  a  a1  a2  a3  a4  a5  a6  a7


So, I have no /dev/video0 or /dev/v4l/. The kernel was build with v4l support compiled in, and the ibmcam module loads with no problems. This camera worked on my old Gentoo box with kernel 2.4.18, so it is supported by the ibmcam driver.

I'm officially stumped!
Back to top
View user's profile Send private message
art
n00b
n00b


Joined: 22 Jun 2002
Posts: 47
Location: Ma

PostPosted: Sat Feb 15, 2003 12:42 am    Post subject: v4l Reply with quote

I have the same problem, running vanilla 2.4.20 w/nf7 mb geforce 4 ti 4200
thought it was my mb guess not!!
Hope someone finds a cure!!
Back to top
View user's profile Send private message
Twink
Apprentice
Apprentice


Joined: 06 Dec 2002
Posts: 178
Location: New Zealand

PostPosted: Sat Feb 15, 2003 1:13 am    Post subject: Reply with quote

hav eyou applied the kernel patches at www.bytesex.org ?
Back to top
View user's profile Send private message
JanErik
Guru
Guru


Joined: 28 Oct 2002
Posts: 488
Location: Finland

PostPosted: Sat Feb 15, 2003 7:30 am    Post subject: Reply with quote

I tried applying the v4l2 patches, didn´t compile.
I think something is mixed up in these newer kernels, I´m currently rebuilding my entire Gentoo, and this time I will install gentoo-sources-2.4.19-r8, because this kernel worked with my card.
Back to top
View user's profile Send private message
Cid Highwind
n00b
n00b


Joined: 09 Jul 2002
Posts: 53

PostPosted: Sat Feb 22, 2003 4:34 am    Post subject: Reply with quote

Ok, my problem is not bug, I'm just retarded.
I didn't have the camera plugged in. It works fine now that it is connected to the computer.

DUH!
*slaps forehead*
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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