diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20111013/005661.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20111013/005661.html | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20111013/005661.html b/zarb-ml/mageia-discuss/20111013/005661.html new file mode 100644 index 000000000..b950cb079 --- /dev/null +++ b/zarb-ml/mageia-discuss/20111013/005661.html @@ -0,0 +1,88 @@ +<!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=%3C201110132023.27526.r.h.michel%2Bmageia%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="005660.html"> + <LINK REL="Next" HREF="005662.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] TV Card and Web camera confusion</H1> + <B>Renaud MICHEL</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20TV%20Card%20and%20Web%20camera%20confusion&In-Reply-To=%3C201110132023.27526.r.h.michel%2Bmageia%40gmail.com%3E" + TITLE="[Mageia-discuss] TV Card and Web camera confusion">r.h.michel+mageia at gmail.com + </A><BR> + <I>Thu Oct 13 20:23:27 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="005660.html">[Mageia-discuss] TV Card and Web camera confusion +</A></li> + <LI>Next message: <A HREF="005662.html">[Mageia-discuss] HP Photosmart Plus b209a-m +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5661">[ date ]</a> + <a href="thread.html#5661">[ thread ]</a> + <a href="subject.html#5661">[ subject ]</a> + <a href="author.html#5661">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On jeudi 13 octobre 2011 at 20:07, Marc Paré wrote : +><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> +You can probably make the name permanent with udev rules. +See in +/etc/udev/rules.d +you should have permanent-cd and permanent-net rules files which you can +look for examples. Add a new .rules file with your own rules. + +For an USB device it may look like (on an single line) + +SUBSYSTEM=="usb", ATTR{idVendor}=="0000", ATTR{idProduct}=="0000", +NAME="video1" + +I am not sure how it will be for a PCI card, I am not an udev expert, see +man udev for more informations. + +-- +Renaud Michel +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="005660.html">[Mageia-discuss] TV Card and Web camera confusion +</A></li> + <LI>Next message: <A HREF="005662.html">[Mageia-discuss] HP Photosmart Plus b209a-m +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5661">[ date ]</a> + <a href="thread.html#5661">[ thread ]</a> + <a href="subject.html#5661">[ subject ]</a> + <a href="author.html#5661">[ 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> |