make module for nic


 
Thread Tools Search this Thread
Top Forums Programming make module for nic
# 1  
Old 07-16-2004
make module for nic

Hello,
Trying to solve a nic driver problem on RH linux with kernel 2.4.20-8. I seems that make it is looking in the place for the nic driver. Here is what I have tried and the result errors. Please ignore typos.

modeprobe tulip
/lib/modules/2.4.20-8/kernel/drivers/net/tulip/tulip.o: unresolved symbol_netdev_watchdog_up_R19eface2 etc....

/var/log/boot.log
localhost ifup: tulip device eth1 does not seem to be present, delaying initialization.
localhost network: Bringing up interface eth1: failed

/etc/modules.conf
alias eth1 tulip

Doing a make modules the last few lines are:
make[2] [ieee1394_core.o] Error 1
make[2] : Leaving directory /usr/src/*/drivers/ieee1394
make[1] [_modsubdir-ieee1394] Error 2
make[1] Leaving Directory /usr/*/drivers
make: [_mod_drivers] Error 2

I seems that make it is looking in the place for the nic driver. Should I edit one of the Makefiles? Should I be looking somewhere else for the cause of not being unable to install the nic driver? Any feedback would be much appreciated!

Thank you,
jim
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Add two different subnet public IPs to single NIC or two different NIC on same box

Hello Admins, My ask is how can I add two different subnet IPs to same box with two different gateways? The issue is I can connect to the box when I am on ethernet LAN, but I am not able to connect to the same IP when I am on wifi. The server is RHEL 7 VM on vmware. How can I get connected... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

2. Red Hat

I want to tune NIC's rps, rfs and xps value. which NIC device should I modify.

Dear All I want tune my NIC's rps, rfs and xps value. In my system I have two NIC (eth0, eth1) and I have a bond0 ( eth0, eth1). Here is the question? Which device should I modify ? eth0 and eth1? or just modify bond0 or modify all device (eth0, eth1, bond0) Any advice is welcome.... (0 Replies)
Discussion started by: nnnnnnine
0 Replies

3. Red Hat

PAM module pam_passwdqc module

Hello friends Today i have changed my passwd policy for strong password Everything is working correctly but when i changed my password , it did not ask me my old password my /etc/pam.d/system-auth file is (only passwdqc.so module line) password required pam_passwdqc.so retry=3... (0 Replies)
Discussion started by: rink
0 Replies

4. Linux

Is it possible to insert compile module after compiled "make" without installing

Hi gud day, I would like to ask if possible to load the driver i compiled module without installing it in the ubuntu-kernel-distro/updates* or simple not executing "make install". what i mean is i compile the compat wireless driver using make and i want to try to load on the system without... (1 Reply)
Discussion started by: jao_madn
1 Replies

5. IP Networking

squid proxy: one NIC for inbound & one NIC for outbound?

I am new in squid proxy. My question is how to (and if it's necessary) to set one NIC for inbound traffic (http requests) and one NIC for outbound traffic (http answers)? Thank you in advance! (4 Replies)
Discussion started by: aixlover
4 Replies

6. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

7. Programming

Make cannot generate .ko linux kernel module

cannot generate .ko file on my linux, although it can generate module.symvers. But when I copy .c file and Makefile to another linux computer, there's no problem. The strange thing is: make is successfuly executed, and returned 0; make output: make -C /lib/modules/2.6.18-92.el5xen/build ... (4 Replies)
Discussion started by: vistastar
4 Replies

8. HP-UX

how can I determine which NIC card is virtual NIC Card

how can I determine which NIC card is virtual NIC Card which condition can make a decision Does HP UX have Virtual Network Adapter Concept if ,it has where I can Find if I Install Virutal Network Adapter or which command that i can get it or which software can generate thanks (2 Replies)
Discussion started by: alert0919
2 Replies

9. Linux

How to convert Linux Kernel built-in module into a loadable module

Hi all, I am working on USB data monitoring on Fedora Core 9. Kernel 2.6.25 has a built-in module (the one that isn't loadable, but compiles and links statically with the kernel during compilation) to snoop USB data. It is in <kernel_source_code>/drivers/usb/mon/. I need to know if I can... (0 Replies)
Discussion started by: anitemp
0 Replies
Login or Register to Ask a Question
OCF_HEARTBEAT_AOETAR(7) 					OCF resource agents					   OCF_HEARTBEAT_AOETAR(7)

NAME
ocf_heartbeat_AoEtarget - Manages ATA-over-Ethernet (AoE) target exports SYNOPSIS
AoEtarget [start | stop | monitor | reload | meta-data | validate-all] DESCRIPTION
This resource agent manages an ATA-over-Ethernet (AoE) target using vblade. It exports any block device, or file, as an AoE target using the specified Ethernet device, shelf, and slot number. SUPPORTED PARAMETERS
device The local block device (or file) to export as an AoE target. (required, string, no default) nic The local Ethernet interface to use for exporting this AoE target. (required, string, default eth0) shelf The AoE shelf number to use when exporting this target. (optional, integer, no default) slot The AoE slot number to use when exporting this target. (required, integer, no default) pid The file to record the daemon pid to. (optional, string, default /var/run/resource-agents/AoEtarget-default.pid) binary Location of the vblade binary. (optional, string, default /usr/sbin/vblade) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 15. stop Stops the resource. Suggested minimum timeout: 15. monitor Performs a detailed status check. Suggested minimum timeout: 15. Suggested interval: 10. reload Suggested minimum timeout: 15. meta-data Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5. validate-all Performs a validation of the resource configuration. Suggested minimum timeout: 15. EXAMPLE
The following is an example configuration for a AoEtarget resource using the crm(8) shell: primitive example_AoEtarget ocf:heartbeat:AoEtarget params device=string nic="eth0" slot=integer op monitor timeout="15" interval="10" depth="0" SEE ALSO
http://www.linux-ha.org/wiki/AoEtarget_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents 1.0.3 07/05/2010 OCF_HEARTBEAT_AOETAR(7)