Difference between revisions of "Foxconn nT330i"

From LinuxMCE
Jump to: navigation, search
m
m
Line 8: Line 8:
 
2.6.22-14-generic has to be replaced by the output from the "uname -r" command, if different.
 
2.6.22-14-generic has to be replaced by the output from the "uname -r" command, if different.
 
<MD#> has to be replaced by the mediadirector number.
 
<MD#> has to be replaced by the mediadirector number.
 +
 +
----
  
 
Has to be done only once start
 
Has to be done only once start

Revision as of 20:55, 20 August 2010

Version Status Date Updated Updated By
710 Unknown N/A N/A
810 Working N/A N/A
1004 Unknown N/A N/A
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information

Foxconn nT330I

Reference: [1]

This is what worked for me on one of the latest 8.10 snapshots

2.6.22-14-generic has to be replaced by the output from the "uname -r" command, if different. <MD#> has to be replaced by the mediadirector number.


Has to be done only once start

Download AR81Family-Linux-v1.0.1.9.tar.gz to the core In the console do this:

sudo -s <your password>

cd to the folder containing the downloaded tar.gz file tar -zxvf AR81Family-Linux-v1.0.1.9.tar.gz cd src make make install

cp atl1e.ko /lib/modules/2.6.22-14-generic/kernel/drivers/net/

In the bottom of /etc/initramfs-tools-interactor/modules add "atl1e" without quotations and save

/usr/pluto/bin/Diskless_BuildDefaultImage.sh


Has to be done only once end


Has to be done for every nT330i media director start

Boot media directoren for the first time and wait for error

cp /lib/modules/2.6.22-14-generic/kernel/drivers/net/atl1e.ko /usr/pluto/diskless/<MD#>/lib/modules/2.6.22-14-generic/kernel/drivers/net/ In the bottom of /usr/pluto/diskless/<MD#>/etc/modules add "atl1e" without quotations and save

In the bottom of /usr/pluto/diskless/<MD#>/etc/initramfs-tools/modules add "atl1e" without quotations and save

cd /usr/pluto/diskless/ chroot <MD#> depmod cd /boot mkinitramfs -o initrd.img-2.6.22-14-generic 2.6.22-14-generic exit

Has to be done for every nT330i media director end