Talk:Hercules Smart TV 2 Stereo: Difference between revisions
Jump to navigation
Jump to search
(No sound anymore since) |
(Working on a Dapper Live-CD) |
||
Line 1: | Line 1: | ||
==Sound problem== |
==Sound problem== |
||
On Dapper Drake (Ubuntu 6.06/june 2006), I lost the sound (PAL in Belgium) after a kernel upgrade in 2008. Last 'good' kernel was '2.6.15-51-386' (first quarter 2008). I used to keep the old 'good' kernel, but now, I switched to Karmic Koala (Ubuntu 9.10/october 2009) with a 2.6.31-16-generic kernel and I am unable to get the sound back (either by the board connector or through Linux)... How can I 'diff' related files (bttv.c, tvaudio.c,...)? Thanks. -- [[User:Xof|Xof]] 17:21, 25 December 2009 (UTC) |
On Dapper Drake (Ubuntu 6.06/june 2006), I lost the sound (PAL in Belgium) after a kernel upgrade in 2008. Last 'good' kernel was '2.6.15-51-386' (first quarter 2008). I used to keep the old 'good' kernel, but now, I switched to Karmic Koala (Ubuntu 9.10/october 2009) with a 2.6.31-16-generic kernel and I am unable to get the sound back (either by the board connector or through Linux)... How can I 'diff' related files (bttv.c, tvaudio.c,...)? Thanks. -- [[User:Xof|Xof]] 17:21, 25 December 2009 (UTC) |
||
:It is possible to test if from a Dapper Live-cd (In Belgium/Voo/Liege): |
|||
:*create the /etc/modprobe.d/bttv file (something like |
|||
<pre> |
|||
alias char-major-89 i2c-dev |
|||
options bttv card=100 tuner=38 bttv_debug=1 |
|||
options tvaudio tda9874a=1 tda9874a_STD=8 tda9874a_AMSEL=1 tda9874a_SIF=2 debug=1 |
|||
options tda9887 port1=0 port2=0 pal=1 |
|||
</pre> |
|||
:*create a valid ~/.xawtv (something like: |
|||
<pre> |
|||
[global] |
|||
ratio = 4:3 |
|||
freqtab = europe-west |
|||
pixsize = 128 x 96 |
|||
pixcols = 1 |
|||
jpeg-quality = 85 |
|||
keypad-ntsc = no |
|||
keypad-partial = yes |
|||
osd = yes |
|||
osd-position = 30 , 20 |
|||
use-wm-fullscreen = yes |
|||
# [Station name] |
|||
# capture = overlay | grabdisplay | on | off |
|||
# input = Television | Composite1 | S-Video | ... |
|||
# norm = PAL | NTSC | SECAM | ... |
|||
# channel = # |
|||
# fine = # (-128..+127) |
|||
# key = keysym | modifier+keysym |
|||
# color = # |
|||
# bright = # |
|||
# hue = # |
|||
# contrast = # |
|||
[defaults] |
|||
group = main |
|||
norm = PAL |
|||
input = Television |
|||
capture = grab |
|||
color = 44% |
|||
bright = 45% |
|||
hue = 45% |
|||
contrast = 40% |
|||
[RTBf-1] |
|||
channel = E8 |
|||
[RTBf-2] |
|||
channel = E9 |
|||
[TF1] |
|||
channel = E7 |
|||
[A2] |
|||
channel = E11 |
|||
</pre> |
|||
:*get xawtv from universe |
|||
:and it is working. Rebooting on Karmic (no power-off!), the sound is still there but noisy and the mute/unmute control doesn't work. I saved the /var/log/* with modules' debug enabled; I'll check tomorrow. -- [[User:Xof|Xof]] 18:05, 2 January 2010 (UTC) |
Revision as of 18:05, 2 January 2010
Sound problem
On Dapper Drake (Ubuntu 6.06/june 2006), I lost the sound (PAL in Belgium) after a kernel upgrade in 2008. Last 'good' kernel was '2.6.15-51-386' (first quarter 2008). I used to keep the old 'good' kernel, but now, I switched to Karmic Koala (Ubuntu 9.10/october 2009) with a 2.6.31-16-generic kernel and I am unable to get the sound back (either by the board connector or through Linux)... How can I 'diff' related files (bttv.c, tvaudio.c,...)? Thanks. -- Xof 17:21, 25 December 2009 (UTC)
- It is possible to test if from a Dapper Live-cd (In Belgium/Voo/Liege):
- create the /etc/modprobe.d/bttv file (something like
alias char-major-89 i2c-dev options bttv card=100 tuner=38 bttv_debug=1 options tvaudio tda9874a=1 tda9874a_STD=8 tda9874a_AMSEL=1 tda9874a_SIF=2 debug=1 options tda9887 port1=0 port2=0 pal=1
- create a valid ~/.xawtv (something like:
[global] ratio = 4:3 freqtab = europe-west pixsize = 128 x 96 pixcols = 1 jpeg-quality = 85 keypad-ntsc = no keypad-partial = yes osd = yes osd-position = 30 , 20 use-wm-fullscreen = yes # [Station name] # capture = overlay | grabdisplay | on | off # input = Television | Composite1 | S-Video | ... # norm = PAL | NTSC | SECAM | ... # channel = # # fine = # (-128..+127) # key = keysym | modifier+keysym # color = # # bright = # # hue = # # contrast = # [defaults] group = main norm = PAL input = Television capture = grab color = 44% bright = 45% hue = 45% contrast = 40% [RTBf-1] channel = E8 [RTBf-2] channel = E9 [TF1] channel = E7 [A2] channel = E11
- get xawtv from universe
- and it is working. Rebooting on Karmic (no power-off!), the sound is still there but noisy and the mute/unmute control doesn't work. I saved the /var/log/* with modules' debug enabled; I'll check tomorrow. -- Xof 18:05, 2 January 2010 (UTC)