Ubuntu Multimedia :: Installing STB-TVFM Drivers To Watch TV - "NO Signal"

Jul 7, 2010

I have been using ubuntu for 2 years now and iam very happy with its day to day improvement.Recently i found an old TV tuner card(STB-TVFM) in my friends house and plugged it on the PCI slot in my motherboard. Assuming that i dont need special drivers to use it,I directly downladed "TV TIME" to watch my favourite tv shows. But now the software says "NO Signal".Now i think that the software is not seeing the PCI card.

View 1 Replies


ADVERTISEMENT

Ubuntu Multimedia :: No Signal After Removing Nvidia Drivers?

Sep 16, 2010

I executed the following and after a restart I have no signal in my monitor:

Code:

sudo service gdm stop
sudo apt-get remove --purge nvidia*

How can I fix this?

View 1 Replies View Related

Multimedia :: Ubuntu 8.10 Don't Show Screen After Installing ATI 10.1 Drivers / Sort It?

Feb 5, 2010

I want to install this drivers but it dones't want to show screen after installing them what can i do solve this problem other then uninstalling them in recovery mode the point is to fix the problem not just to go back to ubuntu without driver.

my card is hd3650 512mb ddr 2 shappire agp card with crt screen

View 9 Replies View Related

Ubuntu Multimedia :: Installing GMA500 Drivers On WEBS 1010

Apr 3, 2010

I have a portwell WEBS1010 mini PC [URL] which I tried to install ubuntu 9.10 on. It contains the cursed GMA500 chipset and supposed to be similar to all the other devices containing it I tried everything there is, all the posts and methods

[URL]

all getting the same results, some of them are installing fine but when I reboot, I get an error message from X telling me there was an error and I can only move to low-graphics mode.

View 7 Replies View Related

Ubuntu Multimedia :: Installing ATI Mobility Radeon 9600 M10 Drivers

Jul 20, 2010

I have ubuntu on a Vaio VGN-A290 with the ATI Mobility Radeon 9600 M10 graphics card. I I installed the Eternal Lands client but it keeps crashing on me. Upon crashing a massage told me that I should make sure the video drivers are up to date. I then went into system --> Administration --> Hardware drivers and it says "no proprietary drivers are in use on this system." So my question is how do I install a driver for the ATI Mobility Radeon 9600 M10?

View 5 Replies View Related

Ubuntu Multimedia :: Blank Screen After Installing Nvidia Drivers On 10.10 RC?

Oct 7, 2010

I have installed Ubuntu Maverick 10.10 RC in my PC, everything works fine, but after install Nvidia proprietary Graphics driver it boot up on a blank screen (I can hear the login sounds, etc) but screen is absolutely black.

I try to login in recovery mode and check if something is wrong but nothing happens (even adding noveau driver to a blacklist (editing grub)) Now I have re installed Ubuntu 10.04.1 and works fine but I would like to install the 10.10 version, since I have this inconvenience, I cant do it.

My graphic card: Nvidia Gforce 8400GS 256MB Pci Express

View 9 Replies View Related

Ubuntu Multimedia :: No Volume Adjust After Installing Nvidia Drivers?

Apr 28, 2011

since installing nVidia graphic drivers I can't adjust volume using volume button nor using volume keys. The volume icon has 3 horizontal lines like Ubuntu couldn't find audio device. Morover when I try to run pulseaudio there is "/home/chris is not ours" message.

Despite these facts audio is playing and I can adjust volume using alsamixer, but it is extremely not comfortable to enter console each time I want to volume up/down..

View 3 Replies View Related

Ubuntu Multimedia :: NVIDA Drivers Not Installing In Lucid Or Meerkat?

Jun 10, 2011

There are several things going on here. * Mouse jumps to the side when I click on things when zoom is activated. * After an upgrade in Lucid,I'd start up the computer and everything would be very slow. Windows would open from the bottom and I could not click on anything cause when I tried,the mouse would jump to the side. Zoom slow and clunky. Mouse fireball always turned off. I'd uninstall and reinstall Compiz and that would fix it for about three days and then it's back to the same problems. I end up having to click no effects then click effects (middle button) and it looks for drivers,then I have to reactivate the mouse fireball. This happened every day,day in day out. So I installed Meerkat Sat. and it was fine till this morning,now the same problem has reasserted itself.What can I do? Do I need a new video card?

width: 32 bits
capabilities: smbios-2.3 dmi-2.3
configuration: boot=normal chassis=desktop
uuid=00000000-0000-0000-FB6B-0000751A8F2F
*-core
description: Motherboard

