In deep without a paddle help

Tea Drinker
Don
Joined
13 Apr 2010
Posts
18,455
Location
Sunny Sussex
Errrr bought an Acer Revo to replace the useless Boxee Box and all's well it works buuuuuuuuuuut the auction showed Windows 7 logo on the advert so assumed it came with something I know.

Well it's come with Ubuntu which is totally new to me, sounds daft, flicking around seems ok and I'll get the hang of it in time however it won't connect to the internet, have connected it to a wired connection which works with my other laptop and also connected it to my wireless which shows a connection but again it's not working.

Using a standard SKY Sagem router

Am a bit stuck please help
 
Hmm.. Try this. Open up a terminal (command line) and run the commands:

1. sudo su - passwd
(choose a root (administrator) password)
2. su
(enter password)
3. ifconfig
(make sure it sees an eth0 interface for your wired connection at least)
4. ifconfig eth0 up
(incase eth0 isnt visible)
5. dhclient eth0
(this should then go and try and get an IP from the network for you)

Hope this helps!
 
You can open up a terminal by pressing Ctrl + Alt +T (together)

When entering the commands in the post above ( Copy & paste them into the terminal if you must) be warned that when entering a password into the terminal you WONT see it being typed.
 
ifconfig shows

eth0 with an ip addy
lo with an ip addy
wlan0 with an ip addy

with a host of other info

If I enter dhclient eth0 I get "RTNETLINK answers: operation not permitted
 
Have you tried a different OS and seeing if you still have the same prob?

You could always give mint a shot as many say its the easiet for people new to linux (I recently started using it myself).
 
Thanks tried all that after sudo su it asks for [passord for tsc3] then whatever I type just says "sorry try again"

Sorry mate, mind is elsewhere.

Do the same steps, but instead of " sudo su - passwd" do "sudo passwd".
 
Thanks for your help ended up pulling W8 off the web then making a boot USB, now running lovely on W8 if a bit jerky on Love Film.
 
Back
Top Bottom