Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Segmentation fault in DTV1.1.2



I have installed DTV 1.1.2 and I have made these settings in the file
dtv.conf :

set outdev0 [open_output DVBS 0]
source available_channels.dcl
source channel_list.dcl
add_channel_list -all $channel_list

set indev1 [open_input LIRCD]
set lircd_table_0 {
   { {UP}     "+" } { {DOWN} "-" } { {a}  "a" }
   { {Ok}     "o" } { {b}  "r" } { {c} "g" }
   { {d} "y" } { {e} "b" } { {0}     "0" }
   { {1}      "1" } { {2}    "2" } { {3}     "3" }
   { {4}      "4" } { {5}    "5" } { {6}     "6" }
   { {7}      "7" } { {8}    "8" } { {9}     "9" }
}
add_implication $outdev0 $indev1 $lircd_table_0
set_osd_language -all ENGLISH

Then I have installed the DVB driver (make insmod), and launched  lircd with
the correct remote control configuration file.

Then I have launched DTV, but as soon as I press a key on the remote
control, it stops immediately with the message "Segmentation fault".

Do you see anything wrong in my conf file ?

Thanks for your help.

Jean-Claude




-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index