LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installed... but cant do anything (https://www.linuxquestions.org/questions/linux-newbie-8/installed-but-cant-do-anything-509551/)

Krimp 12-11-2006 08:21 PM

installed... but cant do anything
 
ok, so i finially got Ubuntu installed on my computer. the only problem is i have no internet, no sound. i cant really do anything, so i put my driver disk in that came with my computer and it says it cant run the files. so i cant do anything at all. can anyone help me?

pixellany 12-11-2006 08:32 PM

By driver disk, I assume something associated with Windows. That is not going to help you. In Linux, most of the drivers you need are built in.

Take the problems one at a time:
Internet: When you installed, you should have been asked for some basic info on the internet connection. What did you select and were there any errors?
What IS your connection--ie do you have DSL, cable, modem, etc.? Do you have a router?

Sound: similar questions: any clues from the install steps?

I am assuming that you can boot up into a desktop. Can you open something like a control panel and find items for network, monitor, mouse, sound, etc.?

And finally, some specs on the computer, version of Ubuntu, etc.

Krimp 12-11-2006 08:50 PM

my disks arent windows based. they are the ones that came with my computer. my computer was custom built.

pixellany 12-11-2006 09:22 PM

Quote:

Originally Posted by Krimp
my disks arent windows based. they are the ones that came with my computer. my computer was custom built.

OK--then maybe you meant the disks that came with the MB or the video card. Same answer--they all assume a Windows install.

As I said, Linux typically comes with all the drivers.

You need to answer my other questions.....

Krimp 12-11-2006 10:38 PM

when i installed i was never asked any question at all. when i try to go to a website its basicly like i have no internet. i have cable.

btmiller 12-11-2006 10:43 PM

Do you connect your cable modem directly to your computer or do you have a router (wireless or otherwise)? In any case, I am assuming you use a (wired) Ethernet connection. Can you open up a terminal (it is in the menu) and run the command "/sbin/ifconfig -a" and post the results? If you see a device called eth0 or eth1 or similar that means that your network card is detected, you just have to set it up. In this case you can usually just to "sudo dhclient eth0" and enter your password and you will get an IP address and other network settings. If you don't see an Ethernet device or aren't sure, again, post the output of "/sbin/ifconfig -a" here. Also, if you're using wireless post here and say so...

Krimp 12-11-2006 10:50 PM

ok i just figured it out on my own. but thanks, now just gotta install other drivers :)

Krimp 12-11-2006 11:02 PM

ok, of the graphics drivers i can choose from there are only a few that have Linux versions. and there are a few different Linux types that i know nothing of. they are...
Linux IA32
Linux IA64
Linux AMD64/EM64T

Zmyrgel 12-11-2006 11:10 PM

Quote:

Originally Posted by Krimp
Linux IA32
Linux IA64
Linux AMD64/EM64T

IA32 is the basic 32-bit processor acrhitecture created by intel.
IA64 is the Intels 64-bit processor set which is not compatible with 32-bit versions. Used in servers.
AMD64/EM64T is the 64-bit processor set which is compatible with 32-bit versions.

Most likely your processor is either IA32 or AMD64.

Krimp 12-11-2006 11:13 PM

can anyone tell me a program to open up .run files? just downloaded UT2004 demo for Linux and it wont open.

pixellany 12-11-2006 11:21 PM

Quote:

Originally Posted by Krimp
can anyone tell me a program to open up .run files? just downloaded UT2004 demo for Linux and it wont open.

Better to not switch to new subjects in the middle of a thread (even your own)

I've never seen a file with a ".run" extension. executables in Linux typically have NO extension. How did you install UT2004? ( I googled one site and found reference to a linux-installer.sh script)

Krimp 12-11-2006 11:28 PM

ohh. its .run.gz

pixellany 12-11-2006 11:42 PM

Quote:

Originally Posted by Krimp
ohh. its .run.gz

That doesn't help much. .gz means it is compressed with gzip.

Do gunzip filename.run.gz and you'll have filename.run----which puts us back where we started.

How did you install?
What files do you have after downloading?
etc...

ethics 12-12-2006 05:13 AM

I'e come across several .run extensions.

First you need to make it executable
Code:

chmod +x <file>.run
Then you need to open it with
Code:

./<file>.run
in a terminal (konsole, gnome-terminal, a/e/xterm)

You'll probably need to be root as well


All times are GMT -5. The time now is 11:07 PM.