Ubuntu Installation :: Make Localmodconfig Doesn't Work

Aug 23, 2010

The announcement of several new make scripts in the 2.6.32 release notes is very exciting.Most people uses the kernel shipped by distros - and that's good. But some people like to compile their own kernels from kernel.org, or maybe they like following the Linux development and want to try it. Configuring your own kernel, however, has become a very difficult and tedious task - there're too many options, and some times userspace software will stop working if you don't enable some key option. You can use a standard distro .config file, but it takes too many time to compile all the options it enables.

To make easier the process of configuration, a new build target has been added: make localmodconfig. It runs "lsmod" to find all the modules loaded on the current running system. It will read all the Makefiles to map which CONFIG enables a module. It will read the Kconfig files to find the dependencies and selects that may be needed to support a CONFIG. Finally, it reads the .config file and removes any module "=m" that is not needed to enable the currently loaded modules. With this tool, you can strip a distro .config of all the unuseful drivers that are not needed in our machine, and it will take much less time to build the kernel. There's an additional "make localyesconfig" target, in case you don't want to use modules and/or initrds.

View 1 Replies


ADVERTISEMENT

Debian Configuration :: Make Localmodconfig Failing To Function Properly?

Aug 23, 2010

The announcement of several new make scripts in the 2.6.32 release notes is very exciting.1.8. Easy local kernel configuration.Most people uses the kernel shipped by distros - and that's good. But some people like to compile their own kernels from kernel.org, or maybe they like following the Linux development and want to try it. Configuring your own kernel, however, has become a very difficult and tedious task - there're too many options, and some times userspace software will stop working if you don't enable some key option. You can use a standard distro .config file, but it takes too many time to compile all the options it enables.

To make easier the process of configuration, a new build target has been added: make localmodconfig. It runs "lsmod" to find all the modules loaded on the current running system. It will read all the Makefiles to map which CONFIG enables a module. It will read the Kconfig files to find the dependencies and selects that may be needed to support a CONFIG. Finally, it reads the .config file and removes any module "=m" that is not needed to enable the currently loaded modules. With this tool, you can strip a distro .config of all the unuseful drivers that are not needed in our machine, and it will take much less time to build the kernel. There's an additional "make localyesconfig" target, in case you don't want to use modules and/or initrds.

View 1 Replies View Related

Ubuntu Installation :: Stuck Compiling Kernel Using Localmodconfig

Jun 13, 2011

I'm about to compile a custom kernel using localmodconfig using the guide on this page. Everything's gone well but now I'm stuck. Can anyone work out what the syntax of the part in bold below is supposed to be? I have tried all combinations, e.g. linux-source-2.6.35-Myimage, and a few other permutations. Nothing seems to work.

Ubuntu kernels build with debugging information on, which makes the resulting kernel modules (*.ko files) much larger than they would otherwise be. To turn this off, go into the config's "Kernel hacking"<!-- ; then, under "Kernel debugging", --> and turn OFF "Compile the kernel with debug info".I've hit a few brick walls on the way but they turned out to be wet cardboard.

View 1 Replies View Related

Ubuntu Multimedia :: Creative Webcam Doesn't Work - How To Make It Work

Feb 17, 2011

how to make creative web cam working with ubuntu

View 1 Replies View Related

Ubuntu :: Compiz Doesn't Work - How To Make It Work

Jul 29, 2010

I'm having trouble getting compiz to work on my Laptop. It worked for a while and then I turned on Shift Switcher and a message popped up saying..."The new value for the button binding for the action Terminate in plugin Shift Switcher conflicts with the action Zoom Window of the Scale Addons plugin. Do you wish to disable Zoom Window in the Scale Addons plugin?" I was given the option of Set Terminate anyway, Don't set Terminate, and Disable Zoom Window. I clicked Don't set Terminate and ever since the only thing that works in compiz are the bindings in the general options. I've used synaptic to completely remove and then reinstall compiz but the problem persist. Something else weird, all of the changes I made are still there, even after complete removal, but they don't work?

View 2 Replies View Related

Ubuntu :: Hibernate Doesn't Work - How To Make It Work

Oct 29, 2010

When I try to hibernate, the computer just goes to a blank, black screen and doesn't turn off. I have to hold the power button to get it to shut down, and when I turn it back on none of the programs running before hibernation have been saved.

View 8 Replies View Related

