Ubuntu :: Get IR Remote Working With TVTime?

Apr 11, 2011

how to get the IR Remote working with TvTime application. I have installed lirc package from synaptic,but dont know how to configure it. IR sensor is connected to TV Card(in PCI slot).Does this needs to be detected first by Ubuntu.if yes,waht command to use to verify its detection?? The remote came with the TV Card(Philips saa7130 chipset)

View 9 Replies


ADVERTISEMENT

Ubuntu :: Couldn't Get Tvtime To Work Because /dev/mixer Is No Longer Created In 10.10 So No Volume Control From Within Tvtime

Oct 5, 2010

I migrated back from Maverick because I couldn't get Tvtime to work because /dev/mixer is no longer created in 10.10 so no volume control from within tvtime. I'm now back to 10.04. The issue that I'm having is that I have 4 devices that show up as /dev/mixer, /dev/mixer1,/dev/mixer2 and /dev/mixer3. I need to have tvtime use the mixer associated with my soundblaster audigy card.

whenever I reboot, the order of these devices changes. Sometimes the soundblaster is assoaciated with /dev/mixer , sometimes it's /dev/mixer2 etc. Is there a way to ensure that the devices are always in the same place/order? On a related note, sometimes my usb webcam is video1 other times it's video0 , this also causes problems with tvtime. How can I ensure that my system is the same after each boot? I tried dev rules but couldn't get them to work properly.

View 3 Replies View Related

OpenSUSE :: When Run Tvtime With The Desktop Effects Enabled Xorg - Compiz And Tvtime Use A Lot Of Cpu

Jul 16, 2010

When I run tvtime with the desktop effects enabled Xorg, compiz and tvtime use a lot of cpu. It's even worse with tvtime in full screen. This doesn't happen with the desktop effects off or when I use vlc for example. The system is a 3GHz P4 Prescott, 1.7GB Ram, Nvidia FX5500. I'm running 11.3 with the nvidia video driver (173.14.27).

View 2 Replies View Related

Ubuntu Multimedia :: Tvtime Configuration For CX8800?

May 4, 2010

setting up tvtime for Conexant Cx8800 based TV tuner cards in Ubuntu 10.04?

I tried all the combinations by modifying the tvtime.xml configuration file but I still get only a Blue screen and no audio.

I also tried with xawtv and the result was same. I have given below the output of xawtv -hwscan.

Code:
abhilash@ubuntu:~$ xawtv -hwscan
This is xawtv-3.95.dfsg.1, running on Linux/i686 (2.6.32-21-generic)
looking for available devices
port 88-88

[Code]....

View 1 Replies View Related

Ubuntu Multimedia :: Tvtime Crash After Upgrading To 10.04?

May 7, 2010

I installed 10.04 from scratch over 9.04 ,keeping /Home. Tvtime no longer works.I unistalled it completly and installed again ,with no results.

View 9 Replies View Related

Ubuntu :: TVTime Did Not Show Any Video / Sound

Oct 2, 2010

I have a TV Card from K-World. So i searched many applications for TV featuring MythTV , Zapping but they did not show any video/sound. I Found TVTime and it was okay , but it didn't show sound.

View 2 Replies View Related

Ubuntu :: Maverick - Get Sound Out Of Tvtime Time In 10.10?

Oct 18, 2010

How to get sound out of tvtime time in ubuntu 10.10? If so have you also been able to get the internal volume control to work. I just amazed that ubuntu devs would just shut off this functionality that affects much more the just tvtime and not offer a viable alternative. Is there an alternative? I haven't been able to find after a week or so of googling.

View 7 Replies View Related

Ubuntu Multimedia :: Tvtime On PC Using Comcast Cable?

May 3, 2011

I would like to try tvtime on my Dell PC, bu I do not understand how to use the encrypted signal from comcast cable. I realize I will need to purchase a tv capture card. What is the best one for a Intel Core I3? Is there a USB version that will work?My TV is hooked to a TIVO HD box that has a comcast cable card. Is the signal decrypted by the cable card and then is it just necessary to obtain the decrypted signal from the TIVO output?

View 3 Replies View Related

General :: Using Tvtime And Get 'No Signal

Mar 25, 2011

I am using a Hauppauge HVR-950Q and have the device installed and setup in Linux. I cannot however watch over-the-air broadcasts. If I reboot to Windows, I can watch tv (about 15 - 20 stations).I am using tvtime and get 'No Signal'.The device node /dev/video0 is created, what else am I missing?

View 1 Replies View Related

Ubuntu Multimedia :: TVtime - Cannot Open Capture Device

Feb 11, 2010

