Hardware :: Cannot Install Intel 82577 Driver With Makefile Module.symvers Or Both

Nov 8, 2010

not entirely sure if this is a hardware or a kernel/distro issue but here goes: when trying to install the driver for an Intel e100 (82557) NIC (on an IBM Thinkpad A20m) I get the following from both <make> and <make install>....

make -C /lib/modules/2.6.30.9/build SUBDIRS=/root/e100-3.5.17/src modules
make[1]: Entering directory /usr/src/linux-source-2.6.30.9
WARNING: Symbol version dump /usr/src/linux-source-2.6.30.9/Module.symvers is missing: modules will have no dependencies and modversions.scripts/Makefile.build:49 *** CFLAGS was changed in "/root/e100-3.5.17/src/Makefile". Fix it to use EXTRA CFLAGS. Stop.

[Code]...

View 14 Replies


ADVERTISEMENT

OpenSUSE Install :: Apache2::Request Module - Error "No Targets Specified And No Makefile Found"

Jun 14, 2010

I'm trying to install Apache2::Request module (from CPAN.org) and in shell there is such messages: I'm using openSUSE 11.1, Perl 5.8

[Code]...

View 2 Replies View Related

OpenSUSE Install :: Module Apache2::Request To OS - Error "No Targets Specified And No Makefile Found - Stop"

Jun 19, 2010

I'm using openSUSE 11.1, KDE I'm trying to install the module Apache2::Request to my OS. After the gzip -dc libapreq2-2.12.tar.gz | tar -xof - I typed in Shell these (as shown in INSTALLATION document of module): perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs Then something goes wrong, make doesn't work saying: make: *** No targets specified and no makefile found. Stop..

I think the problem is in the command perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs in section .../path/to/apache2/bin/apxs . What does mean ./path/to/apache2/bin/apxs? Maybe I should write the path to apache2 which contains a file named apxs? I did not find such file apxs. My apache2 path is /etc/apache2, but there is no file named apxs... Result for perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs:

[Code]....

View 3 Replies View Related

Software :: Add Include Path To Kernel Module Makefile?

Sep 16, 2009

I have probably a stupid question. How do I add an include path for kernel module makefile? I want to include "test_kernel.h" in test_module.c
test_kernel.h resides in a different directory with relative path "../../common/" . I can include the file specifying the relative path, which works OK:

#include "../../common/test_kernel.h"

I would like include it without the relative path and specify path in Makefile similar to -I option available in application makefiles. I have tried EXTRA_CFLAGS += -I../../common/ in the makefile but no use.

View 2 Replies View Related

Software :: Using Modprobe To Install A Driver Module?

Jun 21, 2011

I may be missing a last crucial step while trying to use modprobe to install a module and make it active.The system is Debian (Mint LMDE flavor).The module is for a Realtek wlan driver. Since it appears to be available in the kernel, I chose to try and use it instead of getting into a work-around using ndiswrapper.Here is how I found it..

Code:

# modprobe -l | grep r81
kernel/drivers/net/r8169.ko

[code]...

View 1 Replies View Related

Networking :: Rtl8187 Driver Module Load Error (Invalid Module Format)?

Jun 1, 2009

When I try to load the Realtek 8187 modules to kernel using the ./wlan1up command, I get the following error:

[root@localhost rtl8187_linux_26.1025.0328.2007]# ./wlan1up
insmod: error inserting 'ieee80211_crypt-rtl.ko': -1 File exists

[code]...

Can someone tell me how to correct the "Invalid module format"? I hope that correcting the "Invalid module format" error, I will not have the "Unknown symbol in module" error.

Note: I am using wlan1 for this module as I previously am online with the wlan0 network.The same error occurs if I use ./wlan0up.

View 3 Replies View Related

General :: Adding A New Kernel Module To Wireless Driver Module?

Apr 22, 2010

I want to add some code in existing linux2.6.33.2 to enhance kernelI want to know how to start and where to add code.

View 2 Replies View Related

Ubuntu :: Install Intel Video Driver?

Mar 26, 2010

Somehow my video driver got deleted and now all i can access is a terminal and no gui. how do i reinstall my video driver?

View 3 Replies View Related

CentOS 5 :: Failed To Install Intel's Igb Driver And Can't Got VFs?

Apr 6, 2011

in order to using the SR-IOV, according the guide HOW_SRIOV [Moderator edit: fixed link.]but i can't got the VFs.so i try to compile the driver :igb-2.4.13 and igbvf1.0.7.but i failed to install them.when i make install the igb-2.4.13 i got the errormsg:root@localhost src]# make installakefile:106: *** Linux kernel source not configured - missing version header file‚[root@localhost src]# i alreadly installed the kernel-headers-2.6.18-194.32.1.el5.x86_64.rpm .some system info maybe needed:Information for general problems.

== BEGIN uname -rmi ==
2.6.18-164.el5 x86_64 x86_64
== END uname -rmi ==

[code]....

View 6 Replies View Related

OpenSUSE Install :: X Not Starting, Intel Graphics Driver?

Jul 16, 2011

I am running Opensuse 11.4 on a file server, based on an Intel Atom motherboard with 945G graphics chipset.I recently shut down and then rebooted the server (because I needed to switch off the power for a few minutes) after it had had been running quite happily for several weeks since the last boot. Now I cannot start X - it gives up after the line(EE) intel(0): failed to set mode: Invalid argumentI've tried googling but am none the wiser what could have caused this, or how to fix it. Excerpts from the X log file:

Code:
[ 229.187]
X.Org X Server 1.9.3

[code].....

View 7 Replies View Related

Ubuntu Multimedia :: Xf86 Intel Driver Can't Install

Sep 20, 2010

I've installed 10.04 netbook on an old Fujitsu Amilo L1300 laptop, with an Intel i845 graphic card. As I know, it would run just OK with the 2.11.0 drivers, but i have no idea how to install that. I've downloaded the driver, and every package written on the page: [URL] At first I couldn't even ./configure the install, but now the configuration runs smoothly. However I cannot finish the make part, because it gives an error.

Quote:

sentor@laptop:~/Documents/xf86-video-intel-2.11.0$ make
make all-recursive
make[1]: Entering directory `/home/sentor/Documents/xf86-video-intel-2.11.0'
Making all in uxa

[Code].....

I've been working on it for four days now, and as much as I'd love to continue it, I've run out of time.

Or if there's a way to use the 2.12.0 driver, then could somebody tell me how?

View 4 Replies View Related

Fedora Installation :: Intel Xorg Driver Kills Screen (black) And Keyboard On Intel GMA X4500?

May 12, 2009

I am wondering, what is the status of Intel GMA X4500 driver on Fedora 10.

View 2 Replies View Related

OpenSUSE Hardware :: Install Iegd Driver For Intel GM45?

Jul 31, 2011

Just installed my first linux ever. The highest resolution I can get on my video card is 1024x768. I found out that I need to install iegd driver for my intell GM45 card. Can you tell me where I can download that driver and how I can install this?

View 9 Replies View Related

Software :: Audio Driver Install - ERROR - NVIDIA Kernel Module Was Not Created

May 29, 2010

I tried to install NVIDIA audio drivers on fc10 (2.6.27.41-170.2.117.fc10.i686).

It ended up in this error.

I am attaching nforce-installer log for your details.

Code:

By default I can use internet (without network drivers installed), how is this possible? And why not audio?

View 1 Replies View Related

Fedora :: Installing The Driver From Makefile?

Oct 7, 2010

I have a linksys AE1000 wireless adapter, I have the proper driver, and I was able to install it on ubuntu to by typing cd (directory) make make install On Fedora 13 when i type su Cd (directory) make I get this after i hit enter after i type make

[root@Renegade wireless]# make
make -C tools
make[1]: Entering directory `/home/Renegade/wireless/tools'
gcc -g bin2h.c -o bin2h

[code].....

View 3 Replies View Related

Fedora Installation :: 10 - Get To Select The Intel RAID Driver In The Install Process?

Jan 12, 2009

Installing new Intel server S5000VSA (Sapello) motherboard with RAID 1. Downloaded F10 32 bit DVD and run install. Everything works fine and select Samba and all that. Install completes but on reboot get a blank screen.

