Author Topic: Foxconn NetBox-nT330i as MediaDirector  (Read 40835 times)

aico

  • Veteran
  • ***
  • Posts: 74
    • View Profile
Foxconn NetBox-nT330i as MediaDirector
« on: February 03, 2010, 07:46:45 am »
Hi,

has someone tested this NetBox for use as MediaDirector?

Foxconn NetBox-nT330i

Tecnical Data:
Intel Atom 330 Prozessor 2x 1,6 GHz
NVIDIA 9400GT onBoard
Wireless LAN IEEE 802.11 b/g
6x USB 2.0
1x Gigabit-LAN
1x HDMI
1x DVI
Cardreader SD / SDHC / MS / MS Pro / MMC

It looks very interesting for use as a MediaDirector...

Sorry about my poor english!

Thank you!

Techstyle

  • Addicted
  • *
  • Posts: 674
    • View Profile
    • Techstyle UK Ltd.
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #1 on: February 04, 2010, 07:28:19 pm »
I was asking the same question on the IRC chennel but nobody had seen to.  It is for sale at Newegg for $199.  Like you said, would make a great MD.

The issue I see is that the NIC is an Atheros ar8131m which reportedly is not recognized in Ubuntu 0810, which means LMCE would probably have issues with it

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #2 on: February 05, 2010, 11:20:20 am »
Hi,

has someone tested this NetBox for use as MediaDirector?

Foxconn NetBox-nT330i

Tecnical Data:
Intel Atom 330 Prozessor 2x 1,6 GHz
NVIDIA 9400GT onBoard
Wireless LAN IEEE 802.11 b/g
6x USB 2.0
1x Gigabit-LAN
1x HDMI
1x DVI
Cardreader SD / SDHC / MS / MS Pro / MMC

It looks very interesting for use as a MediaDirector...

Sorry about my poor english!

Thank you!

This looks to be a good Atom/ion machine...there are tons of these now of course. As Techstyle points out the only potential problem is the Atheros NIC...but there seem to be people in XBMC world that have got this box running under the current XBMC Live Disc so it looks like this problem ix fixable. However this is all guess work on my part as we have not tested the T330i so tread carefully on this unit ;-)

All the best


Andrew
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

Beeker

  • Guru
  • ****
  • Posts: 267
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #3 on: May 02, 2010, 02:58:20 am »
Hi,

has someone tested this NetBox for use as MediaDirector?

Foxconn NetBox-nT330i

Tecnical Data:
Intel Atom 330 Prozessor 2x 1,6 GHz
NVIDIA 9400GT onBoard
Wireless LAN IEEE 802.11 b/g
6x USB 2.0
1x Gigabit-LAN
1x HDMI
1x DVI
Cardreader SD / SDHC / MS / MS Pro / MMC

It looks very interesting for use as a MediaDirector...

Sorry about my poor english!

Thank you!

This looks to be a good Atom/ion machine...there are tons of these now of course. As Techstyle points out the only potential problem is the Atheros NIC...but there seem to be people in XBMC world that have got this box running under the current XBMC Live Disc so it looks like this problem ix fixable. However this is all guess work on my part as we have not tested the T330i so tread carefully on this unit ;-)

All the best


Andrew

Andrew,
I just brought one and funnily enough the nic is not recognised I have tried following the steps in the wiki's of unrecognised nic's but no luck any suggestions


aico

  • Veteran
  • ***
  • Posts: 74
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #4 on: June 25, 2010, 07:19:31 am »
Hi,

did anyone get the Foxconn NetBox-nT330i networkcard work with LinuxMCE?

regards!
Johannes

Beeker

  • Guru
  • ****
  • Posts: 267
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #5 on: June 27, 2010, 12:45:59 am »
Hi Johannes,
I haven't had time to try Andrew's suggestions and there are other suggestions in the forum to try as well but it requires a deeper understanding then my basic cmd line knowledge so I am waiting to see if someone has some added instructions. I hope to get this up and running when I get back in a weeks time over the school holidays as I have a brand new unit sitting in the cupboard collecting dust. Does anybody have any suggestions on using a iPhone as an orbiter?

Beeker

mishanya

  • First post!
  • Posts: 1
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #6 on: October 25, 2010, 02:12:57 pm »
Hi,
I have one such as the MD runs for 2 months.

LAN controller Attansic requires module atl1c. Without it I have kernel panic during an attepmt to PXE boot. Way to get nettop work described in wiki page http://wiki.linuxрmce.org/index.php/Unrecognized_NIC, section Modify the media director initial ramdisk.

Here's a quick tutorial:

