Ubuntu :: Webpages Cannot Be Found On Wireless Connection

Nov 25, 2010

I am new to ubuntu netbook remix. I have recently installed it on my emachines em250 netbook and my wireless is connected to my router but when I go to view a web page it says it cannot be found. I am unable to view web pages unless I am connected to my router via ethernet cable.

View 2 Replies


ADVERTISEMENT

Ubuntu Networking :: Connection Lost On Opening Webpages - Server Not Found

May 10, 2011

On a school network the Windows and Mac computers connect to the internet with no problem. The Ubuntu(10.04) computers are connected and work on the internal network but have major issues going out of the building. I can get to one or two webpages to open and the connection dies...Server not found. Ping within the network and there are no lost packages, if I ping outside many lost packages.

We are using SonicWall and think it could be blocking...but why only Ubuntu? This is the same behavior for Firefox and Seamonkey. It's also the same for the thin/fat clients and standalone units. I did try a fresh install with no effect. The internet actually works on the one machine with ubuntu 9.10. I brought a machine home and it connected to the internet with no problem.

Two things I can think of that would of caused this are:
1- we keep getting windows about missing applets, someone may have clicked delete
2- I connected a server to run fat clients w/ LTSP and discovered my server and the schools were handing out the same ip's.

View 2 Replies View Related

General :: Can't Open Webpages After Establishing A Dialup Connection / Fix It?

Aug 7, 2010

I have set up a dialup connection using my nokia N70 mobile.. The connection i think, is ok. but when i took a browser-epiphany or mozilla, i cannot open a webpage.. the browser tries to connect but times out.. It seems to be a problem in some settings(firewall, proxy or something) in debian, because im using the same phone to connect in windows XP.. I dont know how and where to check for the settings. code...

View 7 Replies View Related

Ubuntu Networking :: Wireless Looks Fine But Webpages Won't Load

May 4, 2010

I haven't used linux in years, but decided to try out Ubuntu. I'm a total newb at this but it has been pretty easy to transition over from Vista. I have had no problem with it for months, and then all of a sudden my internet doesn't work. It says that it is connected to my router but i can't connect to the internet. Typical troubleshooting has not helped. Most advice I have gotten was to try installing the NDISwrapper, but Ubuntu won't let me install it without internet access (that, or the package I tried to use from my USB is messed up??).

View 1 Replies View Related

Ubuntu Networking :: Wireless Connecting, But No Webpages Load?

Feb 22, 2011

So last night I decided to install Ubuntu 10.10 using the WUBI installer, everything went well and it installed, but there was one problem. I didn't have any wireless networking options, so I scavenged this forum using google and came across on how to fix it using System -> Adminstrator -> Additional Drivers. I reset my laptop(Dell Inspiron 14R N4010 I believe) and to my success, I was able to join my network. So I took out the cable(The wired connection has worked since fresh install) and it didn't work... I updated using Synaptic Package Manager and restarted, hoping it would work, but it didn't.

View 2 Replies View Related

Ubuntu Networking :: Wireless - Lost It - 'wmaster0 No Wireless Extensions', But Then Refers To Wlan0 As The Wireless Connection

Mar 28, 2010

A friend who switched ISP's gave me his old Linksys WRT54-G wireless router. I went through the installation procedure and had a wireless connection up and running - smiley face. I had security set up for WPA, and decided to upgrade it to WPA2. Another smiley face. When I went to connect (had already done so successfully), I noticed it referred to my wireless as Linksys - I was expecting to see the SSID. So I started playing around in Network Manager and now I have things all effed up.

Don't know exactly what I did, but now I have no wireless. So I ran a few commands (lshw -C network, iwconfig, ifconfig, and iwlist scan), and looking at the results I see what appear to be inconsistencies in the output. I've posted them below, and make the following observations:

1. Under the lshw it refers to my wireless connection logical name as wmaster0, and has the correct MAC address, etc.

2. Under the iwconfig it says, 'wmaster0 no wireless extensions', but then refers to wlan0 as the wireless connection (although it does not seem to be running).

3. Under ifconfig I see both a wlan0 and a wlan0:avahi. The wlan0 has no IP, the wlan0:avahi does, but it is incorrect.

[Code]...

View 7 Replies View Related

Ubuntu Networking :: Wireless Network Connection Active But Still Not Internet Connection?

Jan 24, 2010

Its a case of ".... wireless network connection active but still not internet connection .."I am using WEP - 128 key ... Works when I connect directly using ethernet cable ... but not wireless (pci and wireless router)

