LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-16-2014, 05:35 PM   #16
Holering
Member
 
Registered: Feb 2010
Distribution: Slackware - Gentoo - Debian
Posts: 197

Original Poster
Rep: Reputation: 22

Wireless adapter is a USB device using rt2800usb driver. Think the chipset is rt2870 to be exact but not sure.

Forgot to mention I'm indeed using dhcpcd-6.2.x . Used -noipv6rs in /etc/dhcpcd.conf but didn't change. Going to try ipv4only to see what happens. This is a wireless LAN (ipv4 VPN) in a home BTW (for desktop users).
 
Old 02-16-2014, 05:50 PM   #17
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
Blog Entries: 15

Rep: Reputation: 2121Reputation: 2121Reputation: 2121Reputation: 2121Reputation: 2121Reputation: 2121Reputation: 2121Reputation: 2121Reputation: 2121Reputation: 2121Reputation: 2121
By any chance are you using a firewall on your OS?
 
1 members found this post helpful.
Old 02-17-2014, 02:19 AM   #18
eloi
Member
 
Registered: Nov 2010
Posts: 227

Rep: Reputation: 61
Quote:
Originally Posted by Holering View Post
Wireless adapter is a USB device using rt2800usb driver. Think the chipset is rt2870 to be exact but not sure.

Forgot to mention I'm indeed using dhcpcd-6.2.x . Used -noipv6rs in /etc/dhcpcd.conf but didn't change. Going to try ipv4only to see what happens. This is a wireless LAN (ipv4 VPN) in a home BTW (for desktop users).
Try:

Code:
ping -c5 8.8.8.8
and

Code:
ping -c5 google.com
If you can ping to 8.8.8.8 and not to google.com then is a DNS/dhcp issue. If both pings give you error then investigate firmware issues (or firewall like ReaperX7 said).

Last edited by eloi; 02-17-2014 at 02:23 AM.
 
1 members found this post helpful.
Old 02-17-2014, 08:57 AM   #19
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Most lap tops nowadys include built-in wireless but you've indicated that you're using a plug-in USB wireless device? I would suspect that one may be interfering with the other. Dell lap tops, for example (you haven't said what your equipment is) have a function key that turns the wireless on and off (the key it has a antenna tower with transmitting arcs symbol). Are you sure that the built-in transceiver is off?

A USB wireless device typically has nothing to do with your network card and, most likely, requires software to be able to use it (USB modems do and a USB wireless device is essentially a modem).

So, what is the make and model of your USB device?

What is the make and model of your lap top? Does it have (as most do) built-in wireless?
 
1 members found this post helpful.
Old 02-23-2014, 04:51 PM   #20
Holering
Member
 
Registered: Feb 2010
Distribution: Slackware - Gentoo - Debian
Posts: 197

Original Poster
Rep: Reputation: 22
Still haven't solved the problem... For the record, the internet does work but only after issuing dhclient wlan0 (as stated in previous posts).

Think dmesg shows the Problem as
Code:
IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
. Only trying IPV6 connections. No wonder I don't get automagic internet like I should. Guess because I don't have IPV6 hostname set (only ipv4). Will have to double check why wicd and nm-applet only make an IPV6 connection.

EDIT:
/etc/hosts file had loopback address (127.0.0.1) set to machine name so it was actually set to two host names (localhost and machine name). Changed machine name to something else, rebooted, and internet connected just fine! Now I know what happens when the loopback address is set twice for one local machine.

Going to wait a little bit before I mark this thread as solved. Thanks much for the help!

EDIT:
Yup still works. Seems that was the problem.

EDIT:
Okay actually not... It still happens. Could it be firmware related?

Last edited by Holering; 02-24-2014 at 04:34 PM.
 
Old 02-25-2014, 02:54 AM   #21
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157Reputation: 2157
Quote:
Originally Posted by Holering View Post
Wireless adapter is a USB device using rt2800usb driver. Think the chipset is rt2870 to be exact but not sure.
By any means, don't invoke lspci as suggested in two previous posts, so you can still be unsure about the exact chipset.
 
1 members found this post helpful.
Old 02-25-2014, 03:14 AM   #22
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,843

Rep: Reputation: 1683Reputation: 1683Reputation: 1683Reputation: 1683Reputation: 1683Reputation: 1683Reputation: 1683Reputation: 1683Reputation: 1683Reputation: 1683Reputation: 1683
Maybe the power management isn't set correctly and wireless going to sleep. Add this
Code:
iwconfig wlan0 power off
to rc.local and see if it helps
 
1 members found this post helpful.
Old 03-14-2014, 11:12 PM   #23
Holering
Member
 
Registered: Feb 2010
Distribution: Slackware - Gentoo - Debian
Posts: 197

Original Poster
Rep: Reputation: 22
lsusb shows my device as
Code:
Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
I'm marking this thread as solved since using WICD isn't causing problems. Thanks
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
After the kernel upgrade to 3.11 is not connected to the Internet via WiFi Gifrom Linux - Newbie 3 09-16-2013 03:12 PM
Fedora 18 on Toshiba Satellite, connected to Wifi but no internet blogugogu Linux - Wireless Networking 6 07-07-2013 04:08 AM
[SOLVED] WiFi is connected but unable to access internet in RHEL 6 and Fedora 17 aniruddha.jagdale Linux - Wireless Networking 6 04-28-2013 12:30 PM
Wifi connected but browser does not work! Patrick_Rhodes Linux - Newbie 6 12-07-2005 03:12 PM
connected to wifi network but no internet connection? mr.gizm0 Linux - Wireless Networking 3 03-21-2005 03:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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