blob: 49fa56b68c70a436d0ce7b441f2951c237ce6560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] TV Card and Web camera confusion
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Card%20and%20Web%20camera%20confusion&In-Reply-To=%3Cj78tad%24st2%241%40dough.gmane.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="005665.html">
<LINK REL="Next" HREF="005666.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] TV Card and Web camera confusion</H1>
<B>Marc Paré</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Card%20and%20Web%20camera%20confusion&In-Reply-To=%3Cj78tad%24st2%241%40dough.gmane.org%3E"
TITLE="[Mageia-discuss] TV Card and Web camera confusion">marc at marcpare.com
</A><BR>
<I>Fri Oct 14 10:53:32 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="005665.html">[Mageia-discuss] Mageia review with bad experience
</A></li>
<LI>Next message: <A HREF="005666.html">[Mageia-discuss] TV Card and Web camera confusion
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5664">[ date ]</a>
<a href="thread.html#5664">[ thread ]</a>
<a href="subject.html#5664">[ subject ]</a>
<a href="author.html#5664">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 2011-10-13 14:23, Renaud MICHEL a écrit :
><i> On jeudi 13 octobre 2011 at 20:07, Marc Paré wrote :
</I>>><i> I have a TV card (PCI) and a USB webcam. If I restart my Mageia, the TV
</I>>><i> card no longer works. I then have to go into TVtime.xml (I use TV time
</I>>><i> to view my TV) and then modify this line that I have included in the
</I>>><i> file:
</I>>><i>
</I>>><i> <option name="V4LDevice" value="/dev/video0"/>
</I>>><i> or
</I>>><i> <option name="V4LDevice" value="/dev/video1"/>
</I>>><i>
</I>>><i> Is there anyway to prevent the video call from changing at reboots?
</I>>><i>
</I>>><i> I just bought a webcam for my 78 year old mother with the same TV card
</I>>><i> and I wouldn't want her to go through the same procedure each time she
</I>>><i> re-boots her Mageia.
</I>><i>
</I>><i> You can probably make the name permanent with udev rules.
</I>><i> See in
</I>><i> /etc/udev/rules.d
</I>><i> you should have permanent-cd and permanent-net rules files which you can
</I>><i> look for examples. Add a new .rules file with your own rules.
</I>><i>
</I>><i> For an USB device it may look like (on an single line)
</I>><i>
</I>><i> SUBSYSTEM=="usb", ATTR{idVendor}=="0000", ATTR{idProduct}=="0000",
</I>><i> NAME="video1"
</I>><i>
</I>><i> I am not sure how it will be for a PCI card, I am not an udev expert, see
</I>><i> man udev for more informations.
</I>><i>
</I>
Merci Renaud, but,
I would think that having a webcam and TV card should not be made this
difficult for a normal user to configure. I am hoping that Mageia could
somehow figure these things out on its own or at least have a help file
somewhere to walk a user through this.
Marc
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="005665.html">[Mageia-discuss] Mageia review with bad experience
</A></li>
<LI>Next message: <A HREF="005666.html">[Mageia-discuss] TV Card and Web camera confusion
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5664">[ date ]</a>
<a href="thread.html#5664">[ thread ]</a>
<a href="subject.html#5664">[ subject ]</a>
<a href="author.html#5664">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|