I have been trying to get tvtime or any tv package to work with my Pinnacle PCTV HD usb but I have not had success. I have correctly installed every driver imaginable. So, here is what it what it comes down to: When I open tvtime it says "cannot open capture device /dev/video0" and the screen is blue. But my usb PCTV HD stick is NOT /dev/video0 so the question is how can I get tvtime to look for the usb tv tuner rather than video0?

View 9 Replies View Related

Ubuntu Multimedia :: TV Card Works In Tvtime But Not In Other Programs

May 20, 2010

I get perfect picture with Tvtime, but can't watch /dev/video0 with any other programs, I've checked if some proccess use it, and it's not it.

I wan't to watch this with vlc, tv-viewer or other programs to record, but when it doesn't recognize anything!

View 9 Replies View Related

Ubuntu Multimedia :: Low Graphics Mode And TVTime Will Not Launch

Jun 7, 2010

After installing Ubuntu 10.04 LTS over the weekend I had some problems, which I subsequently solved and thought I'd mention here.
- First, the dreaded Low Graphics (EE)NOUVEAU(0):Error allocating scanout buffer:-12 which wouldn't allow me to change my monitor resolution.
- Second, TVTime television viewer would not launch at all.

Solution to BOTH of these problems:
From Synaptic uninstall xserver-xorg-video-nouveau (experimental) and reinstall xserver-xorg-video-nv.
Now everything works!

View 4 Replies View Related

Ubuntu Multimedia :: Sound Continues To Come Even After Quit Tvtime

Nov 2, 2010

I have winfast tv200 expert tv-tuner. I am using TvTime to watch tv through it. verything is working fine except that sound continues to come even after i quit tvtime. is there any solution for it?

View 3 Replies View Related

Ubuntu Multimedia :: Control Tvtime Volume In 11.04 Natty?

Jul 30, 2011

Tvtime built in volume control stopped working in maverick because it depends on kernel support of Open Sound System (oss) and ubuntu kernels are no longer compiled with this turned on.

You can get an experimental deb of tvtime for maverick here:[URL]

which will work with ALSA sound system.

Here is a partial solution I found on the Russian Ubuntu board by Alexandris if you cannot get the above deb to work for you:

tvtime configuration file at /etc/tvtime/tvtime.xml will allow you to reassign the left and right arrow keys to control whole system volume level while tvtime is running.

Make the following changes in tvtime.xml:

1. comment out existing left and right keybindings by enclosingg them with '<!--', '-->' tags:

Code:
<!--
<bind command="left">
<keyboard key="left"/>
<keyboard key="-"/>

[Code]....

3. save changes to tvtime.xml and start tvtime in a terminal window and see if there is any error messages. The Russian Ubuntu board recommended using "amixer -c default" , but I had to change mine to "amixer -c 0" (the number of my sound card) to get things to work. You might have to do the same...

View 1 Replies View Related

Debian :: Add Parameters To Module And TVtime?

Jan 25, 2011

Just installed squeeze from previous Lenny and am having problems. With Lenny, for the tv card, needed: the modudule saa7134 card=54 tuner=78, i.e. had to give it the card= tuner= stuff - it could not autodetect that bit. Squeeze appears the same:

Code:
[ 5.055340] saa7133[0]: subsystem: 17de:7253, board: UNKNOWN/GENERIC [card=0,autodetected]
So, question, how do I give it the module options? - the problem is 'modconf' will not unload the saa7134 module because it says it is in use, even though the TV is not being used. And # modprobe saa7134 card=54 tuner=78 does not appear to do anything - it does not say anything but nothing shows on dmesg. Here is how tvtime, a fairly fool proof tv player, behaves:

Code:
root@fido:/home/lugo# tvtime
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /root/.tvtime/tvtime.xml
mixer: Can't open device /dev/mixer, mixer volume and mute unavailable.

[Code]...

View 2 Replies View Related

Software :: TVtime Opens But It Is Frozen?

Feb 15, 2011

I have been using Tvtime for several years and never had trouble with the video until now. Now it opens, but it's frozen. There is no picture and no sound, just a black screen that I can't control in any way. Even to close it, I have to go through the terminal. There are no error messages, however.

I can still get channels using Mplayer, so the tuner should not be the problem. However, it is an Hauppauge 950.

I was using Ubuntu Lucid on both partitions. Initially, one quit, but not the other. About a month later the other quit while I was watching which makes me think it may be something I have simply hit on the keyboard. I have since upgraded to Maverick on one and reinstalled Tvtime to no avail.

View 3 Replies View Related

Ubuntu Multimedia :: Tvtime Freezes, No Picture, No Mouse Control?

