LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-22-2006, 02:41 AM   #16
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198

Quote:
I think the firewall is working, since I can use MS windows to connect the router.
I'm sorry - this means nothing. Windows dosn't have to get through your linux firewall. RH9 comes with it's own firewall which may be preventing you from connecting to your lan. What does iptables -L say? Disable the firewall with /etc/init.d/iptables stop (I think...)

Quote:
Because I can not install wlan_wep, I have not try uninstall ndiswrapper and driver.
If you cannot install wlan_wep, then you cannot use wep encoded connections. how have you attempted to install this? How did you determine you needed to?

Quote:
Do you know anywhere I can find undecode command?
I'm sorry, I don't understand what you want to do. "undecode"? When you encryp something it is "encoded"... when you decrypt something, you "decode" it. To "undecode" suggests you want to undo the previous decode ... why not just encrypt it again?

Basically I don't think I can help you.
You do not follow suggestions.
You do not give feedback.

Please read the "advice" link in my sig before posting again.
 
Old 04-22-2006, 11:06 PM   #17
zhb402
LQ Newbie
 
Registered: Apr 2006
Posts: 15

Original Poster
Rep: Reputation: 0
I did thw post #10. However, the network still does not work.
This time I found that when I use
iwconfig wlan0 essid ESSIDNAME

I tested by [root#]iwconfig wlan0

wlan0 IEEE 802.11g ESSIDff/any
Mode:Managed Frequency:2.462 GHz Access Point: not associated

However, I can use iwlist wlan0 scan to find the ESSIDNAME.

This time, I removed the key of the router.
 
Old 04-24-2006, 12:12 AM   #18
pazzport
Member
 
Registered: Dec 2004
Posts: 47

Rep: Reputation: 16
I had the same problem and I fixed it by doing the following:

1. sudo modprobe wlan-wep

2. I changed my /etc/network/interfaces file from this:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

iface wlan0 inet dhcp
wireless-essid <your essid here>
wireless-key <your key here>

** to this : **

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

iface wlan0 inet dhcp
wireless_keymode open
wireless_key <your key here>
wireless_mode managed
wireless_essid <your essid here>
auto wlan0


** Next thing I know, wham bam thank you ma'am it works. I'd love for someone to explain to me why.... Hope it works for you too.
 
Old 04-24-2006, 07:10 PM   #19
zhb402
LQ Newbie
 
Registered: Apr 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pazzport
I had the same problem and I fixed it by doing the following:

1. sudo modprobe wlan-wep

2. I changed my /etc/network/interfaces file from this:
I can not find this file. What's distro you are using?
 
Old 04-24-2006, 07:14 PM   #20
zhb402
LQ Newbie
 
Registered: Apr 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Simon Bridge
If you cannot install wlan_wep, then you cannot use wep encoded connections. how have you attempted to install this? How did you determine you needed to?

I'm sorry, I don't understand what you want to do. "undecode"? When you encryp something it is "encoded"... when you decrypt something, you "decode" it. To "undecode" suggests you want to undo the previous decode ... why not just encrypt it again?
The first time I installed wlan-wep, it said the "undecode command can not be found". I install shaurite packet, then this problem disappeared.

Currently, I have remove the key from my router, however, I still can not set the essid. (after I set essid by iwconfig wlan0 essid, and I used iwconfig to check, the essid is still off).
 
Old 04-25-2006, 01:38 AM   #21
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
/etc/network/interfaces ? I don't have this either. The manpage "interfaces(5)" dosn't exist. This is a Debian thing. Fedora dosn't use it.

Can you see why it is important to edit your profile to show your distribution?

Quote:
The first time I installed wlan-wep, it said the "undecode command can not be found". I install shaurite packet, then this problem disappeared.
Are you sure that isn't "uudecode"?

And how were you trying to install wlan-wep?

Did you try "modprobe wlan-wep"? (post the command as you typed it and the result.)

Quote:
I did thw post #10. However, the network still does not work.
You did what with post #10?

I'm sorry but you have yet to give any sign of having followed any of the instructions or suggestions I have given you. You didn't even edit your profile as requested.

Not all of the suggestions of things to try will be solutions in themselves - you must post the results here so I can figure out what is going on.

Last edited by Simon Bridge; 04-25-2006 at 01:47 AM.
 
Old 04-25-2006, 10:46 AM   #22
zhb402
LQ Newbie
 
Registered: Apr 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Simon Bridge
/etc/network/interfaces ? I don't have this either. The manpage "interfaces(5)" dosn't exist. This is a Debian thing. Fedora dosn't use it.

Can you see why it is important to edit your profile to show your distribution?
Yes. I see. thx.

Quote:
Originally Posted by Simon Bridge

Are you sure that isn't "uudecode"?
I am sure it is undecode, not uudecode.
Quote:
Originally Posted by Simon Bridge
Did you try "modprobe wlan-wep"? (post the command as you typed it and the result.)
I tried. However, the wlan-wep can not work. Now, I removed the key and want to see the network works. Till now, it is not work.

Quote:
Originally Posted by Simon Bridge
You did what with post #10?
I did the uninstall of ndiswrapper and the card driver, I also uninstall the wireless tools, which include iwlist, iwconfig. I reinstall all of them. The results are the same as above.

Current, I removed the key in the router. I think I just need set the essid and the network should be fine. However, it still does not work, since I can not set the essid by :
[root#]iwconfig wlan0 essid ESSID_NAME.

Last edited by zhb402; 04-25-2006 at 10:48 AM.
 
Old 04-27-2006, 01:19 PM   #23
johndoe0028
Member
 
Registered: Jun 2005
Location: CA, USA
Distribution: Gentoo
Posts: 165

Rep: Reputation: 30
2 questions:

1- Did you check to see if your card is supported by ndiswrapper?

2- You're trying to install madwifi; is your card supported by that?

Last edited by johndoe0028; 04-27-2006 at 01:23 PM.
 
Old 04-30-2006, 07:17 PM   #24
zhb402
LQ Newbie
 
Registered: Apr 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Yes. I checked. My card is supported by ndiswrapper and madwifi.
 
Old 06-08-2006, 11:26 AM   #25
will824
Member
 
Registered: Jun 2003
Location: Medellin Colombia
Distribution: Gentoo
Posts: 35

Rep: Reputation: 15
Same here

I have been having the same problem all over around!.

But the thing is that Iam actually able to associate wlan0 with the AP (Iam not using encription). Even though the card cannot ping any computer in the network, not even the AP.

Another quite courious thing is that it receives packets, but is not able to send.

RX bytes: 284857 TX Bytes: 0

And in iwconfig:

Tx excessive retries:34 Invalid misc:69

This is quite weird. I am going to kill this card tomorrow.
 
  


Reply

Tags
wep



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 won't work after reboot w/ Mepis& integrated Dell Wireless 1370 WLAN MiniPCI longboarder543 Linux - Wireless Networking 1 03-01-2006 06:14 PM
I can't get my wireless to work snowboard4fod Linux - Wireless Networking 3 02-08-2006 07:56 AM
Will Ubuntu Work work With my Wireless Card? PulsarSL Ubuntu 3 10-07-2005 10:33 PM
Can't get wireless to work jmeier Linux - Wireless Networking 2 01-12-2003 08:34 AM

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

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