[linux-dvb] Nova-t USB2 recognised but nothin in /dev

2006-08-27 Thread Thomas Hood
Hello All, I'm having a problem which googling and the archives don't seem to answer: My nova-t usb2 seems to be recognised by ubuntu 6.06, firmware loaded etc: [17188527.632000] usb 1-2: new high speed USB device using ehci_hcd and address 5 [17188527.788000] dvb-usb: found a 'Hauppauge

[linux-dvb] WinTV PVR 1300 suport

2006-08-27 Thread Bryan
Hi, Sorry to barge in, and i'm sure lots of other people have already asked about this card, i know that Hauppauge PVR 1300 did then got support removed. is there a current project on the card or has future support been abandoned? thanks for any help

Re: [linux-dvb] WinTV PVR 1300 suport

2006-08-27 Thread Steven Toth
Sorry to barge in, and i'm sure lots of other people have already asked about this card, i know that Hauppauge PVR 1300 did then got support removed. is there a current project on the card or has future support been abandoned? It's queued behind a dvb-s2 project that I'm working on. I'm

[linux-dvb] How to compile the firmware into the latest driver?

2006-08-27 Thread Klaus Schmidinger
I've downloaded the latest driver source (v4l-dvb-79d6a1de784a) from the Mercurial repository, but somehow I have a problem with it. I want the AV7110 firmware to be compiled into the driver. But I don't seem to be able to make it do that. I tried editing the

[linux-dvb] Re: How to submit a patch to v4l-dvb

2006-08-27 Thread Unai Uribarri
I'm still trying to get this patch merged. The patch has been improved with your suggestions and reviewed by Dmitry Torokhov [EMAIL PROTECTED], the USB input mantainer. His response is attached to this mail. Regards. 2006/7/27, Trent Piepho [EMAIL PROTECTED]: On Thu, 27 Jul 2006, Unai Uribarri

Re: [linux-dvb] Nova-t USB2 recognised but nothin in /dev

2006-08-27 Thread Mark Schwarz
What is your Device Revison? In my Case i have the Second Revision DeviceID 2040:9301 / Model 93004 LF Rev C1A2 Try to download the new firmware file from http://www.thadathil.net/dvb/fw/ (looks like currently down). In my case that was successfully. Now the Frontend come up and the Device

[linux-dvb] Re: Nova-t USB2 recognised but nothin in /dev

2006-08-27 Thread Markus Rechberger
Hi On 8/27/06, Thomas Hood [EMAIL PROTECTED] wrote: Hello All, I'm having a problem which googling and the archives don't seem to answer: My nova-t usb2 seems to be recognised by ubuntu 6.06, firmware loaded etc: [17188527.632000] usb 1-2: new high speed USB device using ehci_hcd and address

Re: [linux-dvb] Nova-t USB2 recognised but nothin in /dev

2006-08-27 Thread Thomas Hood
On 8/27/06, Mark Schwarz [EMAIL PROTECTED] wrote: What is your Device Revison? In my Case i have the Second Revision DeviceID 2040:9301 / Model 93004 LF Rev C1A2 I've the same according to the sticker on the bottom of my unit. What command gave the output above? Any idea where else I might

[linux-dvb] Re: Nova-t USB2 recognised but nothin in /dev

2006-08-27 Thread Thomas Hood
On 8/27/06, Markus Rechberger [EMAIL PROTECTED] wrote: maybe udev or devfs isn't set up correctly? mkdir -p dev/dvb/adapter0/ mknod -m 660 /dev/dvb/adapter0/frontend0 c 212 3 mknod -m 660 /dev/dvb/adapter0/demux0 c 212 4 mknod -m 660 /dev/dvb/adapter0/dvr0 c 212 5 I tried that: [EMAIL

[linux-dvb] Re: Nova-t USB2 recognised but nothin in /dev

2006-08-27 Thread Thomas Hood
Just seen this thread: http://www.linuxtv.org/pipermail/linux-dvb/2006-April/009698.html dvb-usb: MAC address: 00:0d:fe:13:13:13 This is strange. 13 13 13 is not the expected value / on the contrary, you should get the MAC address as written on label of your box. Basically it seems that the

[linux-dvb] Re: Nova-t USB2 recognised but nothin in /dev

2006-08-27 Thread Markus Rechberger
Hi, seems like support for that device is broken... This shows the history of nova-t usb2 commits: http://linuxtv.org/hg/v4l-dvb?cmd=changelogstyle=gitwebrev=nova-t+usb2# you could try to check out an older version hg clone http://linuxtv.org/hg/v4l-dvb hg revert -r 1557 -- to get following

Re: [linux-dvb] How to compile the firmware into the latest driver?

2006-08-27 Thread Trent Piepho
On Sun, 27 Aug 2006, Klaus Schmidinger wrote: I want the AV7110 firmware to be compiled into the driver. But I don't seem to be able to make it do that. I tried editing the linux/drivers/media/dvb/ttpci/Kconfig file and changed the default value of DVB_AV7110_FIRMWARE_FILE to point to my

[linux-dvb] Re: How to submit a patch to v4l-dvb

2006-08-27 Thread Trent Piepho
On Sun, 27 Aug 2006, Unai Uribarri wrote: I'm still trying to get this patch merged. The patch has been improved with your suggestions and reviewed by Dmitry Torokhov [EMAIL PROTECTED], the USB input mantainer. His response is attached to this mail. Fixed a couple things and put this patch in