* [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
@ 2008-08-03 11:37 Gerard
2008-08-03 12:06 ` Markus Rechberger
` (2 more replies)
0 siblings, 3 replies; 15+ messages in thread
From: Gerard @ 2008-08-03 11:37 UTC (permalink / raw)
To: linux-dvb
Hello,
Just bought and searched for support for the Pinnacle pctv hybrid pro
stick 340e, not found.
I have placed the lsusb -v output on
http://www.gkall.nl/pinnacle-pctv-hybrid-pro-stick-340e.html
information is in pinnacle-pctv-hybrid-pro-stick-340e.txt
output from kernel.log
Aug 2 16:48:25 gk-sem3 kernel: [26398.325169] usb 2-3: new high speed
USB device using ehci_hcd and address 7
Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: configuration #1
chosen from 1 choice
Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: New USB device
found, idVendor=2304, idProduct=023d
Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: New USB device
strings: Mfr=1, Product=2, SerialNumber=3
Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: Product: PCTV
340e
Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: Manufacturer:
YUANRD
Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: SerialNumber:
060096D0F0
I can do some test, intention is to get it working on a acer aspire one
netbook.
According to an other lsusb -v output it could be a dibcom chip??
Question is if there is already some driver information?
--
--------
m.vr.gr.
Gerard Klaver
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
2008-08-03 11:37 Gerard
@ 2008-08-03 12:06 ` Markus Rechberger
2008-08-03 14:52 ` Albert Comerma
2008-08-22 11:25 ` Gerard
2 siblings, 0 replies; 15+ messages in thread
From: Markus Rechberger @ 2008-08-03 12:06 UTC (permalink / raw)
To: mailgk; +Cc: linux-dvb
On Sun, Aug 3, 2008 at 1:37 PM, Gerard <mailgk@xs4all.nl> wrote:
> Hello,
>
> Just bought and searched for support for the Pinnacle pctv hybrid pro
> stick 340e, not found.
>
> I have placed the lsusb -v output on
> http://www.gkall.nl/pinnacle-pctv-hybrid-pro-stick-340e.html
>
> information is in pinnacle-pctv-hybrid-pro-stick-340e.txt
>
>
> output from kernel.log
>
> Aug 2 16:48:25 gk-sem3 kernel: [26398.325169] usb 2-3: new high speed
> USB device using ehci_hcd and address 7
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: configuration #1
> chosen from 1 choice
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: New USB device
> found, idVendor=2304, idProduct=023d
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: New USB device
> strings: Mfr=1, Product=2, SerialNumber=3
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: Product: PCTV
> 340e
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: Manufacturer:
> YUANRD
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: SerialNumber:
> 060096D0F0
>
> I can do some test, intention is to get it working on a acer aspire one
> netbook.
>
> According to an other lsusb -v output it could be a dibcom chip??
>
> Question is if there is already some driver information?
>
Manufacturer: YUANRD
this might give a further hint (according to your logfiles), guess
it's something like Yuan Research and Development
Markus
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
2008-08-03 11:37 Gerard
2008-08-03 12:06 ` Markus Rechberger
@ 2008-08-03 14:52 ` Albert Comerma
2008-08-22 11:25 ` Gerard
2 siblings, 0 replies; 15+ messages in thread
From: Albert Comerma @ 2008-08-03 14:52 UTC (permalink / raw)
To: mailgk; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1956 bytes --]
Hi Gerard, to try if it's a dibcom7700 based device you can try adding your
device descriptor to the v4l drivers. I think that would be the fastest. You
need the firmware and recompile with the modifications. If you don't know
how I can send you the modified files, but it's easy, basically add your
descriptor at v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h and add
your device on v4l-dvb/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c ,
you can try on Pinnacle 320cx section.
Albert
2008/8/3 Gerard <mailgk@xs4all.nl>:
> Hello,
>
> Just bought and searched for support for the Pinnacle pctv hybrid pro
> stick 340e, not found.
>
> I have placed the lsusb -v output on
> http://www.gkall.nl/pinnacle-pctv-hybrid-pro-stick-340e.html
>
> information is in pinnacle-pctv-hybrid-pro-stick-340e.txt
>
>
> output from kernel.log
>
> Aug 2 16:48:25 gk-sem3 kernel: [26398.325169] usb 2-3: new high speed
> USB device using ehci_hcd and address 7
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: configuration #1
> chosen from 1 choice
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: New USB device
> found, idVendor=2304, idProduct=023d
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: New USB device
> strings: Mfr=1, Product=2, SerialNumber=3
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: Product: PCTV
> 340e
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: Manufacturer:
> YUANRD
> Aug 2 16:48:25 gk-sem3 kernel: [26398.482055] usb 2-3: SerialNumber:
> 060096D0F0
>
> I can do some test, intention is to get it working on a acer aspire one
> netbook.
>
> According to an other lsusb -v output it could be a dibcom chip??
>
> Question is if there is already some driver information?
>
> --
> --------
> m.vr.gr.
> Gerard Klaver
>
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
[-- Attachment #1.2: Type: text/html, Size: 2629 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] 15+ messages in thread
* [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
@ 2008-08-08 21:49 Xaero
2008-08-08 21:58 ` Devin Heitmueller
0 siblings, 1 reply; 15+ messages in thread
From: Xaero @ 2008-08-08 21:49 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 663 bytes --]
Hi,
I'm trying to make the 340e card work. (This is a reply to Gerard post, I've
just subscribed to this list and I didn't know how to reply, sorry :D)
I have the same lsusb output as Gerard. but I can't get more information
from dmesg:
I get only
usb 6-8: new high speed USB device using ehci_hcd and address 8
usb 6-8: configuration #1 chosen from 1 choice
when the card is plugged. (maybe I have to configure some kernel options?)
Btw, I tried the dib0770 modules (following Albert's instructions) , and no
dvb devices are created, so i don't think they'rer the right drivers (I'm
not sure again, dmesg doesn't write anything)...
Suggestion?
Thanks.
KKnull
[-- Attachment #1.2: Type: text/html, Size: 768 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] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
2008-08-08 21:49 Xaero
@ 2008-08-08 21:58 ` Devin Heitmueller
[not found] ` <57ed08da0808111720j5514e218o2f4a17d2f4a954b7@mail.gmail.com>
0 siblings, 1 reply; 15+ messages in thread
From: Devin Heitmueller @ 2008-08-08 21:58 UTC (permalink / raw)
To: Xaero; +Cc: linux-dvb
2008/8/8 Xaero <kknull0@gmail.com>:
> Hi,
> I'm trying to make the 340e card work. (This is a reply to Gerard post, I've
> just subscribed to this list and I didn't know how to reply, sorry :D)
> I have the same lsusb output as Gerard. but I can't get more information
> from dmesg:
> I get only
>
> usb 6-8: new high speed USB device using ehci_hcd and address 8
> usb 6-8: configuration #1 chosen from 1 choice
>
> when the card is plugged. (maybe I have to configure some kernel options?)
>
> Btw, I tried the dib0770 modules (following Albert's instructions) , and no
> dvb devices are created, so i don't think they'rer the right drivers (I'm
> not sure again, dmesg doesn't write anything)...
> Suggestion?
I'm not sure how similar the 340e is to the "Pinnacle PCTV HD Pro USB"
stick that's available in the United States, but it's possible they're
similar devices:
http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_HD_Pro_Stick_(801e)
Why don't you open it up and see if it's got the same components?
I have been working on it for the last few days, and I'm pretty close
to having it working. Once I do, adding another USB ID would be
pretty simple. I should have a patch for digital support toward the
end of next week (I will be out of town until then).
If it's not the same device, you should create a page in the Wiki
comparable to the one above, containing all of the chips that the
device includes (so at least people will know definitively that it's
not supported and what it is composed of).
Devin
--
Devin J. Heitmueller
http://www.devinheitmueller.com
AIM: devinheitmueller
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
[not found] ` <57ed08da0808111720j5514e218o2f4a17d2f4a954b7@mail.gmail.com>
@ 2008-08-12 0:21 ` Xaero
2008-08-13 23:44 ` Devin Heitmueller
[not found] ` <412bdbff0808131642m6652340l5cf283a648d09e1f@mail.gmail.com>
1 sibling, 1 reply; 15+ messages in thread
From: Xaero @ 2008-08-12 0:21 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 2089 bytes --]
ok,
I've opened the card. The component are similar to 801e but they're not the
same..
-DibCom 700C1 - ACXXa-G
USB 2.0 DVB QHGG0
03M95.1
0809 - 1100 - C
- XCeive 4000ACQ
DP5579
0805TWE3
- Conexant CX25843 - 24Z
81038424
0804 KOREA
- Cirrus 5340CZZ
0744
2008/8/8 Devin Heitmueller <devin.heitmueller@gmail.com>
2008/8/8 Xaero <kknull0@gmail.com>:
> > Hi,
> > I'm trying to make the 340e card work. (This is a reply to Gerard post,
> I've
> > just subscribed to this list and I didn't know how to reply, sorry :D)
> > I have the same lsusb output as Gerard. but I can't get more information
> > from dmesg:
> > I get only
> >
> > usb 6-8: new high speed USB device using ehci_hcd and address 8
> > usb 6-8: configuration #1 chosen from 1 choice
> >
> > when the card is plugged. (maybe I have to configure some kernel
> options?)
> >
> > Btw, I tried the dib0770 modules (following Albert's instructions) , and
> no
> > dvb devices are created, so i don't think they'rer the right drivers (I'm
> > not sure again, dmesg doesn't write anything)...
> > Suggestion?
>
> I'm not sure how similar the 340e is to the "Pinnacle PCTV HD Pro USB"
> stick that's available in the United States, but it's possible they're
> similar devices:
>
> http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_HD_Pro_Stick_(801e)<http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_HD_Pro_Stick_%28801e%29>
>
> Why don't you open it up and see if it's got the same components?
>
> I have been working on it for the last few days, and I'm pretty close
> to having it working. Once I do, adding another USB ID would be
> pretty simple. I should have a patch for digital support toward the
> end of next week (I will be out of town until then).
>
> If it's not the same device, you should create a page in the Wiki
> comparable to the one above, containing all of the chips that the
> device includes (so at least people will know definitively that it's
> not supported and what it is composed of).
>
> Devin
>
> --
> Devin J. Heitmueller
> http://www.devinheitmueller.com
> AIM: devinheitmueller
>
[-- Attachment #1.2: Type: text/html, Size: 3038 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] 15+ messages in thread
* [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
@ 2008-08-13 6:35 Nancy Wertz
2008-08-13 23:46 ` Devin Heitmueller
0 siblings, 1 reply; 15+ messages in thread
From: Nancy Wertz @ 2008-08-13 6:35 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1: Type: text/html, Size: 955 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] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
2008-08-12 0:21 ` Xaero
@ 2008-08-13 23:44 ` Devin Heitmueller
2008-08-13 23:58 ` Steven Toth
0 siblings, 1 reply; 15+ messages in thread
From: Devin Heitmueller @ 2008-08-13 23:44 UTC (permalink / raw)
To: Xaero; +Cc: linux-dvb
Hello,
2008/8/11 Xaero <kknull0@gmail.com>:
>
> ok,
> I've opened the card. The component are similar to 801e but they're not the
> same..
>
> -DibCom 700C1 - ACXXa-G
> USB 2.0 DVB QHGG0
> 03M95.1
> 0809 - 1100 - C
> - XCeive 4000ACQ
> DP5579
> 0805TWE3
> - Conexant CX25843 - 24Z
> 81038424
> 0804 KOREA
> - Cirrus 5340CZZ
> 0744
This is really useful information. In particular, the fact that the
device uses an xc4000 instead of an xc5000 could be a problem. The
V4L codebase has support for the xc2028, xc3028, and xc5000, but the
xc4000 is a (from what I understand) a reduced cost version of the
xc5000 that there is not currently support for.
Could you please take a few minutes and create a page on the Linux dvb
wiki for the device including the chipset information and the fact
that the device is not supported, so at least we have all the relevant
information. You can use the 801e page as a starting point:
http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_HD_Pro_Stick_(801e)
Perhaps the xc5000 maintainer he knows more about the xc4000 and how
significant the differences are.
Cheers,
--
Devin J. Heitmueller
http://www.devinheitmueller.com
AIM: devinheitmueller
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
2008-08-13 6:35 Nancy Wertz
@ 2008-08-13 23:46 ` Devin Heitmueller
0 siblings, 0 replies; 15+ messages in thread
From: Devin Heitmueller @ 2008-08-13 23:46 UTC (permalink / raw)
To: hwertz; +Cc: linux-dvb
Hello Nancy,
2008/8/13 Nancy Wertz <hwertz@avalon.net>:
> Fantastic! I've not really gotten as much chance to mess with mine
> as I'd prefer.. I plugged it into a Windows box at a friend's house and see
> the nice HD picture (and see that it gets quite hot 8-) but that's about it
> -- work's been wiping me out. Certainly I can give it some exercise and
> track down any bugs though (ultimately I plan to use it in a mythtv setup
> to supplement or replace my BT878-based card so it'll *definitely* get
> exercised then.)
Just to be clear, I'm actively working on the Pinnacle PCTV HD Pro
"801e" variant, not the 340e. My hopes were that they were similar
(if not identical) devices. However, further correspondence with the
340e owner indicates that the device uses an xc4000 tuner, for which I
do not believe there is currently any support in the V4L codebase.
Regards,
Devin
--
Devin J. Heitmueller
http://www.devinheitmueller.com
AIM: devinheitmueller
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
2008-08-13 23:44 ` Devin Heitmueller
@ 2008-08-13 23:58 ` Steven Toth
0 siblings, 0 replies; 15+ messages in thread
From: Steven Toth @ 2008-08-13 23:58 UTC (permalink / raw)
To: Devin Heitmueller; +Cc: linux-dvb
Devin Heitmueller wrote:
> Hello,
>
> 2008/8/11 Xaero <kknull0@gmail.com>:
>> ok,
>> I've opened the card. The component are similar to 801e but they're not the
>> same..
>>
>> -DibCom 700C1 - ACXXa-G
>> USB 2.0 DVB QHGG0
>> 03M95.1
>> 0809 - 1100 - C
>> - XCeive 4000ACQ
>> DP5579
>> 0805TWE3
>> - Conexant CX25843 - 24Z
>> 81038424
>> 0804 KOREA
>> - Cirrus 5340CZZ
>> 0744
>
> This is really useful information. In particular, the fact that the
> device uses an xc4000 instead of an xc5000 could be a problem. The
> V4L codebase has support for the xc2028, xc3028, and xc5000, but the
> xc4000 is a (from what I understand) a reduced cost version of the
> xc5000 that there is not currently support for.
>
> Could you please take a few minutes and create a page on the Linux dvb
> wiki for the device including the chipset information and the fact
> that the device is not supported, so at least we have all the relevant
> information. You can use the 801e page as a starting point:
>
> http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_HD_Pro_Stick_(801e)
>
> Perhaps the xc5000 maintainer he knows more about the xc4000 and how
> significant the differences are.
It requires a different tuner driver, this I know for sure.
It's on my todo list (low down).
- Steve
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
[not found] ` <412bdbff0808131642m6652340l5cf283a648d09e1f@mail.gmail.com>
@ 2008-08-14 13:53 ` Xaero
0 siblings, 0 replies; 15+ messages in thread
From: Xaero @ 2008-08-14 13:53 UTC (permalink / raw)
To: Devin Heitmueller; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1134 bytes --]
ok, this is the wiki page
http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_Hybrid_Pro_Stick_340e
2008/8/14 Devin Heitmueller <devin.heitmueller@gmail.com>
> Hello,
>
> This is really useful information. In particular, the fact that the
> device uses an xc4000 instead of an xc5000 could be a problem. The
> V4L codebase has support for the xc2028, xc3028, and xc5000, but the
> xc4000 is a (from what I understand) a reduced cost version of the
> xc5000 that there is not currently support for.
>
> Could you please take a few minutes and create a page on the Linux dvb
> wiki for the device including the chipset information and the fact
> that the device is not supported, so at least we have all the relevant
> information. You can use the 801e page as a starting point:
>
> http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_HD_Pro_Stick_(801e)<http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_HD_Pro_Stick_%28801e%29>
>
> I'll email the xc5000 maintainer and see if he knows anything about the
> xc4000.
>
> Cheers,
>
> Devin
>
> --
> Devin J. Heitmueller
> http://www.devinheitmueller.com
> AIM: devinheitmueller
>
[-- Attachment #1.2: Type: text/html, Size: 1780 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] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
2008-08-03 11:37 Gerard
2008-08-03 12:06 ` Markus Rechberger
2008-08-03 14:52 ` Albert Comerma
@ 2008-08-22 11:25 ` Gerard
2008-08-22 11:46 ` Devin Heitmueller
2 siblings, 1 reply; 15+ messages in thread
From: Gerard @ 2008-08-22 11:25 UTC (permalink / raw)
To: linux-dvb
On Sun, 2008-08-03 at 13:37 +0200, Gerard wrote:
> Hello,
Put some pictures of this device on my homepage
http://www.gkall.nl/pinnacle-pctv-hybrid-pro-stick-340e.html
and a part of the kernel log after patching device usb vendor and
product to v4l-dvb files.
Device contains a xc4000 which is not yet supported.
--
--------
m.vr.gr.
Gerard Klaver
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
2008-08-22 11:25 ` Gerard
@ 2008-08-22 11:46 ` Devin Heitmueller
0 siblings, 0 replies; 15+ messages in thread
From: Devin Heitmueller @ 2008-08-22 11:46 UTC (permalink / raw)
To: mailgk; +Cc: linux-dvb
On Fri, Aug 22, 2008 at 7:25 AM, Gerard <mailgk@xs4all.nl> wrote:
> Put some pictures of this device on my homepage
>
> http://www.gkall.nl/pinnacle-pctv-hybrid-pro-stick-340e.html
>
> and a part of the kernel log after patching device usb vendor and
> product to v4l-dvb files.
>
> Device contains a xc4000 which is not yet supported.
FYI: A page was setup by Xaero on the Linuxtv wiki a couple of days
ago for this device:
http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_Hybrid_Pro_Stick_340e
Feel free to add any information that you believe is not covered.
Cheers,
Devin
--
Devin J. Heitmueller
http://www.devinheitmueller.com
AIM: devinheitmueller
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
@ 2009-05-04 16:32 Lars D. Forseth
2009-05-04 16:37 ` Devin Heitmueller
0 siblings, 1 reply; 15+ messages in thread
From: Lars D. Forseth @ 2009-05-04 16:32 UTC (permalink / raw)
To: linux-media
Hello,
I have a Pinnacle PCTV Hybrid Stick Solo 340e SE which identifies as
"2304:023e" with lsusb.
After searching the web for almost two days now I did not find any
working solution in getting this DVB-T USB stick to work under Ubuntu
9.04 UNR. When I found this thread
(http://marc.info/?l=linux-dvb&w=2&r=1&s=340e&q=b) and started reading
it I hoped that I would find a hint or something, but it seems that the
last post was on 2008-08-22? Were there any improvements in getting this
card to work since then? I would really appreciate any help in getting
this card to work under Ubuntu UNR 9.04 on my Acer Aspire One...
Thanks in advance and best regards,
Lars.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [linux-dvb] Pinnacle pctv hybrid pro stick 340e support
2009-05-04 16:32 [linux-dvb] Pinnacle pctv hybrid pro stick 340e support Lars D. Forseth
@ 2009-05-04 16:37 ` Devin Heitmueller
0 siblings, 0 replies; 15+ messages in thread
From: Devin Heitmueller @ 2009-05-04 16:37 UTC (permalink / raw)
To: Lars D. Forseth; +Cc: linux-media
On Mon, May 4, 2009 at 12:32 PM, Lars D. Forseth <lars@forseth.name> wrote:
> Hello,
>
> I have a Pinnacle PCTV Hybrid Stick Solo 340e SE which identifies as
> "2304:023e" with lsusb.
> After searching the web for almost two days now I did not find any working
> solution in getting this DVB-T USB stick to work under Ubuntu 9.04 UNR. When
> I found this thread (http://marc.info/?l=linux-dvb&w=2&r=1&s=340e&q=b) and
> started reading it I hoped that I would find a hint or something, but it
> seems that the last post was on 2008-08-22? Were there any improvements in
> getting this card to work since then? I would really appreciate any help in
> getting this card to work under Ubuntu UNR 9.04 on my Acer Aspire One...
>
>
> Thanks in advance and best regards,
> Lars.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Hello Lars,
The status on this is unchanged. I've got the xc4000 driver specs,
but I don't have the hardware so I cannot write the driver.
If somebody wants to ship me a 340e, I can probably get it to work (I
did the other Pinnacle variants that use dib0700/xc5000).
Devin
--
Devin J. Heitmueller
http://www.devinheitmueller.com
AIM: devinheitmueller
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2009-05-04 16:37 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-04 16:32 [linux-dvb] Pinnacle pctv hybrid pro stick 340e support Lars D. Forseth
2009-05-04 16:37 ` Devin Heitmueller
-- strict thread matches above, loose matches on Subject: below --
2008-08-13 6:35 Nancy Wertz
2008-08-13 23:46 ` Devin Heitmueller
2008-08-08 21:49 Xaero
2008-08-08 21:58 ` Devin Heitmueller
[not found] ` <57ed08da0808111720j5514e218o2f4a17d2f4a954b7@mail.gmail.com>
2008-08-12 0:21 ` Xaero
2008-08-13 23:44 ` Devin Heitmueller
2008-08-13 23:58 ` Steven Toth
[not found] ` <412bdbff0808131642m6652340l5cf283a648d09e1f@mail.gmail.com>
2008-08-14 13:53 ` Xaero
2008-08-03 11:37 Gerard
2008-08-03 12:06 ` Markus Rechberger
2008-08-03 14:52 ` Albert Comerma
2008-08-22 11:25 ` Gerard
2008-08-22 11:46 ` Devin Heitmueller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox