Results 1 to 10 of 32
I just bought this TV Stick and have been trying to get it to work. But since I am absolutely new to Linux/ubuntu I have no programming abilities and troubles ...
- 08-07-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 25
Cinergy T USB XE DVB Stick on Jaunty
I just bought this TV Stick and have been trying to get it to work. But since I am absolutely new to Linux/ubuntu I have no programming abilities and troubles getting anything that doesnt just plug and play to work.
Could someone please help me out with step for step instructions?
Thanks!
- 08-07-2009 #2
I am not familiar with the device itself, but the components in it may already be supported in Linux. What type of DVB card is this, as there are several (DVB-T, DVB-S, DVB-C etc).
Please post the outputs of these commands.
Code:lsusb
Code:dmesg
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 08-07-2009 #3
You will have to install the latest v4l-dvb drivers to get this to work. Those can be downloaded from the V4L-DVB Mercurial repository. You first must install mercurial using apt.
LinuxTV.org - CVS and Mercurial access
You are compiling kernel modules, so you should install these first:
linux-source
kernel-headers
build-essential
You will also need to install firmware.
Index of /~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files
I got this info from the V4l-DVB mailing list archives. You should read through it for reference.
Gmane LoomPaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 08-07-2009 #4Just Joined!
- Join Date
- Aug 2009
- Posts
- 25
Thanks, I did everything u said, hooked up the stick and how do I get it to tune? can I use VLC, or is there a better fit program?
Thanks
Dom
- 08-07-2009 #5
I like using Kaffeine for digital TV viewing. It has a channel scanning abilty, to make setup easier.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 08-07-2009 #6Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
I'd second Kaffeine, it's really good for DVB. One thing to be aware of is make sure the device is working the first time you run it, or it will disable the DVB functionality. Then you have to manually remove the config and start over each time (or so it was last time I checked).
- 08-07-2009 #7
You can invoke the Kaffeine wizard, that runs the first time, by starting it from the terminal. I think the -w switch is the one that starts up the wizard..
Code:kaffeine -w
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 08-07-2009 #8
You should have /dev/dvb/adapter0. If that isn't present, then it isn't being properly detected. Also run this command, to see if the firmware is the correct version, and that it is getting loaded.
When searching for a solution for this card, I noticed that you also posted this question on Ubuntu Forums. They don't seem to have provided much help. Make sure you post back to tell them that you got the help you needed here. at Linux Forums.org!Code:dmesg | grep firmware
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 08-07-2009 #9Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
- 08-09-2009 #10Just Joined!
- Join Date
- Aug 2009
- Posts
- 25
Thanks a lot you guys!
I was really worried, because when I do lsusb in Terminal it shows the device, but everything else (/dev/dvb/adapter0) or Kaffeine doesn't work. Meaning that Kaffeine did not recognize it...
Can you help me, once again?
(PS-I posted on Ubuntuforums
)


Reply With Quote
