LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Wireless on Suse 9.2 (https://www.linuxquestions.org/questions/linux-newbie-8/wireless-on-suse-9-2-a-295873/)

javb 02-28-2005 10:36 AM

Wireless on 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.
----------------------------

Hangdog42 02-28-2005 12:19 PM

The wlan0 device is created after you run ndiswrapper -m. From your post it also doesn't look like you loaded ndiswrapper with modprobe and that is definitely going to cause trouble. I would suggest reading through the install instructions at either the ndiswrapper wiki (they also have Suse specific instructions) or working through the INSTALL file that comes with ndiswrapper. Basically it looks as if you skipped a few steps in the installation process.

titus_a_duxass 02-28-2005 12:38 PM

As Hangdog said you have to do the old ndiswrapper -m and then configure the card using Yast. While you are in yast going into system - etc/sysconfig Editor - System - kernel and then type ndiswrapper in the box. That will load your ndiswrapper at boot.

Then you should be "cooking with gas".


All times are GMT -5. The time now is 09:30 PM.