LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 04-29-2010, 07:47 AM   #1
kamon
Member
 
Registered: Apr 2010
Location: Manchester
Distribution: Ubuntu
Posts: 87

Rep: Reputation: 15
Exclamation Confused about linux.


Hi, I'm not sure that all of this should be in the distribution section but here goes... I've just switched from windows vista to linux ubuntu because I cannot stand windows anymore. I have a dell inspiron 17 laptop and it was filled with virus', my only option was to format it and someone recommended I switch my OS as well, they suggested linux. I panicked because an examiner is coming into college at the end of May and I have tons of work to do which is why it is essential I have my laptop. So, without doing as much research as I probably should have done I dived in and installed ubuntu, now I don't have a clue what to do! My first hurdle is the internet. I'm trying to connect to wireless internet (I have a livebox from orange). I've been on the help section and it says:
1. Ensure that your wireless device is turned on. (it definitely is as I am on here)
2. Click the network manager icon (done that)
3. under wireless networks click on the network you want to connect to.

This is where my problem is, I'm going on wireless networks and there is nothing there! I've tried clicking add but I don't know what SSID, BSSID, MAC address or MTU is!! I thought this was supposed to be f****** simple! I actually read on the website before I installed it that my granny is supposed to be able to use this! Can somebody please help me and speak in simple terms because I epically failed in ICT at school so no terminology or anything.

Someone told me something like I have to do a LAN connection and install drivers? I am currently using my mums PC and this has the software installed for the livebox, when I first got my laptop I spent the entire day trying to install stuff so I could connect and none of it worked, then I realised that my laptop has WiFi and I simply selected my wireless device, entered the WEP key and I was connected. So shouldn't it be the same with this? Or will I need to install drivers? (I don't even know what a driver is! :S)

Or maybe someone can just suggest a better, simpler and easier version of linux for me to download?? All I use my laptop for is: listening to music, downloading and watching films, web browsing and college work. So I dunno if it'll just be easier for me to download a different version??
 
Old 04-29-2010, 08:02 AM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
kamon;

Welcome to LQ!!

We're going to need more data but fewer words...

First, you say your wireless device is definitely on because you are on here----that implies that you are already connected??
Regardless, we need to determine if you have the driver for you wireless card.
Open a terminal and enter "sudo iwconfig". If all the devices say "no wireless extension", then you will need a driver. For that we need to know what your wireless card is. If you don't have it in your computer specs, you can get it by entering "lspci" in the terminal.

Quote:
when I first got my laptop I spent the entire day trying to install stuff so I could connect and none of it worked, then I realised that my laptop has WiFi and I simply selected my wireless device, entered the WEP key and I was connected. So shouldn't it be the same with this?
Are you saying that the laptop wireless worked on Windows, but does not now work on Linux?
 
Old 04-29-2010, 08:08 AM   #3
kamon
Member
 
Registered: Apr 2010
Location: Manchester
Distribution: Ubuntu
Posts: 87

Original Poster
Rep: Reputation: 15
I'm connected now because I'm on my mums PC, I went on the help section already and that told me to type something into terminal but everytime I do it asks for a password, I have the same password for EVERYTHIN and throughout all of the setup I have used the same password, but it keeps saying "sorry, try again" I've just tried typing what you told me to and it's saying the same thing. And yes it worked on windows but not on linux.
 
Old 04-29-2010, 08:25 AM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
OK---we need to solve the password thing first.

First, I assume you can log in to the computer when you start up. To do that, you use your normal user password.

Second, the normal Ubuntu installation does not activate the root account. Therefore, administrative commands must be done with sudo. Please confirm that you have only one password.

In a terminal, please confirm that you can do these commands with no password required:
ls
cd <filename> (use any name that appears from the ls command)

Next, try "sudo fdisk -l" If should ask you for your password.
 
Old 04-29-2010, 08:27 AM   #5
kamon
Member
 
Registered: Apr 2010
Location: Manchester
Distribution: Ubuntu
Posts: 87

Original Poster
Rep: Reputation: 15
None of that makes sense to me.
 
