Re: Thecus N2100 recovery

2010-03-17 Thread Tobias Frost
Do you know what firmware you had before installing debian? AFAIK with 2.1.05 booting via redboot was supported. BTW: You got an ARP response So redboot (or something else) initializes ethernet. I'm asking because for my Thecus N2100, I usually needed more than one attempt to get into redboot.

RE: qt embedded for arm

2010-03-17 Thread Weidong Li
You can re-build qt libraries for arm on Linux. I do not think there are pre-built binaries for arm. Even there is one, it may not be suitable for your board. To re-build it, you can download the qt source from trolltech's website. As for which version to use, it entirely depends on your app

Re: Thecus N2100 recovery

2010-03-17 Thread Martin Guy
On 3/17/10, jl.050...@gmail.com wrote: > My Thecus N2100 ran well for years. Then, the hard disk failed. > To prepare to install a new hard disk, I tried > arping/telnet approach as per: > > http://www.cyrius.com/debian/iop/n2100/telnet.html > > but telnet times out: The page says: "In old fi

Re: Thecus N2100 recovery

2010-03-17 Thread Sujit K M
Could you try and boot across the network and then try telnet. I think the N2100 will have an network boot option. Thanks, Sujit On Wed, Mar 17, 2010 at 6:17 AM, wrote: > My Thecus N2100 ran well for years.  Then, the hard disk failed. > (I know the HD failed because I plugged it in to a deskto

Re: qt embedded for arm

2010-03-17 Thread Sujit K M
I doubt whether QT is supported across linux flavours. I think you will have to download the code and then compile from sources on/for debian. Thanks, Sujit On Wed, Mar 17, 2010 at 3:08 PM, Michael Ott wrote: > Hi Nataraj! > >> This works well for me on qt-embedded-opensource-4.5.2 + arm-linux-u

Re: qt embedded for arm

2010-03-17 Thread Michael Ott
Hi Nataraj! > This works well for me on qt-embedded-opensource-4.5.2 + arm-linux-uclibc > > #./configure -embedded arm -armfpa -depths all -qt-mouse-tslib -prefix > /usr/armel-0209091/ -L/usr/armel-tslib/lib/ > -I/usr/armel-tslib/include/ -nomake examples -nomake demos What is the content of /usr/

Re: Trouble cloning NSLU2

2010-03-17 Thread li...@lemurien.org
А. Безгузов a écrit : li...@lemurien.org пишет: Hi, I have had issues with network interfaces naming, when cloning slugs. Debian keeps track of the discovered network interfaces in /etc/udev/rules.d/z25_persistent-net.rules. The interface of the first nslu2 is probably still identified in this

Re: Trouble cloning NSLU2

2010-03-17 Thread А. Безгузов
li...@lemurien.org пишет: Hi, I have had issues with network interfaces naming, when cloning slugs. Debian keeps track of the discovered network interfaces in /etc/udev/rules.d/z25_persistent-net.rules. The interface of the first nslu2 is probably still identified in this file by its name (eth

qt embedded for arm

2010-03-17 Thread Michael Ott
Hi! I have small experience in writting code for arm processors. Now I want to write a small application using Qt GUI for a arm9 processor. I have problems to compile the source for Qt and I want to know whether I need to compile it or if is everything available for doing that. If I need to comp