Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
3.17.7 gentoo-sources config missing some video [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
splurben
Apprentice
Apprentice


Joined: 03 Feb 2004
Posts: 197
Location: Augusta, Southwest Western Australia

PostPosted: Fri Jan 09, 2015 5:21 am    Post subject: 3.17.7 gentoo-sources config missing some video [SOLVED] Reply with quote

Not sure what I'm doing wrong here.

I'm trying to enable CX23885 chipset in Multimedia Video section of kernel 3.17.7 after a motherboard upgrade.

I have my old .config file backed up, but started a new one with a generic .config to use with the substantially newer motherboard.

I haven't been able to get my DVB card going and there doesn't even seem to be an option in the .config file and I'm wondering how that is.

The new 3.17.7 config:
Code:
# grep -i cx23 .config
#


The backed up previous 3.17.7 config:
Code:
# grep -i cx23 .backup_config
CONFIG_VIDEO_CX231XX=m
CONFIG_VIDEO_CX231XX_RC=y
CONFIG_VIDEO_CX231XX_ALSA=m
CONFIG_VIDEO_CX231XX_DVB=m
CONFIG_VIDEO_CX23885=m
CONFIG_VIDEO_CX2341X=m
#


Backup config can be found here: http://pastebin.com/fzLbfrLL
Current config can be found here: http://pastebin.com/RFesdTjL

Here's the post in which I was directed to create a new config.
https://forums.gentoo.org/viewtopic-p-7676430.html#7676430

The DIFF was so overwhelmingly voluminous that I simply used the new config, but I think that's where my problems started because now there seems to be heaps missing from the config and I'm gonna be starting over again if I'm not lucky.
_________________
--=>Like... Goodness had nothing to do with it.<=--


Last edited by splurben on Sat Jan 10, 2015 9:11 am; edited 1 time in total
Back to top
View user's profile Send private message
splurben
Apprentice
Apprentice


Joined: 03 Feb 2004
Posts: 197
Location: Augusta, Southwest Western Australia

PostPosted: Fri Jan 09, 2015 5:38 am    Post subject: make localyesconfig… Reply with quote

obviously running make localyesconfig stripped 2000 lines out of my config

so I have a running kernel, but heaps of missing kernel config

ugh

Can anyone point me to a place in the kernel tree where a generic config lives so I can start over with a clean one?
_________________
--=>Like... Goodness had nothing to do with it.<=--
Back to top
View user's profile Send private message
bammbamm808
Guru
Guru


Joined: 08 Dec 2002
Posts: 548
Location: Hawaii

PostPosted: Fri Jan 09, 2015 6:26 am    Post subject: Reply with quote

There's an included generic config? You could boot a live CD and copy that .config to your /usr/src/linux.

When starting over, I've always just:

make mrproper
make menuconfig

and worked through it methodically.
_________________
MSI MAG B550 Tomahawk
Ryzen 3900x
32Gb Samsung B-die (16GB dual rank x2) DDR4 @ 3200MHz, cl14
Geforce RTX 2070S 8GB
Samsung m.2 NVME pcie-3.0
Etc....
Back to top
View user's profile Send private message
splurben
Apprentice
Apprentice


Joined: 03 Feb 2004
Posts: 197
Location: Augusta, Southwest Western Australia

PostPosted: Fri Jan 09, 2015 6:27 am    Post subject: Reply with quote

bammbamm808 wrote:
There's an included generic config? You could boot a live CD and copy that .config to your /usr/src/linux.

When starting over, I've always just:

make mrproper
make menuconfig

and worked through it methodically.


Cheers
_________________
--=>Like... Goodness had nothing to do with it.<=--
Back to top
View user's profile Send private message
splurben
Apprentice
Apprentice


Joined: 03 Feb 2004
Posts: 197
Location: Augusta, Southwest Western Australia

PostPosted: Fri Jan 09, 2015 8:34 am    Post subject: Reply with quote

splurben wrote:
bammbamm808 wrote:
There's an included generic config? You could boot a live CD and copy that .config to your /usr/src/linux.

When starting over, I've always just:

make mrproper
make menuconfig

and worked through it methodically.


Cheers


Nope, 2000 lines of config file are still missing after:
Code:
# make mrproper
# make menuconfig

something else is the matter
_________________
--=>Like... Goodness had nothing to do with it.<=--
Back to top
View user's profile Send private message
splurben
Apprentice
Apprentice


Joined: 03 Feb 2004
Posts: 197
Location: Augusta, Southwest Western Australia

PostPosted: Fri Jan 09, 2015 8:41 am    Post subject: How many lines should there be? Reply with quote

How many lines (roughly) should there be in an ~amd64 gentoo-sources 3.17.7 kernel config?

I've got a serious mess on my hands here.
_________________
--=>Like... Goodness had nothing to do with it.<=--
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Jan 09, 2015 8:51 am    Post subject: Re: How many lines should there be? Reply with quote

splurben wrote:
How many lines (roughly) should there be in an ~amd64 gentoo-sources 3.17.7 kernel config?
That strongly depends on which options you have (de)activated. Deactivation of one option can remove many lines in .config.
In case you were missing or cannot find an option, menuconfig has a nice search function. Just type "/"
Back to top
View user's profile Send private message
splurben
Apprentice
Apprentice


Joined: 03 Feb 2004
Posts: 197
Location: Augusta, Southwest Western Australia

PostPosted: Fri Jan 09, 2015 9:21 am    Post subject: Re: How many lines should there be? Reply with quote

charles17 wrote:
splurben wrote:
How many lines (roughly) should there be in an ~amd64 gentoo-sources 3.17.7 kernel config?
That strongly depends on which options you have (de)activated. Deactivation of one option can remove many lines in .config.
In case you were missing or cannot find an option, menuconfig has a nice search function. Just type "/"


I'm not talking about 'active' lines. I'm talking about active and commented lines.
_________________
--=>Like... Goodness had nothing to do with it.<=--
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Jan 09, 2015 10:21 am    Post subject: Re: How many lines should there be? Reply with quote

splurben wrote:
I'm not talking about 'active' lines. I'm talking about active and commented lines.
Also the number of "active and commented lines" strongly depends on which items you have (de)activated in menuconfig. Deactivating an item can also remove a lot of commented lines from .config.
Back to top
View user's profile Send private message
splurben
Apprentice
Apprentice


Joined: 03 Feb 2004
Posts: 197
Location: Augusta, Southwest Western Australia

PostPosted: Sat Jan 10, 2015 9:11 am    Post subject: Re: How many lines should there be? Reply with quote

charles17 wrote:
splurben wrote:
I'm not talking about 'active' lines. I'm talking about active and commented lines.
Also the number of "active and commented lines" strongly depends on which items you have (de)activated in menuconfig. Deactivating an item can also remove a lot of commented lines from .config.


Thanks guys, I thought I had a corrupted .config but thanks to your help I understand that lines are actually removed from the config by menuconfig as opposed to simply being commented. I have found my missing device drivers. THANK YOU for all your help!
_________________
--=>Like... Goodness had nothing to do with it.<=--
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum