http://qa.mandrakesoft.com/show_bug.cgi?id=3193
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|9.2-4mdk |9.2-9mdk
------- Additional Comments From [EMAIL PROTECTED] 2003-11-09 01:32 -------
This 2 bugs are still valid :
the command launched is : scantv -n SECAM -f france -o /root/.xawtv
thus the config file is stored for root and not the user running drakconf
if the device is not /dev/video0 scantv fails with error :
device has no tuner, exiting
the right command should be (for video1 for example, and user pascal ):
scantv -n SECAM -f france -c /dev/video1 -o ~pascal/.xawtv
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date:
description:
If you have a webcam usb and a TV card (as I do)
and at boot the webcam is detected first as video0
then draktv will fail to configure tv channels using scantv
the syslog shows the command line for scanning channels is :
mar 11 20:24:22 spirit drakxtv[22540]: launched command: xvt -T
'Recherche des canaux de télévision ...' -e scantv -n SECAM -f france
-o /root/.xawtv
2 problems here :
1. no device parameter is used assuming erronelously the tv card is on
video0
2. the setting is done for root !! not the user calling draktv