After todays upgrade , and a reboot i can't get my wireless on:
[ 909.336865] iwlwifi 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, ... [ 909.362954] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-5.ucode' failed. [ 909.364857] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-4.ucode' failed. [ 909.366872] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-3.ucode' failed. [ 909.368583] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-2.ucode' failed. [ 909.372292] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-1.ucode' failed. [ 909.372300] iwlwifi 0000:03:00.0: no suitable firmware found!
rpm -q kernel-firmware kernel-firmware-20111025git-56.1.noarch
ls /lib/firmware/ | grep iw LICENCE.iwlwifi_firmware iwlwifi-100-5.ucode iwlwifi-1000-3.ucode iwlwifi-1000-5.ucode iwlwifi-3945-2.ucode iwlwifi-4965-1.ucode iwlwifi-4965-2.ucode iwlwifi-5000-1.ucode iwlwifi-5000-2.ucode iwlwifi-5000-5.ucode iwlwifi-5150-2.ucode iwlwifi-6000-4.ucode iwlwifi-6000g2a-5.ucode iwlwifi-6000g2b-5.ucode iwlwifi-6050-4.ucode iwlwifi-6050-5.ucode
Any ideas?
On Fri, 23 Mar 2012 14:51:19 +0100 hrvojes hrvoje.senjan@gmail.com wrote:
After todays upgrade , and a reboot i can't get my wireless on:
[ 909.336865] iwlwifi 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, ... [ 909.362954] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-5.ucode' failed. [ 909.364857] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-4.ucode' failed. [ 909.366872] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-3.ucode' failed. [ 909.368583] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-2.ucode' failed. [ 909.372292] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-1.ucode' failed. [ 909.372300] iwlwifi 0000:03:00.0: no suitable firmware found!
Any ideas?
There is already a bug report opened for this: https://bugzilla.novell.com/show_bug.cgi?id=753734
To be able to know whats going on, would be good to enable debugging.
Hi,
Am Freitag 23 März 2012, 14:51:19 schrieb hrvojes:
After todays upgrade , and a reboot i can't get my wireless on:
[ 909.336865] iwlwifi 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, ... [ 909.362954] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-5.ucode' failed. [ 909.364857] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-4.ucode' failed. [ 909.366872] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-3.ucode' failed. [ 909.368583] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-2.ucode' failed. [ 909.372292] iwlwifi 0000:03:00.0: request for firmware file 'iwlwifi-5000-1.ucode' failed. [ 909.372300] iwlwifi 0000:03:00.0: no suitable firmware found!
It's udev-181.
See https://bugzilla.novell.com/show_bug.cgi?id=753734
For those who didn't update yet: zypper al udev zypper al libgudev-1_0-0 zypper al libudev0
For those who ran into it: Download the 173-rpm's from http://download.opensuse.org/factory- snapshot/repo/oss/ and install them with rpm -U --force
HTH Hans-Peter
Hi Hans-Peter,
On Friday, March 23, 2012, Hans-Peter Holler holler@nefkom.info wrote:
See https://bugzilla.novell.com/show_bug.cgi?id=753734
For those who didn't update yet: zypper al udev zypper al libgudev-1_0-0 zypper al libudev0
For those who ran into it: Download the 173-rpm's from http://download.opensuse.org/factory- snapshot/repo/oss/ and install them with rpm -U --force
I have also updated the bugreport already, but I ran into the same issue about 2 hours ago. However for me this seems to be related to our notorious attempt to move things from / to /usr. After I created a symbolic link to /from /usr/lib/firmware to /lib/firmware (ln -s /lib/firmware /usr/lib/firmware), I could reload the kernel module and this time the firmware was nicely found.
Regards
Raymond
On Friday 23 of March 2012 19:04:22 Raymond Wooninck wrote:
Hi Hans-Peter,
On Friday, March 23, 2012, Hans-Peter Holler holler@nefkom.info wrote:
See https://bugzilla.novell.com/show_bug.cgi?id=753734
For those who didn't update yet: zypper al udev zypper al libgudev-1_0-0 zypper al libudev0
For those who ran into it: Download the 173-rpm's from http://download.opensuse.org/factory- snapshot/repo/oss/ and install them with rpm -U --force
I have also updated the bugreport already, but I ran into the same issue about 2 hours ago. However for me this seems to be related to our notorious attempt to move things from / to /usr. After I created a symbolic link to /from /usr/lib/firmware to /lib/firmware (ln -s /lib/firmware /usr/lib/firmware), I could reload the kernel module and this time the firmware was nicely found.
Regards
Raymond
Confirming that with the symlink loading now works :)