LinuxQuestions.org
Review your favorite Linux distribution.
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 03-07-2005, 12:06 AM   #16
mario8723
Member
 
Registered: Feb 2005
Distribution: Ubuntu Hoary 5.04
Posts: 65

Rep: Reputation: 15

Has anybody tried Ubuntu yet? I just downloaded/installed it 3 days ago and absolutely love it! I'm a complete noob, but it wasn't hard at all. Extremely user-friendly. Take a look at it...they have a Live CD as well
 
Old 03-07-2005, 12:09 AM   #17
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
The first thing to do is check and make sure your ethernet card is connected. Open a terminal and type "ifconfig -a" (try "/sbin/ifconfig -a" if you get a command not found error). You should see two interfaces, lo (the loopback interface) and eth0, the first ethernet interface. If you do, you're 99% of the way there since your card has been detected OK.

Next you need to configure your network. If your Windows box is running Internet Connection Sharing, it should be running a DHCP server which will provide clients with network info automatically. You dhould be able to type "dhclient eth0" or "dhcpcd eth0" (try both) to obtain an IP address for your computer. Otherwise, you can use ifconfig to assign yourself an IP address as follows:

ifconfig eth0 <address>up

If you need to do that, you'll also have to set your Windows computer up as the default gateway with:

route add default gw <IP of Windows machine>

Hope this helps...
 
Old 03-07-2005, 12:18 AM   #18
ajc275
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix
Posts: 15

Original Poster
Rep: Reputation: 0
I have to go to work now,but i'll try tonight,Thanks for the response,If anyone else has any idea's please leave your input and i'll post back tonight.

Thanks ajc
 
Old 03-07-2005, 12:51 PM   #19
ajc275
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix
Posts: 15

Original Poster
Rep: Reputation: 0
btmiller done as you said and according to you i'm now 99% of the way there, my card as been detected ok.

Now the next bit you wrote as me a little confused my windows box as you call it,is running internet connection sharing,but i'm not sure where i type dhclient eth0 is it in the open terminal like i did on the first part or somewhere else, I tried it in the open terminal dhclient eth0 gave bad command and when i tried dhcpcd eth0 it froze my machine.

Can you break it down a little more for me please if your right and i'm 99% there someone give me 1% PLEASE

Thanks ajc
 
Old 03-07-2005, 10:55 PM   #20
ajc275
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix
Posts: 15

Original Poster
Rep: Reputation: 0
BUMP
 
Old 03-07-2005, 11:08 PM   #21
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
try dhcpcd eth0 and you need to type it in console/terminal.

ifconfig -a

will also give a detailed list of all the internet devices and your ip information.

Last edited by ksgill; 03-07-2005 at 11:11 PM.
 
Old 03-07-2005, 11:15 PM   #22
ajc275
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix
Posts: 15

Original Poster
Rep: Reputation: 0
ifconfig -a gives me a list of stuff,but i don't know what to do with it or understand it,and dhcpcd eth0 in a console window freezes my machine thats the problem ?.

could you explain it more please,sorry i'm just missing something here.

ajc
 
Old 03-07-2005, 11:30 PM   #23
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
post your ifconfig -a output, thn we can tell you whats going on..
 
Old 03-07-2005, 11:44 PM   #24
ajc275
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix
Posts: 15

Original Poster
Rep: Reputation: 0
i have to go to work sorry i'll post tonight

Thanks ajc
 
Old 03-08-2005, 02:34 AM   #25
mjjzf
Member
 
Registered: Feb 2004
Location: Valby, Denmark / Citizen of the Web
Distribution: Slackware 14.1
Posts: 879

Rep: Reputation: 39
I had the same problems when I used DSL earlier on.
Actually, the problem is this -
When you want a straightforward system that sets it all up for you, it requires some pretty heavy resources. Slackware - and it's spin-off, VectorLinux - and Gentoo are probably the distributions best suited for bringing dated HW to life (I use Vector for my 600MHz, 32 MB RAM laptop. It is my best recommendation). But they are not... too easy to work with. They may require a helping hand. Everyone can install Slackware by choosing the "install everything" option, but that isn't optimizing, y'know?
If you want to do this after using Mandrake, SuSE, Ubuntu, FC3 or something like that (okay, the last 2 require som post-install tweaking, but it's heavily documented), you are probably not totally equipped to handle such a situation.
It should be noted that for a system as the one you describe, a KDE- or Gnome-based desktop isn't a good idea. They require a bit more RAM to play with.

Last edited by mjjzf; 03-08-2005 at 02:35 AM.
 
Old 03-08-2005, 05:53 AM   #26
floppywhopper
Member
 
Registered: Aug 2004
Location: Western Australia
Distribution: Mageia , Centos
Posts: 643
Blog Entries: 2

Rep: Reputation: 136Reputation: 136
Rock on over to your nearest bookstore
grab a copy of the UK mag "Linux Format"
and check out your nearest
Linux User group
in the UK

someone there might be able to help
and all it could cost you is a pizza and some coke
and there are plenty of LUGs in the UK

live long and prosper
floppy
 
Old 03-08-2005, 11:36 AM   #27
ajc275
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix
Posts: 15

Original Poster
Rep: Reputation: 0
Ok i'll post ifconfig -a output in a while,just got in from work,i'm interested in the fact that OSourceDiplomat reccomends vector linux i downloaded this and could not get it to run,Thanks for the replies though and i'll just get something to eat then post the ifconfig output .if anyone could tell me how to get vector linux working i'd be grateful as this as been mention that it should suit my system.

Thanks ajc
 
Old 03-08-2005, 01:03 PM   #28
ajc275
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix
Posts: 15

Original Poster
Rep: Reputation: 0
results when i typed ifconfig -a

eth0link encap:ethernet hwadd00:40:05:33:fb:2e
broadcast multicast mtu:1500 metre 1
rx packets:0errors:0dropped:0overruns:0frame:0
tx packets:0errors:dropped:0overruns:0carriers:0 txqueuelen:1000
collision:0 (0.0b) txbytes:0(0.0b)
interupts:3 base address:0x300

lo link encap:local loopback
inet addr:127.0.0.0 mask 255.0.0.0
up loopback running mtu:16436 metric1
rx same as above
tx same as above except txqueuelen:0
rx bytes:0 (0.0b) tx bytes:0(o.ob)

hope this makes some sence to someone

Thanks ajc
 
Old 03-08-2005, 11:43 PM   #29
ajc275
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix
Posts: 15

Original Poster
Rep: Reputation: 0
LOL, waiting for the try another distro,what the hell i'll stick with windows,so much for get one to run then post here and we'll help you sort it.

It's gone very quiet

Thanks for those of you who posted idea's

Maybe linux is a closed shop

ajc
 
Old 03-09-2005, 12:08 AM   #30
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
Maybe you are better off with Windows, its user friendly, full of viruses and you dont need to learn anything new. It auto configures everything for you. I love being a microsoft bitch..

Goodbye

Last edited by ksgill; 03-09-2005 at 12:09 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
triple boot linux/linux/linux No Windows involved toastermaker Linux - Newbie 12 03-02-2006 10:40 PM
Redhat (rhel v2.1) bootup problem with linux (linux vs linux-up) namgor Linux - Software 2 06-24-2004 02:49 PM

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

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