Ubuntu Networking :: Can't Connect To Router (10.04;EeePC 1001HA;RT3090)?

Jun 11, 2010

I just install Ubuntu 10.04 on my EeePC and I'm loving it. the only problem is I can only get wired internet. I was going around the help but I couldn't find my problem. others also have had the same problem as me. here's all the information I think you'll need:

OS: Ubuntu Desktop 10.04
Model: EeePC 1001HA
Wireless Card: RT3090
Lshw Output:
*-network DISABLED

[Code]...

NOTE: I cut out alot of the outputs because the didn't appear useful (like my USB devices etc.)

NOTE2:any commands you want me to run just let me know (BTW I wont run stuff like mkfs... I'm not that new)

NOTE3:Ubuntu Desktop works quite well on a EeePC actually. EDIT: vBulletin wont let me have multiple spaces! I'll replace them with dashed in the lsmod output.

View 5 Replies


ADVERTISEMENT

Ubuntu Networking :: Asus EeePC 1001HA - Install Netbook Edition 9.10 - Can't Get Wireless Network To Work

Jun 3, 2010

I have just purchased an Asus EeePC 1001HA netbook and I would like to install Ubuntu Netbook Edition 9.10 (love the look and the brilliant interface), but I can't get the wireless network to work. I am currently running from a 4Gb USB stick that has the LiveCD on it with a 1Gb persistence. The network notification area only shows wired and VPN connections. I have tried installing the Ralink 3090 driver but I have had no luck in getting the wireless to work.

View 8 Replies View Related

Networking :: Cannot Connect To Internet Wired Or Wirelessly On Eeepc

Jan 6, 2010

I just installed ubuntu 9.10 netbook remix (karmic koala) on my eeepc so im pretty new to linux but getting the hang of it. i was running windows before and the wireless and wired connections were perfectly fine. when i installed ubuntu, i chose it as my main system and wiped windows. now i cannot connect to the internet through the ethernet cable or wirelessly. even though i put in the right ip adress etc it doesnt work. the wireless doesnt even pick anything up so i uninstalled network manager. i installed wicd network manager and that doesnt pick anything either. BTW using a Ralink RT2860 network card.

View 4 Replies View Related

Ubuntu Networking :: 10.10 / Asus EeePC 1001P - Can't Connect To Internet - Only Wifi

Feb 5, 2011

Just got a secondhand Asus EeePC 100P netbook, fresh install of Ubuntu 10.10, and while I can connect to my wireless network and access the router through the browser, I can't connect to the internet. Pinging any other sites, either by domain name or IP, doesn't work. I've tried various things suggested in similar threads (putting in the DNS server info manually, disabling ipv6, restarting about a gazillion times), but nothing's worked so far. (My other computer, a Mac, can connect just fine.)

Attempted to install ndiswrapper, failed miserably, and I'm not sure if that's just for situations where the wifi itself doesn't work?

I'd be very grateful for any suggestions.

Here's what's under Connection Information at the moment:Interface: 802.11 WiFi (wlan0)

Hardware Address: 1C:4B6:85:13:F4
Driver: ath9k
Speed: 1 Mb/s
Security: WEP

[Code].....

View 9 Replies View Related

Networking :: Set Up A Laptop As A Router To Connect Wirelessly To ADSL Router?

Nov 6, 2009

I have a desktop PC running Ubuntu 9.10 and Windows 7, and a Eee PC 701 laptop running EasyPeasy Ubuntu 9.04. I'd like to connect the desktop to the laptop with a wired connection (eth0), then the laptop to my ADSL router using wireless (ath0).

I have a crossover ethernet cable (I bought on ebay). I have set up my laptop with a static IP address on my LAN and it uses OpenDNS.

I have added this to /etc/sysctl.conf on the laptop:

net.ipv4.ip_forward=1

Then I tried this on the laptop:

sudo iptables --table nat --append POSTROUTING --out-interface ath0 -j MASQUERADE
sudo iptables --append FORWARD --in-interface eth0 -j ACCEPT

This is a variation on what I found on other sites describing how to set up a router. I don't understand iptables very well, but I gather that the above two lines should set up forwarding so that traffic from my router to the laptop will be forwarded to the desktop, and vice versa.

But this doesn't work. The connection doesn't even establish between the laptop and the desktop.

View 12 Replies View Related

Ubuntu Networking :: Eee Pc 1001HA Lucid Not Even Turning On Wireless?

May 1, 2010

i updated to lucid lynx from karmic (i could not get wireless to work on that either) with the hope that wireless might actually work but it doesn't, the keys to turn wifi on don't even work with lucid there is no way to get the wireless to even give me a light that says its on. I have tried installing the rt3090-dkms package and it installed fine (took ages) however that has done nothing at all. It is kind of pointless having a netbook without wireless so anyone got any ideas this is getting very annoying I have yet to use wifi since i bought the netbook

View 8 Replies View Related

Ubuntu Networking :: Unable To Connect To The Internet But Can Connect To The Router

Apr 6, 2011

I am trying to setup a dhcp server for my internal network. I have two NICs, a modem, and a wireless router. I have my server connected directly to my modem which is providing me with Internet access on eth1 and is working fine. I have dhcp and dns setup on eth0 which is connected to my router. The router shows that it is connected to the Internet but when the router gives a client computer an IP address, the client is unable to connect to the Internet but can connect to the router. I will post my configuration files below with my current configuration.

[Code]....

View 5 Replies View Related

Fedora Networking :: No Wireless With RT3090?

Jul 26, 2011

on a "Lenovo IdeaPad S205 M632LGE" netbook, I can't enable wireless.

Code:
$ lspci | grep Wireless
03:00.0 Network controller: RaLink RT3090 Wireless 802.11n 1T/1R PCIe

[code]...

View 6 Replies View Related

Ubuntu Networking :: RT3090 Wirelss Driver Not In Use On Boot Up?

Jan 26, 2010

I have an MSI600 laptop with the Ralink RT3090 wireless chipset in it. Ubuntu 9.10 would not recognise this in the base install. I tried the NDISWrapper approach which seemed to yield no results so have since downloaded and installed Markus Herberling's driver from https://launchpad.net/~markus-tisoft/+archive/rt3090Thisorks but only if I first Deactivate the driver and then activate it again in the hardware drivers gui

View 7 Replies View Related

Ubuntu Networking :: Blinking/Flashing LED When 10.10 Uses RT2800 Instead Of RT3090?

Jan 8, 2011

Just posting this so others can find the solution more easily than I did.My HP ProBook 4520s had a blinking/flashing wireless indicator LED and the connection was unstable. The solution was to blacklist the rt2800pci drivers. This leaves the rt2860sta drivers, which work fine for me (so far). The device is actually a RaLink RT3090 and apparently they release drivers on their web site, but I did not want to go through the trouble of building it and did not find it packaged for 10.10.To try this fix, open up the blacklist file.

Code:
gksudo gedit /etc/modprobe.d/blacklist.conf
And add this line at the end...

[code]....

View 3 Replies View Related

Ubuntu Networking :: Use One Wireless Router To Connect/detect To Another Wireless Router?

Aug 1, 2010

My son lost his USB Wireless stick for his Computer. I had thought I heard that if you had a second wireless router, you could use it somehow to detect the wireless router you have already set up in your home (like using a wireless card)? Is this what Ad-Hoc is? Either way, can this be done and if so how? I use a WRT54Gx2 Lynksys router and have a TRENDNET TEW-432BRP wireless router and also a spare D-link DI-514. I use ubuntu 10.04, and also wanted to know if I connected one of the router to his on the LAn port could he connect msaybe through an Ad-Hoc on my local computer here? He uses XP on his. I'm a newbie to linux and networking in general.

View 2 Replies View Related

Ubuntu Networking :: 8.10 For PPC Will Not Connect To My Own Router?

Feb 5, 2010

My problem is little different then what I've seen here. I get the same message after inputting network name and password. I click connect and it just pops up again I don't get it. I'm running Ubuntu 8.10 for Ppc (PS3) I get no internet connection what so ever just the same message. The message I get is " authentication required by wireless network " What do I need to do to connect wireless to my router with my PS3 using Ubuntu 8.10? It does connect with a Ethernet Wire. I am new with Linux.

View 1 Replies View Related

Ubuntu Networking :: Cannot Connect To Router With 3rd Laptop

Feb 6, 2010

I have a router with 2 IBM Thinkpads connected. One Thinkpad is running Ubuntu, and the other is running XP.

They connect to the router with no problems.

I installed Ubuntu on a Sharp Moebius laptop and plugged in the network cable.

NOTHING.

I have tried pinging the laptop; nothing.

I am not sure where the problem is, because my Thinkpads have no problems connecting to the router, with both Ubuntu and XP

View 9 Replies View Related

Ubuntu Networking :: LAN Will Not Connect To Router But Recognizable

Apr 22, 2010

my LAN just suddenly stopped working. we had a power outage, and it just stopped. it will still recognize the network, but it wont connect. i was experimenting with setting up a web server (trying to set it up on the standard distro). i know its not the network card (on board) because i can put in my pci card and it still wont connect. it will connect when in the live environment. i thought that maybe it had updated, so i tried to boot from a different (older) kernel. that still didn't help.

i stopped apache. i was experimenting with portforwarding at the time (i had everything else working on my server), but i could not get it to work. after this happened, i restored the original settings on my router. i had applied the settings only a day before the power outage. everything still works on another computer on the network (also running linux). (all computers run 9.10) its almost like my router won't assign me an ip address.

View 9 Replies View Related

Ubuntu Networking :: Can't Connect To Belkin N1 Router

Jun 23, 2010

I have a new belkin N1 router which I tested in somebody else's flat. It worked fine. When I got home I reset it by pushing a paperclip in the hole for 10+ seconds to erase this flat's internet connection settings (username and password and stuff). After this I plugged it the computer and tried to connect to it (wired connection) using 192.168.2.1 (this is correct for that router, it is not 192.168.0.1). But the browser says it is offline and cannot connect. The lights of the router cycle, the "modem router" light blinks continuously and the others briefly come on and go off again, every few seconds. I tried resetting it again, several times, leaving it off for a few hours, leaving it on for a few hours, etc.

View 2 Replies View Related

Ubuntu Networking :: Cannot Connect To FiOS Router

Sep 5, 2010

I recently just upgraded my operating system to Ubuntu 10.04 LTS and I can't seem to get my wireless card to connect to our new Verizon Actiontec router. I am using an Encore Electronics 802.11n Wireless USB Adapter (model: ENUWI-N), which had worked with an earlier version of Ubuntu and our old router. The adapter recognizes the SSID of the new router but will not connect with the correct WEP key or even with the encryption turned off. I have tried deleting the wireless profiles and manually re-creating them and still no dice. I have also gone to the website of the chipset manufacturer and found the latest drivers (RT2870USB(RT2870/RT2770)) for the adapter, which, according to the Synaptic Package Manager, I do not currently have installed.

Where do I go from here? Do I need to install the new drivers, and if so how do I do that?

View 6 Replies View Related

Ubuntu Networking :: Can't Connect To Wired Router?

Oct 23, 2010

I wanted to try Ubuntu again but have gone wayback to an old 8.10 disk because I couldn't get 10.10 to work. The install with 8.10 went fine but the internet will not connect. The network manager shows eth0 grayed out and when going in to manage the connection it says 'never'. I'm using Vista with a broadband modem connected to a netgear router.

View 3 Replies View Related

Ubuntu Networking :: Wont Connect Through Router

Nov 1, 2010

Im trying to setup Ubuntu for my buddy. After talking it up for ages of course i get a problem ive never seen be for . He is running 10.10 (or whatever the newest is lol) and when running windows it hooks up to the internet just fine through the router. however in ubuntu it will only connect when i plug it directly into the modem. Route gives no output. Kinda weird. router is Linksys Wireless G Broadband Router. WRT54G.I dont want him running back to windows before he even gets into it.

View 4 Replies View Related

Ubuntu Networking :: Can See Router But Will Not Connect Keeps Asking For Password

Nov 20, 2010

new to ubuntu and having difficultly connecting to my wireless router.It can see the router but will not connect keeps asking for password.usb adapter is working 100% as i can connect with it using xp 64bit.

View 4 Replies View Related

Ubuntu Networking :: Find Router, But Can't Connect?

Feb 3, 2011

It says my routor's name and signal strength but when I try to connect it tries for a while and then fails.

View 1 Replies View Related

Ubuntu Networking :: Cannot Connect To WiFi Router

Mar 15, 2011

I think I have unique problem. I have a d-link DWL G510 rev c.(Austrailian) WiFi card in my pc which is detected as

Quote:

Network controller [0280]: RaLink RT2561/RT61 rev B 802.11g [1814:0302] in lspci -nn.

iwconfig shows:

Quote:

lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSIDff/any
Mode:Managed Access Point: Not-Associated Tx-Power=6 dBm
Retry long limit:7 RTS thrff Fragment thrff
Power Managementff
ppp0 no wireless extensions.

Now sometimes it detects my wifi router and shows its ssid in nm-applet. but when I try to connect, it tries for 3 or 4 minutes and then fails. for most of time it even does not finds my router.

View 1 Replies View Related

Ubuntu Networking :: Can't Connect To Wireless Router

Mar 17, 2011

I have installed ubuntu 10.10 and am really happy. I want to sort the wireless conection out now. I have been through this forum for hours today and can't get it working. I have a Broadcom wireless card, which seems to be working fine, but I am not 100% convinced.I have attached the output of some of the commands that I have seen referred to on here.

I am using the wired connection on the same router, so the router connects fine.I click on the network icon and I see the skyNNNN router in the list. I have tried connecting to it and it asks me for my password, which I provide then nothing happens until it asks me again.I have removed the security from the router and I then see the same skyNNNN router without a
lock icon. I try to connect and it still fails.I am not using an access list on the router, so there is no issue with the mac address.

View 7 Replies View Related

Ubuntu Networking :: 10.04 Can't Connect To Wireless Router

Apr 14, 2011

I have been using pppoe connect to Internet,now I want my notebook get on line,I bought a wireless router but Ubuntu(64-bite) can't connect to Internet through the wireless router.pppoeconf said that found eth0 and vboxnet0,but search concentrator failed and pppoeconf exited.How can I fix it.

View 1 Replies View Related

Ubuntu Networking :: Unable To Connect To Router

May 19, 2011

I'm running Ubuntu 10.04LTS 64bit. The desktop running it does not connect to my router or the internet. My mac laptop does. When I installed windows on this desktop, it too could connect. But after reinstalling ubuntu, I cannot. I tried upgrading to the latest ubuntu, but that just bricks my computer. Here is my ifconfig:

Code:
~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1d:09:95:39:76
inet6 addr: fe80::21d:9ff:fe95:3976/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1

[Code]....

View 9 Replies View Related

Ubuntu Networking :: Cannot Connect To Belkin Router

Jun 20, 2011

I have just installed 11.04 alongside windows vista. I have been trying to connect my router but it keeps saying disconnected from network. I have ran all of the troubleshooting tips in ubuntu its self and everthing seems in order. is there any settings i need to change on my router or in ubuntu's edit connections programe? I managed to connect to the router once to upgrade from 10.10 to the 11.04 but even before upgrading to 11.04 i had problems connecting to the router.

View 6 Replies View Related

Ubuntu Networking :: Cannot Connect To Wep Secured Router

Jul 4, 2011

I'm having a problem with my RTL8187 wireless card using NDISwrapper The problem is that I can't connect to my home router I tried everything and it won't let me Suggesting changing my security settings to WPA is not valid because my retarded brother won't let me do it, so is there anyway I can connect to this router??

View 1 Replies View Related

Ubuntu Networking :: Cannot Connect Wireless To Router

Jul 6, 2011

Just installed ubunto 1104 and I cannot connect wirelesly to my router. When I go through the trouble shooting the recommendation is to got to the device drivers page but the link does not take me anywhere. Here is the info from the terminal.

*-network DISABLED
description: Wireless interface
product: AR9287 Wireless Network Adapter (PCI-Express)
vendor: Atheros Communications Inc.

[Code]....

View 7 Replies View Related

Ubuntu Networking :: How To Connect Two Between Two Computers Via One Router

Jul 8, 2011

I have two Ubuntu 11.04 machines connected via cable to the same D link ADSL router. how do i connect one to the other so i can see from the other computer files and transfer them using nautilus?

View 9 Replies View Related

Networking :: Can't Connect To Wireless Router Using Ubuntu 9.04

Sep 18, 2009

I'm trying to connect to a new Belkin wireless router, but wicd refuses to connect. I've been reading some of the other threads but they haven't made much sense as the hardware is different.

The output from the iwconfig command is as follows:

When I ran lspci it told me I had a RaLink RT2800 802.11n PCI Network Controller. On the box it says it "Supports the most popular systems" and mentions Linux. I'm using a 63 character WPA2 password, which has been copied from a USB key, so I know that is correct.

View 2 Replies View Related

Networking :: Ubuntu - Cannot Connect To Linksys Router

Apr 9, 2009

I am net to this whole Linux thing. I cant seem to connect to my Linksys router. Not sure if I have to call Linksys or what.Mine is a WRT54GS

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved