I have a HP 5101Mini, which has always had Linux as the operating system.
I upgraded from from SP2 to SP3 and all went well. However, I cannot get the wireless option to work. I did not have this issue when the OS was SP2.
I ran the command uname -r and it tells me that the kernel is 3.0.82.0.7-pae. I went to the HP site > Linux > HP 5101Mini > wireless driver and it is only for kernel version 2.x.x.
Does anyone have an idea on how to get wireless back?
If you read my post you will see that I ran the command improperly. I ran the command again but this time it was # zypper se -i kernel-firmware and came back as Loading repository data… Reading installed packages… kernel-firware|Linux Kernel firware files| package.
PCI-ID Supported? Chip ID Modes PHY version Alternative
14e4:4353 yes (3.1+) BCM43224 a/b/g/n N (r6) wl/brcm80211
openSUSE 11.3 and above includes a utility that will automatically download the firmware and install it into its proper location. With working Internet access, run the following commands:
Hi
I have a DELL with the same bread of card and it uses the wl driver;
lspci -nnk |grep Net -A2
0c:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)
Subsystem: Dell Wireless 1520 Half-size Mini PCIe Card [1028:000e]
Kernel driver in use: wl
Can you confirm the PCI ID eg in my case [14e4:4353], I had to rebuild
the broadcom-wl src rpm from the packman repo for mine to work. AFAIK,
HP provided a driver, hence probably why it worked in SP2?
Do you know how to rebuild a src rpm and the location of the packman
repositories?
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 12.3 (x86_64) GNOME 3.8.4 Kernel 3.7.10-1.16-desktop
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…
Hi
Yes, that should work, if not we can install the wl package from
packman.
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 12.3 (x86_64) GNOME 3.8.4 Kernel 3.7.10-1.16-desktop
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…
I wanted to try installing the firmware under the OpenSuse 11.3 information and got this output
sudo zypper install b43-fwcutter
Refreshing service ‘nu_novell_com’.
Loading repository data…
Reading installed packages…
‘b43-fwcutter’ not found in package names. Trying capabilities.
No provider of ‘b43-fwcutter’ found.
Resolving package dependencies…
Now it will build and give you the location of the rpm files you need
two, the broadcom-wl-5.100.82.112-12.1.<your_arch>.rpm and
broadcom-wl-kmp-default-5.100.82.112_.<your_arch>.rpm
where your_arch is x86 or x86_64 and the kernel is the kernel release.
So switch to root user and cd to the location of the files and use
zypper to install, for example on my system it would be.
zypper in broadcom-wl-5.100.82.112-12.1.x86_64.rpm
broadcom-wl-kmp-default-5.100.82.112_3.0.82_0.7-12.1.x86_64.rpm
The first rpm installs some scripts and also black lists the bcma
modules, the second is the driver. Reboot your system and you should be
good to go.
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 12.3 (x86_64) GNOME 3.8.4 Kernel 3.7.10-1.16-desktop
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…
Hi
So the previous post (#10) didn’t help with rebuilding the src rpm?
There is a kernel update, so suggest you update the system first via
ethernet?
zypper ref
zypper up
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 12.3 (x86_64) GNOME 3.8.4 Kernel 3.7.10-1.16-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Good point on always connect laptop via Ethernet. This is one of my best practice when updating any system.
You have mentioned running the commands # zypper ref , when repository becomes out of date and # zypper up, to update packages with newer versions
I just installed a fresh copy of SLED 11SP3 from DVD and updated the system. Is this not the same if I run zypper up then zypper ref?
Finally, as for “So the previous post (#10) didn’t help with rebuilding the src rpm?”. I have not done this step yet because am waiting for another way of adding wifi if possible.
Hi
No other way than using the broadcom-wl package…
If you go through the steps to rebuild the src rpm, then post the output
(in code tags) of the final say 15 lines I can explain the rest…
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 12.3 (x86_64) GNOME 3.8.4 Kernel 3.7.10-1.16-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!