|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] OpenSuse 11.x Kernel Question
|
Opps before I'm corrected here. :-)
cp /boot/config.xxxxxx .config.bak
make mrproper
cp .config.bak .config
make (bah)config ; edit said good known working config then save
(make dep is no longer needed)
make clean
make all
make modules_install install
reboot
Sound like a plan? Comments always welcome.
Or use diff to compare the 2 files, edit and recomplile?
Or just edit the good known config for the options I want to change and recompile?
Playing with Atheros/madwifi stuff and trying to get it to work.
--------------------------------------------------
Brian Vagnoni
PGP Digital Fingerprint
F076 6EEE 06E5 BEEF EBBD BD36 F29E 850D FC32 3955
--------------------------------------------------
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|