LinuxQuestions.org
Help answer threads with 0 replies.
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 08-10-2007, 06:03 PM   #1
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Rep: Reputation: 47
wireless WEP problem in Slackware 12


I have a Slackware 11 partition and a Slackware 12 partition on the same tower. It's a 200 MHz tower with 256 MB of RAM and a PCI Belkin Wireless G card that uses Driverloader and bcm43xx for modules in kernel 2.6.22.1 on both partitions. The /etc/rc.d/rc.wireless.conf file on each partition is:

VERBOSE=1

case "$HWADDR" in

*)
INFO="Belkin Wireless G"
ESSID="LinuxNeighborhood"
MODE="Managed"
KEY="5882c0e45b11cb5e215fc308d5"
;;
esac


The iwconfig command on each partition shows an encryption key and ifconfig shows that it was assigned a static IP address from my router. Only in Slack 11 do I see link quality is > 0. In Slack 12 I need to disable WEP at my router and comment the KEY line for networking to work. Why?
 
Old 08-11-2007, 03:56 AM   #2
basileus
Member
 
Registered: Nov 2004
Location: Turku, Finland
Distribution: Debian, Ubuntu, Gentoo
Posts: 388

Rep: Reputation: 30
Perhaps your router does not see that the password is meant to be in HEX and interprets it as an ASCII password?

Btw. WEP is really badly broken. It was just recently hacked in 1-2 minutes using a new method. If security is a concern, you should consider using some other encryption method on top of WEP (IPSec, SSHFS). Or you could upgrade to WPA2.

Hope this helps.
 
Old 08-11-2007, 05:19 AM   #3
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
I know WEP is not that good, but that's all Verizon gives it's DSL customers. I have a Westell Versalink with 128 bit WEP. The router is ok and works fine in Slackware 10.2 and now Slackware 11. It's Slackware 12 that has the problem.
 
Old 08-11-2007, 07:37 AM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by linuxhippy
I know WEP is not that good, but that's all Verizon gives it's DSL customers. I have a Westell Versalink with 128 bit WEP. The router is ok and works fine in Slackware 10.2 and now Slackware 11. It's Slackware 12 that has the problem.
Hi,

Sure WEP is not the best. But it's just like any other key, 'keeps the honest people honest'. If someone wants into something, be it a house or a computer they can just break in. Either with a brick or a computer tool, the intruder will get in. You are the one who needs to setup the security at the level you feel is enough. Most home or SOHO are not really attacked that often, mostly by the 'script kiddy'. If your open then you will get hit.

A old but good article for WEP cracking.

I like to use Steve Gibson's 'ShieldsUp' to do a good general test of a site for posts and access. Just be careful, if your ISP uses a proxy then you should follow Steve's directions to test as such.
 
Old 09-07-2007, 04:25 PM   #5
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
I still can only use Slackware 11 when 128 bit WEP is enabled on my router but cannot decipher WEP in Slackware 12. Do I need to configure a file other than /etc/rc.d/rc.wireless.conf in Slackware 12 if I have WEP enabled?
 
Old 09-07-2007, 05:42 PM   #6
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
I got Slack 12 to work with WEP by removing the Slack 12 wireless-tools package and installing the Slack 11 wireless-tools package:

removepkg wireless-tools
installpkg wireless-tools-28-i486-3.tgz

Then I copied my Slack 11 rc.wireless.conf with my WEP key to my Slack 12 partition and rebooted. Now hex WEP works fine!
 
Old 09-09-2007, 07:56 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by linuxhippy View Post
I got Slack 12 to work with WEP by removing the Slack 12 wireless-tools package and installing the Slack 11 wireless-tools package:

removepkg wireless-tools
installpkg wireless-tools-28-i486-3.tgz

Then I copied my Slack 11 rc.wireless.conf with my WEP key to my Slack 12 partition and rebooted. Now hex WEP works fine!
Hi,

Alien_Bob should be able to answer as to the difference between the two versions. He is the author/programmer/developer for the wireless software packages.

Edit: Eric, what is the difference between Slack 11 & 12 wireless tools?

Last edited by onebuck; 09-09-2007 at 07:57 AM.
 
Old 09-09-2007, 10:42 AM   #8
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 onebuck View Post
Hi,

Alien_Bob should be able to answer as to the difference between the two versions. He is the author/programmer/developer for the wireless software packages.

Edit: Eric, what is the difference between Slack 11 & 12 wireless tools?
I con't seem any difference in the binaries apart from being recompiled with gcc4 - it is still the same version 28 of wireless_tools.
The Slackware 12.0 package has a newer version of my rc.wireless script but I know other people for whom WEP encryption works well in Slackware 12.0.

Maybe you can show us the output of "iwconfig"?

Eric
 
Old 09-09-2007, 05:02 PM   #9
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
sure, here is the iwconfig output currently in Slack 12 and the Slack 11 wireless-tools package:

root@LinuxHippy:/home/huntz# iwconfig
lo no wireless extensions.

eth0 IEEE 802.11g ESSID:"LinuxNeighborhood" Nickname:"LinuxHippy"
Mode:Managed Frequency:2.412 GHz Access Point: 00:E0:98:CD:4D:66
Bit Rate=48 Mb/s Tx-Power:0 dBm
RTS thrff Fragment thrff
Encryption key:5882-C0E4-5B11-CB5E-215F-C308-D5
Power Managementff
Link Quality=7/94 Signal level=-68 dBm Noise level=-154 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:158354 Missed beacon:0
 
Old 09-10-2007, 12:10 AM   #10
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
Yeah, but that was to be expected... Rather I'd have seen the output with the Slackware 12.0 original package of course.

Eric
 
Old 09-10-2007, 03:15 AM   #11
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Marty,

If you use VBCode you can remove those smiley faces from your output.
 
  


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 WEP lord_shadow Linux - Wireless Networking 2 05-30-2006 02:20 PM
Wireless Connection Problem with Home WEP Network tmort Linux - Wireless Networking 4 04-12-2006 09:11 PM
Problem with wep encryption on ipw2200 intel wireless card. dmh11686 Linux - Wireless Networking 1 03-20-2005 07:47 AM
Fedora Core 2 With Wireless Ad-hoc ~~ Wep Problem Deiota Linux - Wireless Networking 1 10-15-2004 01:00 PM
Pcmcia Wireless WEP key problem kvzrock Linux - Wireless Networking 1 09-21-2003 09:38 PM

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

All times are GMT -5. The time now is 03:08 AM.

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