LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-28-2005, 08:59 AM   #1
javb
Member
 
Registered: Dec 2004
Posts: 83

Rep: Reputation: 15
cant find the wlan0 con SUse 9.2


OS: SuSe Linux 9.2 x86_64.

System: AMD 3200+, Nvidia Gforce 440 go 64 Mb, Compaq Presario R3000z. BroadCom Wireless card.

Problem: I have read the post "NDISWrapper + Suse 9.2" and many others to make my Wireless card work. after installing the NDISWrapper kernel module from yast, and following the steps given on the post i said i read (which is perfect) i have this !@#$ problem.

1. I get the Windows driver for my wireless card (bcmw15.inf) and i did "ndiswrapper -i bcmw15.inf) ---> went ok. ( also have bcmw15.sys but dont know i i have to use this)

2. i did "ndiswrapper -l" this is what i got:

Installed ndis drivers:
bcmwl5 hardware present

3. i put down my eth0 by ifdown eth0 ---> went ok.

4. dhcpcd wlan0 --> return nothing.

5. ifup wlan0 ---> here is my problem :

linux:/windows/D # ifup wlan0
ERROR: Interface wlan0 is not available

OTHER INFORMATION:
--------------------------------------------
linux:/windows/D # ifconfig (WITH ETH0 OFF)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:152 errors:0 dropped:0 overruns:0 frame:0
TX packets:152 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10192 (9.9 Kb) TX bytes:10192 (9.9 Kb)

linux:/windows/D # ifconfig (WITH ETH0 ON)
eth0 Link encap:Ethernet HWaddr 00:0F:B0:48:CB:AE
inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4083 errors:0 dropped:0 overruns:0 frame:0
TX packets:3175 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2732759 (2.6 Mb) TX bytes:404140 (394.6 Kb)
Interrupt:10 Base address:0x2800


linux:/windows/D # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.
----------------------------
 
Old 03-01-2005, 09:04 AM   #2
lstrong
LQ Newbie
 
Registered: Feb 2005
Distribution: suse 9.2, fedora 3
Posts: 2

Rep: Reputation: 0
cant find the wlan0 con SUse 9.2

I just fixed this on my system by downloading and making ndiswrapper 1.0 from sourceforge.

My system is SuSE 9.2, IBM Thinkpad A20m and Belkin F5D7010 card (BCM4306 chipset).

I used the bcmwl5a.inf driver from Dell described here => http://ndiswrapper.sourceforge.net/p...index.php/List

Here is the sequence of commands I used to activate wlan0 (you will need to edit this for your installation):

/bin/bash
cd /tmp/bcmwl5a
ndiswrapper -i bcmwl5a.inf
ndiswrapper -l
modprobe -r --first-time ndiswrapper
modprobe -i --first-time ndiswrapper
iwlist wlan0 scan
iwconfig wlan0 key XXXXXXXXXXXXXXXXXXXXXXXXXX open
iwconfig wlan0 channel 6 ap XX:XX:XX:XX:XX:XX
iwconfig wlan0 channel 6 essid "XXX" mode Managed
iwconfig
ifconfig eth0 down
dhcpcd -k
ifconfig wlan0 up
dhcpcd wlan0

Watch the correct output of iwconfig, and for console messages

Buena suerte!
 
Old 03-01-2005, 05:01 PM   #3
javb
Member
 
Registered: Dec 2004
Posts: 83

Original Poster
Rep: Reputation: 15
lstrong


after doing everything so said... i thogth it was gonna work. o got far.. but when i hit "iwconfig wlan0 XXXXXXXXXXXXXXXXXXX(dont know what is this) open, doesnt work, it returns me this:


Error for wireless request "set Encode" (8B2A): Set failed on device wlan0 ; invalid argumen.

i tryied with the HEX number from Access point and occured the same. tryied a lot of things and nothing... just worked "off" so i went like thar, and when i hit dhcpcd wlan0 it returned me this:

ERROR: No configuration found for wlan0

Dios que mas puede ser. :P
 
Old 03-02-2005, 06:22 AM   #4
lstrong
LQ Newbie
 
Registered: Feb 2005
Distribution: suse 9.2, fedora 3
Posts: 2

Rep: Reputation: 0
The following command is only a sample:

iwconfig wlan0 key XXXXXXXXXXXXXXXXXXXXXXXXXX open

It enables WEP encryption with a "key" value shown as XXXXXXXXXXXXXXXXXXXXXXXXXX and "open" authentication, as described in the man page for iwconfig.

You will need to modify this for your environment, and substitute the values configured in your wireless access point.
 
Old 03-03-2005, 09:24 AM   #5
javb
Member
 
Registered: Dec 2004
Posts: 83

Original Poster
Rep: Reputation: 15
thank you very much, im now enjoing my wifi :P
 
  


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
Cannot find wlan0 in network devices sublyme718 Linux - Wireless Networking 2 11-06-2005 07:18 PM
Proliant con Suse macaruchi SUSE / openSUSE 0 10-14-2005 08:06 AM
ndiswrapper: error: wlan0 can't find configuration nulinuxusr Linux - Wireless Networking 3 08-21-2004 08:05 AM
Broadcom wireless with ndiswrapper: ifconfig wlan0 works; ifup wlan0 fails orangechicken Linux - Wireless Networking 2 04-17-2004 05:39 PM
iwconfig can't find wlan0 coindood Linux - Wireless Networking 2 04-11-2004 04:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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