Results 11 to 19 of 19
Originally Posted by reed9
There are two drivers for broadcom linux cards, and they do not both support all the same cards.
There is the open source b43 driver. This ...
- 10-13-2009 #11
- 10-13-2009 #12
Just having the firmware there shouldn't affect anything. If in the output of lsmod you see the b43 driver loading, it will conflict with the wl driver. You would then need to blacklist it.
- 10-13-2009 #13
I checked lsmod, no b43, thanks!
- 10-13-2009 #14
I tried to install the default and here are the results.
Code:jun@linux-t8wa:~> broadcom-wl-kmp-default-5.10.91.9_2.6.27.29_0.1-6.pm.9.2.i586.rpm bash: broadcom-wl-kmp-default-5.10.91.9_2.6.27.29_0.1-6.pm.9.2.i586.rpm: command not found jun@linux-t8wa:~> su - Password: linux-t8wa:~ # broadcom-wl-kmp-default-5.10.91.9_2.6.27.29_0.1-6.pm.9.2.i586.rpm -bash: broadcom-wl-kmp-default-5.10.91.9_2.6.27.29_0.1-6.pm.9.2.i586.rpm: command not found linux-t8wa:~ #
- 10-13-2009 #15
To install rpm packages from the command line, you need to use the rpm command.
(Replace /path/to/package.rpm with the actual path to and name of the package.)Code:su -c 'rpm -ivh /path/to/package.rpm'
- 10-13-2009 #16Also remember, when you use the hyphen after su, you will change from the current directory to the /root directory.jun@linux-t8wa:~> su -
Password:
- 10-13-2009 #17
Hello reed9
A funny thing happened. I removed my laptop from the internet cable and brought in my room. When I restarted, I notice that the kernel has changed to
from my firstCode:linux-t8wa:~ # uname -r 2.6.27.29-0.1-default linux-t8wa:~ #
I was also updating using the cable while trying to make the wireless work.Code:linux-t8wa:~ # uname -r 2.6.27.7-9-default linux-t8wa:~ #
So noticing the change, I decided to go into SUSE for a while just to edit the grub because I have a way of arranging my OS list. And lo and behold, when I went into SUSE, my wireless started to work! I AM NOW USING IT! Unbelievable! This is the first time I did it in two pages in this forum. And also, I am very happy to be successful now. I hade really frustrating times when I tried this a few months ago. Now I can also enjoy SUSE.
Thank you for just being there with your encouragements and bits and pieces of wisdom!
CHEERS!!!
- 10-13-2009 #18
Glad it's working! Sounds like you did install it successfully, and had a kernel update come through, and you just needed a restart to get it all going.
- 10-13-2009 #19
I made a fresh reinstall just now and was able to make the wireless work. Here is what I did.
1) Online update by Yast
2) Patch Download and Installation
3) Restart for the new kernel
4) Executed the below
5) RestartedCode:jun@linux-guqc:~> '/home/jun/Desktop/broadcom-wl-kmp-default-5.10.91.9_2.6.27.29_0.1-6.pm.9.2.i586.rpm'
6) Wireless working




