Fedora :: Kernel Compilling-make Module_install Error?

Mar 28, 2010

was just trying to recompile my kernel on FC9 for ntfs write support.I googled out the process of kernel compilation for fedora which is:-

1)download kernel source (tar.bz) & untar it in say /usr/src/
2)cp /boot/config<version> /usr/src/linux-.6.25.14/.config
3)cd /usr/src/linux-.6.25.14

[code]....

View 2 Replies


ADVERTISEMENT

Programming :: Compilling C++ Source Code (class) Error?

Feb 24, 2011

please i try to compile the below code on ubuntu with g++ but i was getting an error message

fig03_05.cpp:10: error: new types may not be defined in a return type
fig03_05.cpp:10: note: (perhaps a semicolon is missing after the definition of �GradeBook�)
fig03_05.cpp:32: error: two or more data types in declaration of �main�

[code]...

View 7 Replies View Related

Fedora :: Kernel Compile Error : No Rule To Make Target `missing-syscalls'?

Dec 13, 2009

I am trying to compile a kernel in the following directory:/usr/src/kernels/2.6.30.9-102.fc11.x86_64

Note I am not trying to build an rpm but just do a simple make. After configuring with make menuconfig I issue the make command and get the following error:

Code:
[root@compaq 2.6.30.9-102.fc11.x86_64]# make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
make[1]: *** No rule to make target `missing-syscalls'. Stop.
make: *** [prepare0] Error 2

how to resolve this error? It seems to be fedora-centric.

View 4 Replies View Related

Ubuntu :: Make Menuconfig Returns An Error In Kernel Compilation

Jul 12, 2010

I'm simply trying to compile a vanilla kernel from Kernel.org, I've done it before, however "make menuconfig" returns an error after I've made my changes to the config file.

Code:

Why is make returning that error? I am using a 64-bit kernel.

View 2 Replies View Related

Ubuntu Installation :: Kernel Upgrade / Make: [gconfig] Error 2?

Aug 4, 2011

I want to upgrade my kernel from version 2.6.38-10 to 3 I downloaded the kernel 3 from kernel.org by this command :wget url while i'm in /tmp directory

and i did these commands also

$ tar -xjvf linux-2.6.25.tar.bz2 -C /usr/src
$ cd /usr/src

till now everything is okay so now the next step as my manual

$ make gconfig
that's give me this result
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
make[1]: *** No rule to make target `scripts/kconfig/.tmp_gtkcheck', needed by `scripts/kconfig/gconf.o'. Stop. make: *** [gconfig] Error 2

and the gtk+ is installed correctly but don't know what's wrong exactly .

View 2 Replies View Related

Fedora Servers :: Make PHP Pages - Shows An Internal Error 500 Page But Doesn't Show On What Line And Compile Error Encountered

Feb 1, 2011

I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...

View 3 Replies View Related

Fedora :: Can't Boot After New Kernel Upgrade / Make It Possibla?

Oct 14, 2009

I cant boot into Fedora 10 using the latest kernel. It just hangs after grub, I can still boot into an older kernel. The problem is its a fresh install that I ran a full update on straight away, and now I cant install videoaudio drivers because the kernel-header packages (and others) are installed for the latest kernel. Is there any boot parameters I can try to add when booting that might help?

View 5 Replies View Related

Fedora :: Install The Nvidia Quadro NVS 110 169.04 Drivers - Error "No Precompiled Kernel Interface Was Found To Match Your Kernel"

Nov 2, 2009

I am trying to install the Nvidia Quadro NVS 110 169.04 drivers but am having issues during install. Prior to attempting my install I did install the kernel-devel rpm so it can compile. after running the RPM I get. Quote: No precompiled kernel interface was found to match your kernel; would you like the installer to attempt to download a kernel interface for your kernel from the NVIDIA ftp site [URL]?

which of course does not work. next it says Quote: "No precompiled kernel interface was found to match your kernel; this means that the installer will need to compile a new kernel interface.. i hit okay and move on to. Quote: Error: Unable to find the kernel sources tree for the currently running kernel. Please make sure you have installed the kernel source files for your kernel and that they are properly configured; on Red Hat linux systems, for example be sure you have the 'kernel-source' or 'kernel-devel' RPM installed. if you know the correct kernel source files are installed, you may specify the kernel source path with the "--kernel-source-path' command line option

View 5 Replies View Related

Red Hat :: RHEL 4 - Make Initrd For Kernel Version Different Fromthe Base Kernel?

Mar 12, 2009

The RHEL 4 update 7 installation CD installs the kernel with version 2.6.9-78.EL and therefore must contain corresponding vmlinuz and initrd.img. However I would like to have an all modules initrd that is used during installation but for a different version (2.6.9-78.0.13.EL). Is there a way in which I could obtain/make such an initrd?

View 3 Replies View Related

General :: Make Error - Make[2]: *** No Rule To Make Target

Oct 7, 2010

I am getting an error as below.

How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.

How can I resolve this error.

View 4 Replies View Related

Fedora :: Download Correctly Kernel Source To Enable Driver Make Operation To Proceed?

Dec 20, 2010

I have done a new install of Fedora 14 but the RTL8191 wirless card is not being recognised. Realtek have provided the driver source but the make operation is failing because (I think) Fedora 14 isn't provided with the kernel source to enable it to complete successfully.

Basically (in easy to understand steps): how do I download correctly the Kernel source to enable the driver make operation to proceed?

View 14 Replies View Related

Fedora Installation :: Mkinitrd Can Make Initrd Image With All Hdd Driver - Config To Everytime Update Kernel?

Jul 16, 2009

I install fedora on my usb-hdd. Sometimes i boot it from real machine, sometimes i boot from virtual machine (kvm). When I boot from real machine, hdd driver is usb-storage, when i boot from virtual machine hdd drivers are ata_generic and pata_acpi.

Everytime i update kernel, mkinitrd only create initrd image contains only hdd driver current running, and I must recreate initrd manual with all preload hdd driver. How to config fedora to everytime update kernel, mkinitrd can make initrd image with all hdd driver I need?

View 2 Replies View Related

Fedora :: Make: *** [all] Error 2

Oct 9, 2010

I have problem to install wireless driver rtl8192se.

Quote:

View 14 Replies View Related

Fedora :: Make A Update But Show Some Error

May 7, 2010

I never used Fedora and triyng to make a update but show some error. I have a Dell Inspiron 6400 in Fedora 12.

View 2 Replies View Related

Fedora :: Kernel Error With Encrypted HDD

Oct 12, 2010

i installed Fedora13 a couple of days ago and also activated the encryption of the hdd. But after updating my kernel yesterday, my PC doesn't boot with the new kernel. Choosing the old one still works, so I have still acces to my Files. But how can I use the new kernel? Or how can i completely and forever decrypt my HDD? The whole hdd is encrypted, so the boot and the home stuff isn't accesible without the key. Thats pretty depressing because I felt really intelligent when enabling the encryption

View 2 Replies View Related

Red Hat / Fedora :: VM Workstation 7.1 On 2.6.35 Kernel Error

Nov 27, 2010

I am trying to install VM Workstation 7.1 on Fedora 14 with the 2.6.35 kernel. When I run command vmware-modconfig --console --install-all the output is

Stopping VMware services:
VMware USB Arbitrator [ OK ]
/etc/rc.d/init.d/vmware: line 88: /sbin/lsmod: No such file or directory
VM communication interface socket family [ OK ]
Virtual machine communication interface [ OK ]

[Code]..

I have been trying to get a virtual machine manager working for days and I am at my wits end. I have tried googling /usr/src/kernels/2.6.35.6-48.fc14.x86_64/scripts/recordmcount.pl but to no avail.

View 1 Replies View Related

Fedora :: Compile OLSRd On 15 But 'make' Throws Error

Jul 7, 2011

I am trying to compile OLSRd on Fedora 15 but 'make' throws Error 1. Here is the output:

Code:
[x@localhost olsrd-0.6.0]$ make
/usr/bin/ccache gcc -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wsign-compare -Waggregate-return -Wmissing-noreturn -Wmissing-format-attribute

[Code].....

View 7 Replies View Related

Red Hat / Fedora :: Make: *** - .obj/matrix.o - Error During Installing A Program

Feb 25, 2011

I am trying to install a program and it spews out an error about the .obj/matrix.o file.

The output is quoted here:

Code:

The program I was trying to install is a robot simulator which performs lots of matrix manipulation and linear system solving. I followed every step in the installation guide, except for this one:

On Ubuntu, all you need to do is install the following packages from the package manager:

libblas-dev
liblapack-dev

As shown above, I am using RHEL 6, which has different libraries with Ubuntu. I tried "yum search" and installed these libraries instead: lapack.x86_64 : Numerical linear algebra package libraries blas.x86_64 : The Basic Linear Algebra Subprograms library.

View 2 Replies View Related

Fedora :: Kernel Boot Error After Yum Update F13 / Fix It?

Aug 4, 2010

I ran the update through yum (replicated results twice) and whenever I boot to the new kernel it either freezes on the F logo or screen goes black right after f logo. No commands work whatsoever (tried em all). I can boot to an older kernel (2.6.33.3-85.fc13.x86_64). the ones that fail are: 2.6.33.6-147.fc13.x86_64 and 2.6.33.6-147.2.4.fc13.x86_64.

The Fedora error system gave me a bug report I submitted, here's what I got:

Package: kernel
Latest Crash:Tue 03 Aug 2010 09:46:33 PM
Command: not_applicable
Reason: BUG: unable to handle kernel NULL pointer dereference at 00000000000005b8
Bug Reports:Kernel oops report was uploaded

View 14 Replies View Related

Red Hat / Fedora :: Boot Error After Building New Kernel

Nov 19, 2009

I am using Centos 5 with an old kernel. I want to build the latest version for atheros 5K wireless drivers. So i downloaded, and compiled with the ".config" which is already in /boot , and made it ready to run.

However, whenever i try to boot with new kernel, after choosing it from the grub menu, i got the following error. I tried many many .config files but the result was the same.

Here is the screen capture of the error;

I'm trying this process for a week without any success...

View 5 Replies View Related

Red Hat / Fedora :: Kernel Panic Error At Remote Pc

Jun 25, 2010

how to resolve kernel panic error at my remote RHEL5 server side. i know normal solution through cd &n/w boot and enter in rescue mode and using mkinitrd but with out this how to solve.

View 2 Replies View Related

Red Hat / Fedora :: Error 8: Kernel Must Be Loaded Before Booting

Nov 16, 2010

I'm relatively new to Linux, and have broken many more things than I have fixed.. I guess that's the learning process eh? So here's my problem: I've been experimenting with the mount command, and have mounted my local file system (sda1) to a directory (/mnt/test). I was attempting to mount an external hard drive, and sda1 clearly was not the correct drive (I did eventually discover where the external was located, however sda1 remains tied to that directory). I rebooted my system, and now the Grub command prompt loads. When I type "boot" I'm presented with "Error 8: Kernel must be loaded before booting". I'm assuming this is because I mounted my local file system, but I could be wrong. Does anyone have any ideas how I could remedy this?

View 5 Replies View Related

Red Hat / Fedora :: Make Error During Compilation Of Tinyproxy 1.8.1 Missing Packages?

Mar 13, 2010

Linux mirage 2.6.18-128.1.6.el5 #1 SMP Tue Mar 24 12:10:27 EDT 2009 i686 i686 i386 GNU/Linux

I'm trying to compile tinyproxy for two days now on Redhat and can't seem to figure out whats missing here. The make bombs at:

Code: make[3]: Entering directory
GEN tinyproxy.conf.5
a2x: ERROR: xmllint --nonet --noout --valid /backup/builds/tinyproxy-1.8.1/docs/man5/tinyproxy.conf.xml returned non-zero exit status 4

[Code].....

View 4 Replies View Related

Fedora :: Error While Installing Wireless Driver Using Make In FC12

Mar 17, 2010

The relevant details of my setup are:
Samsung R522 laptop
Realtek RTL8192E wireless network controller (PCI)
Fedora 12, kernel 2.6.32.9-70.fc12.i686 (automatically updated using software update)

My problem is that my wireless card has never worked - basically there aren't any widely available linux drivers, and there are many threads on getting the RTL8192E to work on many different forums, e.g. here, but none specifically for Fedora, so I think that this thread could potentially guide many more users. FYI, my hardwired network connection works perfectly.

Fantastically however, by emailing Realtek support, they'll send you their Linux driver, which most people have claimed works perfectly (although why they haven't just put it on their website is beyond me). SO, I've got a Linux driver for my wireless card. When Realtek emailed me to send me the driver, they said to just 'cd' into the driver directory, then do

su
make clean
make
make install
reboot
./wlan0up or ./wlan1up

OK, so I tried to do this and get the following error:
make: *** /lib/modules/2.6.32.9-70.fc12.i686/build: No such file or directory. Stop.
make: *** [all] Error 2

I don't know enough about linux to understand this error. I really don't want to have to recompile my kernel, and I hope there is some way to install this driver with not too much hassle. How to overcome this error, and install my wireless driver so I can get wireless network access on my Fedora 12 operating system. I've found Fedora 12 really easy to use so far, but this is proving quite hard!

