LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   complete newbie (https://www.linuxquestions.org/questions/linux-hardware-18/complete-newbie-309035/)

karmologyclinic 04-02-2005 03:54 PM

complete newbie
 
I have a laptop with a smart link modem. I have downloaded the smart link modem driver for linux, unpacked it. I did the $make command in console and then the $make install. And by the end of the install I get the message:

install: cannot overwrite directory `/usr/sbin/slmodemd' with non-directory
make: [install] Error 1 (ignored)

When I enter the /usr/sbin/slmodemd folder it's empty.

It's my first ever attempt to install a tar in linux so any help will be appreciated.

I'm using Mandrake 10.1 with KDE 3.3.
thanx.

XavierP 04-02-2005 04:36 PM

You need to be root to do make install. In your case, you would
Code:

$ make
$ su -m
password
# make install

The "su -m" is switch to superuser and stay in this directory.

And welcome to LQ :D


All times are GMT -5. The time now is 05:09 AM.