
решил побаловаться ядром Liquorix, теперь в dmesg не вылазит туева хуча ошибок.
Запускаю tvtime через скрипт, звук работает

но теперь он УГ на всех каналах

мб сигнал слабый? мб помех многовато? через проводок хоть 1-й канал нормально показывал(всмысле звук норм был)...ЧЯДНТ?
aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=NVidia
HDA NVidia, ALC662 rev1 Analog
Default Audio Device
front:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
Front speakers
surround40:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Digital
IEC958 (S/PDIF) Digital Audio Output
arecord -L
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=NVidia
HDA NVidia, ALC662 rev1 Analog
Default Audio Device
front:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
Front speakers
surround40:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=NVidia,DEV=0
HDA NVidia, ALC662 rev1 Digital
IEC958 (S/PDIF) Digital Audio Output
default:CARD=SAA7134
SAA7134, SAA7134 PCM
Default Audio Device
скрипт
#!/bin/sh
if [ -f /usr/bin/arecord ]; then
arecord -q -D hw:1,0 -r 32000 -c 2 -f S16_LE | aplay -q - &
fi
if [ -f /usr/bin/tvtime ]; then
tvtime -m --mixer=/dev/mixer:pcm --xmltv=/home/redgy92/.tvtime/xmltv.xml
fi
pid=`pidof arecord`
if [ $pid ]; then
kill -9 $pid
fi
ползунки в alsamixer подняты, но не до конца.
кстати --mixer=/dev/mixer:pcm не позволяет регулировать звук, мб сюда что нить другое написать?
Пользователь решил продолжить мысль 04 Мая 2011, 01:10:10:
голоса у людей как у масяни

Пользователь решил продолжить мысль 04 Мая 2011, 01:56:21:
родился вопрос....кроме kradio и gnomeradio есть другие проги для прослушивания радио?
Пользователь решил продолжить мысль 04 Мая 2011, 02:15:04:
в tvtime нажал "показывать этот канал в PAL" и звук заработал нормально, но изображение гуляет

придется выбирать либо звук либо картинка?