Feb 11, 2011

I have been using Tvtime for several years and never had trouble with the video until now. Now it opens, but it's frozen. There is no picture and no sound, just a black screen that I can't control in any way. Even to close it, I have to go through the terminal.I can still get channels using Mplayer, so the tuner should not be the problem. However, t is an Hauppauge 950.I was using Lucid on both partitions. Initially, one quit,but not the other. About a month later the other quit while I was watching which makes me think it may be something I have simply hit on the keyboard. I have since upgraded to Maverick on one and reinstalled Tvtime to no avail

View 3 Replies View Related

Ubuntu :: Remote Desktop Is Not Working

Mar 29, 2011

When I configure my remote desktop preferences I am not able to connect using a VNC client to my ubuntu computer. The password box pops up when I type in the password it says it could not authenticate. I have changed the password in the remote desktop preferences and this has not solved the problem. I tried to find a way to reinstall the remote desktop application on ubuntu, but I cannot find what its name is and reinstalling vncserver did not help.

View 2 Replies View Related

Fedora :: Tvtime: Remembering Volume Across Restarts?

Jul 17, 2010

I'm on Fedora 13 (64 bit) and using tvtime (latest version 1.0.2-13.fc13 installed via yum) which I've managed to get to work with my old WinTV card (bt878 chipset I think) by having it start with its mixer-device set to "hw:0/Line" (the WinTV card outputs the sound via a cable to the Line In socket of the soundcard).

This all works (I can control the volume in tvtime using the left and right keys) except that the volume resets to zero every time I restart. tvtime remembers all my other settings (and the previous volume is even saved in its config file) so I think the issue is related to ALSA/PulseAudio resetting the appropriate mixer (Line In on the internal sound card).

However, I can't find which mixer tvtime is accessing. In 'Sound Preferences', changing the Master Volume affects the sound from tvtime, but none of the other mixers seem to be related to it (and tvtime doesn't appear on the 'Applications' list). I've also tried finding it in alsamixer, which gives me a choice of 'default' (PulseAudio), 'HDA Intel' (the internal sound card) and 'Brooktree Bt878' (the TV capture card) and again the 'Master' and 'Front' mixers do affect the sound, but are not the mixer that tvtime is accessing.

I know this is a very specific and minor thing, but it's a bit annoying seeing as I've got everything else set up near-perfectly.

Or alternately, as a workaround, is there an easy way of creating a script to lanuch tvtime and send some volume up commands (right arrow key) the first time it is run after a restart (but not the times after that)?

View 14 Replies View Related

Software :: TVtime Television Viewer Not Opening?

May 28, 2010

I installed TVtime in ubuntu 9.10 but it is not openingterminal is giving this message as follows:

kumar@kumar:~$ tvtime
Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml

[code]....

View 1 Replies View Related

Slackware :: Tvtime With PcHDTV Card Broken 13.1?

Aug 15, 2010

Ever since I upgraded to Slackware 13.1, my previously functional pcHDTV card worked fine. Since the upgrade, however, I get nothing from tvtime except a blue screen and "No Signal."

I saw this thread, which led me to try rmmod'ing related modules for video4linux and my card, but modprobe'ing everything back in didn't solve the issue.

View 2 Replies View Related

Ubuntu Multimedia :: 10.10 And Lirc Remote Not Working?

Feb 1, 2011

I am running Ubuntu 10.10 and am trying to get lirc to recognize my pcusa mce remote control. I have been working on this for a week and have not had any success. Please note that I am very new to Linux. I am comfortable moving around in the terminal but most of anything else that I do in the terminal is just following instructions.

This is the remote that I am using:

[URL]

When I run

cat /proc/bus/input/devices

I do not see anything that could be the remote. I have tried plugging the USB receiver into my Ubuntu 10.10 net book but it doesn't see the receiver either. I do not have a windows machine that I can test the remote on but I plugged the receiver into my iMac and I did get a red LED lit that I haven't seen on the Ubuntu machines.

When I run irw and press buttons on the remote I see nothing on the terminal.

When I run:

sudo mode2

I get:

mode2: could not get file information for /dev/lirc
mode2: default_init(): No such file or directory

I have tried mode2 both with lirc running and stopped and I get the same response either way.

