Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 196664
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Stephen Bennett (RETIRED) <spb@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Lütolf <dlutolf@worldcom.ch>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
acx-0.3.36_p20071003.ebuild Ebuild for acx-20071003 text/plain aaa@spam.la 2007-11-04 09:18 0000 1.15 KB Details
acx-0.3.35_p20080112.ebuild acx-0.3.35_p20080112.ebuild text/plain Geoffrey Clements 2008-01-28 21:49 0000 1.05 KB Details
acx-0.3.37_p20080112.ebuild acx-0.3.37_p20080112.ebuild text/plain labor_ratte 2008-02-06 11:00 0000 1.98 KB Details
acx-0.3.37_p20080112.patch acx-0.3.37_p20080112.patch patch labor_ratte 2008-02-06 11:01 0000 1.02 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 196664 depends on: Show dependency tree
Bug 196664 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: 2007-10-21 21:11 0000
latest ebuild installs version 20070101
latest acx version from acx100.sf.net is 20071006

can't do iwlist or get into monitor mode with kismet with 'old'
(portage-enabled) driver

I suppose this could be worth an update...

Reproducible: Always

Steps to Reproduce:
emerge --search acx
Actual Results:  
*  net-wireless/acx
      Latest version available: 0.3.35_p20070101
      Latest version installed: [ Not Installed ]
      Size of files: 143 kB
      Homepage:      http://acx100.sourceforge.net/
      Description:   Driver for the ACX100 and ACX111 wireless chipset
(CardBus, PCI, USB)
      License:       GPL-2 as-is

Expected Results:  
*  net-wireless/acx
      Latest version available: 0.3.35_p20071006
      Latest version installed: [ Not Installed ]
      Size of files: 143 kB
      Homepage:      http://acx100.sourceforge.net/
      Description:   Driver for the ACX100 and ACX111 wireless chipset
(CardBus, PCI, USB)
      License:       GPL-2 as-is

how do we find out who the package maintainer is??? I suppose there is no easy
way to update a package in such cases?

------- Comment #1 From aaa@spam.la 2007-11-04 09:18:57 0000 -------
Created an attachment (id=135141) [details]
Ebuild for acx-20071003

To install do as follows skip the second step if you already have enabeled
portage overlays

su
echo "PORTDIR_OVERLAY="/usr/local/portage"" >> /etc/make.conf
mkdir -p /usr/local/portage/net-wireless/acx/
cd /usr/local/portage/net-wireless/acx/
wget UrlToThisEbuild -O acx-0.3.36_p20071003.ebuild
ebuild acx-0.3.36_p20071003.ebuild digest
emerge acx
reboot

This has been tested as working on two diffrent computers running kernels
2.6.20-gentoo-r4 and 2.6.22-gentoo-r8 respectivly

------- Comment #2 From aaa@spam.la 2007-11-04 09:23:34 0000 -------
(In reply to comment #1)
> Created an attachment (id=135141) [edit] [details]
> Ebuild for acx-20071003
> 
> To install do as follows skip the second step if you already have enabeled
> portage overlays
> 
> su
> echo "PORTDIR_OVERLAY="/usr/local/portage"" >> /etc/make.conf
> mkdir -p /usr/local/portage/net-wireless/acx/
> cd /usr/local/portage/net-wireless/acx/
> wget UrlToThisEbuild -O acx-0.3.36_p20071003.ebuild
> ebuild acx-0.3.36_p20071003.ebuild digest
> emerge acx
> reboot
> 
> This has been tested as working on two diffrent computers running kernels
> 2.6.20-gentoo-r4 and 2.6.22-gentoo-r8 respectivly
> 
I cant figure out how to edit but the wget step should be

wget "http://bugs.gentoo.org/attachment.cgi?id=135141" -O
"acx-0.3.36_p20071003.ebuild"

------- Comment #3 From Jakub Moc (RETIRED) 2008-01-27 15:55:14 0000 -------
Re-assign to maintainer-needed due to total lack of maintainer activity.

------- Comment #4 From Geoffrey Clements 2008-01-28 21:49:02 0000 -------
Created an attachment (id=142055) [details]
acx-0.3.35_p20080112.ebuild

Attached the latest ebuild: acx-0.3.35_p20080112.ebuild.

If you follow the install instructions above but don't want to reboot your
computer then do the following instead of rebooting:
1. eselect rc stop net.wlan0 (this assumes wlan0 is your device)
2. rmmod acx
3. eselect rc start net.wlan0 

You may want to start other services if these got stopped in step 1.

------- Comment #5 From labor_ratte 2008-02-06 10:58:35 0000 -------
(In reply to comment #4)
> 
> Attached the latest ebuild: acx-0.3.35_p20080112.ebuild.
> 
Please take into account, that the version# of the packages# was bumped too:
p20071003 refers to version 0.3.36
p20080112 refers to version 0.3.37
You can see that in dmesg for example.

Then there is the option for ONLY building modules for PCI/USB devices.
I am having a PCI card here and don't want to read something about acx_usb
modules getting loaded.

Please look at my attached ebuild, I put there the "pci" "usb" useflags.
If someone can do some nicer looking sed voodoo, you're welcome.

Also I'd made a generalized patch (mostly stolen from debilan).
This all is from my personal overlay and working fine for kernel-2.6.24 and a
dlink dwl 520+.

------- Comment #6 From labor_ratte 2008-02-06 11:00:47 0000 -------
Created an attachment (id=142801) [details]
acx-0.3.37_p20080112.ebuild

the ebuild with useflags

------- Comment #7 From labor_ratte 2008-02-06 11:01:49 0000 -------
Created an attachment (id=142803) [details]
acx-0.3.37_p20080112.patch

the patch

------- Comment #8 From Stephen Bennett (RETIRED) 2008-02-07 21:04:59 0000 -------
In CVS. Thanks.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug