LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   DVB-T tv on Ubuntu Linux (https://www.linuxquestions.org/questions/linux-newbie-8/dvb-t-tv-on-ubuntu-linux-536641/)

Riqz 03-11-2007 06:13 PM

DVB-T tv on Ubuntu Linux
 
Hi there everyone.
I was wondering because after searching the net I didn't find any tutorials.
I have a TOSHIBA DVB-T usb stick that I used to use on windows to watch tv
It ran off a program called Savvy tv.

Is there any way of watching tv with it on ubuntu?

Riqz 03-11-2007 08:53 PM

bumpidy bump

greengrocer 03-12-2007 04:11 AM

Hi Riqz,

I guess the first thing is to find out if Linux can see this Toshiba USB DVB-T device that you have and then take alook and see if Linux is actually doing anything with it.

The first thing is perhaps issuing the following command in a Terminal window:

Code:

lsusb
What that command should do is list the usb devices that are currently connected to your system. The output looks something like this:

Code:

Bus 001 Device 002: ID 0781:7108 SanDisk Corp.
Bus 001 Device 001: ID 0000:0000

You can see from my example, I have a SanDisk product connected, a SanDisk thumbdrive. So in your case, I would imagine you should at least see a Toshiba product connected.


If you can see the Toshiba DVB-T product in the list, then the next thing to is take a look and see what happens in the background, what does your system do with this device. I like to issue the following command in a Terminal window which tells me all sorts of stuff.

Code:

dmesg
This will output a long list of things about all of the devices on your system, you should be able to spot something in this list that refers to the Toshiba product, especially if the product was connected during boot up I guess.

You can also post the results here as it will make it easier for others to diagnose or provide advice on the next steps.

Regards,
Greenie


All times are GMT -5. The time now is 03:48 PM.