Re: [linux-dvb] Need help in setting up my kworld nb 220 card on ubuntu 7.10

2007-11-12 Thread hermann pitton
Am Montag, den 12.11.2007, 17:41 -0600 schrieb ying lcs:
> On Nov 12, 2007 5:36 PM, hermann pitton <[EMAIL PROTECTED]> wrote:
> > Am Sonntag, den 11.11.2007, 20:56 -0600 schrieb ying lcs:
> >
> > > On Nov 11, 2007 8:19 PM, hermann pitton <[EMAIL PROTECTED]> wrote:
> > > > ...
> > > > >
> > > > > We have some "how to add a new card" stuff on the v4l-wiki then.
> > > > >
> > > > > Nevertheless, to try card=88.
> > > > >
> > > > > "modprobe -vr saa7134-dvb saa7134-alsa tuner tda827x"
> > > > > "modprobe -v saa7134 i2c_scan=1"
> > > >
> > > > My, "modprobe -v saa7134 card=88 i2c_scan=1"
> > > >
> > > > Hermann
> > > >
> > > >
> > > >
> > > >
> > >
> > > Thanks for the help.
> > >
> > > I tried your suggestion:
> > >
> > > # modprobe -v saa7134 card=88 i2c_scan=1
> > > # dmesg | grep dvb
> > > # dmesg | grep dvb
> > > #  ls -l /dev/dvb/adapter*
> > > ls: /dev/dvb/adapter*: No such file or directory
> > >
> > > But there is still nothing in /dev/dvb/adapter*
> > >
> > > Thanks for any more pointers.
> >
> > Hi,
> >
> > if you are not on recent v4l-dvb from linux-tv.org or on some latest
> > kernels, you need to "modprobe saa7134-dvb debug=1" manually.
> > This goes for saa7134-alsa too until today. See the v4l-wiki for that.
> >
> 
> I am runnning ubuntu 7.10.  And I just tried
> 
> # modprobe saa7134-dvb debug=1
> # dmesg | grep dvb
> #
> 
> 
> And I still get nothing dmesg.

See above, you must unload all related modules previously with "modprobe
-vr ...". Can't believe that you have a custom kernel with all
statically compiled in.

Then "modprobe saa7134 i2c_scan=1".
Then "modprobe saa7134-dvb" or set "options saa7134 ...", "options
saa7134-dvb ..." amd whatsoever in /etc/modprobe.conf or what ever
Ubuntu uses for it and "depmod -a". Use "modinfo module_name" to know
more.

What says "uname -a"?

Where can one buy this card?

Cheers,
Hermann

> 
> > Still interested in your "dmesg" for saa7134 card=88 and detection of
> > tuner and other chips with i2c_scan=1.
> >
> > As said, a Kworld NB 220 PCI card is unknown to me.
> > Try google, there are only this new NB-TV 220 pcmcia/cardbus.
> >
> > Here are good details of the hardware on that one.
> > http://www.ixbt.com/monitor/kworld-nb-tv220.shtml
> >
> > This one _could eventually_ work with card=88.
> > To try FlyDVB-T Duo with different audio clock, we can override with
> > with audio_clock=N seems not to have any advantage against card=88 on a
> > device without analog radio and remote.
> >
> > If you can't verify that you have almost the same on a PCI variant,
> > as listed previously for chips, xtals and i2c addresses, we need all
> > details. There is not much left for try and error luck on such recent
> > devices.
> >
> > That you have a new Kworld card with new subdevice ID is all we have so
> > far. Also nothing else in the eeprom and no patterns on gpio pins.
> >



___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Need help in setting up my kworld nb 220 card on ubuntu 7.10

