Re: [gentoo-user] pcHDTV3000 - Anyone installed and use this?

2005-05-12 Thread James Colannino
Michael Haan wrote:

Pid: 6833, comm: modprobe Tainted: P   2.6.9-gentoo-r14
RIP: 0010:[a0677a00]
a0677a00{:dvb_core:dvb_register_frontend+560}
RSP: 0018:010034451be8  EFLAGS: 00010246
RAX:  RBX: 01003fc72800 RCX: 0001
RDX:  RSI:  RDI: a067b870
RBP: a0681d90 R08:  R09: 01003fc72800
R10: 0100344dae0d R11:  R12: 010002366550
R13: 010034472700 R14:  R15: 0001
FS:  0060fae0() GS:8057b200() knlGS:
CS:  0010 DS:  ES:  CR0: 8005003b
CR2:  CR3: 00101000 CR4: 06e0
Process modprobe (pid: 6833, threadinfo 01003445, task 
010034905070)
Stack: a0681640 a066f53f 01003a1e1800 01003a1e1928
    01003a1e1800 01003fc11800 a0692540
   0014 a068437b
Call Trace:a066f53f{:dvb_core:dvb_register_adapter+239}
   a068437b{:video_buf_dvb:videobuf_dvb_register+155}
   a068e9b1{:cx8802:cx8802_init_common+369}
   a0691476{:cx88_dvb:dvb_probe+646}
8022b526{pci_device_probe+134}
   80261fa7{bus_match+71} 802620cb{driver_attach+75}
   80262460{bus_add_driver+144}
80262962{driver_register+50}
   8022b213{pci_register_driver+99}
a0691517{:cx88_dvb:dvb_init+39}
   80147924{sys_init_module+6020}
80157f9f{unmap_vmas+1183}
   8015ba76{do_munmap+854} 8010f2ba{system_call+126}


Code: 8b 30 31 c0 e8 97 9e ab df 49 8b 7c 24 20 48 8d 73 48 41 b8
RIP a0677a00{:dvb_core:dvb_register_frontend+560} RSP
010034451be8
CR2: 
  


That's never good :(  I have no idea.  Does that happen everytime you
modprobe the driver, or did it only happen that one time?

James
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pcHDTV3000 - Anyone installed and use this?

2005-05-12 Thread Michael Haan
On 5/11/05, James Colannino [EMAIL PROTECTED] wrote:
 Michael Haan wrote:
 
 Pid: 6833, comm: modprobe Tainted: P   2.6.9-gentoo-r14
 RIP: 0010:[a0677a00]
 a0677a00{:dvb_core:dvb_register_frontend+560}
 RSP: 0018:010034451be8  EFLAGS: 00010246
 RAX:  RBX: 01003fc72800 RCX: 0001
 RDX:  RSI:  RDI: a067b870
 RBP: a0681d90 R08:  R09: 01003fc72800
 R10: 0100344dae0d R11:  R12: 010002366550
 R13: 010034472700 R14:  R15: 0001
 FS:  0060fae0() GS:8057b200() knlGS:
 CS:  0010 DS:  ES:  CR0: 8005003b
 CR2:  CR3: 00101000 CR4: 06e0
 Process modprobe (pid: 6833, threadinfo 01003445, task 
 010034905070)
 Stack: a0681640 a066f53f 01003a1e1800 01003a1e1928
 01003a1e1800 01003fc11800 a0692540
0014 a068437b
 Call Trace:a066f53f{:dvb_core:dvb_register_adapter+239}
a068437b{:video_buf_dvb:videobuf_dvb_register+155}
a068e9b1{:cx8802:cx8802_init_common+369}
a0691476{:cx88_dvb:dvb_probe+646}
 8022b526{pci_device_probe+134}
80261fa7{bus_match+71} 802620cb{driver_attach+75}
80262460{bus_add_driver+144}
 80262962{driver_register+50}
8022b213{pci_register_driver+99}
 a0691517{:cx88_dvb:dvb_init+39}
80147924{sys_init_module+6020}
 80157f9f{unmap_vmas+1183}
8015ba76{do_munmap+854} 8010f2ba{system_call+126}
 
 
 Code: 8b 30 31 c0 e8 97 9e ab df 49 8b 7c 24 20 48 8d 73 48 41 b8
 RIP a0677a00{:dvb_core:dvb_register_frontend+560} RSP
 010034451be8
 CR2: 
 
 
 
 That's never good :(  I have no idea.  Does that happen everytime you
 modprobe the driver, or did it only happen that one time?
 
 James
 --
 gentoo-user@gentoo.org mailing list
 
 

In response to your first post - I have ivtv installed b/c I have a
pvr-350.  You're not saying the hd3000 drivers will run that as well,
are you?  In response to your second post - yes, everytime I modprobe
it I get that.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pcHDTV3000 - Anyone installed and use this?

2005-05-10 Thread James Colannino
Michael Haan wrote:

On 5/9/05, James Colannino [EMAIL PROTECTED] wrote:
  

Michael Haan wrote:



Can anyone help?


  

I just bought one and recently got it working :)

I'm not quite sure why you're having those problems.  Maybe you don't
have dvb or v4l2 support compiled either into your kernel or as modules?

By the way, just as a sidenote, the order I modprobed the drivers was:

cx8800
cx88-dvb

cx8800 is the module that actually registers /dev/video0 (for analog
NTSC) and /dev/video1 (for digital ATSC HDTV.)

Hope this helps.  My guess is simply that you don't have all the support
stuff that you need (v4l2 and dvb specifically.)



Any idea where I can get those?
  


If you're using 2.6, you'll find it in the kernel's source tree.  Just
enable v4l2 and dvb, recompile and you'll be good to go.  Let me know if
it helps.

James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pcHDTV3000 - Anyone installed and use this?

2005-05-10 Thread Michael Haan
On 5/10/05, James Colannino [EMAIL PROTECTED] wrote:
 Michael Haan wrote:
 
 On 5/9/05, James Colannino [EMAIL PROTECTED] wrote:
 
 
 Michael Haan wrote:
 
 
 
 Can anyone help?
 
 
 
 
 I just bought one and recently got it working :)
 
 I'm not quite sure why you're having those problems.  Maybe you don't
 have dvb or v4l2 support compiled either into your kernel or as modules?
 
 By the way, just as a sidenote, the order I modprobed the drivers was:
 
 cx8800
 cx88-dvb
 
 cx8800 is the module that actually registers /dev/video0 (for analog
 NTSC) and /dev/video1 (for digital ATSC HDTV.)
 
 Hope this helps.  My guess is simply that you don't have all the support
 stuff that you need (v4l2 and dvb specifically.)
 
 
 
 Any idea where I can get those?
 
 
 
 If you're using 2.6, you'll find it in the kernel's source tree.  Just
 enable v4l2 and dvb, recompile and you'll be good to go.  Let me know if
 it helps.
 
 James
 
 --
 gentoo-user@gentoo.org mailing list
 
 

So I was looking at the source tree last night for my kernel 2.6.9-r14
and I do see these options.  I was under the impression these were
only available for 2.6.12, but maybe what was meant was that for
2.6.12 you don't even need to choose to compile them in.  That said,
when looking at the tree for DVB, it seemed to want me to pick some
kind of front end - not sure what it wants there.  Finally, it
appears my version of ivtv (I've got a pvr 350 as well), 2.3 I think,
may be conflicting with the pchdtv.  Does that jive with your
experience?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pcHDTV3000 - Anyone installed and use this?

2005-05-10 Thread Michael Haan
On 5/10/05, James Colannino [EMAIL PROTECTED] wrote:
 Michael Haan wrote:
 
 So I was looking at the source tree last night for my kernel 2.6.9-r14
 and I do see these options.  I was under the impression these were
 only available for 2.6.12, but maybe what was meant was that for
 2.6.12 you don't even need to choose to compile them in.  That said,
 when looking at the tree for DVB, it seemed to want me to pick some
 kind of front end - not sure what it wants there.  Finally, it
 appears my version of ivtv (I've got a pvr 350 as well), 2.3 I think,
 may be conflicting with the pchdtv.  Does that jive with your
 experience?
 
 
 
 I don't think I compiled any of the in-kernel tuner drivers (like
 ivtv.)  What I did do was compile all of the video stuff as modules.
 That way, modprobbing the drivers for your HD-3000 should automatically
 pull in only those modules you need (such as the v4l2 and dvb stuff.)
 Hope that helps :)  I actually can't remember quite what I did, but if
 you need further help I can go through my kernel tree again and tell you
 what I have enabled and what I don't.
 
 James
 --
 gentoo-user@gentoo.org mailing list
 
 

Ok, making progress.  I unmerged ivtv and installed 0.3.4j instead
from www.ivtv.tv.  Now I get the following:

modprobe cx88-dvb
dmesg shows...
or51132: Unknown symbol release_firmware
or51132: Unknown symbol request_firmware
cx88_dvb: Unknown symbol or51132_attach

modprobe cx8800
dmesg shoes
cx2388x v4l2 driver version 0.0.4 loaded
cx88[0]: subsystem: 7063:3000, board: pcHDTV HD3000 HDTV [card=22,autodetected]
saa7115: starting probe for adapter cx88[0] (0x10005)
tuner: chip found at addr 0xc2 i2c-bus cx88[0]
tuner: type set to 52 (Thomson DDT 7610 (ATSC/NTSC)) by cx88[0]
tveeprom: Encountered bad packet header [04]. Corrupt or not a Hauppauge eeprom.
cx88[0]/0: found at :02:08.0, rev: 5, irq: 5, latency: 32, mmio: 0xdc00
cx88[0]/0: registered device video1 [v4l2]
cx88[0]/0: registered device vbi1
cx88[0]/0: registered device radio1

finallly
modprobe cx88-dvb
dmesg still shows...
or51132: Unknown symbol release_firmware
or51132: Unknown symbol request_firmware
cx88_dvb: Unknown symbol or51132_attach

Almost there - what's next?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pcHDTV3000 - Anyone installed and use this?

2005-05-10 Thread Michael Haan
On 5/11/05, Peter Gordon [EMAIL PROTECTED] wrote:
 Michael Haan wrote:
  or51132: Unknown symbol release_firmware
  or51132: Unknown symbol request_firmware
 
 Do you have Hotplug Firmware Loading support (CONFIG_FW_LOADER) in your
 kernel? It's under Devices Drivers -- Generic Driver Options in your
 kernel configuration menu.
 
 --
 ()  The ASCII Ribbon Campaign - against HTML Email,
 /\  vCards, and proprietary formats.
 ---
 Peter A. Gordon (codergeek42)
 E-Mail: [EMAIL PROTECTED]
 GPG Public Key ID: 0x109DBECE
 GPG Key Fingerprint (SHA1):
   E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
 Encrypted and/or Signed correspondence preffered.
 GPG Public Key available upon request or from
   pgp.mit.edu's public key server.
 ---
 
 
 

I didn't, but now do.  Thanks for the advice, now we're down to:

WARNING: /lib/modules/2.6.9-gentoo-r14/extra/cx25840.ko needs unknown
symbol crypto_alloc_tfm
WARNING: /lib/modules/2.6.9-gentoo-r14/extra/cx25840.ko needs unknown
symbol crypto_free_tfm

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pcHDTV3000 - Anyone installed and use this?

2005-05-10 Thread Michael Haan
On 5/11/05, Michael Haan [EMAIL PROTECTED] wrote:
 On 5/11/05, Michael Haan [EMAIL PROTECTED] wrote:
  On 5/11/05, Peter Gordon [EMAIL PROTECTED] wrote:
   Michael Haan wrote:
or51132: Unknown symbol release_firmware
or51132: Unknown symbol request_firmware
  
   Do you have Hotplug Firmware Loading support (CONFIG_FW_LOADER) in your
   kernel? It's under Devices Drivers -- Generic Driver Options in your
   kernel configuration menu.
  
   --
   ()  The ASCII Ribbon Campaign - against HTML Email,
   /\  vCards, and proprietary formats.
   ---
   Peter A. Gordon (codergeek42)
   E-Mail: [EMAIL PROTECTED]
   GPG Public Key ID: 0x109DBECE
   GPG Key Fingerprint (SHA1):
 E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
   Encrypted and/or Signed correspondence preffered.
   GPG Public Key available upon request or from
 pgp.mit.edu's public key server.
   ---
  
  
  
 
  I didn't, but now do.  Thanks for the advice, now we're down to:
 
  WARNING: /lib/modules/2.6.9-gentoo-r14/extra/cx25840.ko needs unknown
  symbol crypto_alloc_tfm
  WARNING: /lib/modules/2.6.9-gentoo-r14/extra/cx25840.ko needs unknown
  symbol crypto_free_tfm
 
 
 Nevermind - contributing to the cause I'm solving some of my own
 problems.  Follow this link for the answer:
 http://www.poptix.net/ivtv/current/msg00133.html
 

NEXT!!!

modprobe cx8800 works just fine, but modprobe cx88-dvb gives:

