First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 52893
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Martin von Gagern <Martin.vGagern@gmx.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
atmel-firmware-1.0.ebuild sys-apps/atmel-firmware/atmel-firmware-1.0.ebuild text/plain Martin von Gagern 2004-06-03 10:01 0000 925 bytes Details
atmel atmel firmware license text/plain n0ne 2004-10-28 14:05 0000 2.83 KB Details
atmel-firmware-1.1.ebuild atmel-firmware-1.1.ebuild text/plain n0ne 2004-10-28 16:08 0000 927 bytes Details
atmel-firmware-1.1-r1.ebuild atmel-firmware-1.1-r1 text/plain n0ne 2004-11-28 16:29 0000 1001 bytes Details
atmel-firmware-1.1.ebuild Updated ebuild. text/plain Klaus S. Madsen 2004-12-14 06:38 0000 1.22 KB Details
atmel-firmware-1.1.ebuild atmel-firmware-1.1.ebuild text/plain Stefan Schweizer 2005-01-02 00:51 0000 1.08 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 52893 depends on: Show dependency tree
Bug 52893 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-06-03 09:58 0000
This EBuild installs firmware images and a configuration file from the
developer of the kernel module for atmel wlan cards.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Martin von Gagern 2004-06-03 10:01:19 0000 -------
Created an attachment (id=32601) [details]
sys-apps/atmel-firmware/atmel-firmware-1.0.ebuild

------- Comment #2 From n0ne 2004-09-25 20:32:23 0000 -------
yes the firmware images are under GPL version 2 so that needs to be changed in
the ebuild might want to add this to the livecd so people with atmel cards can
use them to install (it can be done i have done it)

------- Comment #3 From Peter Johanson (RETIRED) 2004-09-29 18:36:17 0000 -------
From the digging i've managed to do so far, it looks like the utility is
definitely GPLed, but the firmware images it's not so clear. Check out the info
debian has: http://packages.debian.org/testing/net/atmel-firmware

I'd prefer to add this along with a seperate license file for these, so as not
to run any risks.

------- Comment #4 From Henrik Brix Andersen 2004-09-30 01:15:32 0000 -------
Maybe try contacting Atmel about the license question?

------- Comment #5 From Henrik Brix Andersen 2004-10-28 03:29:53 0000 -------
Anybody working on this?

------- Comment #6 From n0ne 2004-10-28 14:05:58 0000 -------
Created an attachment (id=42800) [details]
atmel firmware license

license for atmel firmware images

------- Comment #7 From n0ne 2004-10-28 14:25:55 0000 -------
(From update of attachment 42800 [details])
images form atmelwlandriver.sourceforge.net and the license is also hosted on
that page(http://atmelwlandriver.sourceforge.net/licence.txt) it is also in the
package

------- Comment #8 From n0ne 2004-10-28 16:08:52 0000 -------
Created an attachment (id=42812) [details]
updated to new version and fixed parts of the ebuild

changed license to Atmel
added RDEPEND=">=net-wireless/wireless-tools-26-r1" to ensure user can
configure card after setup

might want to host the package on gentoo merror system because
http://www.thekelleys.org.uk can be slow and it is a residential so it may not
be up all the time

------- Comment #9 From n0ne 2004-10-28 16:10:53 0000 -------
(From update of attachment 42812 [details])
updated to new version and fixed parts of the ebuild

------- Comment #10 From Martin von Gagern 2004-11-18 10:54:31 0000 -------
I updated to hotplug-20040923, now /lib/firmware is named in
/etc/hotplug-firmware.agent instead of /usr/lib/hotplug/firmware. I guess this
ebuild should be changed accordingly.

------- Comment #11 From Stefan Schweizer 2004-11-28 07:21:59 0000 -------
Is this driver better or the one in bug 10730?

------- Comment #12 From n0ne 2004-11-28 16:29:14 0000 -------
Created an attachment (id=44899) [details]
atmel-firmware-1.1-r1

upgradded ebuild to work with newer versions of hotplug symlinked to old
directory to keep older versions of hotplug happy
to stefan it is a different dirver it uses the same firmware immages but it is
in the 2.6 kernel

------- Comment #13 From Stefan Schweizer 2004-11-29 13:01:28 0000 -------
no need to do revision bumps in not added packages, I would remove the -r
nevertheless when adding it

what do you think about
DEPEND, RDEPEND
shouldnt there be a pcmcia? (maybe using the pcmcia/usb(hotplug) use flag)
DEPEND is build time dep
RDEPEND is run time dep
Do you think it is set up in the right way?

einfo should be in pkg_postinst and in brackets ""

This should also solve the atmel-firmware ebuild in 10730, as it is the same,
right?
Do we not need the atmel-fwl perl script and compile the binary as in bug
10730?
We should also install the manpage for fwl.

Also the symlink stuff does not work for me, I get no symlinks.
I think we should use a for-loop and dosym every firmware.

------- Comment #14 From Klaus S. Madsen 2004-12-14 06:37:10 0000 -------
I have tried to clean the 1.1-r1 ebuild, a bit. Now it has two use-flags
"pcmcia" and "usb". If the pcmcia use-flag is enabled, the atmel.conf is
installed in /etc/pcmcia. If the usb flag is enabled, the usb-only drivers are
installed.

Also the ebuild detects if the cardmgr is running and notifies it about the
configuration change.

As a simplification, the ebuild now depends on hotplug-20040923, which uses
/lib/firmware, so the symlinks are no longer needed.

Because of the dependency on hotplug, we do not need the firmware-upload
utilities.

------- Comment #15 From Klaus S. Madsen 2004-12-14 06:38:22 0000 -------
Created an attachment (id=45973) [details]
Updated ebuild.

------- Comment #16 From Stefan Schweizer 2005-01-02 00:51:00 0000 -------
Created an attachment (id=47357) [details]
atmel-firmware-1.1.ebuild

Cleaned up ebuild

------- Comment #17 From Stefan Schweizer 2005-01-03 08:37:29 0000 -------
Thanks to all people, this ebuild is now in the tree.

First Last Prev Next    No search results available      Search page      Enter new bug