I have confirmed that there is no /dev/lirc but there is a lircd in /dev (it's not a directory). Also I had read somewhere that lirc doesn't work under Ubuntu 10.10. Is that the case?

View 9 Replies View Related

Ubuntu Networking :: Remote Desktop Not Working?

Feb 16, 2011

I have a Laptop with Ubuntu 10.04 and a Netbook with Remix 10.04. I'm trying to connect by Remote Desktop from the Laptop to the Netbook. Remote Desktop wasn't installed by default in Remix so I installed it via software centre. I then configured Remote desktop in both machines. When I do Connect on the laptop all I get is a black screen and then it closes with the message "Connection to host was Closed". This happens when I try either VNC or SSH. The other thing that's odd, although both machines are on the same WLAN and I checked "configure networkautomatically to accept connections" on both machines, the Laptop doesn't find the other machine in Remote Desktop. What am I/have I done wrong or have I ommitted something?

View 4 Replies View Related

Ubuntu :: Remote Control Is Not Working On Windows?

Oct 31, 2010

i have hp hdx-x16 1155ca laptop and my problem is that my remote control is not working on both of linux and windows so how can i distinguish the problem and solve it

View 3 Replies View Related

OpenSUSE Multimedia :: TVTIME Bad (scratchy) Sound - Isn't Clear

Apr 20, 2010

I have an issue with TVTIME's sound, its scratchy , the sound isn't clear. i can hear the sound & even understand, but there is a scratchy noise along with it,I didn't used to get it in ubuntu9.10 & 9.04,i don't have any issues with windows xp even,the tv tuner card is pinnacle PCTV version 5.

INTEL PENTIUM DUAL CORE 2.5GHz,(1GB)EACH 2 RAMS,ASUS INTEL G31 CHIPSET MOTHERBOARD, I have dual boot with WIN XP on another hard drive, xp doesn't give me problems regarding the TV tuner card, i have used UBUNTU 9.04 & 9.10 , they never gave me problems. I switched to openSUSE 11.2 because the internet used to be slow on UBUNTU 9.10. INTERNET on openSUSE 11.2 is working like wonders for me as i use 3G internet from a NOKIA N73 MOBILE.ubuntu was was a touch slower on the internet side. i don't want to shift back to ubuntu ,UBUNTU 10.04 release is just 9 days away. FYI - xine,amarok,vlc,mplayer,smplayer all work fine without any issues,

View 1 Replies View Related

Ubuntu :: Remote Desktop All Of A Sudden Stopped Working

May 31, 2010

I recently setup an ssh tunnel and wrote a script to connect to my Home PC from my laptop no matter where I am.

I have previously tested this on my own network and multiple other networks while I was over at my friends houses, and it worked completely fine.

So just now I decided to use it after about a day or two after not using it and now nothing happens. Normally it prompts me for a password and takes about 5 seconds then I am in.

I'm using openssh, vinagre, and dyndns for the hostname. Here is the script:

Code:

View 9 Replies View Related

Ubuntu :: Remote Desktop Viewer Has Stopped Working?

Jun 8, 2010

Remote desktop viewer has stopped working in ubuntu 10.04. When I click on the icon in the top panel. The message Starting Remote Desktop viewer appears in the bottom panel for about 20 seconds and then it disappears and nothing further happens.

Yesterday I disabled ipv6 which greatly speed up thunderbird email and coincidently solved a problem I was having with Google earth not connecting to the server.

I do not know if this is what is now causing the problem with Remote Desktop viewer.

View 1 Replies View Related

Ubuntu Installation :: Remote Desktop Access Not Working

Oct 28, 2010

I have just installed linux 10.10, I want to use vnc on my another computer to access my desktop using remote access. When I navigate to Remote esktop Preferences. Your desktop is only reachable over the local network. Others can access your computer using the address localhost, no ip address. this is not working.

View 5 Replies View Related

Ubuntu Networking :: Remote Desktop Stopped Working ?

Mar 8, 2011

I have a remote desktop app for my ipod that i use every now and then, but after about a week and a half of not using remote desktop on either my ipod or my computer, it seems to have stopped working. the problem is with my computer rather than my ipod. when i go to menu>system>preferences>remote desktop, the area where it is supposed to give you the ip address, or whatever it is to connect remotely, is no longer a number, but just the word "localhost". i only saw this after my ipod told me it could not find the host, so i checked and thats when i saw localhost. putting that into the remote desktop app did nothing, so i tried my ip address and that didnt work either. clicking on "localhost" brings up evolution mail which wants me to send it as an email, strangely. not sure whats going on here.

View 2 Replies View Related

Ubuntu Multimedia :: TVtime On PixelView (conexant Chipset) - Configure Video And Audio With Channel

Sep 15, 2010

I have installed Tvtime and XawTv applications and I am currently trying to configure both these applications to detect my tv tuner card (pixelview play tv pro with conexant cx2388 chipset). configure both video and audio with channel scan for my tv tuner card?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved