Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Which ivtv driver for gentoo-sources-2.6.23-r5?
Date: Wed, 26 Dec 2007 01:02:58
Message-Id: 5bdc1c8b0712251657l5ced1101wda94c17465cc4a05@mail.gmail.com
1 I'm having trouble getting ivtv-1.0.3-r1 to install correctly under
2 2.6.23-gentoo-r5. The driver loads but throws a message about not
3 being able to load a driver for a cx25840. When I look at make
4 menuconfig it seems like I've called out for the driver to get built
5 but it's not in /lib/modules.
6
7 What version of ivtv is correct for this kernel?
8
9 Thanks,
10 Mark
11
12 Linux video capture interface: v2.00
13 ivtv: Start initialization, version 1.0.0
14 ivtv0: Initializing card #0
15 ivtv0: Autodetected Hauppauge card (cx23416 based)
16 ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 11
17 ACPI: PCI Interrupt 0000:01:0a.0[A] -> Link [LNK1] -> GSI 11 (level,
18 low) -> IRQ 11
19 ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
20 ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
21 ivtv0: Encoder revision: 0x02060039
22 tveeprom 0-0050: Hauppauge model 26032, rev C199, serial# 2978579
23 tveeprom 0-0050: tuner model is TCL 2002N 5H (idx 99, type 50)
24 tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
25 tveeprom 0-0050: audio processor is CX25841 (idx 35)
26 tveeprom 0-0050: decoder processor is CX25841 (idx 28)
27 tveeprom 0-0050: has no radio, has IR receiver, has IR transmitter
28 ivtv0: Autodetected Hauppauge WinTV PVR-150
29 ivtv0: Reopen i2c bus for IR-blaster support
30 tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
31 cx25840: Unknown parameter `fastfw'
32 ivtv0: Failed to load module cx25840
33 wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver #0)
34 tuner 0-0061: type set to 50 (TCL 2002N)
35 ivtv0: i2c hardware 0x00000001 (cx2584x) not found for command 0xc008561c
36 ivtv0: i2c addr 0x44 not found for command 0x4008646f
37 ivtv0: i2c hardware 0x00000001 (cx2584x) not found for command 0x4008646d
38 ivtv0: i2c hardware 0x00000001 (cx2584x) not found for command 0xc008561c
39 ivtv0: i2c hardware 0x00000001 (cx2584x) not found for command 0xc008561c
40 ivtv0: i2c hardware 0x00000001 (cx2584x) not found for command 0xc008561c
41 ivtv0: Registered device video0 for encoder MPEG (4 MB)
42 ivtv0: Registered device video32 for encoder YUV (2 MB)
43 ivtv0: Registered device vbi0 for encoder VBI (1 MB)
44 ivtv0: Registered device video24 for encoder PCM audio (1 MB)
45 ivtv0: Initialized card #0: Hauppauge WinTV PVR-150
46 ivtv: End initialization
47
48
49 Symbol: VIDEO_CX25840 [=m]
50 
51  Prompt: Conexant CX2584x audio/video decoders
52 
53  Defined at drivers/media/video/cx25840/Kconfig:1
54 
55  Depends on: HAS_IOMEM && VIDEO_CAPTURE_DRIVERS && VIDEO_DEV &&
56 !VIDEO_HELPER_CH 
57  Location:
58 
59  -> Device Drivers
60 
61  -> Multimedia devices
62 
63  -> Video For Linux (VIDEO_DEV [=m])
64 
65  -> Video capture adapters (VIDEO_CAPTURE_DRIVERS [=y])
66 
67  -> Autoselect pertinent encoders/decoders and other
68 helper chips (VID 
69  -> Encoders/decoders and other helper chips
70 
71  Selects: FW_LOADER
72 
73  Selected by: VIDEO_IVTV && HAS_IOMEM && VIDEO_CAPTURE_DRIVERS &&
74 VIDEO_DEV && V 
75
76
77 gandalf linux # lsmod
78 Module Size Used by
79 sbp2 17800 0
80 ohci1394 25712 1
81 ieee1394 71092 2 sbp2,ohci1394
82 usbhid 23232 0
83 usblp 10432 0
84 uhci_hcd 19084 0
85 ehci_hcd 25100 0
86 ohci_hcd 17412 0
87 i2c_nforce2 4736 0
88 nvidia 4703280 0
89 wm8775 4620 0
90 tuner 56360 0
91 ivtv 112400 0
92 firmware_class 6720 1 ivtv
93 i2c_algo_bit 4932 1 ivtv
94 cx2341x 9988 1 ivtv
95 tveeprom 13328 1 ivtv
96 i2c_core 17872 7
97 i2c_nforce2,nvidia,wm8775,tuner,ivtv,i2c_algo_bit,tveeprom
98 videodev 23936 1 ivtv
99 v4l2_common 14400 5 wm8775,tuner,ivtv,cx2341x,videodev
100 v4l1_compat 11652 2 ivtv,videodev
101 snd_intel8x0 26012 1
102 snd_ac97_codec 86624 1 snd_intel8x0
103 ac97_bus 1792 1 snd_ac97_codec
104 nvidia_agp 5852 1
105 agpgart 24048 2 nvidia,nvidia_agp
106 gandalf linux #
107
108 gandalf linux # modprobe cx25840
109 FATAL: Error inserting cx25840
110 (/lib/modules/2.6.23-gentoo-r5/kernel/drivers/media/video/cx25840/cx25840.ko):
111 Unknown symbol in module, or unknown parameter (see dmesg)
112 gandalf linux #
113
114 In dmesg I see this:
115
116 cx25840: Unknown parameter `fastfw'
117 cx25840: Unknown parameter `fastfw'

Replies

Subject Author
Re: [gentoo-user] Which ivtv driver for gentoo-sources-2.6.23-r5? forgottenwizard <phrexianreaper@××××××××.com>