Old 04-29-2010, 08:33 AM   #6
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Ok, Let's start from scratch:
1. When you start your computer, do you need to type a username and password on linux?
2. Once you've booted up Ubuntu, can you find a program called "terminal"? It should be somewhere in the menu.
3. Can you run the terminal program?

Last edited by sycamorex; 04-29-2010 at 08:45 AM.
 
Old 04-29-2010, 08:33 AM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
NONE of it!!!???

Can you not at least answer this question??:
Quote:
First, I assume you can log in to the computer when you start up. To do that, you use your normal user password.
Can you type "ls" in a terminal? (You said that you did the other command in a terminal......)
 
Old 04-29-2010, 08:35 AM   #8
kamon
Member
 
Registered: Apr 2010
Location: Manchester
Distribution: Ubuntu
Posts: 87

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by sycamorex View Post
Ok, Let's start from scratch:
1. When you start your computer, do you need to type a username and passoword on linux?
2. Once you've booted up Ubuntu, can you find a program called "terminal"? It should be somewhere in the menu.
3. Can you run the terminal program?
No, when I set up the password I selected the log-in automatically option and yeah I can get on terminal.
 
Old 04-29-2010, 08:43 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Good start!! Now please answer my questions!!

Do you have a password?

Can you type "ls" in the terminal?

Can you type "sudo fdisk -l" in the terminal?
 
Old 04-29-2010, 08:46 AM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
PS:

Is it possible that you are not remembering your password correctly? Since you have it set to log in automatically, your can try CHANGING your password by entering "passwd" in the terminal.
 
Old 04-29-2010, 08:50 AM   #11
kamon
Member
 
Registered: Apr 2010
Location: Manchester
Distribution: Ubuntu
Posts: 87

Original Poster
Rep: Reputation: 15
right, i typed in ls and it said its not installed but a message came up about what to type to install it, so i typed that in and it asked for the password, now it won't let me type the password at all. It says:
[sudo] password for kamon:
And it doesn't matter what key I hit it won't type anything after that.
I typed the fdisk thing in and same thing is happening.
 
Old 04-29-2010, 08:53 AM   #12
kamon
Member
 
Registered: Apr 2010
Location: Manchester
Distribution: Ubuntu
Posts: 87

Original Poster
Rep: Reputation: 15
Right I've changed the password and its working now I think. I have to go out for half an hour its unavoidable please stay online if you can.
 
Old 04-29-2010, 09:03 AM   #13
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by kamon View Post
Right I've changed the password and its working now I think. I have to go out for half an hour its unavoidable please stay online if you can.
No worries -- we work 24x7x365 shift patterns with volunteers from around the globe
 
Old 04-29-2010, 09:13 AM   #14
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I am actually sitting here waiting for your next post!! But, please do not expect this kind of service every day.

Please post the actual terminal text when you attempt to type "ls". Use cut and paste. Here is a sample from my machine:

Code:
[mherring@Ath ~]$ ls
2005&caseGroupId=175104175104M007.pdf  cu-loan-upgrade.odt  HW-Test_matrix.pdf  Pictures
add                                    Desktop              Hyundai.odg         play
addresses_mary_18jan.odt               docs                 jpegrec.exe         play_copy
Afile                                  Downloads            kanab_itin.odt      pw_a120232.pdf
Arch_build                             filter               LINES.odg           rec
bookmarks.html                         five                 
[mherring@Ath ~]$
 
Old 04-29-2010, 09:31 AM   #15
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by kamon View Post
I have to go out for half an hour its unavoidable please stay online if you can.
Time's up!!!
I'll check up on you when I get to work.
 
  


Reply



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
Confused about Linux tamer79 Linux - Newbie 12 08-15-2008 01:51 PM
confused between linux and NT uraauroow Linux - Server 1 01-17-2008 05:43 PM
Confused with Linux nhc Linux - Newbie 11 12-04-2007 11:36 PM
Confused In Linux Distros SHADAB1RIZVI Linux - Newbie 7 09-21-2007 08:22 PM
Confused w/ Linux noxious986 Linux - Newbie 15 06-03-2003 06:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 12:42 PM.

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