Ubuntu :: Unity Doesn't Work - How To Make It Work

Feb 16, 2011

I just recently (about an hour ago) installed Ubuntu Netbook edition on my old laptop, and I was greeted with the message, that unity could not be run due to some sort of missing driver...fair enough, I was then greeted with the default Ubuntu desktop, I installed all my needed software (wine, google chrome) and installed the missing display drivers. I then rebooted the system, and once again I am stuck with the default desktop, and not the Unity interface. I checked the software center, and it says Unity IS in fact installed.. And yet I cannot make it appear. So now I ask you Ubuntu veterans. How do I make it work?

P.S. I wiped the system of windows, and the computer is an old HP Pavilion DV6000

View 2 Replies View Related

Ubuntu :: Make A Launcher For It And Everything Tried Doesn't Work?

Oct 17, 2010

I got Songbird here: [URl]... I've been trying to make a launcher for it and everything i've tried doesn't work. I've tried browsing for it and i've fiddled around with a few commands, but I can't get anything to work.

View 9 Replies View Related

Fedora :: When Use Yum To Make Cache,it Looks Like Doesn't Work At All?

Nov 20, 2010

I have some problem with yum. When I use yum to make cache,it looks like doesn't work at all.Just like this:

Code:
[root@localhost ~]# yum makecache
Loaded plugins: presto, refresh-packagekit

[code]....

View 12 Replies View Related

Software :: Command 'make' Doesn't Work While Trying To Install Git 1.7.4

Apr 6, 2011

I am facing issues while trying to compile git-1.7.4 on Red Hat Linux release 8.0 (Psyche) machine. I have given steps that I have followed.

[code]....

View 3 Replies View Related

Hardware :: NVidia HDMI Audio Doesn't Work / Make It Possible?

Mar 12, 2011

I've seen this problem on dozens of different forums but I haven't found anybody with my specific problem or a solution that has worked. I have an nVidia GeForce 8400GS which I just installed in my Debian box and I can't get the HDMI audio to work. Kernel version is 2.6.32-5-amd64, nvidia driver version is 260.19.36, alsa version is 1.0.21. Output of lsmod shows that nvidia module is loaded. Output of aplay -l code...

I feel like I've looked everywhere on the internet for a solution to this and I just can't find one. It seems that everybody is able to see their nVidia audio device using aplay -l and then the solution goes from there.

View 2 Replies View Related

General :: MAKE BZIMAGE Doesn't Work When Compile And Install New Kernel?

Jul 19, 2010

whenever i'm in the process of compiling and installing a new kernel in ubuntu lucid lynx i get an error message when i get to the make bzimage part is there some sort of program that i needed to install first or is there an alternative to doing this.

View 8 Replies View Related

OpenSUSE Multimedia :: How Do I Make VLC Work - Whenever Load Disc Doesn't Give Option To Play

Jun 5, 2011

I am using Suse 11.4, with the Gnome desktop. I have downloaded the VLC player, but cannot work out how to make it play CDs in the CD drive. Right clicking on the Audio Disc icon that appears on the desktop whenever I load a disc doesn't give me an option to Play using VLC. Is there a way to make VLC the default player for CDs?

View 9 Replies View Related

Fedora Installation :: 10 Doesn't Come With GCC And Make?

Jun 6, 2009

I know this sounds weird but the Fedora 10 I installed doesn't have gcc and makefile in it. I burned a CD from fedora.org and could it be the problem with the CD I burned? During installation, it didn't ask me to choose what packages I wanna install.

I don't know much about live CD but this installation procedure is different from my previous experience. It firstly take me to a 'virtual' linux desktop and I started the installation through clicking a Installation icon on it. Is this what so called live cd installation?

View 7 Replies View Related

Ubuntu Installation :: Cannot Make Virtualbox Work In 10.04

May 21, 2010

I cannot make Virtualbox work in Ubuntu 10.04 (upgraded from Ubuntu 8.04). I tried both to install Virtualbox OSE from Package Manager and Virtualbox 3.2 downloaded from the Virtualbox site (32 bits version, as my OS). Installation is OK, but when I try to run it, I get an error message:

Error in home. virtualbox.xml (line3) cannot handle settings version 1.2-linux. Code: NS_ERROR_FAILURE (080004005). Virtualbox would be good because it allows running some Windows applications or games. Wine seems useless, only a couple of applications run in Wine and practically no games. It keeps warning me about DirectX etc. I can't understand why Wine exists at all.