I know with Windows one has to load the RAID driver off the Intel driver CD, so guess that is the problem. But how do I do this in Fedora? Question: How do I get to select the Intel RAID driver in the install process? There does not seem to be any place to stop and make this selection. I tried selecting the Red Hat and Suze installs on the Intel configuration assistant but it then reboots and that is it. In Windows it would ask to insert the Intel driver CD but that does not happen. So I am stuck. I loaded Fedora some 3 year ago and like it but then it was not on a RAID setup. I created a VMWare install on my desktop and did the same install options and it works. So the DVD seems fine.

View 3 Replies View Related

Ubuntu :: Install The Driver For Wireless Car Which Is An 'Intel Wifi Link 4965'

Aug 27, 2010

I've been trying to install the linux driver for my wireless car which is an 'Intel wifi link 4965'. I've followed the literature that Intel provide but I keep running into errors.

(I downloaded the driver from[intellinuxwireless.org/?n=downloads)

View 5 Replies View Related

Programming :: Module "Hello World" Makefile Is Missing Something?

Nov 24, 2010

I'm trying to run a "make" on a basic Makefile I created for a "Hello world" linux module, however if I run "make" or "make clean" it fails to work. I have to write more stuff in order to make it work (redundant stuff cause I define that stuff in the Makefile).

First, the Makefile:
Code:
obj-m := helloworld.o
KDIR=/lib/modules/$(shell uname -r)/build
PWD=$(shell pwd)

[Code]...

View 5 Replies View Related

Ubuntu Installation :: X201 Black Screen On Bootup With 10.04 RC (can't Get Intel Xorg Driver To Install)

Apr 27, 2010

Pretty much what the title says.. a few more details:

- I installed 10.04 using the alternative install so I've been doing all this in safe mode
- I installed a newer kernel (2.6.33) and still black screen
- I tried to install an updated Intel xorg driver, but I kept getting dependency errors (xorg, x11, something else)

I read another thread on this forum from a user who is using the same platform (Intel HM55), and I got stuck at the last point (can't get Intel xorg driver to install).

View 4 Replies View Related

Hardware :: USB Generic Serial Driver, And FTDI Single Port Driver As A Module, But It Still Isn't Getting Recognized?

Feb 4, 2011

My gentoo laptop doesn't have a serial port, so I got a usb-serial (RS-232) adapter from ebay. However when I plug it in, the only thing dmesg mentiones is: Code:usb 5-1: new full speed USB device using uhci_hcd and address 2I've tried to look for a kernel driver in "make menuconfig" by pressing "/" and typing 232. Nothing about RS-232. Device Drivers -> Character drivers -> Serial drivers has 8250 and UART as a module. Device Drivers -> USB support -> USB serial converter support has in-kernel: USB generic serial driver, and FTDI Single port driver as a module, but it still isn't getting recognized.Is there some module i forgot to enable, or do i have to download a separate module from somewhere?

View 5 Replies View Related

CentOS 5 Networking :: Macbook Pro 5,5 - Late 2008 - Wireless - Download The Broadcom Driver And Create A Driver Module

Feb 20, 2010

I have Centos5.4 loaded on a late 2008 MACBOOK Pro and would like to get wireless working. I've attempted to download the broadcom driver and create a driver module with no luck.

Using these instructions....

[url]

When I make the WLAN driver, I get this:

View 2 Replies View Related

Ubuntu :: Change The Running Driver From Vesa To The Correct Intel Driver?

Oct 1, 2010

I have installed xubuntu 10.04 on a HP Pavilion dv1049ea and am having trouble installing the drivers for the graphics card. When installing i had to use the boot option -xforcevesa in order to get the screen working. Now that it is installed there is constant screen flicker but apart from that all other aspects of the system are working fine. In the display menu i am unable to change the refresh rate. How do i change the running driver from vesa to the correct intel driver? The graphics card is an Intel Graphics 82852/82855.

View 2 Replies View Related

CentOS 5 Hardware :: Intel Graphics Driver Driver Upgrading 5.4 To 5.5 I386?

May 16, 2010

i upgrade a machine running centos 5.4 to 5.5 this morning. After the update the X start i saw the pointer and a black backgroud only the desktop doesn't appear.The machine is a barebone with this configuration

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)[code]....

and i solved the black screen problem changing the driver for i810

Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection

View 2 Replies View Related

Slackware :: Makefile:535: /usr/src/linux-2.6.33.4/arch/i486/Makefile: No Such File Or Directory

May 31, 2010

I just downloaded slackware 13.1(x86) and i'm trying to compile ndiswrapper-1.56 using the slackbuild from slackbuils.org and i'm getting this error:

Code:

Makefile:535: /usr/src/linux-2.6.33.4/arch/i486/Makefile: No such file or directory
make[2]: *** No rule to make target `/usr/src/linux-2.6.33.4/arch/i486/Makefile'. Stop.
make[1]: *** [modules] Error 2
make: *** [all] Error 2

looks like the folder i486 doesn't exist

View 2 Replies View Related

Ubuntu :: Installing Driver From 2002 - Compiling A File "usbserial.c" Into "usbserial.o" In Order To Do Makefile Install

Jun 16, 2011

I am porting a Python program to Linux (which I'm a first time user of). The program uses ADAM modules for which I need the driver installed. My problem is compiling a file "usbserial.c" into "usbserial.o" in order to do makefile install. I've replaced the config.h with autoconf.h. I entered "sudo apt-get upgrade", though I don't know why. Now my src folder looks like this:

[Code]....

View 2 Replies View Related

Ubuntu Networking :: Wireless Dongle Makefile Nightmare - Don't See The Driver File In The Folder Contents

Apr 1, 2010

I'm trying to get my new Wireless USB dongle to work with Xubuntu 9.10 Karmic Koala. I've extracted the .rar file that was on the drivers CD that came with the dongle. According to the ReadMe....

The Model Name is: RT2870 Wireless Lan Linux Driver Driver Name: rt2870.o/rt2870.ko Hardware: Ralink 802.1n Wireless LAN Card Description: This is a linux device driver for Ralink RT2870 USB ABGN WLAN Card. My issues:

1. I do not see the driver file anywhere in the folder contents... I suppose that I have to "build" it.
2. In the makefile the chipset is default set to "CHIPSET = 3070" & the folder that holds all the extracted files is named 2008_1128_RT3070_Linux_STA_v2.0.1.0 so I'm confused as to whether this dongle has a 2870 or 3070 chipset inside. Does it matter?
3. Sorry, I'm a bit of a n00bster when it comes to all this, but I'm having some problems with the build instructions. It reads:

[Code]...

View 9 Replies View Related

General :: Install Intel 82852 / 855GM Driver On Ubuntu 10.10 "Maverick Meerkat"?

Sep 23, 2010

When I installed Arch Linux on my Toshiba L10 Intel Centrino laptop, it detected my video card and monitors correctly "out-of-the box". Now that I've installed Ubuntu 10.10 "Maverick Meerkat", it has not.

How can I configure Ubuntu to use the correct Intel drivers with my Intel 82852/855GM graphics card?

View 2 Replies View Related

General :: Install Module U32 Into The Netfilter Module For Kernel 2.6.27

Jan 30, 2011

I need to install module u32 into the netfilter module for kernel 2.6.27.

I did not see the source code in the kernel version I have. where can I find the code for U32 module.

I have checked "netfilter.org" and looks like POM is discontinued. Is the u32 module committed to kernel version 2.6.27 or need to patch it. If yes, where can I find the patch?

I building the kernel for a MIPS processor.

View 3 Replies View Related

Software :: Cannot Compile A Driver Module

Jan 22, 2011

i'm trying to compile a driver module on ubuntu 10.10 . initially i was getting a lot of include file errors. but then when i added the include path. but after doing that i was getting a series of errors which i have no idea how to solve and it wont fit in one page. i've followed the same way how it is given in the tutorials online but still i'm not able to get it done. Is there any simple method to do this? is there something that i shouldn't do.

View 9 Replies View Related

Debian :: Cannot Get Kernal Module To Load The Driver For My NIC

Aug 17, 2010

I am installed Debian 5.0.5 with kernel 2.6.x.

I do a lspci and get: Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller

Kernel modules: e1000e

I know under this im supposed to see: Kernel driver in use: e1000e <- but this doesn't exist.

So, under lsmod I see e1000e loaded:

View 9 Replies View Related







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