Fedora Hardware :: Compile Moxa (5100) Driver In Fedora 12 , Kernel <= 2.6.30
May 13, 2010
i want to compile Moxa (5100) driver in Fedora 12 , kernel <= 2.6.30 but now when i run command i see this error :
Code:
ln: creating symbolic link `libssl.so': File exists
make -C /lib/modules/2.6.31.5-127.fc12.i686.PAE/build SUBDIRS=/home/AAA/moxa modules
make[1]: Entering directory `/usr/src/kernels/2.6.31.5-127.fc12.i686.PAE'
CC [M] /home/AAA/moxa/npreal2.o
/home/AAA/moxa/npreal2.c: In function �npreal_open�:
/home/AAA/moxa/npreal2.c:1000: error: implicit declaration of function �task_session_nr
make[2]: *** [/home/AAA/moxa/npreal2.o] Error 1
[Code]...
View 9 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
Apr 13, 2009
I am very much a Newbie to Linux/Fedora. Just installed Fedora 10, but having some problems with hardware driver recognition, particularly a wireless network PCI card. ndiswrapper is looking for a kernel in usr/src/kernels, which doesn't exist.In Fedora, is it necessary to compile a kernel? Looking through the FAQ at kernelnewbies, states to extract the kernel to a Linux directory, in usr/src, which also doesn't exist.
View 12 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
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
Apr 5, 2011
How can I install or compile this driver in ubuntu kernel.
View 5 Replies
View Related
May 8, 2011
I am attempting to compile the linux-2.6.35.13 kernel from kernel.org to use with an installation of Fedora 14 (2.6.35.11-83.fc14.x86_64). I've done this before with different kernel versions for older versions of Fedora, but I've encountered a new problem this time. Whenever I get to the "make install" step, I get the following:Quote:
sh /home/user/testing/source/linux-2.6.35.13/arch/x86/boot/install.sh 2.6.35.13 arch/x86/boot/bzImage
System.map "/boot"
[code]...
View 5 Replies
View Related
Feb 14, 2011
i was trying to install kernel 2.6.29.1 on fedora 14 but it is giving error. First download a package with kernel and i saved in home/user/linux. Afterwards i can extract this package.
1.tar -xvzf linux-2.6.29.1 -C /usr/src
2.cd /usr/src/linux-2.6.29.1/
3.make menuconfig
4.make
5.make modules_install
6.make install
after above steps i got this error.
ERROR: modinfo: could not find module ip6t_REJECT
ERROR: modinfo: could not find module nf_conntrack_ipv6
ERROR: modinfo: could not find module ip6table_filter
ERROR: modinfo: could not find module ip6_tables
ERROR: modinfo: could not find module ipv6
ERROR: modinfo: could not find module fuse
however it gives initramfs,vmlinuz-2.6.29.1 and System.map-2.6.29.1 in /boot folder and menu.lst in /boot/grub is updating according to new kernel. when i reboot my machine and selects the kernel 2.6.29.1 it shows FATAL:kernel too old [1.591633] Kernel panic-not syncing:Attempted to kill init
View 6 Replies
View Related
Dec 9, 2009
I am trying to replace just the kernel (no modules) for my default kernel on FC 11. I use the default .config file and just change a few things and then run the make command. After I replace the kernel and reboot the system the password comes up for the encrypted filesystem and it does not take my password for some reason. what I need to do to get this working?
View 1 Replies
View Related
Jun 29, 2011
Im using a Fedora 15 and im trying to compile a 3.0.0rc5 kernel. but im unable to get a config for my machine to boot up. i tried make localmodconfig it says
using config: '.config'
capifs config not found!!
Restart Config
and then i tried cp /boot/config-2.6.38.6-26.rc1.fc15.i686.PAE .config to override the default config but stil that doesnt work. work around to get a proper config so that i can boot the latest kernel here?
View 1 Replies
View Related
Apr 29, 2010
I thought I would give some instructions on how I compile my kernels. My long-time windows user parts trader recently asked me how to compile a kernel on Fedora. He was confused with all the tutorials requiring you to build an RPM, so I showed him how I do it, the standard/easy/lazy way. Before I start, here are a couple things I assume. I assume you are a Fedora user and that you are NOT in text mode, but in GNOME. I also assume you realize that this can take up to SIX HOURS on an old Pentium 3 1.3Ghz. Remember that some proprietary drivers as well as some free ones are not included in the kernel, so make sure you don't delete your existing one.
First get the dependencies you need.
su -c "yum -y install gcc ncurses-devel"
Next get the kernel source. I use 2.6.33.3 as an example. To download it, click here.Extract it by right-clicking on the file and then choosing extract here. This will take about five minutes. Now open a terminal, become root, and cd to the directory linux-2.6.33.3. It is important to cd here and not to the kernel directory inside of there, even though make has an extra variable that specifies there.
Now we need to configure the kernel before we build it with make O=kernel menuconfig. It will take a couple minutes to set up, then you will be presented with a cheap psuedo-gui in your terminal. Just select exit and yes to save your config. You usually don't need to change anything here.
Ready to compile and install? Remember this can take up to six hours, and your machine may become VERY slow. It is not recommended that you attempt to use your machine with this in progress. OK then. As root, in the same directory, type:
make O=kernel && make O=kernel modules_install install. This will compile the kernel and install the kernel and it's modules. Done? Now change the kernel and initrd in your bootloader to match the new kernel. If you ever want to reuse the same source code folder, use make mrproper to clean things up and build it again.
View 6 Replies
View Related
Jul 4, 2010
my problem is on installing nvidia driver on fc12 32bit but, first of all, as i understood the pae kernel requires more than 4gb of ram,i have a 2.2 ghz cpu with 2 gb ram,but when i run command:uname -r it answers: 2.6.31.5-127.PAE [i have fc12 32 bit] when we try to download linux we have a 32bit edition or 64bit edition,do we have an edition which is only for pae? or when we install for example the 32bit edition on a computer with more than 4gb of ram then the kernel automatically will change to be a pae kernel??
View 10 Replies
View Related
May 3, 2011
When I only change a driver file manually, for example /newkernel/linux-source-.6.32/drivers/gpu/drm/i915_drv.h, do I need to run "make config" or similar like "make menuconfig" or can I just skip? I mean these steps:
1.) apt-get install linux-source-2.6.32
2.) mkdir ~/newkernel/
3.) cp /usr/src/linux-source-2.6.32.tar.bz2 ~/newkernel/
4.) cd /newkernel/
5.) tar xjf linux-source-2.6.32.tar.bz2
6.) cd linux-source-2.6.32
7.) cp /boot/config-$(uname -r) ./.config yes "" | make oldconfig
8.) change the driver file /newkernel/linux-source-2.6.32/drivers/gpu/drm/i915_drv.h manually
8.) make-kpkg clean
9.) make-kpkg --rootcmd fakeroot --initrd --revision=custom.001 kernel_image kernel_headers
10.) dpkg -i *.deb
Is this way OK or do I miss something?
View 14 Replies
View Related
Apr 20, 2011
Using the rpmbuild to compile the kernel, every time the patches will be applied to the source code. So even if no changes are made to the source code and no patches are added to kernel.spec, the whole kernel will still be recompiled, wasting a lot of time
View 13 Replies
View Related
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
Dec 7, 2009
I have Fedora 12 right now, and I've come to the conclusion that the ATI catalyst drivers version 9.11 aren't going to work at all on that system, so I was going to downgrade to fedora 10 and install 9.8 or so on it. But what I was wondering is if I install Fedora 10 and then upgrade the kernel will that make the ATI drivers not work? Do I need to turn automatic updates off?
View 4 Replies
View Related
Sep 27, 2010
Having just updated various files including the kernel using Package Manager I no longer seem to have the correct version of the Nvidia graphics driver. On previous updates this has been done automatically by the "kmod Nvidia" Metapackage. My last kernel was 2.6.32.19-163 fc12.i686.PAE and the Nvidia driver for that did get downloaded correctly. Looking on Yumex I cannot see a driver for this latest kernel listed.
View 10 Replies
View Related
Jan 2, 2010
I have an Acer Aspire 6930 laptop that I'm setting up for my wife with Debian Lenny. It has an Intel 5100 wireless card. I'd like to get a driver for the card without having to install a new kernel.
View 11 Replies
View Related
Jul 26, 2009
how to set up wireless networks. The technical language is foreign to me. My notebook maybe described as follows:
Make and Model: SONY VAIO FW490
Processor: Intel� Core™ 2 Duo Processor P8700 (2.53GHz)
RAM: 4GB DDR2-SDRAM
Graphics card: ATI Mobility Radeon™ HD4650 graphics card with 512MB vRAM.
[code]....
It came pre-installed with Windows Vista Home Premium but now I have Fedora 11 (w/ Gnome) as the only OS. The router that I am using with an Ethernet cable connected to my laptop is a Netgear 54Mbps Wireless Router WGR614 v7 connected to a Motorola Surfboard Cable Modem. Both worked right out of the box and now I have wired Internet access. RCN is my ISP. I would like to avoid using the Ethernet cable connecting my laptop to the router.
This is what I have done so far:
1. Gone to System>Administration>Network
2. Clicked "New" then chose "Wireless connection" from the list
3. Chose Intel Corp. Wireless WiFi Link 5100 (wlan0) from list. The other option was "Other Wireless Card".
I don't know what to do after this. What should I choose in the windows entitled "Configure Wireless Connection" and "Configure Network Settings" ? I chose Ad-Hoc for mode and entered an SSID name even though I have no explanation for taking these actions. As for the other settings, I simply went with whatever was already selected. At the moment, I lose Internet access when I disconnect the Ethernet cable. I see other wireless networks when I click the network icon on the top right corner of the screen. I don't know how to make my router appear on that list if that's necessary.
View 3 Replies
View Related
Dec 26, 2009
i ran yum update which updated kernel to 2.6.31.9.174.fc12.i686.PAE. Now after logging in i get a blank white screen. With previous kernel updates i have had no such problem. Anyway, the boot messages are following:
Quote:
checking for module nvidia.ko [FAILED]
nvidia.ko for kernel 2.6.31.9-174.fc12.i686.PAE was not found [WARNING]
The nvidia driver will not be enabled until one is found [WARNING]
Driver already disabled
I have a GF 6600 video card.
View 14 Replies
View Related
Dec 26, 2009
My GMA500 (poulsbo) driver is not working any more because of the latest update I made using Software Update.
The update was a new kernel:
[omass@omass ~]$ uname -a
Linux omass 2.6.30.10-105.fc11.i586 #1 SMP Thu Dec 24 16:26:26 UTC 2009 i686 i686 i386 GNU/Linux
Now, after this update, when I reboot I get the following error code...
View 3 Replies
View Related
Jul 27, 2010
I tried to install the new Vbox 3.2.6 through rpm as a guide told me but I first had errors with the older vbox dependencies, so I uninstalled vbox 3.1.8.2 and now I am with a vbox period. Is there something I can do to fix this I tried this tutorial didn't work for me [URL] and another on the fedora forum (lost the history). error I get is Recompiling VirtualBox kernel module [FAILED] and Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing.
View 5 Replies
View Related
Nov 13, 2010
Attached is my Xorg.0.log, my modprobe output, and my lspci -v output.Kernel modesetting appears to be enabled. Plymouth splash screen works graphically.
View 1 Replies
View Related
Apr 12, 2011
I just responded to a (packagekit?) prompt to update packages, which included new kernel 2.6.35.12-88.fc14.x86_64. I use nVidia on my notebook and usually the new driver is installed automatically. This time, the computer would not boot to the stage that the nVidia logo appears, indicating the driver is not present. I edited grub.conf to take me back a version and I am now running under the previous kernel 2.6.35.11-83.fc14.x86_64. I tried a yum search for kmod-nvidia-2.6.35.12-88.fc14.x86_64 and nothing was found. I have enabled these repos:
[Code]...
View 4 Replies
View Related
May 24, 2010
I'm runing FC11 and have compiled the vanilla kernel 2.6.33.4 to support Dazuko. It has broken my NFSD server in the process, and I can't figure out why. I get these errors on boot. FATAL: Module nfsd not found. FATAL: Error running install command for nfsd
[code]....
View 2 Replies
View Related
Mar 22, 2010
I have Dell 1537 laptop having Intel 5100 wireless card. It is not supported by Fedora 9. I have tried downloading the driver iwlwifi-5000-ucode-8.24.2.12.tgz from URL...Downloads and copied it to folder /lib/firmware and rebooted the machine. But still it is not detected by the system. Is there any solution to this problem .
View 2 Replies
View Related
Oct 29, 2010
I'm running Fedora 13 x64 and updated the kernel to the latest version (2.6.34.7-56 to 2.6.34.7-61). I use the proprietary nvidia drivers (currently 260.19.12) so I had to compile the kernel module against the new kernel sources and reinstall the driver. The process was apparently successful, but when I try to start X nothing happens, it's as if the computer had been suspended, my monitor acts like it isn't receiving any input. I have full runlevel 3 access, and the system seems pretty much fine up to that point. Nvidia's own sanity tests which are built into the installer reported no problems with my driver.
View 14 Replies
View Related
Nov 18, 2010
I used to have FC11 installed with the nvidia supplied binary driver. Worked fine, very stable. Trying FC12 and FC13 live CDs caused a hang, so I stuck with FC11. FC14 live CD did boot so I backed up my own files and did a clean FC14 install. Upgraded to get kernel 2.6.35.6-48, installed the nvidia driver from RPMFusion (260.19.21) and had a working system! Now, after a cold boot, the kernel always hangs during boot. Tried a number of kernel boot option (apci=off, noapic and a few others too). The hang is not always at the same place. The earliest it has hung is after:Disabling lock debugging due to kernel taint
Sometimes its a few lines later at:NVRM: loading NVIDIA UNIX x86_64 Kernel Module 260.19.12 ...(which would seem to imply that the hang can even occur a step or two before the actual driver is loaded!)
Sometimes it keeps going for a few more seconds and randomly hangs during some other driver load.
Without a specific nvidia driver the system always boots ok, so I'm pretty sure its the nvidia driver but I just can't seem to get a handle on this in a reproducible way. Sometimes, when I have make some other change, it will boot and work ok, but a reboot locks it up again (for example, in case it was SELinux, I disabled it and on the next reboot it booted and worked ok. Then, next boot, it wasn't working again). When I make changes, I reboot using the previous kernel, make the changes and reboot, with an occasional success. Once I start rebooting using the latest kernel, it always hangs.
I'd love to get a solution to this, but even some advice on debugging this would be appreciated!
I'm using 8600GT, 256Mb, PCIe card in a MA69VM motherboard with 3Gb of RAM.
View 2 Replies
View Related
Feb 19, 2011
Looking for an option to get Fedora working again, I followed Leighs guide to install the kernel nvidia driver. On Reboot however I am stuck a the Fedora splash.Is there a way when booting to disable splash, or enter in safe mode?I have an nvidia geforce 9 card and I used the non-PAE install.
View 6 Replies
View Related