![]() |
[acer Extensa 5620Z] I got a big big problem, please help ^^
Hii!
First of all, I wanted to say that you have a great communety here. I looked around at the threads, and you got a real experts here :D Anyway, to my problem: I have a Acer Extensa 5620Z laptop, that got only OpenSUSE. The problem is that he can't use WiFi because I think he don't have the driver.. And belive me when I say that I surfed all around the Internet for find a solusion, and as you probebly notes - I don't have him. So... I need WiFi on my laptop... anyone? :) Thanks you very very much, Eli. |
can you post the output of lspci please? (open a terminal, and type lspci as root)
That will help us figure out what drivers you need |
Quote:
|
Quote:
|
lol dude, I am kind of a newb when it comes to Linux and OpenSUSE :D
So, I'll be more then glad if you could simplefied the 'README' file for me :) AND THANK YOU FOR THE HUGE HELP!! |
Yeah, that readme it a bit on the thick side. Basically you need to run four commands once you're in the directory with the extracted files:
Code:
make -C /lib/modules/`uname -r`/build M=`pwd` cleanThe mark around uname -r and pwd are a backtick (`) NOT an apostrophe ('). A backtick causes those commands to be evaluated and an apostrophe won't. Basically these commands don't work with an apostrophe. The first two command can be run as a normal user, but you'll need to be root for the last two. You might have to load the wl module after boot (run modprobe wl as root) in order for this to work You also may have to blacklist b43 and ssb. Try rebooting and then run lsmod. If you just see wl in the output, you're probably good to go. If you see b43 and ssb, you may have to add them to the module blacklist. |
Quote:
Sorry that I'm bugging you guys, but it is extemely important to me and belive me when I say that I'm grateful to you guys... :D |
I'm guessing here that at least for the make commands you are in the wrong directory when you run it. You need to be in the directory containing the uextracted files from the Broadcom download. From the looks of this you are in your Desktop directory which I highly suspect is not correct.
As for depmod, you will need to be root when you run it and you may need to give the full path: /sbin/depmod -a |
lol, I extracted this on the desktop..
And yes, I tryed to run the commands inside and outsie the extacted folder and it's alway come back to the same result that I showed you.. :\ |
http://forums.opensuse.org/network-i...1-bcm4311.html
that link might be helpful...you're not the only one who has struggled with this...are you sure you're running depmod -a as root? (su and then the password)? |
Yeah.. I'm absolutly sure that I'm runnig this as an Adminstrator..
|
Well this is weird. From what I've seen, this driver compiles just fine on openSuse which suggests that your install may be missing something. Double check that both the kernel source and the kernel headers have been installed.
However, there may be a way around this. It is possible that someone has created an RPM for your kernel. Since I've never really used openSuse, I'm not sure how to go about it, but you could use your software install to and do some searching for the Broadcom wl driver (also sometimes called the sta driver). |
| All times are GMT -5. The time now is 02:46 PM. |