PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > install the driver in etch but couldn't find the directory /lib/modules/2.6.18-4-686/build
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

install the driver in etch but couldn't find the directory /lib/modules/2.6.18-4-686/build

Réponse
 
LinkBack Outils de la discussion
Vieux 14/06/2007, 22h10   #1
chloe K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut install the driver in etch but couldn't find the directory /lib/modules/2.6.18-4-686/build

Hi all

I try to install the driver

but got the message

make: *** /lib/modules/2.6.18-4-686/build: No such file or directory. Stop.

I install the linux-source but what I lack of?
Setting up linux-source-2.6.18 (2.6.18.dfsg.1-12etch2)

Thank you


---------------------------------
All new Yahoo! Mail
---------------------------------
Get news delivered. Enjoy RSS feeds right on your Mail page.
  Réponse avec citation
Vieux 14/06/2007, 22h30   #2
Kushal Kumaran
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: install the driver in etch but couldn't find the directory /lib/modules/2.6.18-4-686/build

On Thu, Jun 14, 2007 at 04:04:49PM -0400, chloe K wrote:
> Hi all
>
> I try to install the driver
>
> but got the message
>
> make: *** /lib/modules/2.6.18-4-686/build: No such file or directory. Stop.
>
> I install the linux-source but what I lack of?
> Setting up linux-source-2.6.18 (2.6.18.dfsg.1-12etch2)
>


You need the linux-headers-2.6.18-4-686 package. You can use the
apt-file package to find which package containing a file.

--
Kushal Kumaran kushal@it.iitb.ac.in


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 14/06/2007, 22h30   #3
Orestes leal
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: install the driver in etch but couldn't find the directory /lib/modules/2.6.18-4-686/build

On Thu, 14 Jun 2007 16:04:49 -0400 (EDT)
chloe K <chloekcy2000@yahoo.ca> wrote:

> Hi all
>
> I try to install the driver
>
> but got the message
>
> make: *** /lib/modules/2.6.18-4-686/build: No such file or directory. Stop.
>
> I install the linux-source but what I lack of?
> Setting up linux-source-2.6.18 (2.6.18.dfsg.1-12etch2)
>
> Thank you
>
>
> ---------------------------------
> All new Yahoo! Mail
> ---------------------------------
> Get news delivered. Enjoy RSS feeds right on your Mail page.


Install the kernel headers package, if this don't work then try intalling a package with similar name, it's easy, and try again.

Orestes


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 15/06/2007, 04h00   #4
Bob Proulx
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: install the driver in etch but couldn't find the directory /lib/modules/2.6.18-4-686/build

chloe K wrote:
> make: *** /lib/modules/2.6.18-4-686/build: No such file or directory. Stop.
> I install the linux-source but what I lack of?


The build directory is a symlink that is installed if the source is
available. If the source is not available then the kernel deb
postinst script removes the symlink. There are ways to override this
behavior but generally it all works and does the right thing.

However installing the "linux-source-2.6.18" simply downloads and
installs the /usr/src/linux-source-2.6.18.tar.bz2 file. It does not
do anything else such as unpacking it. Therefore it is not the same
as installing the linux-headers and does not create the build
symlink. You would need to do that yourself if it is needed.

> Setting up linux-source-2.6.18 (2.6.18.dfsg.1-12etch2)


Simplest is to install the linux kernel headers. The linux-headers
package will recreate the build symlink automatically in its post
install script.

sudo apt-get install linux-headers-$(uname -r)

Bob


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 15/06/2007, 15h00   #5
chloe K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: install the driver in etch but couldn't find the directory /lib/modules/2.6.18-4-686/build

Hi Kushal

Thank you so much

What is the different linux-headers-2.6.18-4-686 and
linux-headers-2.6.18-4-686-bigmem - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4 ?

ls it related to the memory?

If my machine has 4G memory, which one should I use?
I only want to have stable/reliable one. ls the first one better than the second one?

how about apt-file? I don't have idea how I can use?

Thank you again


Kushal Kumaran <kushal@it.iitb.ac.in> wrote: On Thu, Jun 14, 2007 at 04:04:49PM -0400, chloe K wrote:
> Hi all
>
> I try to install the driver
>
> but got the message
>
> make: *** /lib/modules/2.6.18-4-686/build: No such file or directory. Stop.
>
> I install the linux-source but what I lack of?
> Setting up linux-source-2.6.18 (2.6.18.dfsg.1-12etch2)
>


You need the linux-headers-2.6.18-4-686 package. You can use the
apt-file package to find which package containing a file.

--
Kushal Kumaran kushal@it.iitb.ac.in


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org




---------------------------------
Ask a question on any topic and get answers from real people. Go to Yahoo! Answers.
  Réponse avec citation
Vieux 15/06/2007, 16h20   #6
Kushal Kumaran
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: install the driver in etch but couldn't find the directory /lib/modules/2.6.18-4-686/build

On Fri, Jun 15, 2007 at 08:55:28AM -0400, chloe K wrote:
> Hi Kushal
>
> Thank you so much
>
> What is the different linux-headers-2.6.18-4-686 and
> linux-headers-2.6.18-4-686-bigmem - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4 ?
>
> ls it related to the memory?


>From the description of the linux-image-2.6.18-4-686-bigmem package:


This package provides the binary image and pre-built loadable modules
for Linux kernel 2.6.18 on Pentium Pro/Celeron/Pentium II/Pentium
III/Pentium 4 with 4-64G RAM machines.

You should use the linux-headers corresponding to the kernel package
that you use.

>
> If my machine has 4G memory, which one should I use?
> I only want to have stable/reliable one. ls the first one better than the second one?


The non-bigmem kernel works with upto 4G of memory. I don't know if
there's any advantage in using the bigmem kernel if you have 4G.
AFAIK, the non-bigmem kernel is compiled with the HIGMEM4G option, and
the bigmem kernel is compiled with HIGHMEM64G option, but I don't have
an i386 machine available to check right now.

>
> how about apt-file? I don't have idea how I can use?


Install the apt-file package:
aptitude install apt-file

Make it update its file lists:
apt-file update

Search away:
apt-file search /lib/modules/2.6.18-4-build

>
> Thank you again
>
>
> Kushal Kumaran <kushal@it.iitb.ac.in> wrote: On Thu, Jun 14, 2007 at 04:04:49PM -0400, chloe K wrote:
> > Hi all
> >
> > I try to install the driver
> >
> > but got the message
> >
> > make: *** /lib/modules/2.6.18-4-686/build: No such file or directory. Stop.
> >
> > I install the linux-source but what I lack of?
> > Setting up linux-source-2.6.18 (2.6.18.dfsg.1-12etch2)
> >

>
> You need the linux-headers-2.6.18-4-686 package. You can use the
> apt-file package to find which package containing a file.
>


--
Kushal Kumaran kushal@it.iitb.ac.in


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h21.


Édité par : vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12244 seconds with 14 queries