According to =?iso-8859-1?Q?Jos=E9?= Albores: While burning my CPU.
>
> First of all: TIA for your answer.
>
> Burak Serdar wrote:
> >
> > Jos� Albores wrote:
> >
> > > I can't setup my ISP connection in Linux RedHat 5.1
> > > I read ppp-HOWTO
> > > [...]
> > > and when I try:
> > > # make config
> > > it sends to me an Error msg-
> >
> > What error msg? You must 'make config' from /usr/src/linux.
> The exact output error msg is:
> make: *** No rule to make target `config'. Stop.
No source code or Makefile installed.
> Sorry if I was non-specific...
> By the way:
> I tried # make config logged as root. After it failed, I tried with # su
> command.
> I also did it in /usr/src/linux ; in /usr/src/linux-2.0.34-0.6 ; and I
> tried in almost all subdirectories under /usr/src/ .
linux-2.0.34-0.6 would be a hard directory, with "linux" symlinkt to it.
Simply do;
cd /usr/src/linux
ls -al
You should see lots of different directrorys and files like;
-rw-r--r-- 1 root root 18458 Jul 13 20:47 COPYING
-rw-r--r-- 1 root root 39432 Sep 23 08:20 CREDITS
drwxr-xr-x 6 root root 1024 Sep 23 08:20 Documentation
-rw-r--r-- 1 root root 10221 Jul 13 20:47 MAINTAINERS
-rw-r--r-- 1 root root 10106 Sep 23 08:20 Makefile
-rw-r--r-- 1 root root 12056 Jun 26 1996 README
-rw-r--r-- 1 root root 4596 Sep 23 08:20 Rules.make
If you dont see those files then you have no source installed.
Anyway is'nt there a module called ppp.o in /lib/modules/2.0.34/net if so
then you have PPP support, if you installed the modules at install time then
it should be there.
> And tried again with:
> # make ./config
> (sorry but I did it as my invention, whithout too many hopes)...
> but the output was always the same.
>
> > [...]
> > > and I may see there is a directory:
> > > /usr/src/linux-2.0.34-0.6
> > > and a
> > > /usr/src/linux
> > > which seems to be a link to previous directory.
> > Seems correct.
> > [...]
> > > And my modem seems to work fine when I connect to a BBS through linux
> > > (minicom).
>
> --
> Jos� Albores
> Buenos Aires.
> Argentina.
>
--
Regards Richard.
[EMAIL PROTECTED]