ubuadmin@ubucomputer:~$ ifconfig

wlan0 Link encap:Ethernet HWaddr 00:06:25:12:83:3b
inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::206:25ff:fe12:833b/64 Scope:Link[code].....

View 5 Replies View Related

Ubuntu Networking :: No Wireless Connection Despite Being Told Connection Active?

Jun 11, 2011

My problem is exactly the same as [URL]

but I am stuck at the last hurdle

here are the output of the command that helped to solve the case in the previous post:

ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:1b:77:d2:59:55
inet6 addr: fe80::21b:77ff:fed2:5955/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0

[Code].....

I have also tried sudo dhclient but it hasn't helped and I am still unable to connect to the internet

View 1 Replies View Related

OpenSUSE Wireless :: Building Wireless Driver - Command Not Found

Jan 25, 2011

I got openSUSE installed, and now am trying to build my wireless driver, using the instructions here: [URL].

The wireless driver is here:
Broadcom.com - 802.11 Linux STA driver
NOTES:
- The (parenthesis: ) are my notes to show you what I was doing.
- Lines with "#" before them are what I typed into Terminal.
- Lines below (Output: ) are what was output by Terminal.

Code:
(run in su:)
lspci -n | grep 14e4
(output:)
04:00.0 0280: 14e4:4727 (rev 01)

(BUILD DRIVER:)
#su
<password>
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf <path>/hybrid-portsrc_x86-32_v5.100.82.38.tar.gz
# make

(output:)
if 'make' is not a typo you can use command-not-found to lookup the package that contains it, cnf make
(NOTE: with "cnf" it is saying "Cannot Find")
(install "make" command:)
# zypper in -t pattern devel_basis
(It installs 93 packages)
# make

(output:)
kbuild_nopedantic=1 make -C /lib/modules/`uname -r` /build M=`pwd`
make: *** /lib/modules/2.6.34-12-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2

(Tried:)
# zypper in kernel-source
(It installed 3 more packages)
# make

(output:)
kbuild_nopedantic=1 make -C /lib/modules/`uname -r` /build M=`pwd`
make: *** /lib/modules/2.6.34-12-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2

The problem might be derived from the fact I had to install openSUSE in Kernel (F6) > Safe Mode. If I need to install more things, please let me know ASAP! I am wired to my ethernet until then, which means I can't move from this spot until my wireless is working!

View 9 Replies View Related

General :: Debian - Gnome: Wireless Connection List Missing Connection?

Nov 12, 2009

Each time I start up debian -lenny, the network-manager does not automatically connect me to my wireless network. The connection list shows a lot of networks available, but mine is always absent from the list. This means I each time have to go to "Connect to other Wireless Network" in and write in my network name (SSID) and password (PWA2 Personal). Then is connects nicely and everything works fine until next time I boot

View 5 Replies View Related

General :: Internet Connection Sharing - All Traffic From The Ethernet Connection Out Through The Wireless

Jun 25, 2010

I would like to have all traffic from the ethernet connection out through the wireless (basically using the box as a router) however I am having some trouble doing this.

I have done this before on Windows however I am having some trouble doing this on linux, I have tried using Squid Proxy however I am having some trouble using configuring/using it.

I am using Yellow Dog Linux however I am willing to change to any other distro as long as it is compatable with PS3 (as this is what im using linux on)

View 14 Replies View Related

Fedora Networking :: 11 - Share My Internet Connection With Wireless Connection

Jun 21, 2009

I have installed Fedora 11 recently. I want to share my Internet connection.

I have e LAN connection eth0 which is connected to internet.

I have a Wireless connection wlan0.

I want to share my internet connection with wireless connection.

View 3 Replies View Related

Networking :: Use The Laptop With The Wireless Connection To Share The Internet Connection?

Feb 4, 2010

I have two linux laptops. Currently, I'm using both of them at work, side-by-side. Now the problem is, I'm connected to a wireless router, but the wireless only works on one of the laptops. So I'm stuck with one laptop that has no access to the internet. Both machines do, however, have working ethernet nic cards. So, I was wondering if I could use the laptop with the wireless connection to share the internet connection with my other linux machine and access the internet on both of them. Or as an alternative, just use the internet on the machine without wireless and be able to switch back and forth, that would increase my productivity like 30 fold.

View 5 Replies View Related

Ubuntu :: Setup A Wireless Connection To Personal Wireless Net?

Apr 30, 2010

I'm trying to set up a wireless connection to my personal wireless net. I have a Linksys N router and I am using a WMN 300n adapter. I found out how to get the connection manager but I'm not sure if i ams upposed to enter the MAC of the router and I know what the SSID is but the B**ssid(not quite sure what that was and I'm on a Win7 system right now)so any info to get my wireless connection now

View 5 Replies View Related

OpenSUSE Wireless :: Knetwork Manager Wireless Connection Gets Disconnected And Ask For Password And Again It Connects

Aug 5, 2010

I am getting trouble with knetwork manager. I created a new connection by scanning and connecting using knetwork manager. But every time connection gets disconnected and ask for password and again it connects.

View 8 Replies View Related

Fedora Networking :: Unstable Wireless Connection With Broadcom Onboard Wireless?

Dec 21, 2010

I am running FC13 on a Compaq Presario 2100 using a Broadcom BCM4306. I was able to get it running thanks to Fedora Unity Project. But It's a very unstable connection. I don't know what settings to adjust or enable or disable. It's not my router, this is the only wireless connection in the house that I have trouble with.

View 1 Replies View Related

OpenSUSE Wireless :: Wireless Card Dormant Until Wired Connection Detected?

Feb 2, 2011

I have searched and have not found anything specific to my issue. I am currently using NDISWrapper to load the bcmwl15 driver and when it's active it works beautifully.Problem is sometimes at boot, the card doesn't "turn on" and I don't know how else to describe it. The OS does not even detect that the hardware is present. I have disabled wireless hotkey in BIOS. The only way to make the wireless card "active" is to reboot with the wiredconnection to the router. After doing that the wireless card "wakes up" and works awesome.Is there anything I can do to make sure the driver load at boot?mes I get the error that NDISWrapper is not modprobbed when I go to network configuration and if I wish to do i now? I don't know if that has anything to do with the boot sequence. Using the <modprobe ndiswrapper> command as root does nothing permanant

View 9 Replies View Related

OpenSUSE Wireless :: GNOME 3 Broke AR9285 Wireless Network Adapter - Could Not Make A Connection

Apr 23, 2011

I own an ASUS N61JV-X2 notebook PC. It has an Atheros Communication, Inc. AR9285 Wireless Network Adapter. 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) 03:00.0 0280: 168c:002b (rev 01) I cannot see any SSIDs including my home Verizon FiOS 802.11 G WPA2-AES-TKIP encrypted network. I went to Starbucks to try to connect to their free Wi-Fi and I could not make a connection. How do I solve this problem so that I can connect to a SSID of my choice and make a wireless connection while using GNOME 3?

View 2 Replies View Related

OpenSUSE Wireless :: D-Link USB Wireless .11n Dongle Configured, But No Connection?

Apr 27, 2010

I recently bought a D-Link DIR-655 router capable of 802.11n operation, upgrading from a DIR-624 router only capable of 802.11g operation. While my overall setup uses wired connections, other people in the house prefer wireless, and the upgrade was undertaken more for a hoped for increase in wireless range, rather than the possibility of increased speed, since the router is located to accommodate the wired connections. However, to test the 802.11n operation I bought a D-Link DWA-130 USB dongle for my now 5-year old laptop, which comes with an otherwise satisfactory 100Mbs ethernet port(eth1) and an 802.11g wireless card(eth0). By checking the dmesg | grep firmware output after I plugged in the dongle I determined that the necessary firmware was rtl8192sfw.bin, which I found on the web, and downloaded into the directory /lib/RTL8192SU.

A subsequent reboot and then YaST > Network Devices > Network Settings showed the device as wlan0, but not configured. I changed the Network Setup Method to ifup (since I can see no way to do a device configuration in Network Manager), and configured the device, and at the same time deleted the configuration for the existing 802.11g wireless card(eth0). I then rebooted, went back into YaST to confirm the wlan0 device was configured and the 802.11g device (eth0) was not, changed the Network Setup Method back to Network Manager, rebooted again. Making sure that the router was set to only transmit/receive using 802.11n I then typed iwlist scan. To my surprise, the output showed first that the supposedly unconfigured eth0 device seemed to be still active, for it found my home network, and claimed that the protocol used was 802.11g. On the other hand, the newly configured wlan0 device produced the message: "Interface doesn't support scanning: Network is down".

First, should I expect iwlist scan to work for a device that shows as unconfigured? And even if it should work, shouldn't it show 802.11n as the protocol, assuming that the router is in fact telling the truth? Is there any independent means to determine if the router is only using 802.11n as it claims? Second, the overall goal is to make the wireless network in the house 802,11n only, and since the dongle is backward compatible with 802.11g, I would expect to permanently unconfigure the eth0 device and use the dongle, both here and on the road. I do not need two wireless connections on my laptopThe laptop is running SuSE 11.2 as of about a month ago. Some relevant(I hope) command line output:siracusa:~ # uname -aLinux siracusa 2.6.31.12-0.2-desktop #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 i686 i686 i386 GNU/LinuxUSB Information

siracusa:~ # lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 2001:3301 D-Link Corp. [hex]

[code]....

View 9 Replies View Related

OpenSUSE Wireless :: Continued To Lose Wireless Connection After An Hour Of Use?

Sep 13, 2010

I just started using OpenSUSE on an old laptop. It seems that I have my graphical problems at least temporarily solved, but I continued to lose my wireless connection after an hour of use. This is an old and well supported chipset (RT2500) and I had never had any issues with it before. I use WPA security, and one kind poster suggested I had a line for using the old "wext" driver in the /etc/sysconfig/ifcfg-wlan0 file, and that seems to have sorted it since I have not had any further issues since doing that edit. I eventually found the information on my own:

# Note: This option requires a wpa driver supporting it, like
# the 'nl80211' driver used by default since openSUSE 11.3.
# When you notice problems with your hardware, please file a

[code]....

View 9 Replies View Related

OpenSUSE Wireless :: Creating The Initial Wireless Connection?

Nov 15, 2010

There seem to be a number of people that believe the junk that NetworkManager is buggy.As I believe the opposite, I want to offer more detailed instructions on how to create the initial connection, and how to troubleshoot the process. Once readers of this group have commented on this draft, I plan to ask the moderators to make it a sticky.

This description will be specific to the KDE desktop. The steps will be similar for Gnome, but the details may be different.

Step 1: Do you have a Network Manager applet in the system tray? If not, use YaST =>
Network Devices => Network Settings. Under the "Global Options" tab, click on the "User Controlled with Network Manager" button. If it is already set, you will get a warning box when "Network Settings" starts.

Step 2: Now you should see the NM applet. Click on it and check the popup. If the "Enable Wireless" checkbox is inactive (gray), there are several possibilities: (1) Your wireless device driver is not loaded, (2) the necessary firmware is not available, or (3) an rfkill switch/button is wrong. For (1), check "hwinfo --network" and check the "Driver" line. If it is blank, then you need to run the command "/sbin/lspci -nn" if the device is connected to a PCI bus, or "lsusb" if a USB device. Post the results on the Wireless forum. For (2), look at the output of "dmesg | grep firmware", which will list the name of the file(s) to be loaded.

For Broadcom devices that use either b43 or b43legacy, the firmware is obtained by using the command "/usr/sbin/install_b43xx_firmware". You will need a wired connection to complete this step. For (3), you will also need a wired connection and install the
"rfkill" package using the command "sudo zypper in rfkill". The interrogate the current settings with "/usr/sbin/rfkill list". If any device is "Hard blocked", then wireless will be disabled.

Step 3: Once the "Enable Wireless" checkbox is active, check it and click on "Manage
Connections". Choose the Wireless tab and click on Add. Enter the name for this connection. You will probably want to check the "Connect Automatically" box. Next click on the Scan button. If you do not see your Access Point (AP) in the map, you will not be able to get a connection. Click on the AP you want, and click OK. The (E)SSID should be in the SSID box. The other boxes on this screen should be OK as is. If you have several APs with the same SSID, but you wish to restrict the connection to only one of them, then you should enter its MAC address in the BSSID box.

This usage is rare. Next click on the "Wireless Security" tab and enter any encryption secrets. The correct type should have been selected. For WEP encryption, you will need to use the hex key, not a passphrase. Once this is complete, click OK to close this screen, and the configure screen. During this process, a popup should appear offering to use a
wallet to store the connection secret. If you use a password on this wallet, you will need to enter that password each time you log in. If you set no password on the wallet, the security level is lowered, but entering a password is avoided.

Step 4: At this point, you will need to disconnect the wire. Whenever the computer can make a hard-wired connection, it will supersede any wireless option. The wireless connection should then occur automatically.

View 1 Replies View Related

OpenSUSE Wireless :: Wireless Connection Not Starting Automatically?

Apr 7, 2011

I set up 11.4 in my laptopnd, after updating and downloading the proper firmwareeverytihing runs great. I already configured the wireless network via the standard NetworkManager but the connection never starts automatically. When I boot up it reports all the wireless connections available and also let me connect to hidden networks (mine is not broadcasting so I have to use this option). I had to reconfigure my network options the first time I selected Hidden Networks but it connects fine. Please note I had already selected the "Automatic connection" optionSo the only question is how I configure my equipment so it connects automatically to the already configured network

View 3 Replies View Related

OpenSUSE Wireless :: Wireless Connection Stuck On Activating

May 6, 2011

I've been having problems with connecting to my router with my wireless card. Sometimes knetworkmanager attempts to the connect to my wireless via it's saved profile but it just stays on "Activating" for about 45 seconds then just stops. This only started happening a few days ago, so maybe the new kernel update has something to do with it?

I've tried to debugging the problem myself and have found if I reboot my router knetworkmanager can connect immediately to the wireless router, but also something interesting I found was is I assigned a IP Address and DNS manually on the saved profile it would connect with no problem (No reboot of router required), so it is indicating there is a problem with getting network settings. I've confirmed that the wireless card is not hard or soft blocked through rfkill.

I was using the box standard ath5k driver when this problem started happening and even went as far as a complete reinstall but ironically enough on first boot from a fresh install my wireless could not connect with the problem described above. I've since moved to the compat-wireless drivers but the problem remains.

I checked a couple of logs, one log file of significance was the wpa_suppliment log which was full of these messages: From all my debugging I can only assume that the kernel update is a possible cause for all of this as the problem occurring on first boot of a fresh install sounds like a general bug. I've got all of the requested information about my wireless card below, hope I've got everything:

[Code]....

View 2 Replies View Related

Debian Hardware :: USB Connection - No Raw Devices Found

Sep 3, 2015

I use gMTP for transferring files between tablet/ phone and my PC. Since like a week ago when I try to connect, I get "Detect: No raw devices found" error.

lsusb -v -d 2970:2008 returned
Code: Select allBus 003 Device 009: ID 2970:2008 
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00

[Code] .....

View 2 Replies View Related

General :: Nm-connection-editor - Command Not Found?

Aug 20, 2011

HP Mini 210Fedora 15 Latest updatesGnome 3.0.1In the terminal when I do the following:nm-connection-editorI get the following:command not foundWhere is the nm-connection-editor?

View 1 Replies View Related

OpenSUSE Wireless :: Wireless Connection Won't Work

Jun 3, 2010

Some info below:

- notebook Fuijtsu Siemens AMILO Pro2065 - 4 gb ram - 80 gb hd - wireless on board Intel PRO/Wireless 2200BG
- wireless works properly with Ubuntu (with WEP key)

I'm just installed OpenSuse 11.2 and:

- wireless found my AP
- i've just inserted WEP key / 64 bit Hex-Ascii and..not working!

View 1 Replies View Related

Ubuntu Networking :: Use Internet Connection From LAN To Share Internet Connection Through Wireless?

Jan 9, 2011

I am running Ubuntu 10.10, and I would like to use my computer to share the internet connection from an ethernet port. For example, I would like to set up my computer as a wireless access point so I can create a network that other computers can connect to for internet.

View 3 Replies View Related

Ubuntu :: Wireless Isn't Being Found ?

Jun 29, 2010

I just installed Ubuntu Netbook Remiix on my netbook (Lenovo S10-2) and everything went smoothly; however, I noticed that my wireless isn't picking up .

View 1 Replies View Related

Ubuntu Networking :: Lost Internet Connection - Firefox Displays Server Not Found Page

Apr 6, 2011

I have been using ubuntu netbook 10.10 on my Dell Mini 9 for the past few month without any problem; it connects wirelessly to the internet via a wireless router. Yesterday in the middle of web surfing, suddently firefox cannot see any website outside of my home network (Firefox displays Server not found page). No help when I rebooted a few times and connect to my home network via wireless or even wire cable; it can access files in my network file server (DNS-321) but not the internet. My desktop computer running Windows Vista and ASUS media player has no problem accessing the internet.

View 1 Replies View Related

Ubuntu :: Wireless Driver Not Found?

Sep 24, 2010

My Netbook
Asus Eee PC 1001p

When I had windows 7 starter installed the wireless worked flawlessly so I know the hardware works but when I look at the drivers list its empty and I cannot connect to the internet after the installation of ubuntu except through a wired connection.

View 1 Replies View Related







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