I have an Acer Aspire One 10" AOD250 which has a recent model Attansic fast 
ethernet card.
I'm using OSOL 10.02 preview build 118 32-bit from Genunix.org.

The ethernet card details are:
pci bus 0x0003 cardnum 0x00 function 0x00: vendor 0x1969 device 0x1062
 Attansic Technology Corp. Device unknown
 CardVendor 0x1025 card 0x022f (Acer Incorporated [ALI], Card unknown)
  STATUS    0x0010  COMMAND 0x0007
  CLASS     0x02 0x00 0x00  REVISION 0xc0
  BIST      0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE0     0x95000000 SIZE 262144  MEM
  BASE2     0x00002000 SIZE 128  I/O
  BASEROM   0x00000000  addr 0x00000000
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x01  INT_LINE 0x0b


This is the newer AR8132 Attansic  card (L1C).

It is not working out of the box with OSOL 118 and the atge driver from 
http://homepage2.nifty.com/mrym3/taiyodo/eng/ doesn't support this card.

Thinking I'd try the NDIS approach I followed the NDIS wrapper procedure as 
follows (32bit windows XP .inf and .sys files):

cd i386
iconv –f utf-16 –t ascii l1c51x86.inf > ndis.inf
mv l1c51x86.sys ndis.sys
/usr/bin/make ndiscvt
./ndiscvt –i ndis.inf –s ndis.sys –o ndis.h
/usr/bin/make ndis
cp bcmndis /kernel/drv/bcmndis
make ndisapi
cp ndisapi /kernel/misc
add_drv -i '"pci1969,1062"' bcmndis

Everything worked fine until I tried the add_drv - this caused a kernel panic.

Is there any chance that NDIS will work with this card?
Any native OSOL drivers in development?
-- 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to