Sponsored Content
Operating Systems Linux Debian Kernel source not found. (can't install network card drivers) Post 302178327 by tinmice on Tuesday 25th of March 2008 08:58:10 AM
Old 03-25-2008
Anyone solved this yet?

Ive got exactly the same problem as originally described here. Ive tried all that has been suggested and still no solution.

Ive written down the steps ive tried, if they seem random its purely from suggestions on similar threads.

*****************

Downloaded Attansic L1 Gigabit Ethernet driver for Linux [l1-linux-v1.2.40.2]
cd to src file
code: make
ERROR: Makefile:62: *** Linux kernel source not found. Stop.

Downloaded Kernel Headers [linux-kernel-headers_2.6.18-7_amd64.deb]
code: dpkg -i linux-kernel-headers_2.6.18-7_amd64.deb
OUTPUT: (Reading database ... 52831 files and directories currently installed.)
Preparing to replace linux-kernel-headers 2.6.18-7 (using linux-kernel-headers_2.6.18-7_amd64.deb) ...
Unpacking replacement linux-kernel-headers ...
Setting up linux-kernel-headers (2.6.18-7) ...

Tried installing ethernet driver again, same error.
ERROR: Makefile:62: *** Linux kernel source not found. Stop.

Downloaded kernel source [kernel-source-2.6.8_2.6.8-17sarge1_all.deb]
code: dpkg -i kernel-source-2.6.8_2.6.8-17sarge1_all.deb
OUTPUT: Selecting previously deselected package kernel-source-2.6.8.
(Reading database ... 52831 files and directories currently installed.)
Unpacking kernel-source-2.6.8 (from kernel-source-2.6.8_2.6.8-17sarge1_all.deb) ...
Setting up kernel-source-2.6.8 (2.6.8-17sarge1) ...

Tried installing ethernet driver again, same error.
ERROR: Makefile:62: *** Linux kernel source not found. Stop.

*****************

being as i have no internet access it is proving quite difficult to sort the problem, im fairly new to linux and am trying to understand what is going on!

thanks
 

6 More Discussions You Might Find Interesting

1. AIX

Hp Laserjet 4600 jetdirct card printr drivers

Iam facing dificulty in installing hp color laserjet 4600 printer in IBM-AIX 5.1. Where i can find a drivers for this printer ,Or pls suggest me another way to get it install this printer Thanx Ravi (2 Replies)
Discussion started by: ravikantchavan
2 Replies

2. Solaris

Unable to install the Network Card

Hi, After I installed Solaris 10 in the Intel platform (chipset 865*) network card was not detected, were shall I get this driver? iam new to Solaris. (2 Replies)
Discussion started by: pravin_2929
2 Replies

3. Solaris

Ethernet card drivers issue...

I need to install ethernet card drivers on intel machine. How can i know which Ethernet card interface (sfe,rh,rtls...) is it? How can i know the speed of that card? How can i know network traffic ? If network traffic is more with that interface what should i do? Thanks in advance (2 Replies)
Discussion started by: younus_syed
2 Replies

4. Solaris

Network card drivers for solaris?

Hi all, i have configured my solaris 5 .10 for internet connection by editing the files /etc/hosts/,/etc/resolve.config,/etc/defalutrouter and nsswitchconfig . during installation i was not requested for ip adddress even i plugged network cable. am i need to install any network card... (2 Replies)
Discussion started by: srikanthg
2 Replies

5. UNIX for Dummies Questions & Answers

How to install a network card

Hey guys, Sorry, this question might look stupid but I have no idea how to install a network card. My server is a Dell PowerEdge T105 with Debian 5.0 Lenny. My network card is a Broadcom NetXtreme BCM5722 Gigabit Ethernet PCI Express. I've plugged the card innside my server and I can see... (2 Replies)
Discussion started by: chebarbudo
2 Replies

6. UNIX for Dummies Questions & Answers

How to install kernel source?

During installation of one of driver i needed to Remove any earlier version drivers using make clean -r command. Where i m getting following error. # make clean -r Kernel source is not installed make: *** Error 1 My kernel version # uname -r 2.6.18-128.2.1.4.9.el5xen Where... (4 Replies)
Discussion started by: pinga123
4 Replies
DMESG(1)						      General Commands Manual							  DMESG(1)

NAME
dmesg - print or control the kernel ring buffer SYNOPSIS
dmesg [-c] [-r] [-n level] [-s bufsize] DESCRIPTION
dmesg is used to examine or control the kernel ring buffer. The program helps users to print out their bootup messages. Instead of copying the messages by hand, the user need only: dmesg > boot.messages and mail the boot.messages file to whoever can debug their problem. OPTIONS
-c Clear the ring buffer contents after printing. -r Print the raw message buffer, i.e., don't strip the log level prefixes. -s bufsize Use a buffer of size bufsize to query the kernel ring buffer. This is 16392 by default. (The default kernel syslog buffer size was 4096 at first, 8192 since 1.3.54, 16384 since 2.1.113.) If you have set the kernel buffer to be larger than the default then this option can be used to view the entire buffer. -n level Set the level at which logging of messages is done to the console. For example, -n 1 prevents all messages, except panic messages, from appearing on the console. All levels of messages are still written to /proc/kmsg, so syslogd(8) can still be used to control exactly where kernel messages appear. When the -n option is used, dmesg will not print or clear the kernel ring buffer. When both options are used, only the last option on the command line will have an effect. SEE ALSO
syslogd(8) AVAILABILITY
The dmesg command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. DMESG(1)
All times are GMT -4. The time now is 04:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy