After I installed SUNWbfe my network card didn't work (is not included into `ifconfig -a` output), but if I run the adddrv.sh (from Masayuki Murayama tarball) all work fine, seem that che official pkg miss some extra alias, now the card work fine, but if I run `pkg verify SUNWbfe` I have this:

PACKAGE                                             STATUS
pkg:/SUNWbfe                                         ERROR
        driver: bfe
                extra alias 'pci14e4,170c' found in etc/driver_aliases
                extra alias 'pci14e4,4401' found in etc/driver_aliases
                extra alias 'pci14e4,4402' found in etc/driver_aliases
                alias 'pci14e4,970c' missing from etc/driver_aliases
                extra minor node permission '* 0600 root sys' found in 
etc/minor_perm

and this is the adddrv.sh script:

#! /bin/csh -f
#
set DEVLIST = ""
set DEVLIST = ($DEVLIST '"pci14e4,4401"')     # BCM4401
set DEVLIST = ($DEVLIST '"pci14e4,4402"')     # BCM4401B0
set DEVLIST = ($DEVLIST '"pci14e4,170c"')     # BCM4401B0

#echo $DEVLIST

/usr/sbin/add_drv -n -v -m '* 0600 root sys' -i "$DEVLIST" bfe
sync

hope this can help other owner of that netcard :)

--
Luca Morettoni <luca(AT)morettoni.net> | OpenSolaris SCA #OS0344
Web/BLOG: http://www.morettoni.net/ | http://twitter.com/morettoni
jugUmbria founder - https://jugUmbria.dev.java.net/ | Thawte notary
ITL-OSUG leader - http://www.opensolaris.org/os/project/itl-osug/
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to