|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
Installing .tar.gz file need help
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
Networking Nut
|
Ive got a driver for my modem and its in a .tar.gz file, I have no idea how to install it...
__________________
SAVE THE INTERNET
| V NET NEUTRALITY ![]() _______________________________________ <(^_^<) <( ^_^ )> (>^_^)> "Oh by the way, YOU'RE WELCOME!" - Nick Burns
|
|||||||||||||
|
|
|
|
|
#2 (permalink) | ||||||||||||||
|
Photography nut
![]() |
In a terminal (For Gnome: applications->accessories->terminal) (For KDE: system->konsole)
type: cd ~/Desktop tar -zxvf driver_name.tar.gz cd driver_name ./configure make sudo make install make clean Then first line assumes that the package is saved on your desktop. If it in your home folder then just type cd ~/ The second unpacks the package. The third line moves into the new folder that was hopefully created. If not then you will see the packages context on the desktop instead of just a new folder. The rest of the lines install the driver. There might not be a configure file. So don't worry ./configure give you an error, just skip it and type make. If make does not work then type : ls and look for a file ending in .sh. Probably would say something like installer.sh. You would want to run that then to install the driver, so just type: sh name_here.sh
__________________
"UNIX was never designed to keep people from doing stupid things, because that policy would also keep them from doing clever things." - Doug Gwyn Try out the latest Programming Challenge Quote:
CPU-Z Validation @ 2.97-prime95 stable 16 hours @ 1.48v Proof | CPU-Z Validation @ 3.15 Getting Mouse Side Buttons to work in Linux, Compile a custom Kernel, More
|
||||||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
Networking Nut
|
i put it im my /root
ran [root@localhost ~]# cd /root [root@localhost ~]# tar /root/pctel-0.9.7-9-rht-7.tar.gz (it adds a folder to /root called pctel-0.9.7-9-rht-7, everything from the tar file.) i run [root@localhost ~]# cd /root/pctel-0.9.7-9-rht-7 [root@localhost pctel-0.9.7-9-rht-7]# ./confgure (dont work) [root@localhostpctel-0.9.7-9-rht-7]# make (I get "*** No rule to make target and make file found. stop.") [root@localhost pctel-0.9.7-9-rht-7]# ls shows "Changelog Driver FAQ README setup src and nothing else worked
__________________
SAVE THE INTERNET
| V NET NEUTRALITY ![]() _______________________________________ <(^_^<) <( ^_^ )> (>^_^)> "Oh by the way, YOU'RE WELCOME!" - Nick Burns
|
|||||||||||||
|
|
|
|
|
#4 (permalink) | ||||||||||||||
|
Photography nut
![]() |
Take a look at the README then if you haven't yet. It should say in there how to install it then.
__________________
"UNIX was never designed to keep people from doing stupid things, because that policy would also keep them from doing clever things." - Doug Gwyn Try out the latest Programming Challenge Quote:
CPU-Z Validation @ 2.97-prime95 stable 16 hours @ 1.48v Proof | CPU-Z Validation @ 3.15 Getting Mouse Side Buttons to work in Linux, Compile a custom Kernel, More
|
||||||||||||||
|
|
|
|
#5 (permalink) | ||||||||||||||
|
Apple Doesn't Love You
|
Quote:
|
||||||||||||||
|
|
|
|
#6 (permalink) | |||||||||||||
|
Networking Nut
|
Do I have to have the source files of my kernel?
__________________
SAVE THE INTERNET
| V NET NEUTRALITY ![]() _______________________________________ <(^_^<) <( ^_^ )> (>^_^)> "Oh by the way, YOU'RE WELCOME!" - Nick Burns
|
|||||||||||||
|
|
|
|
|
#7 (permalink) | |||||||||||||
|
Networking Nut
|
ok i put it in my tmp folder for now, but heres what i get at ./configure..
[rfarris@localhost ~]$ su - [rfarris@localhost ~]# cd /tmp/pctel/ [rfarris@localhost pctel]# tar -zxvf pctel.tar.gz [rfarris@localhost pctel]# cd pctel-0.9.7-9-rht-7 [rfarris@localhost pctel-0.9.7-9-rht-7]# ./configure and i get "-bash: ./configure: No such file or directory" ![]()
__________________
SAVE THE INTERNET
| V NET NEUTRALITY ![]() _______________________________________ <(^_^<) <( ^_^ )> (>^_^)> "Oh by the way, YOU'RE WELCOME!" - Nick Burns
|
|||||||||||||
|
|
|
|
|
#8 (permalink) | |||||||||||||
|
Apple Doesn't Love You
|
run ls
|
|||||||||||||
|
|
|
|
#9 (permalink) | |||||||||||||
|
Networking Nut
|
oh am i looking for the "configure" file
was just one deeper, so cd src, then i did ./configure and got "Use -auto to try to guess your modem and install it automatically" "Use -manual to only generae the makefile"
__________________
SAVE THE INTERNET
| V NET NEUTRALITY ![]() _______________________________________ <(^_^<) <( ^_^ )> (>^_^)> "Oh by the way, YOU'RE WELCOME!" - Nick Burns
|
|||||||||||||
|
|
|
|
|
#10 (permalink) | ||||||||||||||
|
Photography nut
![]() |
You can probably type:
./configure -auto -OR- ./configure -manual make sudo make install depends if you want to try the auto or not.
__________________
"UNIX was never designed to keep people from doing stupid things, because that policy would also keep them from doing clever things." - Doug Gwyn Try out the latest Programming Challenge Quote:
CPU-Z Validation @ 2.97-prime95 stable 16 hours @ 1.48v Proof | CPU-Z Validation @ 3.15 Getting Mouse Side Buttons to work in Linux, Compile a custom Kernel, More
|
||||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|