LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Acer 5002 wireless radio disabled (https://www.linuxquestions.org/questions/linux-hardware-18/acer-5002-wireless-radio-disabled-475718/)

ash.furrow 08-20-2006 07:35 PM

Acer 5002 wireless radio disabled
 
Hi, there. I'm using an Acer 5002, and I recently switched from FC5 to Kubuntu. In FC5, I had ndiswrapper installed and working fine, but when I installed kubuntu, it recognized my wireless nic. Cool. SO, anyways, I think that everything's working, but whenever I'm in systemsettings and enable eth1 (wireless), it enables for just a moment, and then disables again. I believe that my radio is disabled, as my lshw output is:
*-network:1 DISABLED
description: Wireless interface
product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
vendor: Broadcom Corporation
physical id: b
bus info: pci@00:0b.0
logical name: eth1
version: 02
serial: <snip>
width: 32 bits
clock: 33MHz
capabilities: bus_master ethernet physical wireless
configuration: broadcast=yes driver=bcm43xx multicast=yes wireless=IEEE 802.11b/g
resources: iomemory:e2000000-e2001fff irq:217
iflist eth1 scanning says that eth1 doesn't support scanning. Wierd.

TIA for the help.

darthmandeep 08-20-2006 08:25 PM

(K)Ubuntu comes with the bcm43xx driver for Broadcom cards, which requires you to get and install firmware for it to work.

IMHO, for now you're better off disabling the bcm43xx driver by adding it to /etc/modprobe.d/blacklist and typing "rmmod bcm43xx" in a terminal, then using ndiswrapper as normal.

ash.furrow 08-20-2006 09:09 PM

Ok. I blacklisted the module, and did a clean install of the windows drivers.

ndiswrapper -i bcmwl5a.inf
ndiswrapper -l
<everything ok>
depmod -a
modprobe ndiswrapper
<ok>
dmesg | grep -i ndiswrapper ** returned the following text:

[17179592.520000]ndiswrapper version 1.8 loaded (preempt=yes, smp=no)
I'm going to reset the machine for ood mesure and get back to you.
Thanks again

ash.furrow 08-20-2006 09:27 PM

OK - I restarted the computer, but it's still not working. dmesg returns ok and says that ndiswrappedr is loaded as alias wlan0. However, wlan0 is not listed in iwconfig. it's really weird. modprobe -l shoes ndiswrapper is loaded, but I can't config it - the only wireless extension is eth1, which is the one that came with the installation. Please help :)

ash.furrow 08-21-2006 08:13 AM

ok - when I install the drivers for windows, here is my exact command output:

root@ash-laptop:/home/ash# ndiswrapper -i /home/ash/drivers/80211/bcmwl5a.inf
Installing bcmwl5a
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
root@ash-laptop:/home/ash# depmod -a
root@ash-laptop:/home/ash# modprobe ndiswrapper
root@ash-laptop:/home/ash# dmesg | grep -i ndiswrapper
[17179591.332000] ndiswrapper version 1.8 loaded (preempt=yes,smp=no)
[17179591.440000] ndiswrapper: driver bcmwl5a (Broadcom,12/22/2004, 3.100.46.0) loaded
[17179591.448000] ndiswrapper: using irq 217
[17179592.452000] wlan0: ndiswrapper ethernet device <snip> using driver bcmwl5a, 14E4:4318.5.conf
root@ash-laptop:/home/ash# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:25 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Management:off
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

sit0 no wireless extensions.

root@ash-laptop:/home/ash#

As you can see, ndiswrapper is using the alias wlan0, but kubuntu is only seeing it's eth1 as wireless. Please help :)

darthmandeep 08-21-2006 01:02 PM

I can't remember how to set wlan0 to be an alias to eth1, sorry.

Does the eth1 interface work though? Does "iwlist eth1 scan" pickup anything? If so, I wouldn't worry about what name it's using. I've got a couple of machines using ndiswrapper with Broadcom cards in Ubuntu that have the wireless device called eth0 or eth1. Makes no real difference as far as I can tell.

ash.furrow 08-21-2006 10:54 PM

iwlist eth1 scanning says returns "No Results". It's weird, because the eth1 alias was there before I installed the river for ndiswrapper, but the ndiswrapper hasn't added any alias's. I've tried manually editing the /etc/ndiswrapper/bcmwl5a/<config file> in order to enable the radio, but to no avail.


All times are GMT -5. The time now is 09:55 AM.