Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Do I have to rebuild my kernel again?
- Date: Tue, 1 Aug 2006 09:38:48 +0900
- From: "Josh Glover" <jmglov@example.com>
- Subject: Re: [tlug] Do I have to rebuild my kernel again?
- References: <44CE888C.8000908@example.com>
On 01/08/06, Dave M G <martin@example.com> wrote:The modules I need are: [4314542.849000] ivtv0: Failed to load module cx25840 [4314542.870000] ivtv0: Failed to load module wm8775 My question is - can I enable the modules without rebuilding the whole kernel over again?Yes you can. And you can even do it without rebooting! cd /usr/src/linux sudo make menuconfig # or, if you prefer: make xconfig # select the two modules and quit, writing a new .config sudo make modules modules_install sudo modprobe cx25840 sudo modprobe wm8775 sudo modprobe ivtv If you cannot figure out which category the modules you want to enable are in, try opening /usr/src/linux/.config in a text editor and searching for the module names (case insensitive). -Josh
- Follow-Ups:
- Re: [tlug] Do I have to rebuild my kernel again? [SOLVED]
- From: Dave M G
- Re: [tlug] Do I have to rebuild my kernel again?
- From: Stephen J. Turnbull
- References:
- [tlug] Do I have to rebuild my kernel again?
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Trying to clarify the idea of a "Bye-bye Windows"
- Next by Date: Re: [tlug] abbreviations
- Previous by thread: [tlug] Do I have to rebuild my kernel again?
- Next by thread: Re: [tlug] Do I have to rebuild my kernel again? [SOLVED]
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links