RE: Setting up Atheros Ar5001 wifi




Da
No there's no need to downgrade the whole system. You could go for
apt-pinning, which essentially means that you'll fetch the
package-lists from various releases (testing, stable, unstable) and
configure apt to "prefer" one of them so that when you install/upgrade
it automagically choses the distro you prefer but you'll see all the
available packages in your synaptics/aptitude/apt-get-lists. This is
achieved by: 1. add the relevant repositories to your
/etc/apt/sources.list (e.g. add the "stable" or "lenny" repositories,
also make sure you have the non-free branches included as that's where
the madwifi-* packages reside), then change the file
/etc/apt/preferences (create it if it doesn't exist yet) to something
like this:

aku@hexbrex:~$ cat /etc/apt/preferences
Package: *
Pin: release a=testing
Pin-Priority: 700

Package: *
Pin: release a=stable
Pin-Priority: 650

the above entries basically tell apt-get & Co. to prefer the testing
versions of any package over the stable ones (the higher
"Pin-Priorities" are the preferred ones). But it'll be able to "see"
all the packages from all the releases included in your sources.list.
Then run 'apt-get update' or 'aptitude update' or whatever other way
you use to update your package-cache. Now you should be able to
install madwifi et al.

There's also a bit of configuration to be done in
/etc/modprobe.d/madwifi, uncomment the line:
blacklist ath5k

and comment out all the lines below
## madwifi (non-free)

Hope that helps


Hi Sebi,



I have done as you indicated in your email but now the wireless card is
not even detected after a restart. Could you show me how my interface
configuration file should look like.



Regards,

Ogya



_________________________________________________________________
Windows 7: Simplify what you do everyday. Find the right PC for you.
http://windows.microsoft.com/shop

Relevant Pages

  • Re: Purge all removed packages ?
    ... command to remove files that are part of a package but which are user editable and preserved when the main body of the package is removed. ... The port installs sample configuration files which you have to copy ... Thus the configuration file ...
    (freebsd-questions)
  • RE: [opensuse] How do I keep monitor from going to sleep
    ... install from source, etc., as opposed to say Windows, which will decide ... Isn't it really a matter of Windows not automatically installing third-party ... There really is no package manager analogy for Windows, ... can't change your configuration file automatically as it is not designed ...
    (SuSE)
  • Re: Creating configuration file failing
    ... pszItemName, Int32 cFilesToOpen, StringrgpszFilesToOpen, IntPtr hwndDlg) ... Microsoft.DataWarehouse.VsIntegration.Shell.Project.FileProjectHierarchy.Ru-nWizard(String wizardName, String newItemName) ... So I removed the existing configuration file through the provided ... wrong in this package. ...
    (microsoft.public.sqlserver.dts)
  • Re: Reducing dependencies when initializing Log4perl?
    ... My goal is to have zero dependencies in my source code to artifacts ... such as configuration file locations or package names. ... MyLogWrapper is the only class that knows where the config file is, ...
    (comp.lang.perl.misc)
  • Re: SSIS, Excel & Package Configurations.
    ... I'm getting the 0xC020801C (cannot aquire connection) error when trying to ... You mention a configuration file, when I inherited this package, the config ... SQL2005 Database Table using OLEDB Connection Manager. ...
    (microsoft.public.sqlserver.dts)