Hardware :: Collecting Information For Use In A Kernel Compile?
May 14, 2010
I would like to gather as much system information I can for my box so I can get a better understanding of what needs to be enabled in the kernel. Other than the lspci, lshw output, and knowledge of certain devices connected, does anyone have any other tips they could present me with? Unfortunately, I don't have access to the machine in interests manuals, and I know next to nothing about hardware.
View 3 Replies
ADVERTISEMENT
Nov 29, 2010
i want to compile the vanilla kernel 2.6.37-rc3, but i want to obtain a .rpm file. I found this guide long time ago (i used it many times) but it use src.rpm package and the contained kernel.spec file have many lines for adding patches. Someone know where can i download a kernel.spec for vanilla kernel or a guide to obtain an rpm file
View 4 Replies
View Related
Jul 25, 2010
Lucid 10.04...How do you stop Thunderbird from adding email addresses to the address book from all the newsletters I get?
View 2 Replies
View Related
Nov 30, 2010
I have a simple scripting question. I am trying to list all files that have been modified in the last day and then collect metadata on those files. This command is going to be run on a number of nodes via ssh so I would like to append the hostname to start of each line (the below example has blade1 as the hostname). As you can see the loop is splitting the ls command out onto a separate line for each value. What I need to do is keep the `ls -ld` output all on one line and have the hostname echoed in front of each line.
for i in `find /var -mtime -1 | xargs ls -ld`; do echo `hostname` $i; done
blade1 drwxr-xr-x.
blade1 2
blade1 user
blade1 group
blade1 4096
blade1 Nov
blade1 30
blade1 08:55
blade1 /var/cache/gdm/user
View 8 Replies
View Related
Jul 8, 2010
I've just started learning how to use kismet and aircrack. I'm sniffing my own network to see how vulnerable it is. I'm using aireplay to inject packets, but the number of packets per second in airodump is only about 30 to 50. Is there something that can speed this up a little more? Shouldn't it be able to go faster than this? It's going to take forever to collect at least 300,000 IVs for a 64 WEP key let alone the amount needed for 128 WEP.
wireless card intel iwl3945. Everything works great except for the extremely slow speed of gathering IVs. Also, how can I monitor my network? If someone was using aircrack on me and sending packets, how could I observe that? What should I Google?
View 4 Replies
View Related
Nov 6, 2010
How can I get information similar to proc/net/wireless but for more than just the wireless router I'm connected to. I know there has to be a way because when I'm disconnected from all routers the network manager shows signal strength of all available routers.
View 3 Replies
View Related
Mar 31, 2011
How to get the following information using terminal in ubuntu I googled entire internet but could not find it:
1. What patches has been selected(installed) in my installed kernel(current kernel).
2. List of installed drivers.
View 2 Replies
View Related
Mar 8, 2011
I know that I can get information from my running kernel using the uname command.My question is, how can I retrieve the kernel information from the other distros without booting into them?For example, I have Debian installed on /dev/sdd1 with two kernels in /boot. How do I go about getting the information from these kernels similar to what uname gives?
View 1 Replies
View Related
Jan 1, 2011
To run my other linux distros on another drive I have been manually entering the kernel and initrid info for each distro on the opensuse yast boot loader. For windows 7 it just runs the mbr on the drive windows 7 is on. However I can not get it to do that on the other linux drive. The problem for me is that on every kernel upgrade I have to manually change the info. I would rather have grub on the sdd linux disk take care of it on the upgrades. The drive that holds the other linux versions is sdd. Opensuse is on sdc.
[Code]...
View 3 Replies
View Related
Oct 14, 2010
I wanna compile tha kernel which is old one.how to do that.
View 8 Replies
View Related
Apr 29, 2011
I compiled kernel-2.6.32-71.24.1 on 32-bit rhel6, but there is no kvm.ko. what if I want to use kvm on 32-bit rhel6.
Steps to Reproduce:
1. install kernel-2.6.32-71.24.1.el6.src.rpm
2. rpmbuild -ba kernel.spec
3. find /root/rpmbuild/BUILD/kernel-2.6.32-71.24.1.el6/linux-2.6.32-71.24.1.el6.i686/-name kvm.ko
Actual results:
not found kvm.ko
View 1 Replies
View Related
Dec 16, 2010
Trying to compile the 2.6.36.2 kernel. Its not the first kernel I've compiled, but I've run into a problem I've not come accross before.
While compiling I get this error.
[Code]....
Looks like the headers sys/eventfd.h and linux/virtio_rng.h haven't been selected in my .config file. I just copied my old config from the last kernel I built. This was a while ago (2.6.30), but I thought I'd give it a go anyway.
what config option they are under or what I can do to get rid of this error?
View 2 Replies
View Related
Feb 24, 2010
I want to compile a custom kernel, because I need a path for a device. Here is what I've done:
Code:
$ cd /media/work/temp/
$ apt-get build-dep --no-install-recommends linux-image-$(uname -r)
$ apt-get source linux-image-$(uname -r)
$ cd linux-2.6.31
[Code].....
View 1 Replies
View Related
Apr 13, 2010
Has anyone successfully compiled Symantec AV Autoprotect against the current Ubuntu Kernel?
I am using the kernel 2.6.24-27-generic. I'm following these instructions for Symantec Autoprotect: http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2009081214270148
and when I run the "build.sh" I receive the error message code...
Is there another option or really what am I doing wrong?
View 2 Replies
View Related
Oct 28, 2010
I'm using xubuntu 10.10 on usb, and i compile a new kernel but just i cannot access it. If I used harddisk instead of usb, simply, i can select my new kernel version in grub screen. However, there is no grub when booting from usb. So i cannot any selection.how can i reach the new kernel, when using xubuntu on usb?
View 2 Replies
View Related
Aug 16, 2011
I am new to Linux Kernel. I want to disable branch prediction in kernel and recompile for my research purpose. Can anyone point me to clear instructions on where i can find the kernel config file in ubuntu and steps to recompile the updated kernel
View 1 Replies
View Related
Dec 11, 2010
Recently i downloaded the stable version of kernel from kernel.org then i extract the tarball to /usr/src path , then after i complile the kernel for fuse and ext4 modulescommand which i use is mention below
[root@localhost linux-2.6.36.1]# make menuconfig
[root@localhost linux-2.6.36.1]# make
[root@localhost linux-2.6.36.1]# make modules
[code]...
View 2 Replies
View Related
May 24, 2010
I want to boot into a new kernel like 2.6.34 over the default 2.6.18 RH/centos kernel. i know you cant copy the .config file and use it since there are so many changes so what is the best way to compile the kernel and get the right settings?
View 1 Replies
View Related
Apr 3, 2010
I'm looking for a good kernel guide for practical tips on how to compile my kernel for better speed. At the moment I'm using genkernel under gentoo and just taking the default options (with a splash). This compiles for ages and takes a good while to load.The kind of things I'm looking for are advice on:Removing modules from the kernel that are not loaded during normal use.Core components which can (and should) be loaded as non-modules for speed of boot.How to save and load kernel options so they don't have to be repeated every time I want to compile a kernel.
View 5 Replies
View Related
Jan 1, 2010
i tried to compile linux kernel 2.6.31 on Fedora 12: the make , make modules and modules install ran successfully but problem with make install while trying to create image it looks for mkinitrd command which is not available i downloaded and installed the mkinitrd pckg and make install was now successful i got kernel img and initrd img in /boot
also grub was updated properly but i m not able to boot up the new kernel the problem the initrd seems to be and uknown type file to fedora core and the current kernel has initramfs img with a .cpio extn instead of initrd
View 3 Replies
View Related
Aug 31, 2010
A while back I compiled a custom kernel, 2.6.35. I forgot to add UDF support when configuring and compiling. Will I need to re-compile the kernel to get UDF support or is there some other way I can add it?
View 6 Replies
View Related
Aug 1, 2011
I am gonna compile and install new kernel 3.0?
what is your suggestion?
shall i? on my duo Core? with 2.7 gb ram?
View 1 Replies
View Related
Apr 5, 2010
so my problem is how to recompile my kerenl with TUN/TAP driver,i got how to compile the kernel with TUN/TAP driver every thing is going OK, when i run the commends , just in the last commend when i reboot my laptop i choose grub to enter on new kernel , but when i choose it , i got black screen .so please help me to solve this problem , for more information about my laptop , i have just one partition my root is (hd1,1). my ram is 2G, speed 2GHZ, i use Linux-2.6.27.42, but the new one is the last kernel available in website. i am in rush please inform me as soon as possible,
View 10 Replies
View Related
Jul 6, 2010
i have downloaded .src.rpm file from net.i dont know how to compile that.can u tell me the basics of linux kernel compilation.how to compile a kernel. how to install or modify the existing running kernel with tat. etcI am using fedora 12 it has 2.6.31.5-127.fc12.i686.PAE
View 5 Replies
View Related
Jan 12, 2011
I installed a fedora with kernel 2.6.15-1 (quite old, isn't it ?) on my vmware workstation and try to compile a new kernel with 2.6.15.2 just for testing. I download the kernel and compile with that:make menuconfig make modules-install install
then I reboot the server but if i choose the new kernel. the system poped up the error msg like : Unable to find device-mapper major/Minor No volume groups found unable to find volume group "VolGroup00"
Unable to access resume devices (/dev/VolGroup00/Logvol01)mount: could not find filesystem '/dev/root'
yes. I am using LVM to setup the fedora.
i search online and find some possible causes:
1) the .config does not contain support for LVM.
then i choose to enclude the support for LVM
2) need to re-create initrd i use commond initrd --force-lvm-probe to generate the .img file
But both the method do not work. and i notices that the new '2.6.15.2.img' is about 1.5M which is smaller than the current 2.6.15.1 img (1.7M)
View 14 Replies
View Related
Oct 12, 2010
Has anyone compiled kernel 2.6.35.7 for centos 5.5 x86? I am compiling the kernel for the first time.
[Code]....
But failed to boot the system. find the error message in the image file attached.
View 4 Replies
View Related
Apr 17, 2011
People, there is a tutorial to upgrade the kernel 2.6.38.3(compiling tutorial included =D) to Slackware 13.1??And, this upgrade generate a better performance on system??
View 14 Replies
View Related
Jan 5, 2010
I'm testing ubuntu karmic koala and would like to try it with the 2.6.33 kernel. Do I have to compile my own or is there one available somewhere?
View 4 Replies
View Related
Apr 16, 2011
I'm trying to compile the 2.6.38 kernel (from the Wheezy sources) on my Squeeze laptop and get the following error: "dpkg-buildpackage: error: debian/rules build gave error exit status 2" After doing apt-get build-dep linux-image-2.6.38-2-amd64 and apt-get source linux-image-2.6.38-2-amd64 I did dpkg-buildpackeg and here is what happened:
[Code]...
View 2 Replies
View Related
Sep 1, 2010
I am using the Debian stock kernel. I want a minimal kernel that works on my Pentium 4, 1GB DDR RAM machine. What do I have do to get a less resource hungry OS. Is there already a minimal kernel binary available?
View 2 Replies
View Related