Problems with iwlagn since udev#153
Hi all,
since I updated udev to 153-1 the iwlagn module on my notebook is unable to load the firmware. The files /lib/firmware/iwlwifi-5000-?.ucode are still where they used to be, but apparently expected elsewhere. I had to go back to udev#151 to make the wlan working again. It's probably a configuration problem, but I have no clue. Any ideas? Thanks, Bernd -- Bernd Eggink http://sudrala.de _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Problems with iwlagn since udev#153
Hi Bernd,
The link to the firmware is hardcoded in the configure script of udev 152. I'm sure that also applies to udev 153-1. You might want to manually change that before compilation. See [1] for more information (in German). Regards, Jan [1] http://blog.fefe.de/?ts=b531e7a8 Bernd Eggink <monoped@sudrala.de> schrieb am Fri, Apr 23, 2010 at 03:28:01PM +0200: > Hi all, > > since I updated udev to 153-1 the iwlagn module on my notebook is > unable to load the firmware. The files > /lib/firmware/iwlwifi-5000-?.ucode > are still where they used to be, but apparently expected elsewhere. > I had to go back to udev#151 to make the wlan working again. It's > probably a configuration problem, but I have no clue. > Any ideas? > > Thanks, > Bernd > > -- > Bernd Eggink > http://sudrala.de > _______________________________________________ > CRUX mailing list > CRUX@lists.crux.nu > http://lists.crux.nu/mailman/listinfo/crux -- http://www.jawix.org/ _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Problems with iwlagn since udev#153
* Jan Wiescher (j.h.wiescher@gmx.net) wrote:
> Hi Bernd, > > The link to the firmware is hardcoded in the configure script of udev 152. > I'm sure that also applies to udev 153-1. You might want to manually > change that before compilation. > (...) No sir! ,---- [ grep -A2 153 NEWS ] | udev 153 | ======== | Fix broken firmware loader search path. | `---- To OP: are you sure you upgraded to udev-153? kind regards, Thomas Penteker -- Internet outage _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Problems with iwlagn since udev#153
Am 23.04.2010 17:04, schrieb Thomas Penteker:
* Jan Wiescher (j.h.wiescher@gmx.net) wrote: To OP: are you sure you upgraded to udev-153? Sure I am. Here is what I get during boot: iwlagn 0000:06:00.0: iwlwifi-5000-2.ucode firmware file req failed: -2 iwlagn 0000:06:00.0: Could not read microcode: -2 I think the configure script is broken. This is the output I get: udev 153 ======== prefix: /usr sysconfdir: /etc sbindir: ${exec_prefix}/sbin libdir: ${exec_prefix}/lib rootlibdir: ${exec_prefix}/lib libexecdir: /lib/udev datarootdir: ${prefix}/share mandir: /usr/man includedir: ${prefix}/include include_prefix: logging: yes debug: no selinux: no compiler: gcc cflags: -O2 -march=i686 ldflags: extras: no gintrospection: no usb.ids: pci.ids: firmware path: xsltproc: /usr/bin/xsltproc gperf: As you can see, the firmware path is empty. Adding --with-firmware-path=/lib/firmware doesn't change anything, nor does adding the parameter FIRMWARE_PATH=/lib/firmware to the 'make' command. So I'll stick to 151 for the time being (I really need my wlan!): Greetings, Bernd -- Bernd Eggink http://sudrala.de _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Problems with iwlagn since udev#153
On Fri, Apr 23, 2010 at 05:35:50PM +0200, Bernd Eggink wrote:
> Am 23.04.2010 17:04, schrieb Thomas Penteker: > >* Jan Wiescher (j.h.wiescher@gmx.net) wrote: > > >To OP: are you sure you upgraded to udev-153? > > Sure I am. > > Here is what I get during boot: > > iwlagn 0000:06:00.0: iwlwifi-5000-2.ucode firmware file req failed: -2 > iwlagn 0000:06:00.0: Could not read microcode: -2 > > I think the configure script is broken. This is the output I get: > > udev 153 > ======== > > prefix: /usr > sysconfdir: /etc > sbindir: ${exec_prefix}/sbin > libdir: ${exec_prefix}/lib > rootlibdir: ${exec_prefix}/lib > libexecdir: /lib/udev > > datarootdir: ${prefix}/share > mandir: /usr/man > includedir: ${prefix}/include > > include_prefix: > > logging: yes > debug: no > selinux: no > > compiler: gcc > cflags: -O2 -march=i686 > ldflags: > > extras: no > gintrospection: no > > usb.ids: > pci.ids: > firmware path: > > xsltproc: /usr/bin/xsltproc > gperf: > > As you can see, the firmware path is empty. Adding > > --with-firmware-path=/lib/firmware > > doesn't change anything, nor does adding the parameter > FIRMWARE_PATH=/lib/firmware to the 'make' command. So I'll stick to > 151 for the time being (I really need my wlan!): > > Greetings, > Bernd > What about adding CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" to your kernel .config? -- /Fredrik Rinnestam _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Problems with iwlagn since udev#153
Bernd Eggink [2010-04-23 15:28]:
> since I updated udev to 153-1 the iwlagn module on my notebook is > unable to load the firmware. The files > /lib/firmware/iwlwifi-5000-?.ucode > are still where they used to be, but apparently expected elsewhere. Weird. On my system, udev 153 loads the Radeon firmware (/lib/firmware/radeon/R420_cp.bin) just fine. Sorry for the breakage. I have reverted the port to udev 151 for now. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Problems with iwlagn since udev#153
* Tilman Sauerbeck (tilman@crux.nu) wrote:
> Weird. On my system, udev 153 loads the Radeon firmware > (/lib/firmware/radeon/R420_cp.bin) just fine. Sorry for the breakage. what does make V=1 wrt to -DFIRMWARE_PATH producde for you? -- Secretary sent chain letter to all 5000 employees. _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Problems with iwlagn since udev#153
Am 23.04.2010 15:28, schrieb Bernd Eggink:
Hi all, since I updated udev to 153-1 the iwlagn module on my notebook is unable to load the firmware. The files /lib/firmware/iwlwifi-5000-?.ucode are still where they used to be, but apparently expected elsewhere. I had to go back to udev#151 to make the wlan working again. It's probably a configuration problem, but I have no clue. I finally got it working. A quick and dirty hack: Insert the line sed -i -e 's|FIRMWARE_PATH|"/lib/firmware/"|' $SRC/$name-$version/extras/firmware/firmware.c before the "make" line in Pkgfile. Then it compiles and works correctly. Regards, Bernd -- Bernd Eggink http://sudrala.de _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Problems with iwlagn since udev#153
Thomas Penteker [2010-04-23 19:38]:
> * Tilman Sauerbeck (tilman@crux.nu) wrote: > > Weird. On my system, udev 153 loads the Radeon firmware > > (/lib/firmware/radeon/R420_cp.bin) just fine. Sorry for the breakage. > > what does make V=1 wrt to -DFIRMWARE_PATH producde for you? Ahem. Last night I realized firmware loading was broken for me, too; it manifested in XVideo not being available. I *assumed* it worked for me because X was coming up without the usual 30 second delay that missing firmware causes in the Radeon driver. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
| All times are GMT. The time now is 11:40 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.