[Code]...

View 2 Replies View Related

Debian Multimedia :: Installing Nvidia Drivers In Lenny?

May 27, 2010

I'm still getting used to the system. I've been able to install a couple of packages like Disk Manager and Firefox, and was able to mount my ntfs drive. I've only learned some basic terminal commands, but I'm managing ok so far. That is until I looked into what was involved in installing the video drivers I need for my Nvidia 8400 GS card. (ouch!) I'm trying to follow the guide here: [URL] but I've run into a snag in the 'Overview' part: "0. Make sure APT has non-free and contrib sources (consult the sources.list(5) man page for help on doing this) " The link provided [URL] is dead. With only a basic understanding (next to none) of what the sources.list is for, I'm unsure how to fulfill step 0.

View 9 Replies View Related

Ubuntu Multimedia :: Installing Latest NVidia Proprietary Drivers On 64 Bit Lucid 10.04

Jan 12, 2011

Thought I'd put this together based on what I just did as it's hard to find a place where you get complete info in one place for this topic.

Not taking any credit as it's just piecing together stuff found on the net.

Of course this is for my specific hardware and system so YMMV:
- Palit Sonic GT 240 card
- Lucid 10.04.1 64-bit
- Intel DG33FB board and E7200 CPU
- LG monitor L194WT at 1440x900 res

Reason for choosing the latest NVidia drivers instead of the ones available from the System > Administration > Hardware Drivers option is that the latest ones contain specific fixes for my card, that are not available in the others.

Prerequisites:

All of the following is based on a freshly installed 64-bit Lucid 10.04.1 system. Some actions may need modification if you have already been tinkering with Nvidia drivers.

1. Backup your /etc/X11/xorg.conf file if any. The default clean install of 64-bit Lucid 10.04.1 doesn't create this file so unless you have generated and modified the xorg.conf file for your specific needs, skip this.

2. Install the following packages

Code:

If this doesn't work, run

Code:

And paste the output of that in the command above so you get, say

Code:

3. Remove the following packages using Synaptic's 'Completely Remove' option
- nvidia-173-modaliases
- nvidia-96-modaliases
- nvidia-current-modaliases
- nvidia-common

4. Create a new text file disable-nouveau.conf in the directory /etc/modprobe.d/ with the following contents

Code:

5. Download the latest NVidia drivers applicable to your card from here:[url]

6. Save the downloaded file (e.g. NVIDIA-Linux-x86_64-260.19.29.run in my case) to an easily accessible location like your home folder. Make this file executable by running, say

Code:

7. Check that the driver was correctly downloaded.

Code:

8. Run Update Manager, Check for updates and Apply any found

Installation:

1. Restart and choose the recovery option from the Grub options list.

2. Choose the Root Shell option in the list of options presented subsequently.

3. At the root shell run the following

Code:

If you skip this, the driver installer will inform you of the need to do this.

4. This will present you with a login prompt. Login with your admin username and password.

5. Navigate to the folder where the driver installer is present and run it, like

Code:

6. Accept the license text.

7. Say Yes to installing the 32-bit Open GL drivers.

8. I think you need to say Yes/ Accept once more time to initiate the driver installation.

9. Once the driver is installed it will ask you whether it should configure xorg.conf for you, say Yes. This will create the xorg.conf file if not present in your system and modify an existing one if present.

10. Back at the prompt, shutdown the system

Code:

11. Restart and use the normal startup option in the Grub options list, if all goes well you should see your beautiful desktop.

View 1 Replies View Related

Ubuntu Multimedia :: Sound Not Working After Disabling Alsa Drivers And Installing Oss?

Mar 16, 2011

I'm using Ubuntu 10.10 and I had the sound on my Toshiba satellite laptop working and everything is fine-except for the built in mic..no response at all, I had to switch to windows whenever I want to use the mic "etc, skype calls"I Googled a little bit and upon this adviseI disabled alsa drivers using the commandssudo update-rc.d -f alsa removesudo update-rc.d -f alsa-utils remove and then downloaded oss debian package and installed it, as the advise said.But the result now is that I have no sound at all !! no mice nor speakers...any clue how to fix this ? how to enable alsa drivers again and return to"speakers working-mic not working ?

View 7 Replies View Related

Ubuntu Multimedia :: Incorrect Screen Resolution After Installing NVidia Drivers?

Mar 25, 2011

