ricocamus, on Jan 24 2010, 04:26 AM, said:
This worked for me. Many thanks! Had a flawless 10.4.8 install except for the network card. This driver and the wonderful kextHelper took care of that.
Sis900 or sis191?
akumanara, on Jan 24 2010, 07:44 PM, said:
ifconfig en0 ether <your mac address here>doesn't work :/
thelol2, on Apr 10 2010, 01:07 PM, said:
int SiS900::sis900_get_mac_addr()
{
ether_addr[0] = 0x08;
ether_addr[1] = 0x15;
ether_addr[2] = 0x13;
ether_addr[3] = 0x37;
ether_addr[4] = 0xAF;
ether_addr[5] = 0xFE;
DbgPrint("[SiS900] Ethernet Address : %02x:%02x:%02x:%02x:%02x:%02x \n",
ether_addr[0],ether_addr[1],
ether_addr[2],ether_addr[3],
ether_addr[4],ether_addr[5]);
return 0;
}

0 members, 0 guests, 0 anonymous users