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 01-03-2006, 12:29 AM   #1
Nikon01
Member
 
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196

Rep: Reputation: 30
Networking with Slack


I have a slack 10.1 setup w/ the 2.6.8.1 kernel on my laptop. I currently don't have any problems with it except for one: I have a 802.11b D-Link DWL-650 rev.P card w/ the Prism3 chipset(I believe).

When hotplug starts the light on the card turns on but other than that I don't see anything that would suggest a driver for it has been loaded.

I have absolutely no clue where to go from here. I tried running lspci but didn't see anything that even remotely looked like a pcmcia driver. I ran netconfig as the slack site suggested but failed to find an option that would probe for new hardware to integrate. I have hit a dead end and don't know how to proceed. Any suggestions?


Thanks in advance for the help guys
 
Old 01-03-2006, 01:18 AM   #2
Berto
Member
 
Registered: Sep 2003
Location: Stevenson, WA, USA
Distribution: Slackware
Posts: 232

Rep: Reputation: 30
Doing a search in google produced:
http://support.dlink.com/faq/view.as...ral%20Wireless

It looks like this device is supported by the linux-wlan project. You can find packages of it in the "extra" section of the packages.
 
Old 01-03-2006, 03:51 AM   #3
Nikon01
Member
 
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196

Original Poster
Rep: Reputation: 30
What do you mean the "extra" section. I don't even see a packages section.

Although I don't have a problem building from source, pkgs are a lot cleaner if you ask me.

Also when grabbing the source do I need the tar.gz.asc file to untar the source? Just want to know before I burn a CD.

Last edited by Nikon01; 01-03-2006 at 03:55 AM.
 
Old 01-03-2006, 05:50 AM   #4
Nikon01
Member
 
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196

Original Poster
Rep: Reputation: 30
OK tried installing it by following the readme but being the fool I am I forgot to compile and install pcmcia-cs. So I did that w/ pcmcia-cs even though the "make config" line of questions didn't ask for the source of pcmcia-cs. I tried restarting with the script in the readme but the script wasn't there.

Then I decided what could it hurt and "/etc/rc.d/rc.wireless restart". It gave me a bunch of weirdness about trying to set the ESSID to "Set Here" which I assume means I didn't config something that I needed to.

What am I missing here? I'll go take a crack at editing the rc.wireless script but I don't understand how the wlan drivers were integrated at all. The wlan scripts went into /etc/pcmcia and /etc/wlan. Should I have put them somewhere else? I'm so friggin lost in the dark it isn't funny .
 
Old 01-03-2006, 06:12 AM   #5
Nikon01
Member
 
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196

Original Poster
Rep: Reputation: 30
Well I just rebooted and logged into root expecting to dredge through the rc.wireless file but instead found my system attempting to connect to the first AP it found. First I stared for a second in amazment. Then I quickly rebooted into windows to ask a quesion:

Anyone know how to set it up to where I can select an AP to connect to rather than it randomly trying to connect to someones WEP encrypted wireless network(I live in an apt complex)?

I'm really happy except now I have no clue as to how to make the card do what I want. Thanks to any who can help

Last edited by Nikon01; 01-03-2006 at 06:13 AM.
 
Old 01-03-2006, 07:39 AM   #6
Poetics
Senior Member
 
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181

Rep: Reputation: 49
$ man iwconfig
 
Old 01-03-2006, 07:49 AM   #7
Nikon01
Member
 
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Poetics
$ man iwconfig
iwconfig wont work with the wlan-ng drivers. Not sure how I'm supposed to change APs etc. on the fly.
 
Old 01-03-2006, 07:52 AM   #8
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
The wlan-ng package should come with the tools you need to set the card parameters. Have a read through the documentation and/or the web site and there should be an explanation of how to configure the card.
 
Old 01-03-2006, 08:54 AM   #9
Nikon01
Member
 
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196

Original Poster
Rep: Reputation: 30
Well at the very least I am currently connected to the net. I dug through the docs and didn't find anything I hadn't already tried. Then I went and configured /etc/rc.d/rc.wireless.conf. Hopefully that will keep my card accessing the same AP over and over until I change the SSID.

Thanks for the help guys.
 
Old 01-03-2006, 10:20 AM   #10
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Quote:
Originally Posted by Nikon01
Well at the very least I am currently connected to the net. I dug through the docs and didn't find anything I hadn't already tried. Then I went and configured /etc/rc.d/rc.wireless.conf. Hopefully that will keep my card accessing the same AP over and over until I change the SSID.

Thanks for the help guys.
Hi,

If you want to set different AP;

iwconfig wlan0 essid myAP
 
Old 01-03-2006, 12:09 PM   #11
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by Nikon01
Well at the very least I am currently connected to the net. I dug through the docs and didn't find anything I hadn't already tried. Then I went and configured /etc/rc.d/rc.wireless.conf. Hopefully that will keep my card accessing the same AP over and over until I change the SSID.

Thanks for the help guys.
Actually, in the README for wlan-ng, it tells you how to setup different conf files for each wireless network that you want to attach to, i.e. 'linksys' at home and 'spyingonyou' at work. Just make copies of /etc/wlan/wlancfg-default and change the 'default' after the '-' to whatever the network name is. Then edit the renamed file for the specifics of that network.

I have the exact same card, and was a royal pain until I compiled the wlan-ng driver myself....Works great now
 
Old 01-03-2006, 09:19 PM   #12
Nikon01
Member
 
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196

Original Poster
Rep: Reputation: 30
I configured that conf(and created a conf for the AP that I want to connect to).

What I want to do is get it to connect to a SPECIFFIC AP. It's been driving me nuts all day that it's hit or miss when it decides what AP to connect to. Any idea on how to tell wlan-ng to connect to a specific set of SSIDs and leave the rest alone? I guess what I really need is a comprehensive list of all the stuff that wlanctl-ng can do. I've tried looking through "wlanctl-ng commands" but it doesn't explain much beyond the name of the command.

Also iwconfig will NOT work with these drivers. If I could use iwconfig I would probably be connected to the network I want to be.

Is there a way to make it connect to the AP I want it to or will it always pick whatever?

Addin: editing rc.wireless.conf did absolutely nothing for me.

Last edited by Nikon01; 01-03-2006 at 09:21 PM.
 
Old 01-04-2006, 06:06 AM   #13
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Nikon01
editing rc.wireless.conf did absolutely nothing for me.
That is because the /etc/rc.d/rc.wireless script is not for PCMCIA (16-bit) cards. For those cards, you set your options in /etc/pcmcia/wireless.opts.

The /etc/rc.d/rc.wireless(.conf) files are for PCI and PCCard devices only. A PCCard device is 32-bit, and is essentially a PCI card which fits into a PCMCIA slot. The "old" 16-bits PCMCIA cards are very different.

Eric
 
Old 01-04-2006, 06:46 AM   #14
mjjzf
Member
 
Registered: Feb 2004
Location: Valby, Denmark / Citizen of the Web
Distribution: Slackware 14.1
Posts: 879

Rep: Reputation: 39
Consider trying WiFi-Radar. It is a brilliant tool for sniffing and selecting/connecting to wireless networks.
If you set it up to use sudo, you can even use it as user without having to log in as root.
 
Old 01-04-2006, 08:51 AM   #15
Nikon01
Member
 
Registered: Jul 2003
Distribution: Slackware 10.0
Posts: 196

Original Poster
Rep: Reputation: 30
ARG! Wifi radar looks sweet except for the fact that it uses iwconfig. I need a tool that will use wlanctl-ng.

cwwilson721: Could you explain to me what conf/opts files you edited/created and what wlanctl-ng commands you use to connect to the AP you want to? Or is your AP in a house? I guess that's part of my problem is I'm in an apartment and the AP I want to connect to is surrounded by 2WIREXXX APs.
 
  


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
Networking Slack to Windows XP matt3333 Slackware 4 12-17-2005 11:43 PM
Slack 9.1 Networking issue Diminished7th Linux - Networking 2 07-06-2004 12:56 AM
Networking Slack for N00BS? SaintBucky Slackware 1 03-05-2004 03:13 PM
Networking on Slack Linux_Inside Slackware 4 10-29-2003 10:15 AM
Slack 9.1 Networking donnyp02 Slackware 5 10-20-2003 12:30 AM

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

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