2007-11-12 Thread ying lcs
On Nov 12, 2007 5:36 PM, hermann pitton <[EMAIL PROTECTED]> wrote:
> Am Sonntag, den 11.11.2007, 20:56 -0600 schrieb ying lcs:
>
> > On Nov 11, 2007 8:19 PM, hermann pitton <[EMAIL PROTECTED]> wrote:
> > > ...
> > > >
> > > > We have some "how to add a new card" stuff on the v4l-wiki then.
> > > >
> > > > Nevertheless, to try card=88.
> > > >
> > > > "modprobe -vr saa7134-dvb saa7134-alsa tuner tda827x"
> > > > "modprobe -v saa7134 i2c_scan=1"
> > >
> > > My, "modprobe -v saa7134 card=88 i2c_scan=1"
> > >
> > > Hermann
> > >
> > >
> > >
> > >
> >
> > Thanks for the help.
> >
> > I tried your suggestion:
> >
> > # modprobe -v saa7134 card=88 i2c_scan=1
> > # dmesg | grep dvb
> > # dmesg | grep dvb
> > #  ls -l /dev/dvb/adapter*
> > ls: /dev/dvb/adapter*: No such file or directory
> >
> > But there is still nothing in /dev/dvb/adapter*
> >
> > Thanks for any more pointers.
>
> Hi,
>
> if you are not on recent v4l-dvb from linux-tv.org or on some latest
> kernels, you need to "modprobe saa7134-dvb debug=1" manually.
> This goes for saa7134-alsa too until today. See the v4l-wiki for that.
>

I am runnning ubuntu 7.10.  And I just tried

# modprobe saa7134-dvb debug=1
# dmesg | grep dvb
#


And I still get nothing dmesg.




> Still interested in your "dmesg" for saa7134 card=88 and detection of
> tuner and other chips with i2c_scan=1.
>
> As said, a Kworld NB 220 PCI card is unknown to me.
> Try google, there are only this new NB-TV 220 pcmcia/cardbus.
>
> Here are good details of the hardware on that one.
> http://www.ixbt.com/monitor/kworld-nb-tv220.shtml
>
> This one _could eventually_ work with card=88.
> To try FlyDVB-T Duo with different audio clock, we can override with
> with audio_clock=N seems not to have any advantage against card=88 on a
> device without analog radio and remote.
>
> If you can't verify that you have almost the same on a PCI variant,
> as listed previously for chips, xtals and i2c addresses, we need all
> details. There is not much left for try and error luck on such recent
> devices.
>
> That you have a new Kworld card with new subdevice ID is all we have so
> far. Also nothing else in the eeprom and no patterns on gpio pins.
>
> Cheers,
> Hermann
>
>
>
>

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Need help in setting up my kworld nb 220 card on ubuntu 7.10

2007-11-12 Thread hermann pitton
Am Sonntag, den 11.11.2007, 20:56 -0600 schrieb ying lcs:
> On Nov 11, 2007 8:19 PM, hermann pitton <[EMAIL PROTECTED]> wrote:
> > ...
> > >
> > > We have some "how to add a new card" stuff on the v4l-wiki then.
> > >
> > > Nevertheless, to try card=88.
> > >
> > > "modprobe -vr saa7134-dvb saa7134-alsa tuner tda827x"
> > > "modprobe -v saa7134 i2c_scan=1"
> >
> > My, "modprobe -v saa7134 card=88 i2c_scan=1"
> >
> > Hermann
> >
> >
> >
> >
> 
> Thanks for the help.
> 
> I tried your suggestion:
> 
> # modprobe -v saa7134 card=88 i2c_scan=1
> # dmesg | grep dvb
> # dmesg | grep dvb
> #  ls -l /dev/dvb/adapter*
> ls: /dev/dvb/adapter*: No such file or directory
> 
> But there is still nothing in /dev/dvb/adapter*
> 
> Thanks for any more pointers.

Hi,

if you are not on recent v4l-dvb from linux-tv.org or on some latest
kernels, you need to "modprobe saa7134-dvb debug=1" manually.
This goes for saa7134-alsa too until today. See the v4l-wiki for that.

Still interested in your "dmesg" for saa7134 card=88 and detection of
tuner and other chips with i2c_scan=1.

As said, a Kworld NB 220 PCI card is unknown to me.
Try google, there are only this new NB-TV 220 pcmcia/cardbus.

Here are good details of the hardware on that one.
http://www.ixbt.com/monitor/kworld-nb-tv220.shtml

This one _could eventually_ work with card=88.
To try FlyDVB-T Duo with different audio clock, we can override with
with audio_clock=N seems not to have any advantage against card=88 on a
device without analog radio and remote.

If you can't verify that you have almost the same on a PCI variant,
as listed previously for chips, xtals and i2c addresses, we need all
details. There is not much left for try and error luck on such recent
devices.

