LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   usb server (https://www.linuxquestions.org/questions/fedora-35/usb-server-787916/)

ricnoah 02-09-2010 12:19 AM

usb server
 
can anyone that can guide me how to install usb-server-x64.tar.gz on my fedora12?

ok i did this tar usb-server-x64.tar.gz

i dont know how to compile

thank you

anomie 02-09-2010 02:49 PM

Assuming the suffix is correct (and it's really a gzipped tarball), you would extract it like so:

$ tar xfz usb-server-x64.tar.gz

With most source tarballs you'll receive a README file. Be sure to read it.

If you need help with basic navigation and working with files, I recommend picking up a book on Linux for beginners.

ricnoah 02-10-2010 01:03 AM

usb server
 
ok i did this

make KERNELDIR=/usr/src/kernels/2.6.31.12-174.2.3.fc12.i686.PAE

make: *** No targets specified and no makefile found. Stop.

what is the problem now?

thank you.

anomie 02-10-2010 01:28 AM

The error message tells you there is no Makefile. This is normally generated by running the configure script.

Please re-read my last post and follow the advice there. It only gets more complicated from here on out.


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