* [linux-dvb] HP Analog TV Tuner [not found] <eff910420804231320x495a6d88h55af7f1c14d38a00@mail.gmail.com> @ 2008-04-23 20:23 ` Michael Granda 2008-04-23 20:56 ` Steven Toth 0 siblings, 1 reply; 4+ messages in thread From: Michael Granda @ 2008-04-23 20:23 UTC (permalink / raw) To: linux-dvb [-- Attachment #1.1: Type: text/plain, Size: 508 bytes --] My HP Pavillion dv5000 laptop came with an "HP Analog TV Tuner." I've been searching endlessly for any support for it, or the supposed OEM supplier model, the Yuan EC680. The tuner is an XCeive 2028, and I've noticed that it interfaces with the computer as a USB device, despite being an ExpressCard device. I've also given the development tuner-xc2028 module a try, and still no luck. Does anyone have any idea how to get this working in Linux? Mike -- Mike Granda Boston University 2010 microvon@bu.edu [-- Attachment #1.2: Type: text/html, Size: 683 bytes --] [-- Attachment #2: Type: text/plain, Size: 150 bytes --] _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] HP Analog TV Tuner 2008-04-23 20:23 ` [linux-dvb] HP Analog TV Tuner Michael Granda @ 2008-04-23 20:56 ` Steven Toth 2008-04-23 22:21 ` Michael Granda 0 siblings, 1 reply; 4+ messages in thread From: Steven Toth @ 2008-04-23 20:56 UTC (permalink / raw) To: Michael Granda; +Cc: linux-dvb Michael Granda wrote: > My HP Pavillion dv5000 laptop came with an "HP Analog TV Tuner." I've > been searching endlessly for any support for it, or the supposed OEM > supplier model, the Yuan EC680. The tuner is an XCeive 2028, and I've > noticed that it interfaces with the computer as a USB device, despite > being an ExpressCard device. I've also given the development > tuner-xc2028 module a try, and still no luck. Does anyone have any idea > how to get this working in Linux? You stand a reasonably good change that the HVR1500 driver will just work with the current repo. Show us the lspci -vn output to be sure. Regards, Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] HP Analog TV Tuner 2008-04-23 20:56 ` Steven Toth @ 2008-04-23 22:21 ` Michael Granda 2008-04-24 0:24 ` Steven Toth 0 siblings, 1 reply; 4+ messages in thread From: Michael Granda @ 2008-04-23 22:21 UTC (permalink / raw) To: Steven Toth; +Cc: linux-dvb [-- Attachment #1.1: Type: text/plain, Size: 4727 bytes --] The card shows up on the USB bus. Here is the output of lsusb -v for the card: Bus 005 Device 003: ID 1164:0601 YUAN High-Tech Development Co., Ltd Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x1164 YUAN High-Tech Development Co., Ltd idProduct 0x0601 bcdDevice 8.00 iManufacturer 1 Conexant iProduct 2 Analog TV iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 60 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xc0 Self Powered MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 6 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 255 Vendor Specific Subclass bInterfaceProtocol 255 Vendor Specific Protocol iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x84 EP 4 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x88 EP 8 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x01 EP 1 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x86 EP 6 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered On Wed, Apr 23, 2008 at 4:56 PM, Steven Toth <stoth@linuxtv.org> wrote: > Michael Granda wrote: > > > My HP Pavillion dv5000 laptop came with an "HP Analog TV Tuner." I've > > been searching endlessly for any support for it, or the supposed OEM > > supplier model, the Yuan EC680. The tuner is an XCeive 2028, and I've > > noticed that it interfaces with the computer as a USB device, despite being > > an ExpressCard device. I've also given the development tuner-xc2028 module a > > try, and still no luck. Does anyone have any idea how to get this working in > > Linux? > > > > You stand a reasonably good change that the HVR1500 driver will just work > with the current repo. > > Show us the lspci -vn output to be sure. > > Regards, > > Steve > -- Mike Granda Boston University 2010 microvon@bu.edu (480)-296-1718 [-- Attachment #1.2: Type: text/html, Size: 13086 bytes --] [-- Attachment #2: Type: text/plain, Size: 150 bytes --] _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] HP Analog TV Tuner 2008-04-23 22:21 ` Michael Granda @ 2008-04-24 0:24 ` Steven Toth 0 siblings, 0 replies; 4+ messages in thread From: Steven Toth @ 2008-04-24 0:24 UTC (permalink / raw) To: Michael Granda; +Cc: linux-dvb Michael Granda wrote: > The card shows up on the USB bus. Here is the output of lsusb -v for the > card: > ... > > > On Wed, Apr 23, 2008 at 4:56 PM, Steven Toth <stoth@linuxtv.org > <mailto:stoth@linuxtv.org>> wrote: > > Michael Granda wrote: > > My HP Pavillion dv5000 laptop came with an "HP Analog TV Tuner." > I've been searching endlessly for any support for it, or the > supposed OEM supplier model, the Yuan EC680. The tuner is an > XCeive 2028, and I've noticed that it interfaces with the > computer as a USB device, despite being an ExpressCard device. > I've also given the development tuner-xc2028 module a try, and > still no luck. Does anyone have any idea how to get this working > in Linux? > > > You stand a reasonably good change that the HVR1500 driver will just > work with the current repo. > > Show us the lspci -vn output to be sure. Nope, bad luck, we don't have a driver for that. - Steve _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-04-24 0:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <eff910420804231320x495a6d88h55af7f1c14d38a00@mail.gmail.com>
2008-04-23 20:23 ` [linux-dvb] HP Analog TV Tuner Michael Granda
2008-04-23 20:56 ` Steven Toth
2008-04-23 22:21 ` Michael Granda
2008-04-24 0:24 ` Steven Toth
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox