LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 02-23-2007, 07:42 PM   #31
desiraju01
Member
 
Registered: Feb 2007
Posts: 32

Original Poster
Rep: Reputation: 15

hmm, i just went to my router config site. my dhcp server is enabled.

my connection type is dynamic.


i am not worrying about pclinuxos,



i was checking around the system configuration and harddrive and hardwares. i have made a mistake in pointing out that my 2nd harddrive is 186 gigs ( not that it makes a big difference from 240). and my main harddrive is 40 gigs.

i have a 512 MB RAM, so ya sry if i didnt give this information.

my only main concern is that, since LIVE CD like you said should have the internet working automatically, and that i have to manually configure in my livecd to make it work, so

how do i do that?

also, my other concern is, if it safe for me to backup my datas into the 2nd harddrive, will that not be affected during the partion? i dont have much in my 2nd harddrive..i could delete it ..its all movies..i dont need it and i can easily store my data into a dvd-r or usb.

thanx for helping me along brendon. i hope we can work this out!

oh ya i also want to use the vmware server on ubunto os

oh ya again..lol..just want let you know that my main harddrive (40 gig) is a FAT32.

im so sry if i havent give out that much details!

Last edited by desiraju01; 02-23-2007 at 07:45 PM.
 
Old 02-24-2007, 04:23 AM   #32
ljs662_removed
Member
 
Registered: Nov 2006
Posts: 51

Rep: Reputation: 15
Taking the leap, windoze 2 linux.

I dont know about that

Last edited by ljs662_removed; 12-17-2007 at 04:42 AM. Reason: none
 
Old 02-24-2007, 10:11 AM   #33
desiraju01
Member
 
Registered: Feb 2007
Posts: 32

Original Poster
Rep: Reputation: 15
yes, i have figured out most of things now.

only thing i am trying to figure out is the internet connection on my desktop.

see i have a router and wired ethernet card so that my dsl and cable modem are connected to cable box and router.

since people said that when u put in the livecd, the internet should be connected automatically, mine doesn't. so i am trying to figure this one out.

that's what i am trying to figure out. Most of the stuff i got it. but the internet is what keeping me from installing the distro.

can anyone help me out? my DHCP is enabled and my IP is dynamic.

thanx!
 
Old 02-24-2007, 05:25 PM   #34
ljs662_removed
Member
 
Registered: Nov 2006
Posts: 51

Rep: Reputation: 15
Connecting linux to the net when it wont do it automatically!

I dont know about that

Last edited by ljs662_removed; 12-17-2007 at 04:42 AM.
 
Old 02-24-2007, 09:26 PM   #35
desiraju01
Member
 
Registered: Feb 2007
Posts: 32

Original Poster
Rep: Reputation: 15
hmm i opened the terminal on ubuntu LIVECD.

it came out like this :

ubuntu@ubuntu:~$ ifconfig eth0 up
SIOCSIFFLAGS: Permission denied

i dont get it??

Last edited by desiraju01; 02-24-2007 at 09:49 PM.
 
Old 02-24-2007, 09:54 PM   #36
Mustafa^Qasim
Member
 
Registered: Dec 2005
Location: Lahore, PK
Distribution: Fedora 14
Posts: 105

Rep: Reputation: 16
the $ sign show that u r normal user.. that didn't have such rights
 
Old 02-24-2007, 09:56 PM   #37
desiraju01
Member
 
Registered: Feb 2007
Posts: 32

Original Poster
Rep: Reputation: 15
ok so how do i get the right?

can you help me out? i want to configure my internet connection so i can connect to internet on my livecd since i am trying out.

please help me thanx!
 
Old 02-24-2007, 09:58 PM   #38
tuxrules
Senior Member
 
Registered: Jun 2004
Location: Chicago
Distribution: Slackware64 -current
Posts: 1,158

Rep: Reputation: 62
Quote:
Originally Posted by desiraju01
hmm i opened the terminal on ubuntu LIVECD.

it came out like this :

ubuntu@ubuntu:~$ ifconfig eth0 up
SIOCSIFFLAGS: Permission denied

i dont get it??
Try,
Code:
sudo ifconfig eth0 up
 
Old 02-24-2007, 10:03 PM   #39
desiraju01
Member
 
Registered: Feb 2007
Posts: 32

Original Poster
Rep: Reputation: 15
i just did it

it came out :

ubuntu@ubuntu:~$ sudo ifconfig eth0 up
ubuntu@ubuntu:~$



so what now? can you give me the whole command line if possible?

hey tux...can you get on yahoo? can we talk over this in yahoo? im online btw..

Last edited by desiraju01; 02-24-2007 at 10:07 PM.
 
Old 02-24-2007, 10:09 PM   #40
tuxrules
Senior Member
 
Registered: Jun 2004
Location: Chicago
Distribution: Slackware64 -current
Posts: 1,158

Rep: Reputation: 62
Quote:
Originally Posted by desiraju01
i just did it

it came out :

ubuntu@ubuntu:~$ sudo ifconfig eth0 up
ubuntu@ubuntu:~$



so what now? can you give me the whole command line if possible?
You are returned to the command line means the command executed successfully. Try sudo ifconfig. It will show you information about your internet connection. Look for inet addr, next to it will be your ip address.

Open up your browser and try to visit a website or try to ping a website.
Code:
ping -c 3 www.yahoo.com
Tux,

Last edited by tuxrules; 02-24-2007 at 10:11 PM.
 
Old 02-24-2007, 10:16 PM   #41
desiraju01
Member
 
Registered: Feb 2007
Posts: 32

Original Poster
Rep: Reputation: 15
ok i tried "sudo ifconfig" and it shows me the information.

i saw my ip address..

then i typed in this :

ubuntu@ubuntu:~$ ping -c 3 www.yahoo.com
ping: unknown host www.yahoo.com

so i opened the browser and went to www.google.com

and it says "server not found"

what should i do now?
 
Old 02-24-2007, 10:22 PM   #42
tuxrules
Senior Member
 
Registered: Jun 2004
Location: Chicago
Distribution: Slackware64 -current
Posts: 1,158

Rep: Reputation: 62
Quote:
Originally Posted by desiraju01
ok i tried "sudo ifconfig" and it shows me the information.

i saw my ip address..

then i typed in this :

ubuntu@ubuntu:~$ ping -c 3 www.yahoo.com
ping: unknown host www.yahoo.com

so i opened the browser and went to www.google.com

and it says "server not found"

what should i do now?
Post output of the following commands, nobody can help you if we can't see what you are doing.

Code:
sudo lspci -v
Code:
sudo lsmod
Code:
sudo ifconfig
 
Old 02-24-2007, 10:30 PM   #43
desiraju01
Member
 
Registered: Feb 2007
Posts: 32

Original Poster
Rep: Reputation: 15
whoa man..i typed in those command...there's bunch of infos!!!


you sure u want to type all that in here?????


just tell me what u need to know exactly..since i am on my laptop and my livecd is on desktop..


i typed this command :

ubuntu@ubuntu:~$ lspci -v
02:09.0 Ethernet controller: Lite-ON Communications Inc LNE100TX [Linksys EtherFast 10/100]

Subsystem : Asante Technologies, Inc. Unknown device f001
Flags: bus master, stepping, medium, latency 64, IRQ 185
I/O ports at d800 [size=256]
Memory at ff7efc00 (32-bit, non-prefetchable) [size=256]
Expansion ROM at 30000000 [disabled] [size=256K]
Capabilities: <access denied>


so ya...

Last edited by desiraju01; 02-24-2007 at 10:46 PM.
 
Old 02-24-2007, 11:01 PM   #44
desiraju01
Member
 
Registered: Feb 2007
Posts: 32

Original Poster
Rep: Reputation: 15
blah this is gay..i'll just ask my friend's husband...so much for trying ..lol

thanx anyway guys..
 
Old 02-24-2007, 11:58 PM   #45
ljs662_removed
Member
 
Registered: Nov 2006
Posts: 51

Rep: Reputation: 15
heya!

I dont know about that

Last edited by ljs662_removed; 12-17-2007 at 04:42 AM.
 
  


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
link dies intermittently-seemingly at random- between win<->linux not linux<->linux?? takahaya Linux - Networking 10 03-09-2007 10:37 PM

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

All times are GMT -5. The time now is 01:17 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