1222d Intel D2700MUD Mini-ITX Motherboard - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > System Hardware

System Hardware Internal storage, motherboards, PCI cards, stuff inside the case.

Reply
 
Thread Tools Display Modes
  #1  
Old April 10th, 2012, 18:55
feralape feralape is offline
Member
 
Join Date: Nov 2008
Posts: 146
Thanks: 2
Thanked 4 Times in 4 Posts
Default Intel D2700MUD Mini-ITX Motherboard

Anyone know how well this board is supported in FreeBSD 9.0 64bit?

Intel D2700MUD Mini-ITX Motherboard

Warning, PDF:
http://www.intel.com/content/dam/doc...tion-brief.pdf

The main things we care about:

Processor: Intel Atom D2700 / 2.13 GHz ( Dual-Core )
Chipset Type: Intel NM10 Express
Graphics Controller: Intel GMA 3650
Network Controller: Intel 82574L
Storage Interfaces Serial ATA-300 - connector(s): 2 x 7pin Serial ATA - 2 device(s)

acpi/power management, etc.
Reply With Quote
  #2  
Old May 10th, 2012, 15:46
fadolf fadolf is offline
Junior Member
 
Join Date: Dec 2009
Location: Switzerland
Posts: 26
Thanks: 2
Thanked 1 Time in 1 Post
Default

Personal experience with a D2500CC and this pr suggest it's not terribly good at the moment. This seems to be the case for most if not all of the recently released atom 2000-series.

i386 has the least problems, and is only affected by minor text corruption. for amd64 in VGA-mode the video won't scroll at a point at boot and all the following lines are printed in one line as can be seen here.

Neither work in serial mode, as the display will just halt at a point during boot.

Last edited by DutchDaemon; May 10th, 2012 at 22:49. Reason: paragraphs need blank line
Reply With Quote
  #3  
Old May 11th, 2012, 03:02
jef jef is offline
Junior Member
 
Join Date: May 2009
Posts: 58
Thanks: 6
Thanked 1 Time in 1 Post
Default

I had terrible problems with the BIOS for Atom 330 boards a few years back. If you do purchase one, make sure you have return-for-full-refund privileges.
Reply With Quote
  #4  
Old May 11th, 2012, 05:13
feralape feralape is offline
Member
 
Join Date: Nov 2008
Posts: 146
Thanks: 2
Thanked 4 Times in 4 Posts
Default

Just an update on this.

Confirmed working: process/memory etc., NIC, USB, SATA.
Not tested: sound, serial, parallel.
Half Working: video.

On text based console there are some blocks when typing. On X, no driver, using Vesa.

Last edited by DutchDaemon; May 11th, 2012 at 17:19.
Reply With Quote
  #5  
Old August 6th, 2012, 21:53
freecbc3 freecbc3 is offline
Junior Member
 
Join Date: Feb 2011
Posts: 7
Thanks: 4
Thanked 0 Times in 0 Posts
Default

Just more info:
"BIOS has problem to identify keyboard or mouse during OS installation, but OK after window startup.

Power up stop at BR for more than 70 seconds.If you do not turn power line off, it is faster but it will eat few W."

I found it in cnet.

Last edited by wblock@; August 6th, 2012 at 22:58. Reason: Please use words and punctuation: http://forums.freebsd.org/showthread.php?t=18043
Reply With Quote
  #6  
Old September 24th, 2012, 17:44
Erratus's Avatar
Erratus Erratus is offline
Member
 
Join Date: Nov 2008
Posts: 247
Thanks: 28
Thanked 6 Times in 6 Posts
Default

MY D2500CC consumes a total of 17 Watt (SSD, external powersuply included).
With custom kernel and MODE_283 1280x1024x32 is maximum resolution.
Reply With Quote
  #7  
Old November 18th, 2012, 21:01
joel@'s Avatar
joel@ joel@ is offline
Administrator
 
Join Date: Sep 2007
Location: Arentorp, Sweden
Posts: 240
Thanks: 2
Thanked 37 Times in 30 Posts
Default

Late followup: has anyone tested these Intel Atom d2500 or Intel Atom d2700 boards with Xorg and FreeBSD 9.1 or 10?
Reply With Quote
  #8  
Old November 19th, 2012, 10:25
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Member
 
Join Date: Nov 2008
Location: Eindhoven, Netherlands
Posts: 794
Thanks: 19
Thanked 123 Times in 93 Posts
Default

To be clear, because this wasn't mentioned before, these CPUs come with a Intel GMA 3650. These are not Intel GMA's, but a (modified) PowerVR SGX545.

There are some Linux drivers, I don't see them in any port but I may be missing them,
I spoke to a Fedora dev about a year ago who worked on this and, in his opinion, they don't work very well. I don't know if the situation has improved much, but without official support, I doubt it.

Even on Windows, these chips arguably don't work very well, since the drivers lack 64-bit support.

These CPU's are great in every other respect, there's some great hardware build on them. It's a pity the graphics part sucks :-(
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
The Following 3 Users Say Thank You to Carpetsmoker For This Useful Post:
joel@ (November 20th, 2012), tingo (November 21st, 2012), wblock@ (November 19th, 2012)
  #9  
Old March 21st, 2013, 16:44
habi habi is offline
Junior Member
 
Join Date: Mar 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default How did you get the gigE NIC to work?

I can't get mine to work and I have the same motherboard. Are you using the 64-bit version?

I tried the newest 9.1 freebsd FreeBSD release as well as my FreeNAS that I want to use with this motherboard, but both give the same error about checksum.

FreeNAS uses the um-7.3.2 Intel driver but freebsd FreeBSD uses the newest Intel release um-7.3.4.

But according to Intel support information on the download site the driver only supports 82574 not 82574L. Did you do some tweaking or something else? Did it work straight out?

I already bootutil-flashed the network card but nothing has changed.

http://forums.freenas.org/showthread...d-atom-mobo%29

This is what I get:
Code:
em0: <Intel(R) PRO/1000 Network Connection 7.3.2> port 0x2000-0x201f mem 0xd1300000-0xd131ffff,0xd1200000-0xd12ffffff,0xd1320000-0xd1323fff irq 16 at device 0.0 on pci1
em0: Using an MSI interrupt
em0: The EEPROM Checksum Is Not Valid
device_attach: em0 attach returned 5

Last edited by DutchDaemon; March 21st, 2013 at 17:29. Reason: READ THE RULES -> http://forums.freebsd.org/showthread.php?t=11799 / we send them via email and PM for a reason!
Reply With Quote
  #10  
Old March 22nd, 2013, 21:49
habi habi is offline
Junior Member
 
Join Date: Mar 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ah, mine didn't work in linux nor win7, so it's crap from the factory.

Last edited by DutchDaemon; March 23rd, 2013 at 02:46. Reason: Mind your writing style: http://forums.freebsd.org/showthread.php?t=18043
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mac Mini intel dual-core and FreeBSD capkvern Installing & Upgrading 8 February 13th, 2011 10:14
[Solved] Intel D510MO Dual-Core Atom Motherboard ckester System Hardware 33 July 31st, 2010 16:08
New Motherboard Trebuchet System Hardware 3 July 5th, 2009 17:32
Which distribution to install on Intel D945GCLF mini-itx board zenzee Installing & Upgrading 6 February 3rd, 2009 22:36
MSI motherboard? xman73 System Hardware 7 November 28th, 2008 14:05


All times are GMT +1. The time now is 18:12.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0