From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp5-g21.free.fr ([212.27.42.5]:42845 "EHLO smtp5-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750822AbZJPVpO (ORCPT ); Fri, 16 Oct 2009 17:45:14 -0400 Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id C8C63D480E4 for ; Fri, 16 Oct 2009 23:45:14 +0200 (CEST) Received: from schirrms.net (schirrms.net [82.239.223.100]) by smtp5-g21.free.fr (Postfix) with SMTP id E2D23D480B5 for ; Fri, 16 Oct 2009 23:45:11 +0200 (CEST) Message-ID: <4AD8E987.8090609@schirrms.net> Date: Fri, 16 Oct 2009 23:45:43 +0200 From: ps1 MIME-Version: 1.0 To: linux-media@vger.kernel.org Subject: New member, trying to setup a Pinnacle Quatro stick Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Hi, I recenly own a Pinnacle (or Pctv now) Quatro Stick (also known as 510e) The product is a small USB stick, able to receive Analog TV, DVB-T TV, Analog Radio and also DVB-C TV (That is, cable TV). The product is running under windows (even if I'm not so impressed by the analog TV reception, but this is another story). Under Linux (I'm using a Mandriva 2009 spring distro, with a 2.6.29-6 kernel), the system says nothing about the stick. More exactly : the stick is recognized via lsusb, but nothing happend whem I plug the device (I don't know if the system should ask for a firmware file, but there is no new device in /dev after plugging the device). I just compile the current version of v4l-dvb, as explained on the Wiki, (had some trouble to remove the kernel's drivers witch are gziped), but a grep in em28xx-card.c let me think that my device is not supported. The VID PID are 2304:0242 I think that the EMPIA chipset is an em2885 chip, and I didn't find any information about this chip, too. Here are the other informations that I was able to gatter : When I plug the device, I got theses messages in /usr/adm/messages : ------------------------- Oct 16 23:27:31 p4c2400 klogd: usb 5-6: new high speed USB device using ehci_hcd and address 75 Oct 16 23:27:31 p4c2400 klogd: usb 5-6: New USB device found, idVendor=2304, idProduct=0242 Oct 16 23:27:31 p4c2400 klogd: usb 5-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Oct 16 23:27:31 p4c2400 klogd: usb 5-6: Product: PCTV 510e Oct 16 23:27:31 p4c2400 klogd: usb 5-6: Manufacturer: Pinnacle Systems Oct 16 23:27:31 p4c2400 klogd: usb 5-6: SerialNumber: 123456789012 Oct 16 23:27:31 p4c2400 klogd: usb 5-6: configuration #1 chosen from 1 choice Oct 16 23:27:31 p4c2400 pulseaudio[2723]: alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write! Oct 16 23:27:31 p4c2400 pulseaudio[2723]: alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers. Oct 16 23:27:31 p4c2400 pulseaudio[2723]: alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail. -------------------------------- i can manually load em28xx, but there's no device creation at this moment. Any ideas ? Any more tests I can do ? Thanks, Pascal