This is the output of 'ls -lh' in the folder which seems to be causing the error, namely /lib/modules/2.6.32.9-70.fc12.i686/
total 3.1M
lrwxrwxrwx 1 root root 46 2010-03-16 22:53 build -> ../../../usr/src/kernels/2.6.32.9-70.fc12.i686
drwxr-xr-x 2 root root 4.0K 2010-03-03 05:28 extra
drwxr-xr-x 11 root root 4.0K 2010-03-16 22:53 kernel
-rw-r--r-- 1 root root 498K 2010-03-16 22:53 modules.alias .....

View 7 Replies View Related

Fedora :: FATAL - Error Inserting Padlock_sha With 2.6.29.5-191 Kernel

Jun 25, 2009

I updated the latest kernel and other new maintenance tonight and started getting this error at boot...doesn't appear to be hindering anything. My encrypted partitions (luks, ext4) still open and are accessible.

modprobe: FATAL: Error inserting padlock_sha (/lib/modules/2.6.29.5-191.fc11.i586/kernel/drivers/crypto/padlock-sha.ko): No such device

See similar errors reported on ubuntu forums... with various recommended workarounds... update/add an alias, blacklist a module, fresh install

View 13 Replies View Related

Fedora :: System Hangs Due To Kernel Error On Shutdown

Feb 20, 2010

I have just made a clean installation of FC12. The only change I have made for now is to disable the NetworkManager and set a static ip address. My problem is that when I click "shutdown" it doesn't complete the shutdown and hangs due to some kind of kernel error. Then I have to use the power-switch to shut it down. It doesn't happen every time, but it happens often (every 3rd shutdown or so).

I get this error-messages on the screen:
Code:
Unmounting file systems:[OK]
Halting system...
--------[ cut here ]-----------
kernel BUG at kernel/time/clockevents.c:262!
invalid opcode: 0000 [#1] SMP
last sysfs file: /sys/mmodule/ip6_tables/refcnt
Modules linked in: {long list}
Pid: 1809, comm: hal Not tainted (2.6.31.12-174.2.22.fc12.i686 #1) OptiPlex GX270
This is exactly whats described here: [URL].

View 2 Replies View Related

Fedora :: Stopping VirtualBox Kernel Module Error

Jun 13, 2010

I have downloaded latest version of sun vm virtual box foe Fedora 13 x64. After installing and creating a VM when I want to start vm I got this error. And when I enter this command on terminal :
/etc/init.d/vboxdrv setup

I get this error:
Code:
[root@localhost arash]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
Log file:

Code:
[root@localhost arash]# cat /var/log/vbox-install.log
Makefile:159: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
[root@localhost arash]#

View 13 Replies View Related

Fedora Hardware :: Kernel Panic During Installation - RAM Error

Sep 9, 2010

I have a system here that tends to have kernel panics during an linux installation, though I was able to perform a vista installation on the same hardware. Now I would like to ask what your suggestion for the cause of that problem is. Here a screenshot: [URL]

I suspect the hd to cause it:
-it is now over 7 years old
-smartctl displays over 16k read error and 0.5mio seek errors
(or are such high numbers normalfor that old disks?)
-the panic contains the string bad_area in the trace

But it might also be a RAM error, since the trace contains sth about page_fault and vista installs on the very same hdd and does not report any error messages (concerning the hardware, and I heard win doesn't complain about a bad RAM).

View 1 Replies View Related

Fedora Networking :: Kernel-uname-r Broadcom Error

Jan 5, 2011

You know, I thought I had my Broadcom issues all figured out, I have a simple list of installing the RPM Fusion repos do a yum update and yum install kmod-wl and everything works.However, this time it didn't work. I am installing a new fedora 14 for a friend who is totally fed up with windows and I get this error: (Yes I have searched the internet and Fedora forums for an answer)

[code]...

I have tried the two yum suggestions and they don't work I have tried updating the kernel and have installed kernel-devel-'uname -r' (suggested by another site) I have tried installing broadcom-wl and b43-openfwwf which only knocked out the card entirely

View 6 Replies View Related

Fedora :: Getting Error While Cross Compiling Kernel On 14 Host

Feb 9, 2011

I am cross compiling a linux kernel for the mips platform. I have installed the tool chain and everything. When i try to build the kernel i get the following error message.

HOSTCC -static scripts/basic/fixdep
scripts/basic/fixdep.c: In function traps
scripts/basic/fixdep.c:377:2: warning: dereferencing type-punned pointer will break strict-aliasing rules
scripts/basic/fixdep.c:379:4: warning: dereferencing type-punned pointer will break strict-aliasing rules
[Code].....

If i set up the toolchain on a fedora 13 machine with the exact same procedure, the cross compilation works fine. I can't figure out how this can be fixed. I am currently considering downgrading to fedora 13 due to this.

View 3 Replies View Related







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