cx2388x dvb driver version 0.0.4 loaded
cx88[0]/2: found at :02:08.2, rev: 5, irq: 5, latency: 32, mmio: 0xdd00
cx88[0]/2: cx2388x based dvb card
DVB: registering new adapter (cx88[0]).
Unable to handle kernel paging request at  RIP:
a0677a00{:dvb_core:dvb_register_frontend+560}
PML4 103027 PGD 1e0d067 PMD 0
Oops:  [1]
CPU 0
Modules linked in: cx88_dvb cx8802 mt352 or51132 video_buf_dvb
dvb_core cx22702 dvb_pll cx8800 cx88xx video_buf ir_common v4l1_compat
v4l2_common btcx_risc snd_ioctl32 snd_pcm_oss snd_mixer_oss snd_cmipci
snd_pcm snd_page_alloc snd_opl3_lib snd_timer snd_hwdep
snd_mpu401_uart snd_rawmidi snd tveeprom ivtv_fb lirc_i2c lirc_dev
ivtv saa7127 tuner saa7115 msp3400 i2c_algo_bit i2c_core videodev
nvidia
Pid: 6833, comm: modprobe Tainted: P   2.6.9-gentoo-r14
RIP: 0010:[a0677a00]
a0677a00{:dvb_core:dvb_register_frontend+560}
RSP: 0018:010034451be8  EFLAGS: 00010246
RAX:  RBX: 01003fc72800 RCX: 0001
RDX:  RSI:  RDI: a067b870
RBP: a0681d90 R08:  R09: 01003fc72800
R10: 0100344dae0d R11:  R12: 010002366550
R13: 010034472700 R14:  R15: 0001
FS:  0060fae0() GS:8057b200() knlGS:
CS:  0010 DS:  ES:  CR0: 8005003b
CR2:  CR3: 00101000 CR4: 06e0
Process modprobe (pid: 6833, threadinfo 01003445, task 010034905070)
Stack: a0681640 a066f53f 01003a1e1800 01003a1e1928
    01003a1e1800 01003fc11800 a0692540
   0014 a068437b
Call Trace:a066f53f{:dvb_core:dvb_register_adapter+239}
   a068437b{:video_buf_dvb:videobuf_dvb_register+155}
   a068e9b1{:cx8802:cx8802_init_common+369}
   a0691476{:cx88_dvb:dvb_probe+646}
8022b526{pci_device_probe+134}
   80261fa7{bus_match+71} 802620cb{driver_attach+75}
   80262460{bus_add_driver+144}
80262962{driver_register+50}
   8022b213{pci_register_driver+99}
a0691517{:cx88_dvb:dvb_init+39}
   80147924{sys_init_module+6020}
80157f9f{unmap_vmas+1183}
   8015ba76{do_munmap+854} 8010f2ba{system_call+126}


Code: 8b 30 31 c0 e8 97 9e ab df 49 8b 7c 24 20 48 8d 73 48 41 b8
RIP a0677a00{:dvb_core:dvb_register_frontend+560} RSP
010034451be8
CR2: 

Anyone?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pcHDTV3000 - Anyone installed and use this?

2005-05-09 Thread James Colannino
Michael Haan wrote:

Can anyone help?
  


I just bought one and recently got it working :)

I'm not quite sure why you're having those problems.  Maybe you don't
have dvb or v4l2 support compiled either into your kernel or as modules?

By the way, just as a sidenote, the order I modprobed the drivers was:

cx8800
cx88-dvb

cx8800 is the module that actually registers /dev/video0 (for analog
NTSC) and /dev/video1 (for digital ATSC HDTV.)

Hope this helps.  My guess is simply that you don't have all the support
stuff that you need (v4l2 and dvb specifically.)

James
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pcHDTV3000 - Anyone installed and use this?

2005-05-08 Thread Bob Sanders
On Sun, 8 May 2005 20:40:54 -0400
Michael Haan [EMAIL PROTECTED] wrote:

 2.6.9-r14 on Gentoo.
 
 I've installed the card built the drivers and installed using:
 

I've installed it, but used 2.6.11-r6 along with the latest download of files
from the web site.  No problems.  tvtime lets me watch via the s-vhs connector
as I've not got an antenna yet.

I'd guess you might need to upgrade your kernel.

Bob
-- 
-  
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pcHDTV3000 - Anyone installed and use this?

2005-05-08 Thread Michael Haan
On 5/9/05, Bob Sanders [EMAIL PROTECTED] wrote:
 On Sun, 8 May 2005 20:40:54 -0400
 Michael Haan [EMAIL PROTECTED] wrote:
 
  2.6.9-r14 on Gentoo.
 
  I've installed the card built the drivers and installed using:
 
 
 I've installed it, but used 2.6.11-r6 along with the latest download of files
 from the web site.  No problems.  tvtime lets me watch via the s-vhs connector
 as I've not got an antenna yet.
 
 I'd guess you might need to upgrade your kernel.
 
 Bob
 --
 -
 --
 gentoo-user@gentoo.org mailing list
 
 

A kernel upgrade is problematic.  I've tried 2.6.10 and 2.6.11 but
there appear to be issues with support for my onboard sata controller.
 There must be a way to make this work.

-- 
gentoo-user@gentoo.org mailing list