That you have a new Kworld card with new subdevice ID is all we have so
far. Also nothing else in the eeprom and no patterns on gpio pins.

Cheers,
Hermann




___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Need help in setting up my kworld nb 220 card on ubuntu 7.10

2007-11-11 Thread ying lcs
On Nov 11, 2007 8:19 PM, hermann pitton <[EMAIL PROTECTED]> wrote:
> ...
> >
> > We have some "how to add a new card" stuff on the v4l-wiki then.
> >
> > Nevertheless, to try card=88.
> >
> > "modprobe -vr saa7134-dvb saa7134-alsa tuner tda827x"
> > "modprobe -v saa7134 i2c_scan=1"
>
> My, "modprobe -v saa7134 card=88 i2c_scan=1"
>
> Hermann
>
>
>
>

Thanks for the help.

I tried your suggestion:

# modprobe -v saa7134 card=88 i2c_scan=1
# dmesg | grep dvb
# dmesg | grep dvb
#  ls -l /dev/dvb/adapter*
ls: /dev/dvb/adapter*: No such file or directory

But there is still nothing in /dev/dvb/adapter*

Thanks for any more pointers.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Need help in setting up my kworld nb 220 card on ubuntu 7.10

2007-11-11 Thread hermann pitton
...
> 
> We have some "how to add a new card" stuff on the v4l-wiki then.
> 
> Nevertheless, to try card=88.
> 
> "modprobe -vr saa7134-dvb saa7134-alsa tuner tda827x"
> "modprobe -v saa7134 i2c_scan=1"

My, "modprobe -v saa7134 card=88 i2c_scan=1"

Hermann




___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] Need help in setting up my kworld nb 220 card on ubuntu 7.10

2007-11-11 Thread hermann pitton
Hi Ying lcs,

Am Sonntag, den 11.11.2007, 19:28 -0600 schrieb ying lcs:
> On Nov 11, 2007 6:54 PM, hermann pitton <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Am Samstag, den 10.11.2007, 13:45 -0600 schrieb ying lcs:
> > > Hi,
> > >
> > > I am trying to setup my kworld nb 220 tv card in ubuntu 7.10.
> > >
> > > I have read 
> > > http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers
> > >
> > > But I find out that my /dev/dvb/adapter* is empty.
> > >
> > > Here is the result of the command 'lsmod', 'dmesg', 'lspci -v'.
> > > Please advice what should I do to setup my video card to watch TV
> > > under ubuntu 7.10.
> > >
> >
> > for what I seem to know so far, it has a saa7135 with 32.110MHz
> > audioclock. The digital demod is tda10046 at 0x08 with firmware eeprom.
> > The 16MHz clock comes from a tda8275ac1 used for DVB-T tuning at 0x60.
> >
> > A second tda8275ac1 at 0x61, also 16MHz clock, has a tda8290 analog
> > demod at 0x4b also used as i2c gate for analog tuning.
> >
> > You could give the Tevion/KWorld DVB-T 220RF card=88 a try.
> >
> 
> Thank you, Hermann.
> 
> How can I try Tevion/KWorld DVB-T 220RF card=88?
> 
> Yes, my card does not have any remote controller and it does not has a
> fan for cooling.  It is a PCI card.
> 
> I appreciate if you can tell me how can I try 'Tevion/KWorld DVB-T
> 220RF card=88'?
> 
> Thank you again.

so then, I don't know about which card we are actually talking.

The eeprom has nothing and gpio init is 0x0.

I just assumed the last from Kworld I have seen for now, the NB-TV 220
cardbus. On kworld.com.tw it is not even listed until today, but was
seen in the UK some weeks back first time.

We have some "how to add a new card" stuff on the v4l-wiki then.

Nevertheless, to try card=88.

"modprobe -vr saa7134-dvb saa7134-alsa tuner tda827x"
"modprobe -v saa7134 i2c_scan=1"

And depending on your kernel version and depending on your analog sound
out connectors saa7134-alsa.

Else, all chips, all xtals, all connectors and high resolution pics ;)

Cheers,
Hermann

