Re: How to make my device work with linux?

2009-10-01 Thread Michael Krufky
On Thu, Oct 1, 2009 at 2:38 PM, Wellington Terumi Uemura wellingtonuem...@gmail.com wrote: Hello everyone! I've a ISDB-Tb device from TBS-Tech that doesn't work with linux yet, it uses this chip sets: http://www.linuxtv.org/wiki/index.php/TBS_USB_ISDB-T_Stick Tuner - NXP TDA18271HD

Re: How to make my device work with linux?

2009-10-01 Thread Wellington Terumi Uemura
I was looking around to find that there is a driver for that Fujitsu MB86A16 inside the Linux Mantis Driver project, Fujitsu MB86A16 DVB-S/DSS DC Receiver driver made by Manu Abraham http://www.verbraak.org/wiki/index.php/Linux_Mantis_driver. I've done a few tests with usbsnoop and other tools

Re: How to make my device work with linux?

2009-10-01 Thread Mike Isely
On Thu, 1 Oct 2009, Wellington Terumi Uemura wrote: I was looking around to find that there is a driver for that Fujitsu MB86A16 inside the Linux Mantis Driver project, Fujitsu MB86A16 DVB-S/DSS DC Receiver driver made by Manu Abraham

Re: How to make my device work with linux?

2009-10-01 Thread Wellington Terumi Uemura
It's not the answer that I was looking for but looks like the thing is much more complex than just compile and run drivers, this gives me another perspective, like a dead end. Thank you Mike. 2009/10/1 Mike Isely is...@isely.net: I know that none of the about is the answer you're looking for.  

Re: How to make my device work with linux?

2009-10-01 Thread Devin Heitmueller
On Thu, Oct 1, 2009 at 6:03 PM, Wellington Terumi Uemura wellingtonuem...@gmail.com wrote: It's not the answer that I was looking for but looks like the thing is much more complex than just compile and run drivers, this gives me another perspective, like a dead end. Thank you Mike. Well,

Re: How to make my device work with linux?

2009-10-01 Thread Mike Isely
On Thu, 1 Oct 2009, Devin Heitmueller wrote: On Thu, Oct 1, 2009 at 6:03 PM, Wellington Terumi Uemura wellingtonuem...@gmail.com wrote: It's not the answer that I was looking for but looks like the thing is much more complex than just compile and run drivers, this gives me another

Re: How to make my device work with linux?

2009-10-01 Thread Wellington Terumi Uemura
To tell you the truth, I think is a bad habit that come from MAME emulator, you know. You knew that the driver is there and you just need to add the right information to get it working, now I see that I was wrong :D I will take a look inside the cxusb and see what I can pull off from that. Thank