No resolved.

bash-3.2# gunzip -dc ath-0.7.3-pkg.tar.gz |tar xvf -
x SUNWatheros, 1253376 bytes, 2448 tape blocks
bash-3.2# pkgadd -d SUNWatheros

The following packages are available:
  1  SUNWatheros     Atheros 802.11b/g Wireless NIC Driver
                     (i386) 11.11,REV=2008.06.26.15.57

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: yes
        ERROR: Entry does not match available menu selection. Enter the 
number
        of the menu item you wish to select, or the token which is 
associated
        with the menu item, or a partial string which uniquely 
identifies the
        token for the menu item. Enter ?? to reprint the menu.

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:

Processing package instance <SUNWatheros> from 
</export/home/cs204778/Downloads/SUNWatheros>

Atheros 802.11b/g Wireless NIC Driver(i386) 11.11,REV=2008.06.26.15.57
Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.

--------------------------------------------------------------------

# ident    "@(#)LICENSE    1.2    08/04/10 SMI"

SOLARIS WIRELESS DRIVER FOR THE ATHEROS 52XX CHIPSET (ATH)

LICENSE AGREEMENT

Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
All rights reserved.

Redistribution and use in source and binary forms, with or without 
modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright 
notice, this
   list of conditions and the following disclaimer, without modification.
2. Redistributions in binary form must reproduce at minimum a disclaimer
   similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and
   any redistribution must be conditioned upon including a substantially
   similar Disclaimer requirement for further binary redistribution.
3. Neither the names of the above-listed copyright holders nor the names
   of any contributors may be used to endorse or promote products derived
   from this software without specific prior written permission.

NO WARRANTY

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS 
IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED
WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR 
CONTRIBUTORS
BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

-------------------------------------------------------------------------------

License for the HAL (Hardware Abstraction Layer) component:

Copyright (c) 2002-2005 Sam Leffler, Errno Consulting, Atheros 
Communications,
Inc. All rights reserved.

Use is subject to license terms.

Redistribution and use in source and binary forms are permitted provided 
that
the following conditions are met:

1. The materials contained herein are unmodified and are used unmodified.
2. Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following NO ''WARRANTY'' disclaimer 
below
   (''Disclaimer''), without modification.
3. Redistributions in binary form must reproduce at minimum a disclaimer
   similar to the Disclaimer below and any redistribution must be 
conditioned
   upon including a substantially similar Disclaimer requirement for further
   binary redistribution.
4. Neither the names of the above-listed copyright holders nor the names of
   any contributors may be used to endorse or promote product derived from
   this software without specific prior written permission.

NO WARRANTY

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ''AS 
IS''
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 
HOLDERS OR
CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 
THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

Using </> as the package base directory.
## Processing package information.
## Processing system information.
   7 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <SUNWatheros> [y,n,?] y

Installing Atheros 802.11b/g Wireless NIC Driver as <SUNWatheros>

## Installing part 1 of 1.
/kernel/drv/amd64/ath
/kernel/drv/ath
[ verifying class <none> ]
## Executing postinstall script.
devfsadm: driver failed to attach: ath
Warning: Driver (ath) successfully added to system but failed to attach

Installation of <SUNWatheros> was successful.
bash-3.2#
bash-3.2# grep -i ath /etc/driver_aliases
ath "pci168c,12"
ath "pci168c,13"
ath "pci168c,1014"
ath "pci168c,1a"
ath "pci168c,1b"
ath "pci168c,1c"
ath "pci168c,24"
bash-3.2#

bash-3.2# update_drv -a -i '"pci168c,1c"' ath
("pci168c,1c") already in use as a driver or alias.
bash-3.2# ifconfig ath0 plumb
ifconfig: cannot open link "ath0": No such device or address
bash-3.2# devfsadm -i ath0
devfsadm: driver failed to attach: ath0
bash-3.2#

 PKGINST:  SUNWatheros
      NAME:  Atheros 802.11b/g Wireless NIC Driver
  CATEGORY:  system
      ARCH:  i386
   VERSION:  11.11,REV=2008.06.26.15.57
   BASEDIR:  /
    VENDOR:  Sun Microsystems, Inc.
      DESC:  Atheros AR52xx 802.11b/g Wireless NIC Driver
    PSTAMP:  antnvx20080710151225
  INSTDATE:  Sep 02 2008 20:39
   HOTLINE:  Please contact your local service provider
    STATUS:  completely installed
     FILES:        9 installed pathnames
                   7 shared pathnames
                   5 directories
                   4 executables
                2421 blocks used (approx)

bash-3.2# modinfo |grep ath
175 fffffffff843d000  52920  74   1  ath (ath driver 0.7.3/HAL 0.10.5.6)
bash-3.2# id 
uid=0(root) gid=0(root)
bash-3.2# ifconfig ath0 plumb
ifconfig: cannot open link "ath0": No such device or address
bash-3.2#






_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to