LinuxQuestions.org
Review your favorite Linux distribution.
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 02-24-2006, 05:22 PM   #1
tavisor
LQ Newbie
 
Registered: Feb 2005
Location: USA
Distribution: SUSE 10.0
Posts: 26

Rep: Reputation: 15
Help!!! BCM4306 ndiswrapper setup under 64 bit SUSE 10


Hello,
I tried get my wlan working under the 64 bit version of SUSE 10.
I installed ndiswrapper and it lookslike it is working, I have the following 64 bit Windows driver for my BROADCOM 802.11b/g card: netbc564.inf and the .sys file.
I installed it with ndiswrapper and it looks like it should work with the card:

linux:/home/octavian/software/ndiswrapper-1.5 # ndiswrapper -l
Installed ndis drivers:
netbc564 driver present, hardware present

Then if I run:

linux:/home/octavian/software/ndiswrapper-1.5 # ndiswrapper -m
modprobe config already contains alias directive

linux:/home/octavian/software/ndiswrapper-1.5 # ndiswrapper -l
Installed ndis drivers:
netbc564 driver present, hardware present
linux:/home/octavian/software/ndiswrapper-1.5 # depmod -a
linux:/home/octavian/software/ndiswrapper-1.5 # modprobe ndiswrapper
linux:/home/octavian/software/ndiswrapper-1.5 #

If I run
dmesg
I get:

wlan0: ndiswrapper ethernet device 00:90:4b:a3:86:13 using driver netbc564, 14E4:4320.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
wlan0: no IPv6 routers present

Still the led is not blinking and if I try:

linux:/home/octavian/software/ndiswrapper-1.5 # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

wlan0 IEEE 802.11g ESSIDff/any Nickname:"linux"
Mode:Managed Frequency:2.462 GHz Access Point: 00:00:00:00:00:00
Bit Rate=54 Mb/s Tx-Power:25 dBm
RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality:0 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

linux:/home/octavian/software/ndiswrapper-1.5 # iwlist wlan0 scan
wlan0 No scan results
linux:/home/octavian/software/ndiswrapper-1.5 #


Please HELP!!!
Octavian
 
Old 02-24-2006, 05:26 PM   #2
tavisor
LQ Newbie
 
Registered: Feb 2005
Location: USA
Distribution: SUSE 10.0
Posts: 26

Original Poster
Rep: Reputation: 15
P.s.

Under Windows I get several networks present all the time.
It should at least find them.
What can I do?
What am I doing wrong?
Thank a lot.
Octavian
 
Old 03-02-2006, 03:12 AM   #3
zatarregaza
LQ Newbie
 
Registered: Mar 2006
Posts: 3

Rep: Reputation: 0
You have a Broadcom BCM4306 too? I had to install the same driver on mine (Compaq Presario R4000). I couldn't get ndiswrapper1.5 to work though. I had to go all the way back to 1.1.

I don't have anything really enouraging to add only... How far way from the AP are you? For me to be able to see my wireless connection I have to be practically right next to it. I don't know what I need to do to get better reception, since connecting in Windows is not a problem from further distances.
 
Old 03-03-2006, 06:15 AM   #4
__spc__
Member
 
Registered: Feb 2006
Location: Bridgend, Wales
Distribution: Kubuntu 10.04.25 (Feb 2011)
Posts: 172

Rep: Reputation: 30
Have you not edited /etc/rc.d/rc.wireless & rc.wireless.conf?
 
Old 03-03-2006, 10:11 AM   #5
tavisor
LQ Newbie
 
Registered: Feb 2005
Location: USA
Distribution: SUSE 10.0
Posts: 26

Original Poster
Rep: Reputation: 15
Hello,
No I did not edit that file. Was I supposed to? How was I supposed to change it. Actually in which way was I supposed to change it?
I jusct checked and:
/etc/rc.d/rc.wireless
does not exist

Let me add something.
At some point when I was running:

iwlist wlan0 scan

it found a few networks.

Then I ran:

iwconfig wlan0 essid 'linksys'
dhcpcd wlan0
ifup wlan0

I did not save the output but for sure it did not give me any error messages or any message saying that it would ignore my interface.
I did all this with the firewall down just to make sure it would not give me problems.
After this I was expecting to be able to browse the net... but it did not happen.

Can someone please help me further with some suggestions?

I am new to Linux... and I am a beginner with working witk linux command lines from a terminal and also with understanding in depth all the files that need to be modified to make something work.
This is a good point to ask about a reference that would help me undestand how a Linux opperating system is built. What is a good book where I could learn about the opperating system and also learn some basic programing skils for something like this?
 
Old 03-04-2006, 12:20 AM   #6
zatarregaza
LQ Newbie
 
Registered: Mar 2006
Posts: 3

Rep: Reputation: 0
The best thing to do in situations like this is to note as much as you can from the logs. Do "tail -v /var/log/messages" and "dmesg" after you make changes and connect (or try to connect) to see what the logs say.

Post the logs here and maybe we can figure something out.
 
Old 03-04-2006, 01:15 AM   #7
__spc__
Member
 
Registered: Feb 2006
Location: Bridgend, Wales
Distribution: Kubuntu 10.04.25 (Feb 2011)
Posts: 172

Rep: Reputation: 30
Edit rc.wireless.conf so that it contains the commands you would pass to wlan0 using iwconfig - here's mine:

VERBOSE=1

case "$HWADDR" in

00:90:96:BB:B5:C2)
INFO="Broadcom WLAN 802.11g on Laptop"
ESSID="SSID" # Your SSID goes here – my system doesn’t like me to use it
CHANNEL="X" # Your channel goes here
MODE="Managed"
KEY="XXXXXXXXXX" # Your 10 character 64bit HEX WEP key goes here
;;

rc.wireless needs to be executable as well.

You then need to edit rc.local to get rc.wireless to run:
#!/bin/sh
#
# /etc/rc.d/rc.local: Local system initialization script.
#
# Put any local setup commands in here:

/etc/rc.d/rc.wireless wlan0 <--- this feeds the rc.wireless.conf settings

echo "Initialising sn55ge WLAN"
dhcpcd wlan0 <--- this gets an IP address from the dhcp server (my router)

Last edited by __spc__; 03-04-2006 at 01:33 AM.
 
Old 03-04-2006, 02:37 AM   #8
__spc__
Member
 
Registered: Feb 2006
Location: Bridgend, Wales
Distribution: Kubuntu 10.04.25 (Feb 2011)
Posts: 172

Rep: Reputation: 30
Here is my /etc/wpa_supplicant.conf file:

UW PICO(tm) 4.9 File: wpa_supplicant.conf Modified

# See /usr/doc/wpa_supplicant-0.4.8/wpa_supplicant.conf.sample
# for many more options that you can use in this file.

# This line enables the use of wpa_cli which is used by rc.wireless
# if possible (to check for successful association)
ctrl_interface=/var/run/wpa_supplicant
# By default, only root (group 0) may use wpa_cli
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1

# WPA protected network, supply your own ESSID and WPAPSK here:
network={
scan_ssid=0
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
ssid="sn55ge"
#psk="XXXXXXXXXXXXX" <-- 13 character ASCII passphrase
psk=XXXX247875e3d58105849cc02f3a6bdfa25e3030147381228745ea192813e56f <-- the wpa_supplicant generated key
}

# Plaintext connection (no WPA, no IEEE 802.1X),
# nice for hotel/airport types of WiFi network.
# You'll need a recent version of wireless-tools for this!
network={
ssid="any"
key_mgmt=NONE
priority=2
}


Here is the debug output from "wpa_supplicant -c/etc/wpa_supplicant.conf -iwlan0 -d":

Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
Priority group 2
id=1 ssid='any'
Priority group 0
id=0 ssid='sn55ge'
Initializing interface (2) 'wlan0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
SIOCGIWRANGE: WE(compiled)=19 WE(source)=18 enc_capa=0xd
capabilities: key_mgmt 0x5 enc 0xf
Own MAC address: 00:90:96:bb:b5:c2
wpa_driver_hostap_set_wpa: enabled=1
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
Driver does not support WPA.
wpa_driver_hostap_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: No such device
Failed to set encryption.
wpa_driver_hostap_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: No such device
Failed to set encryption.
wpa_driver_hostap_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: No such device
Failed to set encryption.
wpa_driver_hostap_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: No such device
Failed to set encryption.
wpa_driver_hostap_set_countermeasures: enabled=0
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
wpa_driver_hostap_set_drop_unencrypted: enabled=1
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
Setting scan request: 0 sec 100000 usec
Added interface wlan0
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Scan timeout - try to get results
Received 1049 bytes of scan results (4 BSSes)
Scan results: 4
Selecting BSS from priority group 2
0: 00:12:17:b7:aa:b1 ssid='sn55ge' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
skip - SSID mismatch
1: 00:14:bf:2f:5c:d3 ssid='coolbeans' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
skip - SSID mismatch
2: 00:11:f5:cb:64:c5 ssid='BTVOYAGER2091-C5' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
skip - no WPA/RSN IE
3: 00:11:f5:9a:ec:1b ssid='BTVOYAGER2091-1B' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
skip - no WPA/RSN IE
Selecting BSS from priority group 0
0: 00:12:17:b7:aa:b1 ssid='sn55ge' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
selected based on WPA IE
Trying to associate with 00:12:17:b7:aa:b1 (SSID='sn55ge' freq=2412 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
WPA: using IEEE 802.11i/D3.0
WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
WPA: clearing AP RSN IE
WPA: using GTK TKIP
WPA: using PTK TKIP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02
No keys have been configured - skip key clearing
wpa_driver_hostap_set_drop_unencrypted: enabled=1
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
State: SCANNING -> ASSOCIATING
wpa_driver_hostap_associate
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
ioctl[PRISM2_IOCTL_HOSTAPD]: No such device
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
hostap: Failed to configure ieee_802_1x param
Association request to the driver failed
Setting authentication timeout: 5 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
Wireless event: cmd=0x8b06 len=8
Wireless event: cmd=0x8b04 len=12
Wireless event: cmd=0x8b1a len=14
CTRL-EVENT-TERMINATING - signal 2 received
Removing interface wlan0
State: ASSOCIATING -> DISCONNECTED
No keys have been configured - skip key clearing
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
wpa_driver_hostap_set_wpa: enabled=0
ioctl[PRISM2_IOCTL_HOSTAPD]: No such device
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
Failed to disable WPA in the driver.
wpa_driver_hostap_set_drop_unencrypted: enabled=0
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
wpa_driver_hostap_set_countermeasures: enabled=0
ioctl[PRISM2_IOCTL_PRISM2_PARAM]: No such device
No keys have been configured - skip key clearing
Cancelling scan request

My system boots with WEP 64bit enabled.

I then "iwconfig wlan0 key off", change my AP from WEP to WPA-PSK and then try and get wpa_supplicant going.

Any ideas what I'mmissing here?
 
Old 03-17-2006, 12:39 PM   #9
dzeta
LQ Newbie
 
Registered: Oct 2005
Location: New Jersey, USA
Distribution: SuSE (10.0 x86_64, 9.1, 10.1 i386)
Posts: 3

Rep: Reputation: 0
Locations of configuration files on Suse

Firstly - disregard the posts of __spc__, particularly those that mention anything about files in /etc/rc.d/*. These are not Suse configuration files, but more like Fedora or RedHat. On Suse /etc/rc.d contains startup scripts, not configurations. As such, it would be the wrong place to begin hacking.

Secondly, ndiswrapper 1.5 has caused (me) some grief with certain kernels, so I'd suggest to upgrade to 1.10.

You seem to have performed the correct steps in what concerns ndiswrapper, so I won't address that.

All network connectivity configuration files in Suse reside in the directory /etc/sysconfig/network. They can be edited using Yast, or manually, if you preferred.

The configuration of a network card is stored in a file named

Code:
/etc/sysconfig/network/ifcfg-<device prefix>-id-<HWAddr>
  • device prefix is something like "eth" (for eth0, eth1, etc.) or "wlan" (for wlan0, etc.), depending on the name of the device assigned to the card.
  • HWAddr is the hardware address (MAC) of the card in question. You can find the MAC addresses of the cards in your computer by running
    Code:
    hwinfo --network

Since ndiswrapper names the device wlan, in most likelihood your configuration file should be named:
Code:
/etc/sysconfig/network/ifcfg-wlan0-id-<HWAddr>
Such configuration files are written by yast, so you could create one from there. I would suggest at this point to remove the files /etc/sysconfig/network/ifcgf-* (back them up first, in case something went wrongly, of course).

Then modprobe ndiswrapper, to make sure that yast sees the driver. At this point, if you typed "iwlist scan" you should see your access point (or at least a mention of the wlan0 interface, in case you weren't around any access points).

This is a sample output:
Code:
lo        Interface doesn't support scanning.

sit0      Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

wlan0     Scan completed :
          Cell 01 - Address: 00:13:10:89:FE:57
                    ESSID:"linksys"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.437 GHz (Channel 6)
                    Quality:0/100  Signal level:-62 dBm  Noise level:-256 dBm
                    Encryption key:off
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0
Now, if you started yast, the interface wlan0 would be detected, so you could configure it. For the time being, don't set up any encryption - small steps at a time. After you saved the new configuration, check for the file /etc/sysconfig/network/ifcfg-wlan0-id-<your hwaddr>.

For instance, my configuration without encryption looks like this:
Code:
BOOTPROTO='dhcp'
BROADCAST=''
IFPLUGD_PRIORITY='10'
IPADDR=''
MTU=''
NAME='BCM94306 Wireless Network Card'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='manual'
USERCONTROL='no'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='open'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL=''
WIRELESS_CLIENT_CERT=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_ESSID='LAWN'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_POWER='yes'
WIRELESS_WPA_IDENTITY=''
WIRELESS_WPA_PASSWORD=''
WIRELESS_WPA_PSK=''
_nm_name='BCM94306'
At this point, you can start the wireless network with:

Code:
rcnetwork stop
rcnetwork start wlan0
Such a configuration assumes that your access point is running a DHCP server. So, if this didn't work, make sure that:
  • the access point is running a DHCP server
  • the access point allows your MAC address to connect (see security restrictions)
  • there is at least one available IP address in the dynamic pool of the access point

Once you got this working, I would suggest to try to install a more secure environment, using wpa (wpa_supplicant).

This can also be done from yast, which will add more info in the configuration files. Later, when you start the network, a wpa_supplicant.conf file will be automatically generated, so you needn't write it yourself.

My configuration file looks like this:

Code:
BOOTPROTO='static'
BROADCAST=''
IFPLUGD_PRIORITY='10'
IPADDR='192.168.1.108'
incrementedAddressSetup='yes'
MTU=''
NAME='BCM94306 Wireless Network Card'
NETMASK='255.255.255.0'
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='manual'
USERCONTROL='no'
WIRELESS_AP='00:0F:66:B2:AC:11'
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL='2'
WIRELESS_CLIENT_CERT=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_ESSID='Sequoia'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_POWER='yes'
WIRELESS_WPA_IDENTITY=''
WIRELESS_WPA_PASSWORD=''
WIRELESS_WPA_PSK='Greaua urgie ce-Aheilor mii de amaruri le-aduse'
_nm_name='BCM94306'
In this example, I switched from DHCP to a static address, and I fixed the access point to the one that has the MAC address 00:0F:66:B2:AC:11.

I prefer to boot the computer without any network configured, so the start mode is "manual". Given this, one can start the network with the command:
Code:
rcnetwork start wlan0 -o manual
Hope this helps.

Last edited by dzeta; 03-18-2006 at 11:17 AM.
 
Old 03-18-2006, 01:49 AM   #10
__spc__
Member
 
Registered: Feb 2006
Location: Bridgend, Wales
Distribution: Kubuntu 10.04.25 (Feb 2011)
Posts: 172

Rep: Reputation: 30
Quote:
Originally Posted by dzeta
Firstly - disregard the posts of __spc__, particularly those that mention anything about files in /etc/rc.d/*. These are not Suse configuration files, but more like Fedora or RedHat. On Suse /etc/rc.d contains startup scripts, not configurations. As such, it would be the wrong place to begin hacking.
Slackware... 10.2

Quote:
Originally Posted by dzeta
The second post of __spc__ is particularly asinine. One shouldn't change the configuration script and hardcode the network info in it. Not to mention that the file itself doesn't exist on Suse.
How else under Slackware do you configure WiFi, if not via /etc/rc.d/rc.wreless & rc.wireless.conf?
 
Old 03-18-2006, 11:16 AM   #11
dzeta
LQ Newbie
 
Registered: Oct 2005
Location: New Jersey, USA
Distribution: SuSE (10.0 x86_64, 9.1, 10.1 i386)
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by __spc__
How else under Slackware do you configure WiFi, if not via /etc/rc.d/rc.wreless & rc.wireless.conf?
You're right - that's how it's done in Slackware. I was unaware of it, since I haven't run Slackware since version 3.0, when I switched to Suse. I apologise for the harsh words I wrote in my previous post.

I also removed them, so that they won't confuse future readers.

Cheers

Last edited by dzeta; 03-18-2006 at 11:20 AM.
 
Old 10-08-2006, 08:07 PM   #12
gzmorell
LQ Newbie
 
Registered: Nov 2005
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by tavisor
Hello,
I tried get my wlan working under the 64 bit version of SUSE 10.
I installed ndiswrapper and it lookslike it is working, I have the following 64 bit Windows driver for my BROADCOM 802.11b/g card: netbc564.inf and the .sys file.
I installed it with ndiswrapper and it looks like it should work with the card:

linux:/home/octavian/software/ndiswrapper-1.5 # ndiswrapper -l
Installed ndis drivers:
netbc564 driver present, hardware present

Then if I run:

linux:/home/octavian/software/ndiswrapper-1.5 # ndiswrapper -m
modprobe config already contains alias directive

linux:/home/octavian/software/ndiswrapper-1.5 # ndiswrapper -l
Installed ndis drivers:
netbc564 driver present, hardware present
linux:/home/octavian/software/ndiswrapper-1.5 # depmod -a
linux:/home/octavian/software/ndiswrapper-1.5 # modprobe ndiswrapper
linux:/home/octavian/software/ndiswrapper-1.5 #

If I run
dmesg
I get:

wlan0: ndiswrapper ethernet device 00:90:4b:a3:86:13 using driver netbc564, 14E4:4320.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
wlan0: no IPv6 routers present

Still the led is not blinking and if I try:

linux:/home/octavian/software/ndiswrapper-1.5 # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

wlan0 IEEE 802.11g ESSIDff/any Nickname:"linux"
Mode:Managed Frequency:2.462 GHz Access Point: 00:00:00:00:00:00
Bit Rate=54 Mb/s Tx-Power:25 dBm
RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality:0 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

linux:/home/octavian/software/ndiswrapper-1.5 # iwlist wlan0 scan
wlan0 No scan results
linux:/home/octavian/software/ndiswrapper-1.5 #


Please HELP!!!
Octavian
I have had a similar problem.
I have noticed that you must have acpi=on in the grub.lst file. You can check it in yast->system->boot loader config->other->edit config files and select grub.lst file.
Then you must config your ethernet conection to manual, you can do this also with yast (network adpters). This is in order to avoid having both eth0 and wlan0 working at the same time. And wlan0 up on startup.
Hope this would be usefull
 
  


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
Broadcom Wireless (BCM4306) Wireless problems: modprobe ndiswrapper freezes HP Laptop shthap3ns Linux - Hardware 11 02-11-2007 12:53 PM
BCM4306 - ndiswrapper - Windows driver couldn't initialize the device Darvocet Linux - Hardware 8 04-27-2006 05:51 PM
ndiswrapper-1.10 debian debian sarge BCM4306 802.11b/g ]x-k[ Linux - Wireless Networking 3 03-12-2006 12:42 AM
Suse 10.0 64 bit .cshrc setup munichtexan SUSE / openSUSE 2 01-19-2006 02:56 PM
Broadcom 802.11b/g setup under 64 bit SUSE 9.2 with ndiswrapper tavisor Linux - Wireless Networking 6 04-19-2005 11:29 PM

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

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