1. First, download atl1c module source files from here - http://lnx.sensibile.it/files/foxconn/AR81Family-linux-v1.0.1.4.tar.gz;
2. Modify .src/makefile changing "DRIVER_NAME = atl1e" to "DRIVER_NAME = atl1c";
3. Compile module, this will give you file atl1c.ko;
4. Create directory atl1c in /usr/pluto/diskless/<MD#>/lib/modules/2.6.xx-xx-generic/kernel/drivers/net/ and copy file atl1c.ko into it.
5. Add line atl1c into files /usr/pluto/diskless/<MD#>/etc/modules and /usr/pluto/diskless/<MD#>/etc/initramfs-tools/modules;
6. Recreate initial ram disk of MD
Code: [Select]
cd /usr/pluto/diskless/
chroot <mediadirector-id>
depmod
cd /boot
mkinitramfs -o initrd.img-`uname -r` `uname -r`
exit
,

and after these steps MD PXE boot should be successfull. I advice to remove quiet splash boot options ( set Extra Parameters Override to 1 for MD in Webadmin/Devices/Media Directors) to make sure it is.
During the boot will take several minutes (and two reboots) to download and install nvidia drivers.

If you connect your MD to monitor or TV with HDMI, you won't see AVWizard after boot. Way to see AVWizard initial screen in this topic http://forum.linuxmce.org/index.php?topic=9884.0. NetBox nT330i have no VGA output, so AVWizard should be in DVI.

Also, I had to edit xorg.conf to make friends nettop with my 40" FullHD SONY LCD, because after nvidia drivers installation and second reboot i see message that drivers are already installed on HDMI output and black screen instead of AVWizard on DVI output.
I added section monitor with following
Code: [Select]
Section "Monitor"
Identifier "Monitor0"
Option   "DPI" "96 x 96"
        Modeline        "1920x1080" 148.5 1920 1960 2016 2200 1080 1082 1088 11$
        HorizSync       20-500
        VertRefresh     59-61
EndSection

Line Option   "DPI" "96 x 96" added fоr corrent KDE desktop mapping, desktop icons and titles become unreadable without it.

Works close to great with UI2 Overlay, VDR, FullHD video. I have problems with MD freezing while playing video files and wathing TV.

Hope it helps someone.




crisis90

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #7 on: October 28, 2010, 11:24:14 pm »
better just upload the newest driver AR81Family-linux-v1.0.1.4.tar to the core

sudo tar xvf AR81Family-linux-v1.0.1.4.tar

sudo make install

sudo nano /etc/initramfs-tools-interactor/modules

add line atl1c

sudo /usr/pluto/bin/Diskless_BuildDefaultImage.sh

sudo mkinitramfs -d /etc/initramfs-tools-interactor/ -o /tftpboot/default/initrd

reboot md

done

Beeker

  • Guru
  • ****
  • Posts: 267
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #8 on: November 01, 2010, 03:08:48 am »
Sorry for the stupid question but how do we download the driver from the cmd line into the core.............I can follow the rest of your instructions. Thanks for the tip and I look forward to making the Foxconn work as it has been on the desk for some months collecting dust

Cheers
Beeker

Kezza

  • Veteran
  • ***
  • Posts: 146
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #9 on: November 01, 2010, 10:00:36 am »

Beeker

  • Guru
  • ****
  • Posts: 267
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #10 on: November 01, 2010, 11:37:02 am »
Hey Kezza,
Thanks.............got it to download
Do you still need to do all the instructions as per the previous posts

Cheers
Beeker

locutus

  • Veteran
  • ***
  • Posts: 88
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #11 on: November 01, 2010, 01:18:31 pm »
yes, wget just downloads the file

the other commands unzip and install the file

Beeker

  • Guru
  • ****
  • Posts: 267
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #12 on: November 02, 2010, 09:29:38 am »
Thanks all though when I tried to unzip but it says it can't find the file or directory.....I'm guessing it in a directory that I need to change too, any help appreciated

Cheers
Beeker

joerod

  • Guru
  • ****
  • Posts: 159
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #13 on: November 02, 2010, 02:55:59 pm »
so, this board works? Sounds like an awesome relatively inexpensive media director... 

Any other experiences with the equipment?

crisis90

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Foxconn NetBox-nT330i as MediaDirector
« Reply #14 on: November 03, 2010, 12:31:38 am »
if you face any problems on install..

dont untar the file in the home dir!

cd /
mkdir AR81Family
chmod 777 AR81Family

(upload newest tar to dir)

tar zxvf xxx.tar.gz

sudo su
make install
modprobe atl1c
exit