LinuxMCE Forums

General => Installation issues => Topic started by: Beeker on May 01, 2010, 04:40:32 am

Title: Can't find eth0 in the diskless image using Foxconn Nettop - 0331i as a MD
Post by: Beeker on May 01, 2010, 04:40:32 am
Has anybody been able to get this Foxconn Nettop - 0331i to do a PXE boot.
It fails as it can't find eth0 in the diskless image of the Atheros LAN card so it ends up with a kernal panic, I have searched the wiki's and found two entries of how to add the missing module into the diskless setup but really need some assistance please...not sure of the module name to add.......not too experienced in command line linux
Title: Re: Can't find eth0 in the diskless image using Foxconn Nettop - 0331i as a MD
Post by: THEVILLAIN on May 02, 2010, 08:34:30 pm
google.com search terms atheros l1 module linux

copy the atl1.ko to /lib/modules/`uname -r`/kernel/drivers/net
modprobe -v atl1
if it loads correctly, then add to /etc/modules
you may have to blacklist other atheros drivers if they load instead of the one you want.

check  with:
dmesg
lsmod | grep atl1
Title: Re: Can't find eth0 in the diskless image using Foxconn Nettop - 0331i as a MD
Post by: B34N on June 10, 2010, 06:28:54 pm
Has anybody been able to get this Foxconn Nettop - 0331i to do a PXE boot.

Any luck? I see that newegg has this unit for $159 shipped after coupon (EMCYTZY32). I've been looking for a small unit and it this works and does not have heat problems, it might be my pick.
Title: Re: Can't find eth0 in the diskless image using Foxconn Nettop - 0331i as a MD
Post by: Beeker on June 10, 2010, 06:41:21 pm
Have been working away from home for a month so I have not had time to get back to testing The Villans suggestions which I plan to do over the next couple of weeks.

I have had it turned on and it's very quiet not sure about the heat issue though I will be able to guage that once I get it running and then see how hot it gets whilst under load.

I plan to mount it on the back of my plasma and I still may need some help in getting the PXE boot to work as I have limited expertise in cmd line linux.......so if anybody has any tips I would greatly appreciate it
Title: Re: Can't find eth0 in the diskless image using Foxconn Nettop - 0331i as a MD
Post by: totallymaxed on June 12, 2010, 02:54:35 pm
Has anybody been able to get this Foxconn Nettop - 0331i to do a PXE boot.

Any luck? I see that newegg has this unit for $159 shipped after coupon (EMCYTZY32). I've been looking for a small unit and it this works and does not have heat problems, it might be my pick.

We use an OEM version of this basic chassis. The hardware design is basically good but I would recommend removing the internal hard drive to reduce heat and improve internal airflow. The standard VESA mounting bracket is a pretty flimsy plastic design but overall this is a pretty nice design.

All the best

Andrew
Title: Re: Can't find eth0 in the diskless image using Foxconn Nettop - 0331i as a MD
Post by: Beeker on June 13, 2010, 03:04:00 am
Andrew,
Does your OEM version have the Atheros LAN port as I need more simplified instructions so I can modify the core to allow me to do a PXE boot from the Foxconn Nettop - 0331i

Beeker