> > Is not completely the same design. That one uses a saa7131e, has radio
> > and a KS700 remote controller, which yours seems to miss.
> >
> > Does it have a fan for cooling? Hopefully not.
> > It is likely that external analog audio-in is on amux Line2 and not on
> > LINE1 like on card=88 currently, not sure about it.
> >
> > Don't use overlay preview mode with the fglrx. Also, depending on that
> > binary driver, I can't say if you can have multiple VideoOverlays for
> > DVB-T and analog TV at once, which the card itself does provide.
> >
> > In case you should ever get something at all ;) to work, if DVB is
> > running you can't use/record analog TV with planar formats at once, like
> > mencoder will use them by default. That might end up in corrupted files
> > on the disk, due to dma limitations. You need to force packed formats
> > for such analog operations simultaneously.
> > Some shots in the dark.
> >
> > All related stuff reloaded with the saa7134 option i2c_scan=1 ("modinfo
> > saa7134") might help to find out, how dark it really is.
> >
> > Good Luck,
> >
> > Hermann
> >
> > > 15:00.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus 
> > > Controller
> > > Subsystem: Lenovo ThinkPad T60/R60 series
> > > Flags: bus master, medium devsel, latency 168, IRQ 16
> > > Memory at e430 (32-bit, non-prefetchable) [size=4K]
> > > Bus: primary=15, secondary=16, subordinate=17, sec-latency=176
> > > Memory window 0: e000-e3fff000 (prefetchable)
> > > Memory window 1: c400-c7fff000
> > > I/O window 0: a000-a0ff
> > > I/O window 1: a400-a4ff
> > > 16-bit legacy interface ports at 0001
> > >
> > > 16:00.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135
> > > Video Broadcast Decoder (rev f0)
> > > Subsystem: KWorld Computer Co. Ltd. Unknown device 7203
> > > Flags: bus master, medium devsel, latency 64, IRQ 16
> > > Memory at c400 (32-bit, non-prefetchable) [size=2K]
> > > Capabilities: 
> >
> > [...]
> >
> > > [   19.412000] Linux video capture interface: v2.00
> > > [   19.544000] saa7130/34: v4l2 driver version 0.2.14 loaded
> > > [   19.548000] PCI: Enabling device :16:00.0 ( -> 0002)
> > > [   19.548000] ACPI: PCI Interrupt :16:00.0[A] -> GSI 16 (level,
> > > low) -> IRQ 16
> > > [   19.548000] saa7133[0]: found at :16:00.0, rev: 240, irq: 16,
> > > latency: 0, mmio: 0xc400
> > > [   19.548000] PCI: Setting latency timer of device :16:00.0 to 64
> > > [   19.548000] saa7133[0]: subsystem: 17de:7203, board:
> > > UNKNOWN/GENERIC [card=0,autodetected]
> > > [   19.548000] saa7133[0]: board init: gpio is 0
> > > [   19.684000] saa7133[0]: i2c eeprom 00: de 17 03 72 ff ff ff ff ff
> > > ff ff ff ff ff ff ff
> > > [   19.684000] saa7133[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff
> > > ff ff ff ff ff ff ff
> > > [   19.6

Re: [linux-dvb] Need help in setting up my kworld nb 220 card on ubuntu 7.10

2007-11-11 Thread ying lcs
On Nov 11, 2007 6:54 PM, hermann pitton <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Am Samstag, den 10.11.2007, 13:45 -0600 schrieb ying lcs:
> > Hi,
> >
> > I am trying to setup my kworld nb 220 tv card in ubuntu 7.10.
> >
> > I have read 
> > http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers
> >
> > But I find out that my /dev/dvb/adapter* is empty.
> >
> > Here is the result of the command 'lsmod', 'dmesg', 'lspci -v'.
> > Please advice what should I do to setup my video card to watch TV
> > under ubuntu 7.10.
> >
>
> for what I seem to know so far, it has a saa7135 with 32.110MHz
> audioclock. The digital demod is tda10046 at 0x08 with firmware eeprom.
> The 16MHz clock comes from a tda8275ac1 used for DVB-T tuning at 0x60.
>
> A second tda8275ac1 at 0x61, also 16MHz clock, has a tda8290 analog
> demod at 0x4b also used as i2c gate for analog tuning.
>
> You could give the Tevion/KWorld DVB-T 220RF card=88 a try.
>

Thank you, Hermann.

How can I try Tevion/KWorld DVB-T 220RF card=88?

Yes, my card does not have any remote controller and it does not has a
fan for cooling.  It is a PCI card.

I appreciate if you can tell me how can I try 'Tevion/KWorld DVB-T
220RF card=88'?

Thank you again.


> Is not completely the same design. That one uses a saa7131e, has radio
> and a KS700 remote controller, which yours seems to miss.
>
> Does it have a fan for cooling? Hopefully not.
> It is likely that external analog audio-in is on amux Line2 and not on
> LINE1 like on card=88 currently, not sure about it.
>
> Don't use overlay preview mode with the fglrx. Also, depending on that
> binary driver, I can't say if you can have multiple VideoOverlays for
> DVB-T and analog TV at once, which the card itself does provide.
>
> In case you should ever get something at all ;) to work, if DVB is
> running you can't use/record analog TV with planar formats at once, like
> mencoder will use them by default. That might end up in corrupted files
> on the disk, due to dma limitations. You need to force packed formats
> for such analog operations simultaneously.
> Some shots in the dark.
>
> All related stuff reloaded with the saa7134 option i2c_scan=1 ("modinfo
> saa7134") might help to find out, how dark it really is.
>
> Good Luck,
>
> Hermann
>
> > 15:00.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
> > Subsystem: Lenovo ThinkPad T60/R60 series
> > Flags: bus master, medium devsel, latency 168, IRQ 16
> > Memory at e430 (32-bit, non-prefetchable) [size=4K]
> > Bus: primary=15, secondary=16, subordinate=17, sec-latency=176
> > Memory window 0: e000-e3fff000 (prefetchable)
> > Memory window 1: c400-c7fff000
> > I/O window 0: a000-a0ff
> > I/O window 1: a400-a4ff
> > 16-bit legacy interface ports at 0001
> >
> > 16:00.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135
> > Video Broadcast Decoder (rev f0)
> > Subsystem: KWorld Computer Co. Ltd. Unknown device 7203
> > Flags: bus master, medium devsel, latency 64, IRQ 16
> > Memory at c400 (32-bit, non-prefetchable) [size=2K]
> > Capabilities: 
>
> [...]
>
> > [   19.412000] Linux video capture interface: v2.00
> > [   19.544000] saa7130/34: v4l2 driver version 0.2.14 loaded
> > [   19.548000] PCI: Enabling device :16:00.0 ( -> 0002)
> > [   19.548000] ACPI: PCI Interrupt :16:00.0[A] -> GSI 16 (level,
> > low) -> IRQ 16
> > [   19.548000] saa7133[0]: found at :16:00.0, rev: 240, irq: 16,
> > latency: 0, mmio: 0xc400
> > [   19.548000] PCI: Setting latency timer of device :16:00.0 to 64
> > [   19.548000] saa7133[0]: subsystem: 17de:7203, board:
> > UNKNOWN/GENERIC [card=0,autodetected]
> > [   19.548000] saa7133[0]: board init: gpio is 0
> > [   19.684000] saa7133[0]: i2c eeprom 00: de 17 03 72 ff ff ff ff ff
> > ff ff ff ff ff ff ff
> > [   19.684000] saa7133[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff
> > ff ff ff ff ff ff ff
> > [   19.684000] saa7133[0]: i2c eeprom 20: ff ff ff ff ff ff ff ff ff
> > ff ff ff ff ff ff ff
> > [   19.684000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff
> > ff ff ff ff ff ff ff
> > [   19.684000] saa7133[0]: i2c eeprom 40: ff ff ff ff ff ff ff ff ff
> > ff ff ff ff ff ff ff
> > [   19.684000] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff
> > ff ff ff ff ff ff ff
> > [   19.684000] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff
> > ff ff ff ff ff ff ff
> > [   19.684000] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff
> > ff ff ff ff ff ff ff
> > [   19.684000] saa7133[0]: registered device video0 [v4l2]
> > [   19.684000] saa7133[0]: registered device vbi0
> > [   19.696000] saa7134 ALSA driver for DMA sound loaded
> > [   19.696000] saa7133[0]/alsa: saa7133[0] at 0xc400 irq 16
> > registered as card -2
>
>
>
> > [   30.432000] fglrx: module license 'Proprietary. (C) 2002 - ATI
> > Technologies, Starnber

Re: [linux-dvb] Need help in setting up my kworld nb 220 card on ubuntu 7.10

2007-11-11 Thread hermann pitton
Hi,

Am Samstag, den 10.11.2007, 13:45 -0600 schrieb ying lcs: 
> Hi,
> 
> I am trying to setup my kworld nb 220 tv card in ubuntu 7.10.
> 
> I have read 
> http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers
> 
> But I find out that my /dev/dvb/adapter* is empty.
> 
> Here is the result of the command 'lsmod', 'dmesg', 'lspci -v'.
> Please advice what should I do to setup my video card to watch TV
> under ubuntu 7.10.
> 

for what I seem to know so far, it has a saa7135 with 32.110MHz
audioclock. The digital demod is tda10046 at 0x08 with firmware eeprom.
The 16MHz clock comes from a tda8275ac1 used for DVB-T tuning at 0x60.

A second tda8275ac1 at 0x61, also 16MHz clock, has a tda8290 analog
demod at 0x4b also used as i2c gate for analog tuning.

You could give the Tevion/KWorld DVB-T 220RF card=88 a try.

Is not completely the same design. That one uses a saa7131e, has radio
and a KS700 remote controller, which yours seems to miss.

Does it have a fan for cooling? Hopefully not.
It is likely that external analog audio-in is on amux Line2 and not on
LINE1 like on card=88 currently, not sure about it.

Don't use overlay preview mode with the fglrx. Also, depending on that
binary driver, I can't say if you can have multiple VideoOverlays for
DVB-T and analog TV at once, which the card itself does provide.

In case you should ever get something at all ;) to work, if DVB is
running you can't use/record analog TV with planar formats at once, like
mencoder will use them by default. That might end up in corrupted files
on the disk, due to dma limitations. You need to force packed formats
for such analog operations simultaneously.
Some shots in the dark.

All related stuff reloaded with the saa7134 option i2c_scan=1 ("modinfo
saa7134") might help to find out, how dark it really is.

Good Luck,

Hermann

> 15:00.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
> Subsystem: Lenovo ThinkPad T60/R60 series
> Flags: bus master, medium devsel, latency 168, IRQ 16
> Memory at e430 (32-bit, non-prefetchable) [size=4K]
> Bus: primary=15, secondary=16, subordinate=17, sec-latency=176
> Memory window 0: e000-e3fff000 (prefetchable)
> Memory window 1: c400-c7fff000
> I/O window 0: a000-a0ff
> I/O window 1: a400-a4ff
> 16-bit legacy interface ports at 0001
> 
> 16:00.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135
> Video Broadcast Decoder (rev f0)
> Subsystem: KWorld Computer Co. Ltd. Unknown device 7203
> Flags: bus master, medium devsel, latency 64, IRQ 16
> Memory at c400 (32-bit, non-prefetchable) [size=2K]
> Capabilities: 

[...] 
> [   19.412000] Linux video capture interface: v2.00
> [   19.544000] saa7130/34: v4l2 driver version 0.2.14 loaded
> [   19.548000] PCI: Enabling device :16:00.0 ( -> 0002)
> [   19.548000] ACPI: PCI Interrupt :16:00.0[A] -> GSI 16 (level,
> low) -> IRQ 16
> [   19.548000] saa7133[0]: found at :16:00.0, rev: 240, irq: 16,
> latency: 0, mmio: 0xc400
> [   19.548000] PCI: Setting latency timer of device :16:00.0 to 64
> [   19.548000] saa7133[0]: subsystem: 17de:7203, board:
> UNKNOWN/GENERIC [card=0,autodetected]
> [   19.548000] saa7133[0]: board init: gpio is 0
> [   19.684000] saa7133[0]: i2c eeprom 00: de 17 03 72 ff ff ff ff ff
> ff ff ff ff ff ff ff
> [   19.684000] saa7133[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [   19.684000] saa7133[0]: i2c eeprom 20: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [   19.684000] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [   19.684000] saa7133[0]: i2c eeprom 40: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [   19.684000] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [   19.684000] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [   19.684000] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff
> [   19.684000] saa7133[0]: registered device video0 [v4l2]
> [   19.684000] saa7133[0]: registered device vbi0
> [   19.696000] saa7134 ALSA driver for DMA sound loaded
> [   19.696000] saa7133[0]/alsa: saa7133[0] at 0xc400 irq 16
> registered as card -2


> [   30.432000] fglrx: module license 'Proprietary. (C) 2002 - ATI
> Technologies, Starnberg, GERMANY' taints kernel.
> [   30.436000] [fglrx] Maximum main memory to use for locked dma
> buffers: 2896 MBytes.
> [   30.436000] [fglrx] module loaded - fglrx 8.37.6 [May 25 2007] on minor 0
> [   30.64] ACPI: PCI Interrupt :01:00.0[A] -> GSI 16 (level,
> low) -> IRQ 16
> [   31.388000] eth0: no IPv6 routers present
> [   32.344000] thinkpad_acpi: ThinkPad ACPI Extras v0.14
> [   32.344000] thinkpad_acpi: http://ibm-acpi.sf.net/
> [   32.344000] thinkpad_acpi: ThinkPad EC firmware 79HT50WW-1.07
> [   32.716000] [fglrx] tota

[linux-dvb] Need help in setting up my kworld nb 220 card on ubuntu 7.10

2007-11-10 Thread ying lcs
Hi,

I am trying to setup my kworld nb 220 tv card in ubuntu 7.10.

I have read http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers

But I find out that my /dev/dvb/adapter* is empty.

Here is the result of the command 'lsmod', 'dmesg', 'lspci -v'.
Please advice what should I do to setup my video card to watch TV
under ubuntu 7.10.



$ lspci -v
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML
and 945GT Express Memory Controller Hub (rev 03)
Subsystem: Lenovo Unknown device 2015
Flags: bus master, fast devsel, latency 0
Capabilities: 

00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML
and 945GT Express PCI Express Root Port (rev 03) (prog-if 00 [Normal
decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 2000-2fff
Memory behind bridge: ee10-ee1f
Prefetchable memory behind bridge: d800-dfff
Capabilities: 

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 02)
Subsystem: Lenovo ThinkPad T60/R60 series
Flags: bus master, fast devsel, latency 0, IRQ 22
Memory at ee40 (64-bit, non-prefetchable) [size=16K]
Capabilities: 

00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 1 (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 3000-3fff
Memory behind bridge: ee00-ee0f
Capabilities: 

00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 2 (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 4000-5fff
Memory behind bridge: ec00-edff
Prefetchable memory behind bridge: e400-e40f
Capabilities: 

00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 3 (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=0b, sec-latency=0
I/O behind bridge: 6000-7fff
Memory behind bridge: e800-e9ff
Prefetchable memory behind bridge: e410-e41f
Capabilities: 

00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 4 (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0c, subordinate=13, sec-latency=0
I/O behind bridge: 8000-9fff
Memory behind bridge: ea00-ebff
Prefetchable memory behind bridge: e420-e42f
Capabilities: 

00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])
Subsystem: Lenovo ThinkPad T60/R60 series
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at 1800 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])
Subsystem: Lenovo ThinkPad T60/R60 series
Flags: bus master, medium devsel, latency 0, IRQ 22
I/O ports at 1820 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
UHCI Controller #3 (rev 02) (prog-if 00 [UHCI])
Subsystem: Lenovo ThinkPad T60/R60 series
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at 1840 [size=32]

00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB
UHCI Controller #4 (rev 02) (prog-if 00 [UHCI])
Subsystem: Lenovo ThinkPad T60/R60 series
Flags: bus master, medium devsel, latency 0, IRQ 21
I/O ports at 1860 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2
EHCI Controller (rev 02) (prog-if 20 [EHCI])
Subsystem: Lenovo ThinkPad T60/R60 series
Flags: bus master, medium devsel, latency 0, IRQ 21
Memory at ee404000 (32-bit, non-prefetchable) [size=1K]
Capabilities: 

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
(prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=15, subordinate=18, sec-latency=32
I/O behind bridge: a000-dfff
Memory behind bridge: e430-e7ff
Prefetchable memory behind bridge: e000-e3ff
Capabilities: 

00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface
Bridge (rev 02)
Subsystem: Lenovo ThinkPad T60/R60 series
Flags: bus master, medium devsel, latency 0
Capabilities: 

00:1f