Gentoo Archives: gentoo-user

From: Franz Fellner <alpine.art.de@×××××.com>
To: Gentoo <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Kernel option missing - very frustrating...
Date: Sun, 15 Dec 2019 17:37:02
Message-Id: CADtyuE6oSysdkwiDAtvYdX4Asq887Srz9G2f91AGqiN5Kf22xQ@mail.gmail.com
In Reply to: [gentoo-user] Kernel option missing - very frustrating... by Daniel Frey
1 I can't see CONFIG_VIDEO_DEV in your list.
2
3 Am So., 15. Dez. 2019 um 19:26 Uhr schrieb Daniel Frey <djqfrey@×××××.com>:
4
5 > Well, I bought a new TV tuner card for MythTV, a Hauppauge QuadHD.
6 >
7 > It uses the cx23885 driver, but I can't find it anywhere.
8 >
9 > According to menuconfig:
10 >
11 > Symbol: VIDEO_CX23885 [=n]
12 >
13 >
14 >
15 > Type : tristate
16 >
17 >
18 >
19 > Prompt: Conexant cx23885 (2388x successor) support
20 >
21 >
22 > Location:
23 > -> Device Drivers
24 >
25 >
26 > -> Multimedia support (MEDIA_SUPPORT [=y])
27 >
28 >
29 > (1) -> Media PCI Adapters (MEDIA_PCI_SUPPORT [=y])
30 >
31 > But it isn't there.
32 >
33 > I checked its dependencies:
34 >
35 > Depends on: MEDIA_SUPPORT [=y] &&
36 > MEDIA_PCI_SUPPORT [=y] &&
37 > (MEDIA_ANALOG_TV_SUPPORT [=n] || MEDIA_DIGITAL_TV_SUPPORT [=y]) &&
38 > DVB_CORE [=y] &&
39 > VIDEO_DEV [=n] &&
40 > PCI [=y] &&
41 > I2C [=y] &&
42 > INPUT [=y] &&
43 > SND [=y] &&
44 > RC_CORE [=y]
45 >
46 > ..and... :
47 >
48 > # grep
49 > 'CONFIG_MEDIA_SUPPORT=\|CONFIG_MEDIA_PCI_SUPPORT=\|CONFIG_MEDIA_ANALOG_TV_SUPPORT=\|CONFIG_MEDIA_DIGITAL_TV_SUPPORT=\|CONFIG_DVB_CORE=\|CONFIG_VIDEO_DEV=\|CONFIG_PCI=\|CONFIG_I2C=\|CONFIG_INPUT=\|CONFIG_SND=\|CONFIG_RC_CORE='
50 >
51 > .config
52 > CONFIG_PCI=y
53 > CONFIG_INPUT=y
54 > CONFIG_I2C=y
55 > CONFIG_RC_CORE=y
56 > CONFIG_MEDIA_SUPPORT=y
57 > CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
58 > CONFIG_DVB_CORE=y
59 > CONFIG_MEDIA_PCI_SUPPORT=y
60 > CONFIG_SND=y
61 >
62 > So why on earth isn't it showing? The dependencies should be satisfied.
63 > I hope someone has some insight... I've had this problem before with
64 > tuner cards not showing and I can't remember how I fixed it.
65 >
66 > Kernel version is 5.4.2, but I also tried 4.14.143 with no difference...
67 >
68 >
69 > Dan
70 >
71 >

Replies

Subject Author
Re: [gentoo-user] Kernel option missing - very frustrating... Daniel Frey <djqfrey@×××××.com>