View 2 Replies View Related

Fedora Installation :: Flash Plugin Installation Doesn't Work - F11 - Mozilla 3.5

Oct 7, 2009

I have already downloaded and installed the latest version of Adobe Flashplayer...

Quote:

But flash still doesn't work - there is no flash plugin in Firefox plugin list also.

I've tried to close-open Firefox, log out-log in, reboot - nothing.

OS Fedora 11 x64. I don't know, what am I doing wrong?

View 4 Replies View Related

Ubuntu Installation :: 10.04 Doesn't Work On Computer?

Jun 1, 2010

Ubuntu 10.04 doesn't seem to work on my computer. When I install it (tried both CD, DVD and USB-stick) all I see is "Ubuntu" with a number of dots underneath, and after a while the screen turns black.I also tried the alternative ISO (with non-graphical interface), and that installation worked; I could partition the HD, enter username and password and it copied all files to the HD. But when it said it was finnished, and I rebooted the computer (without the installation media) "Ubuntu" shows on screen with a nuber of dots underneath, and after a while the screen turns black.The computer is new, has an i5-750 CPU, 4GB RAM and a XFX Radeon 5670 1GB graphics adapter and two identical HD:s, one with a working Windows 7 installation (disconnected when I try installing Ubuntu).

View 5 Replies View Related

Ubuntu Installation :: Theme Doesn't Work

Oct 11, 2010

Upgraded from 10.04 to 10.10 using standard Update Manager procedure. Now themes don't work. When I change the theme, the window decorations change accordingly, but the contents of the windows (controls, panels) are in the raw X look (I don't know how else to put it) and do not change regardless of theme selection. I've tried customizing the theme and selecting something different on the "Controls" tab, but it doesn't work.

X is working properly with Nvidia driver, Compiz is working properly as well. Killing Compiz didn't help with the theme problem.I used 64-bit Lucid, so I guess it upgraded to 64-bit Maverick.

View 9 Replies View Related

Ubuntu Installation :: Make Desktop Pretty And Mic Work?

Apr 13, 2011

I'm fairly new to using Linux. I just had a simple opinion based, question and one direct question: 1) What are some package options I can use to make my desktop environment prettier? I have Compiz Fusion installed, I use the cube and and Expo. I'd like to have background options for the expo and I'd like some better, Sci-FI-ish Themes under System>Preferences>Appearence. 2) As for what I need to know directly, I have a built in Microphone on my Laptop (Compaq 8510w) and I'm fairly sure I haven't installed a package or driver option to allow it to work for Skype ect... What might that/those package(s) be?

View 3 Replies View Related

Ubuntu Installation :: Stop Promoting U9.10 It Doesn't Work / Fix It?

Feb 24, 2010

Every time I've tried to install 9.10, it will not run. I get "Grub - " and it just hangs there. I shouldn't have to deal with that. Why can't I just have a happy install like usual? 9.10 / Grub2 is not stable and it needs fixing. Grub2 sucks. It's in beta and no-one tells you that unless you do some looking. I've tried to fix it, can't. Linux really sucks for me right now.

View 3 Replies View Related

Ubuntu Installation :: Automatic Update Doesn't Work

Mar 20, 2010

I have a kind o Kubuntu-Studio 9.10

I installed from Ubuntu Karmic minimal, so i did install KDE.

i have update-manager-kde, update-notifier-kde and kpackage kit installed. for manual installing i use synaptic though.

in the repositry-manager the automatic updates are anabled (daily).

but it is not checking for updates. i checked manually in synaptic, and there are updates available.

so, how do i let it check automaticly for updates?

View 3 Replies View Related

Ubuntu Installation :: Enigmail Doesn't Work With SeaMonkey?

May 19, 2010

I just installed Ubuntu 9.10 amd64 on a laptop for my parents. They use SeaMonkey with Enigmail for their e-mail. They complained that they couldn't read their e-mail.

I did apt-get install enigmail.
Here are the versions that are installed:
enigmail 2:0.95.7-1ubuntu2
seamonkey 1.1.17+nobinonly-0ubuntu1

Unfortunately, enigmail didn't show up in SeaMonkey. I looked at the files it installed. It looks like it only points Thunderbird at enigmail, but not SeaMonkey.

How do I get enigmail to work with SeaMonkey? Is there another package I can install? Or do I have to manually move around the files?

View 2 Replies View Related

Ubuntu Installation :: Can't Install 10.04 - Keyboard Doesn't Work ?

Jun 10, 2010

I'm trying to install 10.04 but my Logitech diNovo Edge wireless USB keyboard doesn't work.

View 1 Replies View Related

Ubuntu Installation :: Wubi On D: Partition Doesn't Work?

Jun 13, 2010

I installed Ubuntu 10.04 with WUBI. In the setup wizard in windows, I selected the D partition to install Ubuntu on. It extracted the files, and after a reboot, and selecting Ubuntu, the Ubuntu setup wizzard appeared. After it was done, it rebooted. I selected Ubuntu, and this appeared on my screen:

Code:

booting from (hd0,0)...

And there it stucks! I tried editing C:oot.ini, to let it select the ubuntu files.

My original boot.ini file:

Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS

[Code].....

I have very little space on my system partition (C:) So, I installed it on D:. I'm using Windows XP Professional SP2.

View 4 Replies View Related

Ubuntu Installation :: Disk Utility Doesn't Work?

Jun 28, 2010

I found it is impossible to format partition during Ubuntu 10.04 installation.
My storage configuration is as following. 1TB (500GB X 2) AHCI RAID 0 (it is said fake raid) and covers below 4 partitions.

/dev/mapper/pdc_dgbbagea1 9621688 5872752 3260168 65% /
/dev/mapper/pdc_dgbbagea4 945587172 95673304 802259056 11% /home
/dev/mapper/pdc_dgbbagea3 9698380 1363364 7846240 15% /opt
Partition 2 is swap partition and root partition is ext3 original.

Since there is no enough space for upgrading, I try to format root partition and install a complete pure new OS. After I booting up system from Live or Alternative disk, I try to switch root partition from file system ext3 to ext4 and format it. However, Formating process always get failed after couple trying. Even I quit installation and use tools "Disk Utility" to check and adjust partition information. It reports device is busy.

View 1 Replies View Related

Ubuntu Installation :: Asterisk Reinstall Doesn't Work

Jul 8, 2010

I first installed asterisk using sudo apt-get install asterisk on ubuntu 10.04. After doing this the SIP packages did not install for some odd reason.I uninstalled asterisk using sudo apt-get remove asterisk then reinstalled and now none of the asterisk config files are gone. deleted all files and directories I could find relating to asterisk, rebooted the machine, did a kernal upgrade, and a package update and reinstalled asterisk using sudo apt-get install asterisk, and all the config files are still missing. What am I missing here!

View 6 Replies View Related

Ubuntu Installation :: USB-Flash-Drive Doesn't Work

Oct 13, 2010

I have installed Ubuntu 10.10 on a 16GB USB-Stick using the Startup Disk Creator. After booting from it, I saw the progress dots running on the start screen running for ever (30 minutes until I switched off my Laptop). The whole time the in-use LED of my Harddrive was on. What is Ubuntu doing so long on my Harddisk?How can I manage, that it will work properly?

View 9 Replies View Related

Ubuntu Installation :: VirtualBox & Remastersys Doesn't Work

Nov 8, 2010

VirtualBox: So, with VB, testing out stuff without messing up your actual operating system (in my case Linux). (I had more to say but can't remember atm) Remastersys: Well, I think I MIGHT have a reason as to why Remastersys doesn't work for me. I think I might have downloaded the wrong repository thing. I downloaded:

[Code]...

I ask because of the word Lucid is in the sentence. What do you all think, should I un-install remastersys and downloaded the one with the word Lucid in it and see if that makes a difference as to whether the program makes a proper .iso file or not?

View 2 Replies View Related

Ubuntu Networking :: Ping Doesn't Work After 10.10 Installation?

Dec 22, 2010

I installed ubuntu 10.10 today and when i open the browser it doesn't show any sites. I tried

> ping www.google.com
ping : unknown host www.google.com
> telnet > open localhost

[code]....

View 1 Replies View Related

Ubuntu Installation :: Emacs Extensions Doesn't Work?

Feb 9, 2011

I've just moved from openSuSE to Kubuntu 10.10 - and I find almost all of emacs extentions not working. For example - see the report of emacs --degug-init

Here it says that emacs have encoutered problems while loading autopair.el
But it was working on openSuSE! Or I have done smth wrong?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved