You are not logged in.
Pages: 1
I own an ACER Aspire 5004wlmi. It uses the broacom wireless card which I have had working under other linux distributions. I just installed arch and I cannot get my wireless to work.
iwconfig:
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11b/g ESSID:off/any Nickname:"Broadcom 4318"
Mode:Managed Access Point: Invalid
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
so I do iwlist eth1 scan and I get :
eth1 Interface doesn't support scanning : No such device
I obtained the driver from the acer website and used ndiswrapper. However, I get the following output:
[root@terra amilcar]# ndiswrapper -l
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_COLLATE = "C",
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
bcmwl5 : driver installed
device (14E4:4318) present (alternate driver: bcm43xx)
so it seems I have the bcm43xx installed but I have added it to blacklist in rc.conf and rebooted yet it still shows up.
I tried following this guide : http://wiki.archlinux.org/index.php/Wireless
used the bcm43xx-fwcutter but in the zip file available for download from acer there is no .0 file.
please help. I really can't figure this out. any help would be greatly appreciated.
I'm running voodoo by the way.
Last edited by otake-tux (2007-02-23 00:29:05)
Offline
Did you try this ? http://wiki.archlinux.org/index.php/Locale
Offline
Did you try this ? http://wiki.archlinux.org/index.php/Locale
that got rid of the locale messages but I still can't scan.
Offline
I have thought about it and I think if I get rid of the bcm driver it might work. but I don't know how to disable it. can someone tell me?
Offline
You can disable autoloading by putting the module name into MODULES array and prefixing it with ! ... or use MOD_BLACKLIST, it's in /etc/rc.conf.
1000
Offline
I had a similar problem.
Blacklist / uninstall the bcm43xx stuff, and use ndiswrapper instead. I followed the ndiswrapper wiki instead and it worked without a hitch. I didn't see the Arch one but it looks similar.
It can work, remember that.
Offline
You can disable autoloading by putting the module name into MODULES array and prefixing it with ! ... or use MOD_BLACKLIST, it's in /etc/rc.conf.
the solution was to do both. I added the bcmxx driver MOD_BLACKLIST and into modules with ! prefixing it. set up ndiswrapper and rebooted. problem solved.
should I write a detailed how to?
Offline
http://bbs.archlinux.org/viewtopic.php?id=30029 this not enough?
Offline
byte wrote:You can disable autoloading by putting the module name into MODULES array and prefixing it with ! ... or use MOD_BLACKLIST, it's in /etc/rc.conf.
the solution was to do both. I added the bcmxx driver MOD_BLACKLIST and into modules with ! prefixing it. set up ndiswrapper and rebooted. problem solved.
should I write a detailed how to?
I was just going to say that this is how I got mine to work. I kinda got to the thread a little late to offer much help though.
Offline
Pages: 1