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 - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-21-2009, 03:07 PM   #1
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Rep: Reputation: 35
Wireless Issues


The internet on my Slackware worked perfectly for a good amount of time however now it's having issues. Many times my wireless card will not pick up any networks available but other PCs on the network seem to work fine on it. Once again, the internet was working fine but now it isn't even though I have changed *nothing* :s When I load it in an Ubuntu liveCD it picks up the network fine so it leads me to believe it IS a software issue. My Slackware doesn't pick any up unless I restart say three or four times it seems.
 
Old 11-21-2009, 04:48 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
What do you mean by "my wireless card will not pick up any networks available" ?

1) What is your card's interface ? "iwconfig" will tell you. For now let's suppose it's wlan0.
2) Can you see the available networks ? "iwlist wlan0 scan" will tell you.
3) If yes, how do do you pick up a network ? manually with ifconfig ? with the "/etc/rc.d/rc.inet1 start" ? with wicd ?
 
Old 11-21-2009, 11:14 PM   #3
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Quote:
Originally Posted by Didier Spaier View Post
What do you mean by "my wireless card will not pick up any networks available" ?

1) What is your card's interface ? "iwconfig" will tell you. For now let's suppose it's wlan0.
2) Can you see the available networks ? "iwlist wlan0 scan" will tell you.
3) If yes, how do do you pick up a network ? manually with ifconfig ? with the "/etc/rc.d/rc.inet1 start" ? with wicd ?
It is wlan0 and I use wicd. I'm not having the problem at the moment so I can't check with iwlist wlan0 scan to test but I do know with wicd it did not pickup the networks when it doesn't work.
 
Old 11-22-2009, 04:38 AM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
I have read that for wicd to work properly you should make sure that all settings in /etc/rc.d/rc.inet1.conf stay commented -- but I guess you already checked that.

And make sure that you got rid of /etc/rc.d/rc.wireless.conf which is now useless (I simply renamed mine rc.wireless.conf.no).

I can't help you with wicd's settings as I don't use it.
 
Old 11-27-2009, 05:42 AM   #5
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Okay I checked everything and it still doesn't work. Here's what we got-
1. I use wlan0
2. "iwlist wlan0 scan" - just returns "Interface doesn't support scanning"
3. I am using wicd to connect
4. /etc/rc.d/rc.inet1.conf is commented out
5. I have renamed my /etc/rc.d/rc.wireless.conf to rc.wireless.conf.no

Still not working, again just to people know, my wireless did work fine for a long time. I have changed nothing when it stopped working however it works fine in any live CDs and will occasionally work in my Slackware install just not maybe 90% of the time which does sound like a software issue, mostly since it works fine with any live CDs.
 
Old 11-27-2009, 06:48 AM   #6
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
When the wireless fails, check and see if your wireless driver is still running with lsmod.
You could also try reloading the driver when your wireless fails:
Code:
# rmmod driver_name
# modprobe driver_name
Then see if wicd can connect. If this helps, then it is likely a driver issue I would think.

Last edited by tommcd; 11-27-2009 at 06:49 AM.
 
Old 11-27-2009, 08:25 AM   #7
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by kc3 View Post
2. "iwlist wlan0 scan" - just returns "Interface doesn't support scanning"
Then clearly wlan0 is not the good interface name for you wireless card. Type 'iwconfig' to get the good one. If none found, then tommcd is right, the relevant driver for you card is not loaded.

[EDIT] Try 'lspci -k|grep -i -A 3 network' to find out driver in use (if any) and module names for your wireless card.

Last edited by Didier Spaier; 11-27-2009 at 08:34 AM.
 
Old 11-27-2009, 03:39 PM   #8
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Yeah it is DEFINITELY wlan0, and now I have a weird problem. It says I'm connected to the network with ifconfig and iwconfig but I still can't do anything with the internet and wicd still doesn't pickup any networks even though I'm connected. I'm even on a computer right now linked wirelessly to the same router.

My output from is 'lspci -k|grep -i -A 3 network' RaLink RT2561/RT61 802.11g PCI
Subsystem: RaLink EW-7108PCg
Kernel driver in use rt61pci
Kernel modules": rt61pci

Just tried rmmod rt61pci and modprobe rt61pci and it works fine. Now how do I do this for whenever I start up to prevent this problem in the future??? Or does that already completely fix it?

Last edited by kc3; 11-27-2009 at 03:46 PM.
 
Old 11-27-2009, 06:50 PM   #9
affinity
Member
 
Registered: Nov 2009
Distribution: Slackware64
Posts: 132

Rep: Reputation: 20
Quote:
Originally Posted by kc3 View Post
Just tried rmmod rt61pci and modprobe rt61pci and it works fine. Now how do I do this for whenever I start up to prevent this problem in the future??? Or does that already completely fix it?
Using rc.inet1.conf your wireless will automatically start when the system runs the rc.inet1 script. Try setting up your wireless that way instead of using wicd, if it works then you know it's a settings problem with wicd. I don't use wicd though so I'm not able to give any help on it's configuration or troubleshooting.
 
Old 11-28-2009, 12:17 AM   #10
kc3
Member
 
Registered: Jun 2009
Distribution: Linux from Scratch
Posts: 172

Original Poster
Rep: Reputation: 35
Okay, NOW it's having the same problem again and not even seeing wlan0 like before :s, I tried the rmmod and modprobe and nothing. Have not changed anything since it was last working.

Hm... I MAY have figured it out? Okay after running 'lspci -k|grep -i -A 3 network' again when it was having that problem it actually brought up something different. It brought up a multimedia broadcaster right after it brought up my wireless card and had a driver for saa7130 and it said the saa7134 was being used. Well the saa713* is for my tv tuner card that I never used so I figured it could be conflicting for some reason. I don't know but I took the TV tuner card out and so far it's working fine but I guess since it's an issue that's been having issues only on occasion I guess I really won't know for a while but it does seem like it's a possibility.

Last edited by kc3; 11-28-2009 at 12:35 AM.
 
  


Reply



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
Wireless Issues Entombment Linux - Laptop and Netbook 13 01-13-2008 05:50 PM
Wireless Issues bingo Slackware 4 03-02-2007 01:36 PM
Wireless Issues... mcgodx Linux - Wireless Networking 1 07-08-2006 07:56 PM
Still wireless issues TheAvenger Linux - Hardware 2 06-22-2006 10:40 AM
Wireless issues finegan Linux - Wireless Networking 0 11-15-2001 03:02 PM

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

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