I know there are a lot of threads out there for same or similar issues, but nothing I found was working for me until, by sheer chance, I found this very simple solution on the Fedora forums. Too elegant not to share.Environment:Ubuntu 10.10nVidia GeForce 5500Samsung SyncMaster 225BWUsing DVI cable (in case it matters)Issue:After installing the proprietary nVidia drivers, the screen resolution was no longer the correct native resolution of the display. In my case specifically, the nVidia X Server Settings utility was detecting the maximum supported screen resolution was 1280x1024 while my display's native resolution is 1680x1050.Solution:Open a Terminal window.Make a backup copy of the original xorg.conf file. This is just good form any time you are making config file customizations.

Code:
sudo cp -p /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
Open 'xorg.conf' in a text editor.

[code]....

View 1 Replies View Related

Ubuntu :: Installing 8.04 (32 Bit And 64 Bit) / Monitor Stops Getting Signal?

Jan 5, 2010

I am facing weired problem while installing Ubuntu 8.04 on my desktop
specification of it
Intel Core 2 duo 2.93
4 GB RAM
500 GB HDD
Intel Motherboard DG41 RQ

it goes on loading ubuntu and then after when i am suppose to get my home screen with bird background to view, monitor stops getting signal.

i tried both 32 bit and 64 bit
ubuntu-8.04.3-desktop-amd64.iso
ubuntu-8.04.3-desktop-i386.iso

but no luck where as 9.10 works like a charm and i have no issue in working with it.

but because of some external H/W drievrs i need to stick to old karnel version which supports 2.6.30 or lower

View 5 Replies View Related

Ubuntu Multimedia :: Can't Use Totem To Watch DVB-T?

May 24, 2010

I installed my DVB-T board and I can watch TV using VLC and my channels.conf file. I saved a copy of channels.conf as ~/.gstreamer-0.10/dvb-channels.conf but when I start Totem (GStreamer ed.), I don't see a "Watch TV" option under the "Movie" menu.

View 6 Replies View Related

Ubuntu Multimedia :: Add Folders To Watch?

Aug 29, 2010

Rather than adding each music/video file one by one in XBMC is there a way to just add a folder to watch and as you add music under it, it automatically shows up in XMBC? If not, is there any application that allows something like that? I'm looking for one central application to use for all media playback - dvds, music, videos, pictures... XBMC seemed like the right choice, but I'll be adding moves and music for a year if I had to do each of them 1 by 1.

View 1 Replies View Related

Ubuntu Multimedia :: Can't Watch Videos On 10.10

Oct 31, 2010

I've got an eeepc 1101ha and have installed the latest ubuntu, 10.10, but i can't watch any videos! Besides the original player, i have installed and tried to watch videos in VLC, SMPlayer and GNOME MPlayer but it has always some kind of error. In VLC I can hear the sound. On all others the file simply doesn't work.

View 5 Replies View Related

Ubuntu Multimedia :: Watch Tv And Stream To Web?

Nov 17, 2010

i'm currently running ubuntu server 10.04, I would like to stream tv from the server to web address or maybe other tv front end. Is there any software for this

View 3 Replies View Related

Ubuntu Multimedia :: How To Watch A Scratched DVD

Dec 27, 2010

DVD rentals are a lottery for me. I often have the problem of renting DVD's that end up being scratched. I'm sure this is a common experience: during playback there will be a section of the DVD that is unplayable because it skips or stutters.

I always clean the DVD surface but it often doesn't help when the scratches are bad. So I wonder whether there are any hardware tweaks in Ubuntu to help the DVD drive try harder?

I found this post "Guide to dvd copy and watch even when scratched" which seems useful but it requires ripping the DVD.

View 5 Replies View Related

Ubuntu Multimedia :: Cannot Watch Any Movie On 11.04

May 28, 2011

Movies will not play whether I use VLC, or Movie Player.

View 1 Replies View Related

Ubuntu Multimedia :: Setup ATI To Watch TV?

May 30, 2011

How do I properly setup my ATI 5770 just to watch movies on my connected TV and surf on PC on Internet simultaneously? I don't have current problem in Win7. But Ubuntu 10.04 is just to confusing for me, so I require step-by-step guide.

After I tried to do it myself I got confused, when I setup TV and PC as a multi-desktop on my PC there was no Internet connection meanwhile I had it on my TV's desktop Internet available. I need to use my TV somekind like a an extended desktop, but when I try to do an extended desktop my two panels on PC's desktop simply vanish.

View 3 Replies View Related

Ubuntu Multimedia :: Can't Watch 4od In11.04

Jun 3, 2011

whenever i go onto 4od website i cant watch anything. No 'play' buttons appear anywhere. I have the flash plugin as far as im aware, but i can watch ITV i player and BBC i player.

