[Em28xx] KWORLD 340U problem solved

2008-09-19 Thread michael . nathan . white


Hauppauge WinTV-HVR 950 *** RADIO SHACK *** $49.99

Found it yesterday during an Internet search. Could not get the Kworld 
340U working.


Plug in the Hauppauge WinTV-HVR 950 it just works. So nothing wrong with 
my installation

of em28xx drivers.


___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] $49.99 Hauppauge WinTV-HVR 950 *** RADIO SHACK *** $49.99

2008-09-19 Thread michael . nathan . white

At the Radioshack of all places 49.99

$49.99 Hauppauge WinTV-HVR 950 *** RADIO SHACK *** $49.99


___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] KWORLD 340U

2008-09-17 Thread michael . nathan . white

What does it really take to get this working?


/etc/rc.local
install em28xx /sbin/modprobe --ignore-install em28xx; /bin/sleep 2; 
/sbin/modprobe em28xx-dvb ; /bin/sleep 2; /sbin/modprobe em28xx-alsa




ing the device in gets me:


usb 1-2.4: new high speed USB device using ehci_hcd and address 5
usb 1-2.4: configuration #1 chosen from 1 choice
usb 1-2.4: New USB device found, idVendor=1b80, idProduct=a340
usb 1-2.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
usb 1-2.4: Product: USB 2870 Device


dmesg reports

em28xx v4l2 driver version 0.1.0 loaded
usbcore: registered new interface driver em28xx
Em28xx: Initialized (Em28xx dvb Extension) extension
Em28xx: Initialized (Em28xx Audio Extension) extension


uname -r

kernel 2.6.26.3-14.fc8

I have three video capture boards, and a webcam


dmesg | grep video


pci :01:00.0: Boot video device
linux video capture interface: v2.00
pwc: Registered as /dev/video0.
bttv0: registered device video1
bttv1: registered device video2
bttv2: registered device video3

Excerpts from lsmod
em28xx_alsa11337  0
em28xx_dvb 10565  0
dvb_core   68673  1 em28xx_dvb
em28xx 47465  2 em28xx_alsa,em28xx_dvb
videobuf_vmalloc9797  1 em28xx

...

snd46437  26 
em28xx_alsa,snd_usb_audio,snd_bt87x,snd_seq_oss,snd_via82xx,snd_seq,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_mpu401_uart,snd_pcm,snd_rawmidi,snd_hwdep,snd_seq_device,snd_timer


snd_page_alloc 11337  3 snd_bt87x,snd_via82xx,snd_pcm
soundcore   9633  3 snd
videobuf_core  18117  4 
em28xx,videobuf_vmalloc,bttv,videobuf_dma_sg


...

tveeprom   14917  2 em28xx,bttv
videodev   31425  4 em28xx,tuner,bttv,pwc




Is there anything required in modprobe.conf?

___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] Howto Configure Kworld 340U?

2008-09-11 Thread michael . nathan . white

Has anyone been sucessful in getting the Kworld 340U device to work?

If so what did you do? Modprobe.conf setting, etc.

I am using Fedora core 8, 2.6.25.14-69.fc8. The device is recognized, 
but no /dev/video0, /dev/vbi are created.


What to do?

___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


Re: [Em28xx] Kubuntu Hardy (2.6.24-19) package

2008-08-14 Thread Michael Murphy
Hello, Markus.

I have the HVR-950 which I have used successfully with kubuntu/gutsy.

I've upgraded to hardy and have installed the package located at:
http://mcentral.de/empia/20080804/empia-hardy-generic-i386-latest.deb

Upon plugging in the device, I was able to receive video but not audio;
no /dev/dsp device had been created.  I assumed that that would be the
job of em28xx-audio.ko and an lsmod confirmed that it was not loaded.
When I modprobe'd the driver, I got the message:

$ sudo modprobe em28xx-audio
FATAL: Error inserting em28xx_audio
(/lib/modules/2.6.24-19-generic/empia/em28xx-audio.ko): Unknown symbol
in module, or unknown parameter (see dmesg)

dmesg showed:
em28xx_audio: Unknown parameter `index'

I'd be very grateful for any guidance you might provide.

--
Michael


___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] Terratec Cinergy Hybrid XE - how to find out the chipset?

2008-06-05 Thread Michael Wimmer

Dear members of the list,

I recently bought a Terratec Cinergy Hybrid XE card (a tv-card for usb). 
It's a new card that currently is not know to the em28xx driver. The 
output from lsusb is


Bus 005 Device 006: ID 0ccd:0086 TerraTec Electronic GmbH

and you can see that the vendor ID is different from the cards known to 
em28xx.


However, I strongly suspect that this is just a repackaged, old card: It 
is especially promoted for the european soccer championship and 
comparatively cheap (It's not directly listed on Terratec's website, but 
only as a special for the EM on the German part of their website, 
http://data.terratec.net/EM-Special/index.html)


It would be rather surprising, if they developed a totally new card for 
that, and I believe that it is simply one of their old cards in a new 
case and less accessories.


Is there any way how to find out which chipset is working inside this 
card? (well, except disassembling the case ...)

Any suggestions?

Best,

Mike Wimmer

___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


Re: [Em28xx] 64 bits distribution

2008-04-03 Thread Michael
Hey,

everything works with a cinergy xs hybrid on Debian64 lenny and a 2.6.24.4 
kernel.

bye

Am Donnerstag, 3. April 2008 14:07:21 schrieb pw.marcus:
 Hello,
 Has anyone allready successfully tested the driver on a 64bits system ?

 cheers


 ___
 Em28xx mailing list
 Em28xx@mcentral.de
 http://mcentral.de/mailman/listinfo/em28xx

___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx