LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-04-2010, 07:03 PM   #31
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Rep: Reputation: 35

Thanks I'm online now via laptop on wifi, thanks for your help...

d-1


Quote:
Originally Posted by Peacedog View Post
Glad at least one of you is sorted.

Good luck. ;-)
 
Old 08-04-2010, 10:06 PM   #32
RealGomer
Member
 
Registered: Dec 2003
Posts: 70

Original Poster
Rep: Reputation: 16
That's the size of it. Now Windows Firewall has blocked the exe even tho' it's on the exception list. I'm half wondering if I wouldn't be better off buying 100' of Cat6 from Mwave to connect directly instead of mucking about with the dongle.
 
Old 08-05-2010, 03:09 AM   #33
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Quote:
Originally Posted by RealGomer View Post
That's the size of it. Now Windows Firewall has blocked the exe even tho' it's on the exception list. I'm half wondering if I wouldn't be better off buying 100' of Cat6 from Mwave to connect directly instead of mucking about with the dongle.
Can you connect if you disable the firewall? It''s really another issue, but if it turns out to be bad hardware (which I don't believe it is at this point) we could have the answer.

Good luck. ;-)
 
Old 08-13-2010, 04:58 PM   #34
RealGomer
Member
 
Registered: Dec 2003
Posts: 70

Original Poster
Rep: Reputation: 16
Wireless-n usb adapter won't connect in ubuntu 10.04

Right. I tried to connect directly to the D-Link router using its IP4 address. I received the message the site could not be found. I used network manager (I think. I'm new to wireless ubuntu networking) and manually set the computer's IP4, Gateway, and netmask addresses. Nothing. I connect the ethernet patch cable and I'm in. Network Manager show the wireless network, set as automatic log in, as never used even tho I've connected to it manually several times.
 
Old 08-13-2010, 08:10 PM   #35
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
You shouldn't have to set the address, gateway, and such manually. Are you still having issues with the keyring?

Good luck. ;-)
 
Old 08-13-2010, 08:35 PM   #36
RealGomer
Member
 
Registered: Dec 2003
Posts: 70

Original Poster
Rep: Reputation: 16
Ubuntu 10.04 won't actually connect to wireless network

keyring okay. Still can't connect to local network or internet. Using direct ethernet over cat5e works. Network manager says wireless network (Auto Trail) has never been used.
 
Old 08-13-2010, 09:48 PM   #37
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
What does the config file say?

Code:
$ cat /etc/network/interfaces
Good luck. ;-)
 
Old 08-15-2010, 08:43 PM   #38
RealGomer
Member
 
Registered: Dec 2003
Posts: 70

Original Poster
Rep: Reputation: 16
Well, I got rid of the Zoom usb wireless adapter and tried another usb adapter that claimed to have the Linux drivers on disk. Of course, I need to figure out how to load them. Anyway, are there other settings that need to be made in Lucid to get a connection from the PC thru a router to the internet. I've run the commands, set the IP addresses, and tried what's been suggested. I checked with D-Link and they suggested turning off WEP/WPA and wireless security. (YIKES!!) I did notice that even tho both Network Manager & WICD say the adapter is working and connected, neither the router not the other PC's are seen.
So, what do the mavens of Linux suggest? Who knows. Maybe we'll un up with a sticky on how to set up a wireless usb adapter.
 
Old 08-15-2010, 09:03 PM   #39
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
what is in /etc/resolv.conf maybe it needs to be edited.
 
Old 08-15-2010, 09:50 PM   #40
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
@ RealGomer are you pulling an IP? A working internet connection and local area network are two separate issues. If you're pulling an IP can you ping anything?

Good luck. ;-)
 
Old 08-16-2010, 02:07 PM   #41
RealGomer
Member
 
Registered: Dec 2003
Posts: 70

Original Poster
Rep: Reputation: 16
colorpurple21859 > Within /etc/resolv.conf is a folder /update-libc.d which contains a sole file avahi-daemon. This file reads:

#!/bin/sh
#
# If we have an unicast .local domain, we immediately disable avahi to avoid
# conflicts with the multicast IP4LL .local domain

if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]; then
exec /usr/lib/avahi/avahi-daemon-check-dns.sh
fi

Peacedog > config file says:

red@Homebrew:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback

And it does not appear I am pulling an IP. If my router being flay or is it Lucid?
 
Old 08-16-2010, 02:16 PM   #42
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
We need the output when Network Manager says the interface is working and connected.

Good luck. ;-)
 
Old 08-16-2010, 03:58 PM   #43
RealGomer
Member
 
Registered: Dec 2003
Posts: 70

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by Peacedog View Post
We need the output when Network Manager says the interface is working and connected.

Good luck. ;-)
Do I run your config file command or the resolv.conf folder?
 
Old 08-16-2010, 08:58 PM   #44
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Code:
$ cat /etc/network/interfaces
$ cat /etc/resolv.conf
Good luck. ;-)
 
Old 08-17-2010, 02:29 PM   #45
RealGomer
Member
 
Registered: Dec 2003
Posts: 70

Original Poster
Rep: Reputation: 16
red@Homebrew:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback

red@Homebrew:~$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.0.1
red@Homebrew:~$

I saw some others have had problems with the rt2780 drivers. Those suggested solutions point to driver conflicts which I thought I fixed with the blacklisting.
 
  


Reply

Tags
checkinstall, ralink, wireless



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
Can't connect to wireless network ubuntu 10.04 (32 bit) wahfun Linux - Desktop 2 05-26-2010 04:21 AM
unable to connect to my secured wireless network with Ubuntu 9.04 newbie09 Ubuntu 2 11-05-2009 03:05 PM
how should i connect to my wireless network at home in ubuntu 8.10??? learning linux Linux - Newbie 3 08-04-2009 07:30 AM
Cannot connect to wireless network in Ubuntu 9.04 (Jaunty) amac26629 Linux - Hardware 2 07-28-2009 12:10 AM
ubuntu picks up wireless network but will not connect... personalcrusade Linux - Networking 1 03-17-2008 09:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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