General :: Driver For Avermedia HD Capture?

Feb 23, 2010

I am searching and I cannot find a driver for http://goshopping.thestar.com/shop/p..._10056075.html

View 3 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Analogue Capture Program To Capture Austar?

Aug 13, 2010

What is the best analogue capture program please to capture Austar.

View 1 Replies View Related

Ubuntu Multimedia :: Get AverMedia AverTV Volar Go To Work?

Jan 29, 2011

Avermedia AverTV volar GO is a pure analog External USB TV tuner device. I recently purchased it and struggling to get it working on Ubuntu 10.10. Ubuntu detects the card , as we can see it from lsusb, but tvtime doesn't find any /dev/video0 device. Also there is no mention about the device in dmesg. I had mailed Avermedia enquiring Linux support. However , they replied that they donot have Linux driver for this model. Is there any way we can get this work on Ubuntu.??

[Code]...

View 4 Replies View Related

OpenSUSE Hardware :: Install AverMedia TV-Card With Phiips 7160

Jan 8, 2010

I have a Lenovo IdeaCentre A600 with an AverMedia TV-Card Hybrid, but it doesn't work. System is openSuse 11.2, Kernel 2.6.31.8-0.1

The command "lspci -nn | grep 7160" shows this result:

04:00.0 Multimedia controller [0480]: Philips Semiconductors Device [1131:7160] (rev 03)

and /sbin/lspci:

04:00.0 Multimedia controller: Philips Semiconductors Device 7160 (rev 03)

Where can i get a driver or instruction for install.

View 9 Replies View Related

Ubuntu Multimedia :: DVB Avermedia / Phillips Wont Show Up In Kaffeine

Feb 24, 2010

I cant get my DVB tuner card to show in 9.10 worked in 8.04 just fine, different mobo/cpu though.

Have lspci'd for the below:

Quote:

03:07.0 Multimedia controller: Philips Semiconductors SAA7131/SAA7133/SAA7135 Video Broadcast Decoder (rev d1)

rmmod saa7134 gives:

Quote:

ERROR: Module saa7134 is in use by saa7134_dvb,saa7134_alsa

Using 9.10, AMD Phenom II, Gigabyte MB "GA-MA74GMT-S2H"

View 7 Replies View Related

Hardware :: Tv Card - Avermedia Difi Volar EX - Won't Work With Zenwalk 6.2

Mar 31, 2010

I can't find it in /dev/video0 or anywhere else

Which means it's there?

I can't find it in lspci

How i might get it to work.

View 1 Replies View Related

Fedora Hardware :: Configuring AverTV Super 009 TV Tuner Card From Avermedia?

Mar 24, 2011

I have installed a new TV Tuner Card. AverTV Super 009 TV Tuner Card from Avermedia. I am using Fedora 14. How can I make the above card work for me? (I am not proficient in Linux.)

View 6 Replies View Related

General :: Capture Data On Port?

Feb 9, 2010

I have a toshiba phone system that has a feature where it spits raw data and i can direct that data to a serial port on the toshiba phone system or to an IP/PORT the data is just ascii data - tells me calls that are made/time/etc

I would like to setup an existing linux box to capture this data and store the data for me

then later i can build reports based on that data (and for me a report could be just a few cat's/greps/etc so basic stuff) - but i can figure this out later.

for now i would just like to GRAB the data on a port and dump it into a file (and recycle files every 24 hours)

View 2 Replies View Related

General :: Capture The FTP Session Output From Net?

Apr 21, 2011

how to capture the FTP session output from Net::FTP module to a text file or in a variable ?

View 1 Replies View Related

General :: Screen Capture - Equivalent Of Fraps ?

May 9, 2011

I want to make a demo of a 3d app I'm writing, but I don't know of any good screencasting software like it that runs on Linux.

View 2 Replies View Related

General :: How To Capture Terminal Info During Install

Apr 13, 2010

I do a lot of beta testing on vario ustros and encounter a problem during initialinstalls .does one capture the screen display during installation when an error occurs?The display usually doesn't stay on long enough to copy the information, even when moving into an error console (such as Alt-F3).often doesn't have the install data, especially errors.Screen capture programs are not up and running at that point.I've tried taking a picture of the screen with a digital camera but the results were not very good.

View 4 Replies View Related

General :: Capture A List Of All Installed Commands?

Jan 30, 2010

if I open a terminal and hit [TAB] [TAB] it will display "Display all 2583 possibilities? (y or n) ". If I press y is there a way to capture the output and write it to a file? Not like it is a command so I can't just use a redirect to a file? If not I guess I could just do an ls on all locations of $PATH and capture that to a file.

View 7 Replies View Related

General :: Capture Cursor Shape Using X-windows API?

Sep 29, 2010

How do capture current cursor shape using X11/X-Windows? How do get current cursor image (RGB or else)using X11/X-Windows?

View 3 Replies View Related

General :: Capture Internet Streaming File?

Apr 29, 2010

I'm trying to capture a video from a site in Japan. Unfortunately, most of the video downloader tools don't seem to work. Since I'm using Firefox I'm guessing I can't look in my local cache. Is there any way to find it?They might block you if you're not in Japan. I used to use a proxy server when I was in the US but after a while it didn't work.

View 5 Replies View Related

General :: What Programs Under Linux Can Capture Ethernet Traffic?

Apr 20, 2011

What programs under Linux can capture ethernet traffic? And which ones from them are maintained and most comfortable?

View 4 Replies View Related

General :: Screen Capture Utility Software For Fedora?

Mar 19, 2010

Suggest me a good screen capture utility software for fedora?

View 10 Replies View Related

General :: V4l2 - Empty Screen With Capture Device

Jun 23, 2010

I have video capture device "MSI vox USB 2.0", every thing seem to be fine, but none of tv applications show the device, they just show my webcam "/dev/video0"

It's driver is "em28xx" from "v4l2"

I test it with "mythtv, tvtime, xawtv, kdetv, me-tv, v4l2-tool, vlc, mplayer" none of them work detect the device, expect mplayer open a green window with time out message.

The device work fine under windows I test it with vlc-win

lsusb show:

Quote:

dmesg | grep em28xx show:

Quote:

Quote:

So i did:

Quote:

then:

Quote:

Quote:

Quote:

View 2 Replies View Related

General :: Email Aliases - How To Capture Some Items From Message

Jul 5, 2010

I have an email alias and I want to capture some items in the email body and put it in a database.

I'm using Linux and Bash.
In /etc/aliases I have:
bexpense: "|/usr/bin/bexpense"In /usr/bin/bexpense, I have:
#!/bin/bash
echo $1 $2 >> bexpense.out

If I just run /usr/bin/bexpense with as "bexpense test test" I get "test test" in bexpense.out. If I send email to bexpense@myserver.com, I get a blank line in bexpense.out. How do I get the subject and body of the email?

View 2 Replies View Related

General :: Capture Packets From Multiple Host Through Tcpdump?

Apr 27, 2010

What is the syntax to capture packets from multiple host through tcpdumptcpdump ip host host1|host2|host3|host3

View 3 Replies View Related

General :: I Can't Capture Sound In AMSN Instant Messenger

Oct 22, 2009

I can't capture sound in aMSN instant messenger.
I'm tried to test sound capture in sound preference but it has no sound(Beep).
Mainboard AliveNF6G
audio Chip: Realtek ALC888
i'm changed to PulseAudio but not work.
anyone can help me? or have the other idea.

See this figure => http://www.guitarthai.com/picpost/gt...t/A1062340.jpg

Thanks so much for your help.

View 4 Replies View Related

General :: Capture Packets With WireShark On 2 Port Ranges?

Jul 3, 2010

I'm trying to capture packets with WireShark on 2 port ranges.

This syntax is not working :

Quote:

bash-3.2# /usr/sbin/tcpdump -ttttvv udp portrange 8500-8600 and portrange 5060-5070

There is no output...

What is the correct syntax for defining multiple port ranges ??

View 4 Replies View Related

General :: Capture Reponse Of 20 Different URL Hits In Single Shell Script?

Aug 5, 2010

I need to execute 20 urls in one shell script and display there responses on the console and write on text file too. consider the case when url is not responding.

View 4 Replies View Related

General :: Capture Elapsed Time For A File Copy Command?

Jan 25, 2010

I am troubleshooting file copy time issues between 3 servers. I need to copy the same file from server A to both server B and server C and compare the elapsed times for the copy. Is there an easy way to do this?

View 3 Replies View Related

General :: Philips SAA7134 X 8-channel Video Capture Card Without EEPROM?

Jul 24, 2011

I am new here and I have tried checking similar threads as well as other sources in the net but could not get my card working. I use Debian squeeze on a P4 2.4MHz machine with 2 GB ram. lspci can detect all 8 chips but could not load the proper module since it could not identify the vendor. I have tried unloading the SAA7134 module and reloading repeatedly all possible cards from 1 to 174 by "modprobe -i SAA7134 card=#,#,#,#,#,#,#,# #-numbers 1 to 174 one a a time.

View 3 Replies View Related

General :: Tool Or Set Of Scripts To Capture Information And Do System Level Comparison?

Jun 12, 2011

If I have three (3) servers that are suppoed to be configured exactly alike, is there a tool or set of scripts that I can use to capture the information and do a system level comparison?

View 1 Replies View Related

General :: Activate Wireless Network Card Driver And Video Driver?

Jul 20, 2010

I just installed Linux Mint 9 as a dual boot install with Win XP. Trying to activate wireless network card driver and video driver. Pops up: "You are not authorized to perform this action".How do I get authorized?

Now every time I boot Win XP, the Internet Explorer menu bar is all blacked out and goofy. If I log out and back in it corrects itself. If I reboot it's blacked out again. Re-installed IE8. Still blacks out.Also Firefox in Win XP crashes expectantly. It has NEVER crashed on me previously.

View 9 Replies View Related

General :: Difference Between Platform Driver And Ordinary Driver?

Jul 14, 2011

I am not understanding the difference between the platform driver and the regular driver. How they differ and when to prefer each of this driver.

View 1 Replies View Related

General :: Uninstall Print Driver To Assure Use Of New Driver?

Jun 21, 2011

I would like to know whether an updated print driver has successfully replaced a previously installed driver.

I have a late model Lexmark Prestige Pro805 printer. Lexmark supplies a Linux driver which you download. No drivers appear on the Ubuntu Add Printer list. The Lexmark download also installs utilities, etc. Some stuff appears installed in synaptic. I don't know if uninstalling these only uninstalls the applications and not the actual driver. For some reason, I have had issues recently with this printer malfunctioning frequently with my Linux machines over wifi. They have pushed new firmware down to the printer, and this may be a cause. There is also newer Linux print drivers which I installed, but I do not have a clue as to whether the new drivers are actually in use. On a windows machine I would have uninstalled the printer prior to re-installation. Clueless how to accomplish the same on Ubuntu.

How do I make sure the newest drivers are in use?

View 1 Replies View Related

Ubuntu :: NX (nomachine) From Mac - Capture Alt-tab?

Jun 11, 2010

I'm logging into a remote Ubuntu box from my Mac via NX, and almost everything works great. However, I can't find any way to capture the alt-tab keyboard combination (or, command-tab) for app switching. All the individual keys register with ubuntu, but when pressed together, Mac OS captures it first. Is there any way to fix this?

View 2 Replies View Related

Fedora :: Screen Capture Corrupt On F11

Jun 26, 2009

I'm having problems with the screen capture utility in Fedora 11. Everytime i capture a screenshot, it looks like this:[url]

I've tried turning off Compiz, but that doesn't do anything. I suspect it may have something to do with the kms (I have an Intel 82855/855GM, which has had issues in beta).

View 1 Replies View Related







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