Results 1 to 10 of 16
I'm running Ubuntu 9.10 as a dual boot along woth Win PX Pro x64 bit. I'm new to Linux and I need help. For the life of me I can't ...
- 01-27-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 88
Ubuntu 9.10 Network Help
I'm running Ubuntu 9.10 as a dual boot along woth Win PX Pro x64 bit. I'm new to Linux and I need help. For the life of me I can't seem to get connected to the internet. I have cable high speed with a router and 2 laptops on the network. Can someone please help?
Thanks, steve509
- 01-27-2010 #2
Hello and welcome. I assume this is a wireless connection you're looking to establish?
Please read this:
http://www.linuxforums.org/forum/wir...tart-here.html
- 01-27-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 88
Sorry!!
Sorry I idn't mention that, no its a wired connection on my main desktop. The Ethernet is a relatek RTL8139/810x.
- 01-27-2010 #4
Hmm, that should be supported out of the box.
Can you open a terminal and post the output of
Are you using DHCP or trying for a static IP address?Code:lspci -vnn lsmod
What happens if you do
Code:sudo dhclient eth0
- 01-27-2010 #5Just Joined!
- Join Date
- Jan 2010
- Posts
- 88
Sorry I took so long
Sorry I took so long to get back to you, I have to keep rebooting from win to Ubuntu...What a pain lol.
Anyway, here are all the results I got in terminal;
steve@steve desktop:$ ispci -vnn
No command 'ispci' found, did you mean:
Command lspic from package 'pciutils' (main)
steve@steve desktop:$ 'ismod'
No command 'ismod' found, did you mean:
Command insmod from package 'module-inet-tools' (main)
steve@steve desktop:$ 'insmod'
Ucode: insmod filename [args]
steve@steve desktop:$ dhclient eth0
Internet Systems Consortium DHCP Client V3.1.2
Copyright 2004-2008 Internet Systems Consortium
Can't create /ver/lib/dhcp3/dhclient, leases Permission denied
SIOCSIFADDR: Permission denied
SIOCSIFFLAGS: " "
Open a socket for LPF: Operation permitted
I hope this helps find my problem and thanks for your help
- 01-27-2010 #6That should be a lower case 'L' not an 'i' in lspci and lsmod.steve@steve desktop:$ ispci -vnn
No command 'ispci' found, did you mean:
Command lspic from package 'pciutils' (main)
steve@steve desktop:$ 'ismod'
No command 'ismod' found, did you mean:
Command insmod from package 'module-inet-tools' (main)
This has to be prefaced with sudo to run with root privilieges. You'll be asked for your password, after. Note that you won't see any output on the screen when you type your password.steve@steve desktop:$ dhclient eth0
Internet Systems Consortium DHCP Client V3.1.2
Copyright 2004-2008 Internet Systems Consortium
Can't create /ver/lib/dhcp3/dhclient, leases Permission denied
- 01-27-2010 #7Just Joined!
- Join Date
- Jan 2010
- Posts
- 88
They are both lower case L's I typed, but will try it again just to make sure, be back with the info in a bit
thanks
- 01-27-2010 #8Just Joined!
- Join Date
- Jan 2010
- Posts
- 88
You were right, sorry
You were right about the lower case L's, sorry about that.
Here is all the info from the terminal and its a lot. i hope this is what you were looking for
- 01-27-2010 #9
Hello. I think you forgot to post the output bit.
- 01-27-2010 #10Just Joined!
- Join Date
- Jan 2010
- Posts
- 88
Please remember I'm a newbee lol..what do you mean by output bit?????


Reply With Quote