First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 80325
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Hammerfall <blackcrow@libero.it>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
51to54.diff ebuild diff to install the latest snapshot (previous 51 actual 54) patch Hammerfall 2005-04-26 05:55 0000 304 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 80325 depends on: Show dependency tree
Bug 80325 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: 2005-02-01 05:29 0000
the developer has released a new snapshot of the developement tree that works
reaaly better than pf44 expetially with acx111 chipsets card.

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




this is the modified ebuild.. it should work fine ^_^

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/net-wireless/acx100/acx100-0.2.0_pre8.ebuild,v 1.1
2005/01/25 20:39:25 genstef Exp $

inherit linux-mod

FIX_VERSION=45
FW_VERSION=307

DESCRIPTION="Driver for the ACX100 and ACX111 wireless chipset (CardBus, PCI,
USB driver disabled because it does not compile)"

HOMEPAGE="http://acx100.sourceforge.net/"
SRC_URI="http://lisas.de/~andi/${PN}/${P/_/}_plus_fixes_${FIX_VERSION}.tar.bz2
        http://www.houseofcraig.net/acx_firmware.tar.bz2"

LICENSE="GPL-2 as-is"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RESTRICT="nomirror"

RDEPEND=">=sys-apps/hotplug-20040923
        net-wireless/wireless-tools"

S=${WORKDIR}/${P/_/}_plus_fixes_${FIX_VERSION}
MODULE_NAMES="acx_pci(net:${S}/src)"
#acx_usb(net:${S}/src)
CONFIG_CHECK="NET_RADIO FW_LOADER"
#BUILD_PARAMS="KERNELVER=${KV_FULL} KERNELDIR=${KV_DIR} KERNEL_BUILD=${KV_DIR}"
BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}/src WLAN_HOSTIF=WLAN_PCI"
BUILD_TARGETS="modules"

src_compile() {
        sed -si "s:KERNEL_VER=\`uname -r\`:KERNEL_VER=${KV_FULL}:" Configure
        sed -si
"s:KERNEL_BUILD=/lib/modules/\$KERNEL_VER/build:KERNEL_BUILD=${KV_DIR}:"
Configure
        ./Configure
        linux-mod_src_compile
}

src_install() {
        linux-mod_src_install
        echo "options acx_pci firmware_dir=/lib/firmware" >>
${D}/etc/modules.d/acx_pci

        dodoc README TODO ChangeLog doc/*

        insinto /lib/firmware
        doins ${WORKDIR}/usr/share/acx/*
}

------- Comment #1 From Stefan Schweizer 2005-02-01 10:20:45 0000 -------
Can you please attach an unified diff against the currently-in-portage version?

------- Comment #2 From Stefan Schweizer 2005-02-02 06:35:13 0000 -------
thanks for the version bump, it is in the tree now

------- Comment #3 From Hammerfall 2005-04-26 05:55:57 0000 -------
Created an attachment (id=57277) [edit]
ebuild diff to install the latest snapshot (previous 51 actual 54)

This is the patch to acx driver ebuild to install the latest snapshot, have
fun!

------- Comment #4 From Henrik Brix Andersen 2005-04-26 05:58:52 0000 -------
This bug report is CLOSED. Please open a new one if you have further issues.

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