View 1 Replies View Related

Ubuntu Multimedia :: Program To Watch Iso Dvds?

Jan 21, 2010

in windows i use daemon tools and media player home cinema to watch dvds i have ripped from the disc, how would i do the same in linux?

View 9 Replies View Related

Ubuntu Multimedia :: Watch Programs Online On 9.04?

Jun 5, 2010

I want to know how can I watch the programs available on the following link on Ubuntu 9.04 on Windows I use itunes.

View 1 Replies View Related

Ubuntu Multimedia :: App To Watch Tv Over Hauppauge HVR-1800?

Jun 15, 2010

what can I use to watch TV? Obviously in Windows I used Windows Media Center. What can I use while in linux? I want to run Ubuntu, not Mythbuntu.

View 1 Replies View Related

Ubuntu Multimedia :: Capture TV And Watch Over Network

Jun 28, 2010

I want to capture the video from my sat box using an extra laptop I have and then distribute a live feed on my network so that I can watch tv on my laptop around the house. I want to use an old Dell X300 with a broken screen. It's not too powerful with a 1.2GHz Pentium M and 640MB ram. I was thinking of throwing Zubuntu or something lighter weight on it. I'll use a usb capture card that will support S-video. I am sure there are plenty of those that will be compatible with Linux. What I need to know is what capture software should I use?

Is there any capture software that will transmit over a network as a live feed? Is my laptop even powerful enough to do what I'm asking? This thing had no problem playing back 480p but capturing, encoding, and distributing over a network is another story. Are there any usb capture cards that use hardware encoding? Would installing a lighter weight distro be necessary in order to gt laptop performance boost it needs to handle what I want to do? And what of software to receive the stream? VLC should have no trouble connecting to the stream right? How about SMPlayer?

View 2 Replies View Related

Ubuntu Multimedia :: Best Application To Watch DVDs

Sep 27, 2010

In your opinion what is the best application to watch movies.The application also Needs to be quite lightweight. So what is the best application?

View 3 Replies View Related

Ubuntu Multimedia :: Is It A Way To Watch Movies From Torrent ?

Oct 9, 2010

Is it a way to Watch Movies From Torrent?I saw a program for windows, a video player who can to play video from torents,who didn't downloaded yet? Is it a linux program with who i can Watch Movies From Torrent too?Is it a way to do that with VLC ot Totem?

View 1 Replies View Related

Ubuntu Multimedia :: Can Watch - But Not Rip DVDs - CRC Errors

Oct 30, 2010

I recently purchased a netbook which does not have a DVD drive. I have attempted to rip a copy of some DVDs I own to facilitate watching them on the netbook. I have run into some errors.

First the setup:
Ubuntu 10.04 LTS
Linux ub-desktop 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:52:42 UTC 2010 x86_64 GNU/Linux
DVD Drive - HL-DT-ST DVDRRW GSA-4166B

I have tried multiple DVDs (Heat, Team America, The Messenger, Holy Grail). All fail in the same way.

I can watch any of these DVDs from start to finish in VLC or mPlayer. No issues there.

For ripping I tried AcidRip, DVD::RIP, and even fired up a virtual box of Windows to try different applications.

The error log shows:

Code:

In Acid rip I will get about 130MB (40 minutes) of the video until these errors come up. There are usually three or four duplicates of that and then the application closes.

If I try to copy the files to my hard drive from the mounted DVD it will stall about 30% of the way through and lock the system up.

I know the errors indicate CRC, but I would assume if the drive was bad I couldn't watch the videos.

View 2 Replies View Related

Ubuntu Multimedia :: Cannot Watch Video Files?

Nov 6, 2010

I'm using Dell inspiron 1210 and installed netbook remix 10.10 recently. But I have trouble with watching video files with any players, including built-in player, SMPlayer, VLC media player.

Video is not appear with those players and can see only black screens. Sound works well. I think there are some troubles with codecs, But though I installed some codecs and restricted-extra, there are no improvements. What should I do to see video with this system? Those video files can be watched with my desktop;Ubuntu 10.04 and VLC player so I think files has no problem. Dell inspiron 1210 specification; Intel Atom Z530, GMA500, 1GB Ram. GMA500 driver has installed.

View 3 Replies View Related

Ubuntu Multimedia :: Trying To Watch NCIS Online?

Dec 9, 2010

I am new to Ubuntu and need some help I watch TV shows online and my Favorite show is NCIS can anyone tell me if they have found a codec that is supported by CBS to allow you to watch this show online.

View 5 Replies View Related







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