Kernel source not found. (can't install network card drivers)


 
Thread Tools Search this Thread
Operating Systems Linux Debian Kernel source not found. (can't install network card drivers)
# 1  
Old 12-11-2007
Kernel source not found. (can't install network card drivers)

I've had no luck with help on linuxquestions so I figured I'd try here. I'm using debian etch.

The problem is that I can not install my network card because it says:

Code:
Makefile:62: *** Linux kernel source not found.  Stop.

I have the kernel-headers installed.

I've looked all over the internet for similar posts and there was never a solution for such an unbelievably common problem that EVERYONE who's network card is not recognized by Debian will get.

There's a lot of similar posts, just never a solution.

Currently I'm coming to the conclusion that the file it wants doesn't actually exist. If it does can someone link me the it? Because I've gone through too much bandwidth trying 'stuff' that people think might work.

The file it says ( kernel-source-2.6.18-5-686 ) is only accessible by apt-get? because I've looked everywhere and it's obviously the one I need.

Thanks.

Last edited by Virtuality; 12-11-2007 at 05:09 PM..
# 2  
Old 12-11-2007
Quote:
Originally Posted by Virtuality
There's a lot of similar posts, just never a solution.
Did you consider installing the kernel source?

Most probably people didn't post their solution because they were recovering from their self administered slap on the head.
# 3  
Old 12-11-2007
..........................................................

kernel-source-2.6.18-5-686 doesn't exist outside of repositories that apt-get uses.

I can not use apt-get, therefore I can not obtain kernel-source-2.6.18-5-686. That's the problem.

I'd love to install it and I've been TRYING to, except I have to actually get the file first, I've searched every repository on the internet and nothing.
# 4  
Old 12-11-2007
Try

apt-get install linux-source-2.6.18

or

apt-get install linux-source-2.6.18-5
# 5  
Old 12-11-2007
I don't need linux-source I need kernel-source

apt-get install linux-source.2.6.18-5 --->>> "linux-source-2.6.18 is already the newest version"
# 6  
Old 12-11-2007
Have you looked in "dselect" to see what it offers to you?

Have you just tried

apt-get install kernel-source

?
# 7  
Old 12-11-2007
Linux-source is the kernel source on debian systems, it is more likely than not that you need to extract it. From memory it installs by default as a bz2 tarball in /usr/src.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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
Login or Register to Ask a Question