(redirected from DL510MO)

D510MO

This page documents the software changes needed to make Solaris 10/09u8-ga-i86 run on an Intel Atom D510MO desktop motherboard.

http://www.intel.com/Assets/Image/product/D510MO_sm.jpg

We booted the Solaris install disk from an external USB DVD drive and installed on two raidz'd internal 300G SATA drives. Solaris installed without incident, but the ethernet driver didn't appear in an "ifconfig -a".

1) add a line to /etc/driver_aliases to identify a compatibility mode for the ethernet interface, a Realtek 8111DL,

 update_drv -a -i '"pciex10ec,8168"' rge
 (reboot)
 ifconfig rge0 plumb

this worked perfectly, except that

2) ping / icmp was working; TCP was not. Add this line to /etc/system :

 set ip:dohwcksum = 0

References:

Then, we started with user side install.