LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Another of my newbie questions :) (https://www.linuxquestions.org/questions/linux-newbie-8/another-of-my-newbie-questions-42641/)

Azazel 01-24-2003 01:32 PM

Another of my newbie questions :)
 
Well, first of all, I really didnt know where to put this post, it is somewhat hardware related.. but the real problem could be something as simple as throwing some cmds in the Bash shell.. if I commited a mistake in posting in this section, I apologize..

I was trying to install some custom drivers for my PCtel (P.O.S.) modem.. with the instructions in this file.. http://www.peacefulaction.org/sayamindu/pctel.html

In chapter 5 it says that you gotta type two cmds:
make configure
make dep

I tried make configure and it didnt work (cant remember the error tho).. so I tried make config (thought maybe that could bethe real name... It stepped me through a load of questions.. was that the right thing to do??

Second, In section 7.7 it says that if you dont have your Linux source code on the default /usr/src/linux .. you have to do a ls -s /"real dir" /usr/src/linux/ to create a symbolic link... I tried that.. and it kept saying that the dir didnt exist.. even when I had copy/pasted the path from the file browser.. I also tried the other cmd which consisted of configuring the drivers to look for the *.h file in a certain dir.. but that didnt work either..

So I couldnt install the drivers, for the needed "*.h" file (cant remember the name) could not be found..

note: I was logged in as root.. and Im using Red Hat 8.0 with kernel 2.4.14-18 (I might have typed it wrong tho)..

So, after all that, perhaps unnecessary, info.. how do i get to fix that?

Thanks in advance!:newbie:

bulliver 01-24-2003 03:03 PM

So your source isn't in /usr/src/linux? The source is usually there, but it has the version number tacked on so:
Code:

ln -s /usr/src/linux-2.4.18-14 /usr/src/linux
Of course, change to the correct version numbers. If this isn't the case then where is your source?

If the instructions said "make configure" then that's probably what you should do. Try it again from clean source (delete the old tree, and unpack it again) and post the error this time....

Azazel 01-24-2003 10:02 PM

I have tried that cmd exactly.. and it still says there is no such file or directory.. which is strange because I can go into it through the file browser...

qanopus 01-26-2003 08:45 AM

Azazel I would sugest that you cearfully read what Bulliver told you cos you are not doing that right now.
Do "ln -s /usr/src/linux-" and than hit the TAB button. You will see the dir name get completed. After that type "/usr/src/linux" and hit "ENTER".


All times are GMT -5. The time now is 12:29 AM.