On Mon, 01 Mar 2010 10:47:45 PST, Marcin Wozniak <m.wozniak77 at gmail.com> wrote: > Is there another workaround than this with atge source: > http://opensolaris.org/jive/thread.jspa?messageID=447167񭊿 > > > pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x168c device 0x002b > Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) > > pci bus 0x0003 cardnum 0x00 function 0x00: vendor 0x1969 device 0x1062 > Attansic Technology Corp. Atheros AR8132 / L1c Gigabit Ethernet Adapter > > > dladm show-phys > LINK MEDIA STATE SPEED DUPLEX DEVICE > arn0 WiFi up 48 unknown arn0 > > missing ethernet no atge. > > OpenSolaris Development snv_133 X86 > > dmesg: > update_drv atge > devfsadm: driver failed to attach: atge > Warning: Driver (atge) successfully added to system but failed to attach > ifconfig atge0 plumb > ifconfig: cannot open link "atge0": DLPI link does not exist > > > > thank you > > wozik
You need to specify an ID to add, otherwise update_drv it just reloads the driver which won't help. Check the existing aliases first: # grep atge /etc/driver_aliases If it's not there, add it: # update_drv -a -i '"pciex1969,1062"' atge -Albert