Networking Forums

Networking Forums > Computer Networking > Linux Networking > wireless lan; smc

Reply
Thread Tools Display Modes

wireless lan; smc

 
 
Robert Brendel
Guest
Posts: n/a

 
      07-08-2004, 06:17 PM
Hi,

I am i trouble with my SMC 2802w v2 wireless card. Actually I can load the
driver. But it is impossible to bring up the Interface, because I can't set
the ESSID using 'iwconfig wlan0 essid SMC'.

# iwconfig wlan0 essid SMC
#
..... there is even no error message. It is just not set :-(


# iwconfig wlan0
wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.462GHz Access Point: FF:FF:FF:FF:FF:FF
Bit Rate:2Mb/s
RTS thr:2347 B Fragment thr:2346 B
Encryption keyff
Power Managementff
Link Quality:100 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

# cat /var/log/messages
Jul 8 18:54:22 linux kernel: ndiswrapper: unsupported module, tainting
kernel.
Jul 8 18:54:22 linux kernel: ndiswrapper version 0.8 loaded
Jul 8 18:54:22 linux kernel: ndiswrapper adding 2802w.sys
Jul 8 18:54:22 linux kernel: wlan0: ndiswrapper ethernet device
00:04:e2:b2:a5:e8 using driver 2802w.sys

# lsmod | grep ndiswrapper
ndiswrapper 67072 0

Has somebody of you got an idea to handle this problem?

thanks a lot
Robert
 
Reply With Quote
 
 
 
 
David Efflandt
Guest
Posts: n/a

 
      07-09-2004, 12:01 AM
On Thu, 08 Jul 2004, Robert Brendel <(E-Mail Removed)> wrote:
> I am i trouble with my SMC 2802w v2 wireless card. Actually I can load the
> driver. But it is impossible to bring up the Interface, because I can't set
> the ESSID using 'iwconfig wlan0 essid SMC'.
>
> # iwconfig wlan0 essid SMC


wlan interfaces do not have the necessary hooks to change things like
ESSID and WEP on the fly with iwconfig. Those have to be set in related
files for wlan-ng (at least on my SuSE 8.0 laptop).

Not familiar with your specific card, but for my SMC 2632W using wlan-ng
(prism2_cs from external instead of kernel pcmcia), I set ESSID and WEP in
/etc/pcmcia/wlan-ng.opts. Because it works, I have been reluctant to
upgrade Linux (not familiar with kernel pcmcia). Although, I may upgrade
soon since I now have an alternate OS independent external wireless device
I could fall back on if I trip up (WET11).

--
David Efflandt - All spam ignored http://www.de-srv.com/
 
Reply With Quote
 
Robert Brendel
Guest
Posts: n/a

 
      07-10-2004, 12:09 AM


> Not familiar with your specific card, but for my SMC 2632W using wlan-ng
> (prism2_cs from external instead of kernel pcmcia), I set ESSID and WEP in
> /etc/pcmcia/wlan-ng.opts. Because it works, I have been reluctant to
> upgrade Linux (not familiar with kernel pcmcia). Although, I may upgrade
> soon since I now have an alternate OS independent external wireless device
> I could fall back on if I trip up (WET11).


I am sorry, but I am not using a PCMCIA card, either the Prism54-driver.

Robert

 
Reply With Quote
 
Robert Brendel
Guest
Posts: n/a

 
      07-10-2004, 08:47 PM
ok, today I found the errors:

1. I had to install ndiswrapper 0.7 (0.8 is not working).
2. The Install-Script of ndiswrapper does not copy the module.
3. The name after the keyword essid must be written in "". (iwconfig wlan0
essid "NetName")
4. I removed the SuSE network configure scripts and use my own.
5. I had to add my Mac-Adress at my AP's Mac Access Control List.

Now It's working fine. Even the LEDs are working.

Robert

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11