Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60791 - Cleaning up net-wireless/ipw2100
Summary: Cleaning up net-wireless/ipw2100
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-18 09:48 UTC by Henrik Brix Andersen
Modified: 2004-09-01 15:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for ipw2100-0.52.ebuild -> ipw2100-0.53.ebuild (ipw2100-0.53.ebuild.diff,487 bytes, patch)
2004-08-19 05:38 UTC, Henrik Brix Andersen
Details | Diff
Patch for ipw2100-0.52.ebuild -> ipw2100-0.53.ebuild (ipw2100-0.53.ebuild.diff,678 bytes, patch)
2004-08-22 03:40 UTC, Henrik Brix Andersen
Details | Diff
Patch to fix the shared IRQ issue (ipw2100-0.53-shared_irq.patch,1.16 KB, patch)
2004-08-22 03:42 UTC, Henrik Brix Andersen
Details | Diff
Patch for ipw2100-0.52.ebuild -> ipw2100-0.53.ebuild (ipw2100-0.53.ebuild.diff,977 bytes, patch)
2004-08-24 10:48 UTC, Henrik Brix Andersen
Details | Diff
Patch for ipw2100-0.52.ebuild -> ipw2100-0.53.ebuild (ipw2100-0.53.ebuild.diff,971 bytes, patch)
2004-08-24 10:49 UTC, Henrik Brix Andersen
Details | Diff
Correct patch to fix the shared IRQ issue (ipw2100-0.53-irq.patch,672 bytes, patch)
2004-08-31 01:08 UTC, Henrik Brix Andersen
Details | Diff
Patch for ipw2100-0.52.ebuild -> ipw2100-0.53.ebuild (ipw2100-0.53.ebuild.diff,2.65 KB, patch)
2004-08-31 01:12 UTC, Henrik Brix Andersen
Details | Diff
Patch for ipw2100-0.52.ebuild -> ipw2100-0.54.ebuild (ipw2100-0.54.ebuild.diff,2.59 KB, patch)
2004-08-31 14:32 UTC, Henrik Brix Andersen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Brix Andersen 2004-08-18 09:48:57 UTC
According to http://ipw2100.sourceforge.net the ipw2100 driver (and perhaps the ipw2200 as well?) depend on wireless-tools-27_pre23.

I've had a quite unstable driver experience using wireless-tools-26 which seems to have disappeared after an upgrade to wireless-tools-27_pre23.

I suggest adding an (R)DEPEND=">=net-wireless/wireless-tools-27_pre23" to the ebuild.
Comment 1 Henrik Brix Andersen 2004-08-19 05:38:26 UTC
Created attachment 37724 [details, diff]
Patch for ipw2100-0.52.ebuild -> ipw2100-0.53.ebuild

Attached patch adds an RDEPEND on >=net-wireless/wireless-tools-27_pre23 along
with a version bump to 0.53.

The dependency on >=net-wireless/wireless-tools-27_pre23 is also mentioned in
the ipw2100 FAQ (http://ipw2100.sourceforge.net/faq.php#qa_2_3).
Comment 2 Henrik Brix Andersen 2004-08-22 03:39:33 UTC
An IRQ related problem has surfaced in the 0.53 version of ipw2100. A patch has been provided on the ipw2100-devel@lists.sourceforge.net mailing list.

I've updated the diff to apply this patch.
Comment 3 Henrik Brix Andersen 2004-08-22 03:40:23 UTC
Created attachment 37926 [details, diff]
Patch for ipw2100-0.52.ebuild -> ipw2100-0.53.ebuild
Comment 4 Henrik Brix Andersen 2004-08-22 03:42:07 UTC
Created attachment 37927 [details, diff]
Patch to fix the shared IRQ issue
Comment 5 Henrik Brix Andersen 2004-08-24 10:48:03 UTC
Created attachment 38106 [details, diff]
Patch for ipw2100-0.52.ebuild -> ipw2100-0.53.ebuild

This patch adds a check for CONFIG_NET_RADIO to the ebuild.
Comment 6 Henrik Brix Andersen 2004-08-24 10:49:47 UTC
Created attachment 38107 [details, diff]
Patch for ipw2100-0.52.ebuild -> ipw2100-0.53.ebuild

Ooops. Fixed the whitespace in the previous patch.
Comment 7 Henrik Brix Andersen 2004-08-31 01:08:56 UTC
Created attachment 38563 [details, diff]
Correct patch to fix the shared IRQ issue

A new version of the fix for shared interrupts has been released. A new ebuild
will be attached shortly.
Comment 8 Henrik Brix Andersen 2004-08-31 01:12:36 UTC
Created attachment 38564 [details, diff]
Patch for ipw2100-0.52.ebuild -> ipw2100-0.53.ebuild

This new version of ipw2100-053.ebuild applies the corrected patch to fix the
shared IRQ issue, enables WPA for the ipw2100 driver, installs the modules
using 'emake install' instead of just copying the files and fixes a small typo.
Comment 9 Henrik Brix Andersen 2004-08-31 01:17:39 UTC
Changed summary to reflect the actual changes to the ebuild.
Comment 10 Henrik Brix Andersen 2004-08-31 14:32:51 UTC
Created attachment 38622 [details, diff]
Patch for ipw2100-0.52.ebuild -> ipw2100-0.54.ebuild

Version 0.54 of the ipw2100 driver has just been released - I've updated the
patch for the ebuild.
Comment 11 Henrik Brix Andersen 2004-09-01 15:36:44 UTC
I've added net-wireless/ipw2100-0.54 to portage including the fixes mentioned above. Closing as FIXED.