Results 1 to 7 of 7
Hello,
the wireless is not working on my Acer Aspire 5920G - LinkSys Router
using OpenSuse 11,
its working perfect on windows and there is a button for wireless it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-18-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 6
Wireless is not working
Hello,
the wireless is not working on my Acer Aspire 5920G - LinkSys Router
using OpenSuse 11,
its working perfect on windows and there is a button for wireless it flash's when i start windows , but on linux it doesn't flash . i tried to setup the connection but it doesn't recognise any wireless connection not mine and not even my neighbors.
the result of lspciCode:lo no wireless extensions. eth0 no wireless extensions. wmaster0 no wireless extensions. wlan0 IEEE 802.11 ESSID:"" Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Tx-Power=0 dBm Retry min limit:7 RTS thr:off Fragment thr=2352 B Encryption key: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
any idea how to get it to workCode:06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02) 08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)

thanks
- 08-18-2008 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
There seems to be some incompatibility with that card and the kernel openSUSE 11 shipped with.
Check out this article for some information and a possible solution.
- 08-18-2008 #3Just Joined!
- Join Date
- Aug 2008
- Posts
- 6
i got error while compiling the driver
Code:# make && make install make -C /lib/modules/2.6.25.11-0.1-pae/build M=/home/salim/compat-wireless-2008-08-06 modules make[1]: Entering directory `/usr/src/linux-2.6.25.11-0.1-obj/i386/pae' make[1]: *** No rule to make target `modules'. Stop. make[1]: Leaving directory `/usr/src/linux-2.6.25.11-0.1-obj/i386/pae' make: *** [modules] Error 2
- 08-18-2008 #4
- 08-18-2008 #5Just Joined!
- Join Date
- Aug 2008
- Posts
- 6
No. the tutorial that i was reading did not say anything about configure scriptdid you run the configure script first?
- 08-18-2008 #6
You need to have firmware for the card to work. Because it is proprietary software, it most likely is not present in your system. It can be downloaded here:
http://www.intellinuxwireless.org/iw...e-2.14.1.5.tgz
Unpack it and put it in the /lib/firmware folder. You can first check to see if indeed this is the problem, with this command:
Code:dmesg | grep firmware
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 08-19-2008 #7Just Joined!
- Join Date
- Aug 2008
- Posts
- 6


Reply With Quote

