LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-23-2016, 11:54 AM   #1
Windows-User
LQ Newbie
 
Registered: Jan 2016
Posts: 13

Rep: Reputation: Disabled
Dificulty Installing video driver


Oops my last post wasn't published it seems.

I need help installing nvidia drivers (for nforce 630a/720 onboard gpu)
in BackTrack 5r3.
I'm very new to Linux like 3 days
Tried downloading a .run installer but didn't work. Some "precompiled kernel not found" error. It tried to connect to nvidia ftp to find one but couldn't succeed.
I don't know how to compile a kernel but I have tried getting some "kernel ready" messages but after setting it up and leaving X-server it stills giving me same error about kernel.

What can I do guys?
 
Old 01-23-2016, 12:28 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
on bt5

you do not

Backtrack is old and unsupported and was REPLACED YEARS AGO

bt5 was based on the now long unsupported ubuntu 10



do not use !!
 
Old 01-24-2016, 04:57 PM   #3
Windows-User
LQ Newbie
 
Registered: Jan 2016
Posts: 13

Original Poster
Rep: Reputation: Disabled
So if I want to learn linux from scratch, what distro should I try?

And sorry for double posting but previous one wasnt shown in recent posts
 
Old 01-24-2016, 06:22 PM   #4
fido_dogstoyevsky
Member
 
Registered: Feb 2015
Location: Victoria, Australia
Distribution: Slackware 15
Posts: 490
Blog Entries: 2

Rep: Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576
Quote:
Originally Posted by Windows-User View Post
So if I want to learn linux from scratch, what distro should I try?

And sorry for double posting but previous one wasnt shown in recent posts

If you want to "learn linux" you need to use it to get your normal stuff done. This means you will need to have access to a Windows PC while you're finding your feet (either by dual booting or having two dedicated computers).

As far as which distro to use - you will get many, many answers depending on people's experience and prejudices. Mine lead me to suggest OpenSUSE (the updated version of the one I started with) or PCLinuxOS as distributions which don't feel too alien to Windows users, then start trying different distros to see what suits you. But you should have a look here http://www.linuxquestions.org/questi...xp-4175502495/ and here http://distrowatch.com/ to see what's available. And keep coming back to LinuxQuestions.

And don't forget that "Linux isn't Windows", expect things (like installing software) to be different.

Last edited by fido_dogstoyevsky; 01-24-2016 at 06:26 PM.
 
Old 01-25-2016, 01:52 AM   #5
Windows-User
LQ Newbie
 
Registered: Jan 2016
Posts: 13

Original Poster
Rep: Reputation: Disabled
Thank you.

May I ask: Terminal "commands" varies from distro to distro, often? Meaning if I manage to learn how to install software via terminal in OpenSuse would be different in Linux Mint?

Also, I want to know if there is a way to make profit of my current OS (BackTrack). If there's a way to "update" or "upgrade" to make it usable again? I don't really mind going thru tricky steps. In fact, I like it but have googled a bit and couldn't find a real answer. Must confess that even searching info is hard for me because I really don't have any insight about anything than Windows. Still, I want to keep going. BackTrack motivates me 'cause have listened it's hard or advanced. I just need a initial kick. Promise to learn by myself once I have a base knowledge.
 
Old 01-25-2016, 02:05 AM   #6
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Backtrack is dead - no longer maintained. But even when maintained it was a very special purpose distro and not for people learning Linux.

Are you tying to learn Linux or are you interested in penetration tools?
 
Old 01-25-2016, 12:43 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Windows-User View Post
May I ask: Terminal "commands" varies from distro to distro, often? Meaning if I manage to learn how to install software via terminal in OpenSuse would be different in Linux Mint?
package management (= software installation) varies from distro to distro - but there's much less package managers then there's distros. i think the big players are just a handful.
but the vast majority of "terminal commands" is the same across all linux distros, along with other things like basic directory structure, naming conventions,...

about backtrack, no, you can't "make it usable again".
and i, too, have to ask: why do you think you need backtrack? why not start with one of the *buntus, or linux mint, or even debian if you're feeling frisky?
 
Old 01-25-2016, 12:46 PM   #8
seasons
Member
 
Registered: Dec 2014
Distribution: siduction
Posts: 264

Rep: Reputation: 58
Whatever distro you choose, downloading and installing directly from Nvidia's .run file (i.e. "the Windows way to install a video driver") is basically a method of last resort. Your GPU is supported by the 304.xx series, and Nvidia will continue to update the 304.xx series with support for new kernels/Xservers until the end of 2017.
http://www.nvidia.com/object/IO_32667.html
http://nvidia.custhelp.com/app/answe...y-gpu-releases
Most distros should have a 304.xx package available, even if it's from a 3rd-party repo (Fedora has RPMFusion, for example).

Also, don't assume you even need to install the binary Nvidia driver. The open-source nouveau driver worked very well on my 8400GS.
 
Old 01-25-2016, 12:52 PM   #9
seasons
Member
 
Registered: Dec 2014
Distribution: siduction
Posts: 264

Rep: Reputation: 58
I know a lot of folks who used to use Backtrack have moved to Kali Linux (I was going to say "Backtrack became Kali", but that may be oversimplified.) https://en.wikipedia.org/wiki/Kali_Linux

I always thought the worst part of Backtrack/Kali was the older packages from Debian stable releases, but it looks like they're now offering a rolling release based on Debian testing: https://www.kali.org/news/kali-linux...dition-2016-1/
 
Old 01-25-2016, 08:20 PM   #10
Windows-User
LQ Newbie
 
Registered: Jan 2016
Posts: 13

Original Poster
Rep: Reputation: Disabled
Thank you for taking your time to answer my questions. I'll be reviewing the info you gave me.

About why BackTrack (or any penetration suite) over other distro is mainly because it motivates me more to learn linux. I work with Windows, and Windows software so don't really -need- to learn other OS but the true is that I like to, and having and OS with that pretty awesome presentation (like a hacker aimed OS ) make learning more attractive. I know that's silly and I'm sorry but that helps me more focus on my goals. Like a purpose because, as I said, I dont really need to learn anything new for my work. Just to know something new and have fun.

Thank you so much for your help and the given time.
 
Old 01-25-2016, 10:31 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
and having and OS with that pretty awesome presentation (like a hacker aimed OS ) make learning more attractive. I know that's silly and I'm sorry but that helps me more focus on my goals.
just consider the outcomes first
if one is not careful and thoughtful in using a pen-testing system ( cracking)
Then one can end up standing in front of a JUDGE in a court room
( and then there is the issue of " picking up the soap in the jail shower ")


if you REALLY want to learn

install Fedora 23

fedora is the newest of the new
it tends to be SO NEW that you need to hack most programs to build on fedora

fedora is the testing of the "newest of the new" and as such
often NEEDS to be fixed

now fedora 20 to 23 have been better than the old fedora 4 ,5,6 days of 10 years ago

BUT
it is a CHALLENGE and with the very very short lifespan of 13 months and a NEW version every 6 MONTHS that is often rather different than the old version , it needs work all the time

and you WILL learn
 
Old 01-26-2016, 02:09 AM   #12
Windows-User
LQ Newbie
 
Registered: Jan 2016
Posts: 13

Original Poster
Rep: Reputation: Disabled
Don't worry. I'm an adult (28) and I'm not looking for a way to set offline a server and tell my friends I did. Actually, I prefer to get into the site and unplug the workstation in that case. But that won't happen too.
Just looking a way to relax after work. Yeah, learning new things relax me. I dont rule out the chance of hacking into my brother-in-law laptop just to change his wallpaper to a monkeys eating banana one and watch his face

THanks for the suggestion too. I will pass, however. Fedora seems kinda programmer oriented OS. I hate algebra. Also I like my knowledge to last less than 6 months and count for something after that.

Guess that Ubuntu based distros is my starting point. Now I'm stuck in the desktop environment. xfce looks good. I've read Linux Mint has a bit slower interface. Cinnamon looks good too.

BTW what do you think about Debian?
 
Old 01-26-2016, 09:36 AM   #13
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Doesn't Like math want's to be a hacker...

Doesn't know Linux wants a pen testing distro...

Just pick a distro and install it, once you like math again and have a few years of Linux under your belt revisit this idea


If you were my brother in law and you hacked my computer then I think I'd hack yours back with my KA-BAR
 
Old 01-26-2016, 09:47 AM   #14
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Fries with that?
 
Old 01-26-2016, 10:23 AM   #15
NGIB
Member
 
Registered: Sep 2013
Location: Sumter SC, USA
Distribution: MX, Lubuntu
Posts: 449

Rep: Reputation: Disabled
Bottom line: If you're not experienced enough to keep Kali/Backtrack/Blackarch running - it's not the distro for you...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dificulty Installing video driver Windows-User Linux - Software 1 01-23-2016 01:06 PM
I need help installing a video driver Jack Crain Linux - Newbie 10 04-12-2014 07:26 PM
video driver not installing shariefbe Linux - Software 4 11-29-2008 02:36 AM
Help installing video driver zchoyt Linux - Newbie 3 08-28-2004 03:15 PM
Installing a video driver Xylicon Linux - General 7 02-24-2003 12:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration