View previous topic :: View next topic |
Author |
Message |
Mortis n00b
Joined: 11 May 2004 Posts: 4
|
Posted: Tue May 11, 2004 11:58 pm Post subject: ipw2100 related problem. Can not emerge |
|
|
I'm running into this odd problem when trying to get my wireless network up and running.
as root i run :
Code: | ACCEPT_KEYWORDS="~x86" emerge ipw2100 |
this produces the following : Code: |
Calculating dependencies ...done!
>>> emerge (1 of 1) net-wireless/ipw2100-0.41 to /
>>> md5 src_uri ;-) ipw2100-0.41.tgz
>>> md5 src_uri ;-) ipw2100-fw-1.0.tgz
>>> Unpacking source...
*
* New versions of ipw2100 require firmware loader support from
* your kernel. This can be found in Device Drivers --> Generic
* Driver Support on 2.6 or in Library Routines on 2.4 kernels.
!!! ERROR: net-wireless/ipw2100-0.41 failed.
!!! Function src_unpack, Line 31, Exitcode 0
!!! Firmware loading support not detected.
|
I did a "make gconfig" and went to device drivers > generic driver support and enabled the firmware loader support, saved, compiled the kernel, copied it to /boot, ran lilo and rebooted.
I did this a couple of times, but still I get the same error message.
Anyone have a clue what might cause it?
I'm not sure what additional info I could give to help solving this problem, but feel free to ask.
Regards, Mortis |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Wed May 12, 2004 7:16 am Post subject: |
|
|
Does the /usr/src/linux symlink point to the right sources? |
|
Back to top |
|
|
Mortis n00b
Joined: 11 May 2004 Posts: 4
|
Posted: Wed May 12, 2004 7:34 am Post subject: |
|
|
Earthwings wrote: | Does the /usr/src/linux symlink point to the right sources? |
I got a subfolder in /usr/src/linux for the 2.6.5 kernel.
I did "make gconfig" and "make" in the subfolder...and then also compiled it from the subfolder and copied the bzImage to /boot.
Shouldn't be a problem right?
Everything else works. Just not the firmware part. |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Wed May 12, 2004 7:49 am Post subject: |
|
|
Mortis wrote: |
I got a subfolder in /usr/src/linux for the 2.6.5 kernel.
I did "make gconfig" and "make" in the subfolder...and then also compiled it from the subfolder and copied the bzImage to /boot.
Shouldn't be a problem right?
Everything else works. Just not the firmware part. |
Thats wrong
/usr/src/linux is supposed to be a symlink to the current kernel
For example
/usr/src/linux -> /usr/src/linux-2.6.6 _________________ Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool |
|
Back to top |
|
|
Mortis n00b
Joined: 11 May 2004 Posts: 4
|
Posted: Wed May 12, 2004 9:32 am Post subject: |
|
|
UberLord wrote: |
Thats wrong
/usr/src/linux is supposed to be a symlink to the current kernel
For example
/usr/src/linux -> /usr/src/linux-2.6.6 |
Hehe great! I didn't realise that this was the problem. Anyway, now it works. Just needed to add FEATURES="-sandbox -usersandbox" and the ipw2100 was merged smoothly.
Thanks pps |
|
Back to top |
|
|
|