Re: [loongson-dev] Re: Recover bricked bios

2014-09-21 Thread Lluís Batlle i Rossell
ourself? > > > On Sun, Sep 21, 2014 at 12:32 AM, David Kuehling wrote: > > > >>>>> "Lluís" == Lluís Batlle i Rossell writes: > > > > > On Sat, Sep 20, 2014 at 05:19:16AM -0700, stig atle steffensen wrote: > > >> I booted i

Re: [loongson-dev] Re: Recover bricked bios

2014-09-20 Thread Lluís Batlle i Rossell
I remember as if there wasn't any way to recover the bios other than changing the flash chip. I remember as if it were a removable chip. In that case you could also use an external programmer to rewrite it. I remember this from some readings; I don't have a yeelong myself. On Sat, Sep 20, 2014 a

Re: [loongson-dev] VGA binary blob?

2013-07-21 Thread Lluís Batlle i Rossell
On Sun, Jul 21, 2013 at 05:10:03PM -0700, Kip Warner wrote: > On Sun, 2013-07-21 at 21:39 +0200, Lluís Batlle i Rossell wrote: > > Hence the point about the ROM. A way to give the freedom to change > > anything reprogrammable, is either to provide the source code of that > > p

Re: [loongson-dev] VGA binary blob?

2013-07-21 Thread Lluís Batlle i Rossell
On Sun, Jul 21, 2013 at 12:23:28PM -0700, Kip Warner wrote: > On Sun, 2013-07-21 at 12:15 -0700, Matt Turner wrote: > > It has a Radeon 3200. 3D acceleration requires a little firmware for > > the ring buffer or some such. > > > > The drivers themselves are all Free Software, including the kernel

Re: [loongson-dev] VGA binary blob?

2013-07-21 Thread Lluís Batlle i Rossell
On Sun, Jul 21, 2013 at 12:37:45PM -0700, Kip Warner wrote: > On Sun, 2013-07-21 at 21:32 +0200, Lluís Batlle i Rossell wrote: > > In any case, that binary blob won't compromise the OS security. So it > > allows quite a freedom already, I think. > > I hear you, bu

Re: [loongson-dev] mpg123 and lame (bad FPU calculations)

2013-03-31 Thread Lluís Batlle i Rossell
On Sat, Mar 30, 2013 at 03:05:26PM -0700, Matt Turner wrote: > On Sat, Mar 30, 2013 at 11:48 AM, Lluís Batlle i Rossell > wrote: > > Hello, > > > > I'm trying to play mp3 (or decode to wav) using mpg123 and lame, and both > > decode > > to a noisy pcm.

[loongson-dev] mpg123 and lame

2013-03-30 Thread Lluís Batlle i Rossell
Hello, I'm trying to play mp3 (or decode to wav) using mpg123 and lame, and both decode to a noisy pcm. The pcm is clearly different than what I get decoding the same mp3 to wav in x86. Does anybody experience the same, or knows any fix for that? I built lame and mpg123 with 4.6.3 natively on a

Re: [loongson-dev] Re: Graphic acceleration on Yeeloong anyone?

2012-11-22 Thread Lluís Batlle i Rossell
On Thu, Nov 22, 2012 at 03:04:54AM -0800, s.bouta...@free.fr wrote: > > > > This said, let's see what improvment the new 8133 laptop by Lemote will > > > offer. Its radeon HD 3200 GPU is embedded in a AMD RS780 chipset. > > > > The freedom fans don't like much the ati blobs though, iiuc. > > >

Re: [loongson-dev] Re: Graphic acceleration on Yeeloong anyone?

2012-11-22 Thread Lluís Batlle i Rossell
On Thu, Nov 22, 2012 at 02:54:41AM -0800, s.bouta...@free.fr wrote: > Thanks you Matt, Mart, Anthony, Roman & all! > > On this hardware, graphic hardware acceleration is not on the top of the > priorities, for the most of us, I presume. > > This said, let's see what improvment the new 8133 laptop

Re: [loongson-dev] Failing readdir() since kernel 3.5

2012-11-11 Thread Lluís Batlle i Rossell
On Mon, Nov 05, 2012 at 11:16:57AM +0100, Lluís Batlle i Rossell wrote: > Hello, > > I've been hitting this issue since kernel 3.5: the readdir() not working for > me: > http://www.linux-mips.org/archives/linux-mips/2012-11/msg00028.html > > I'm using an n

Re: [loongson-dev] Which graphics chip is used your Loongson hardware?

2012-11-11 Thread Lluís Batlle i Rossell
On Sun, Nov 11, 2012 at 02:06:29AM -0800, s.bouta...@free.fr wrote: > Hi, > I would like to know which graphics chip your loongson machine is > using, including the ones using a 3A CPU. > > For instance, on a Yeeloong (model 8089) the output of: > > lspci | grep VGA > > in GNewsense (kernel is 3

[loongson-dev] Failing readdir() since kernel 3.5

2012-11-05 Thread Lluís Batlle i Rossell
Hello, I've been hitting this issue since kernel 3.5: the readdir() not working for me: http://www.linux-mips.org/archives/linux-mips/2012-11/msg00028.html I'm using an n32 system on the fuloong minipc. Can anyone confirm that the problem is kernel related? If so, kernels since 3.5 would have be

[loongson-dev] Re: [PATCH] MIPS: Add emulation for fpureg-mem unaligned access

2012-07-31 Thread Lluís Batlle i Rossell
On Tue, Jul 31, 2012 at 03:40:01PM +0200, Ralf Baechle wrote: > On Sat, Jun 16, 2012 at 12:22:53AM +0200, Lluis Batlle i Rossell wrote: > > > Reusing most of the code from lw,ld,sw,sd emulation, > > I add the emulation for lwc1,ldc1,swc1,sdc1. > > > > This avoids the direct SIGBUS sent to userspa

Re: [loongson-dev] Re: Yeeloong Wake on LAN

2012-07-08 Thread Lluís Batlle i Rossell
On Tue, Apr 17, 2012 at 05:17:43PM -0700, Kip Warner wrote: > On Tue, 2012-04-17 at 18:45 +, zhangfx wrote: > > Yeeloong hardware has no support for WOL, to enable it > > Hey Zhang. Matt is correct that the Realtek's chipset apparently > supports WOL according to their website: > > http://ww

[loongson-dev] Re: [PATCH] MIPS: Add emulation for fpureg-mem unaligned access

2012-06-16 Thread Lluís Batlle i Rossell
Hello again, On Sat, Jun 16, 2012 at 02:15:13PM +0200, Lluís Batlle i Rossell wrote: > > From what I can tell, ldc1 is a valid MIPS32 instruction, so this > > should probably be something like > > > >        case ld_op: > > #ifndef CONFIG_64BIT > >    

[loongson-dev] Re: [PATCH] MIPS: Add emulation for fpureg-mem unaligned access

2012-06-16 Thread Lluís Batlle i Rossell
Hello, thank you for the review. On Sat, Jun 16, 2012 at 01:21:27PM +0200, Jonas Gorski wrote: > On 16 June 2012 00:22, Lluis Batlle i Rossell wrote: > > Reusing most of the code from lw,ld,sw,sd emulation, > > I add the emulation for lwc1,ldc1,swc1,sdc1. > > What about lwxc1, ldxc1, swxc1 and

Re: [loongson-dev] sigbus in webkit

2012-06-16 Thread Lluís Batlle i Rossell
On Fri, Jun 15, 2012 at 11:21:44PM +0200, Lluís Batlle i Rossell wrote: > On Fri, Jun 15, 2012 at 11:20:25PM +0200, Michał Masłowski wrote: > > > It's used *a lot*. It happens the same in ARM. In general, lots of code > > > is full > > > of unaligned accesses

Re: [loongson-dev] sigbus in webkit

2012-06-15 Thread Lluís Batlle i Rossell
On Fri, Jun 15, 2012 at 11:20:25PM +0200, Michał Masłowski wrote: > > It's used *a lot*. It happens the same in ARM. In general, lots of code is > > full > > of unaligned accesses fixed realtime by the kernel. Mount debugfs, and check > > /sys/kerne/debug/mips/unaligned_instructions to see the cou

Re: [loongson-dev] sigbus in webkit

2012-06-15 Thread Lluís Batlle i Rossell
On Fri, Jun 15, 2012 at 11:04:45PM +0200, Michał Masłowski wrote: > > The webkit (1.4.0) people use their own allocator for these objects; it > > says to > > align to 8bytes, but it might be broken. More weirdly, the same member is > > accessed in the TimerBase *constructor*, but nothing happened

Re: [loongson-dev] sigbus in webkit

2012-06-15 Thread Lluís Batlle i Rossell
On Fri, Jun 15, 2012 at 10:42:06PM +0200, Lluís Batlle i Rossell wrote: > On Fri, Jun 15, 2012 at 05:31:14PM +0200, Lluís Batlle i Rossell wrote: > > I'm running vimprobable2 with webkit 1.4.0 in the fuloong (n32), and I get > > a SIGBUS > > (bad memory alignment I ima

Re: [loongson-dev] sigbus in webkit

2012-06-15 Thread Lluís Batlle i Rossell
On Fri, Jun 15, 2012 at 05:31:14PM +0200, Lluís Batlle i Rossell wrote: > I'm running vimprobable2 with webkit 1.4.0 in the fuloong (n32), and I get a > SIGBUS > (bad memory alignment I imagine). > > Has anyone experienced this and know a solution? > > Program receive

Re: [loongson-dev] sigbus in webkit

2012-06-15 Thread Lluís Batlle i Rossell
On Fri, Jun 15, 2012 at 05:46:59PM +0200, Michał Masłowski wrote: > > I'm running vimprobable2 with webkit 1.4.0 in the fuloong (n32), and I get > > a SIGBUS > > (bad memory alignment I imagine). > > > > Has anyone experienced this and know a solution? > > I use Parabola (N32) on a YeeLoong, chan

Re: [loongson-dev] sigbus in webkit

2012-06-15 Thread Lluís Batlle i Rossell
On Fri, Jun 15, 2012 at 11:34:03AM -0400, Matt Turner wrote: > On Fri, Jun 15, 2012 at 11:31 AM, Lluís Batlle i Rossell > wrote: > > Hello, > > > > I'm running vimprobable2 with webkit 1.4.0 in the fuloong (n32), and I get > > a SIGBUS > > (bad memory

[loongson-dev] sigbus in webkit

2012-06-15 Thread Lluís Batlle i Rossell
Hello, I'm running vimprobable2 with webkit 1.4.0 in the fuloong (n32), and I get a SIGBUS (bad memory alignment I imagine). Has anyone experienced this and know a solution? Program received signal SIGBUS, Bus error. 0x7741334c in WebCore::TimerBase::stop() () from /nix/store/lzp0jjhx3kcjh2

Re: [loongson-dev] Re: CONFIG_PATA_AMD: irq 14: nobody cared

2012-04-18 Thread Lluís Batlle i Rossell
I personally never tried a driver other than that in the defconfig, but I always wondered why isn't there the libata PATA driver chosen. This may be the reason. I'm interested in seeing this libata driver work though. Regards, Lluís. On Wed, Apr 18, 2012 at 01:11:31PM -0400, Matt Turner wrote: >

Re: [loongson-dev] The llc cross compiler is amazing. But how come?

2012-02-23 Thread Lluís Batlle i Rossell
On Thu, Feb 23, 2012 at 11:56:42PM +0800, Zhen Xin wrote: > Yesterday I built a cross mips64el gcc, and built the latest LLC > kernel using that compiler. However the generated kernel image is > unable to boot. Then I replaced the compiler with the one from LLC > webpage (Gcc 4.4.1 + Binutils 2.20

Re: [loongson-dev] Can't compile latest loongson community kernel

2012-02-19 Thread Lluís Batlle i Rossell
On Sun, Feb 19, 2012 at 02:11:50AM -0800, Stefan Midjich wrote: > I'm still exploring this world with my new lemote so I'm not 100% sure what > kernel is best. Debian wheezy worked with everything except battery status > so that's why I kept exploring other ones. > > Right now the linux-loongso

Re: [loongson-dev] Fuloong FL6004 case fan

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 02:01:30PM +0100, David Kuehling wrote: > > "Roman" == Roman Mamedov writes: > > What makes work towards attaining this a bit difficult is the lack of > > a temperature sensor in the Fuloong. > > I usually use the temperature sensor of the hard-disk: > > smartctl --a

Re: [loongson-dev] Fuloong FL6004 case fan

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 03:17:41PM +0600, Roman Mamedov wrote: > http://der-he.de/site-9.html > 07.Sep.2009 "My Fuloong now is fully passive cooled :-) One 450g eCu (copper) > block transfers the heat of the loongson CPU and the SIS 315PRO / XGI Volari > V2 GPU to the Aluminium Case. After compilin

Re: [loongson-dev] Fuloong FL6004 case fan

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 01:15:38AM +0100, David Kuehling wrote: > Hi, > > my FL6004's fan is getting louder and louder, guess it wasn't designed > to run 24/7. Anybody knows a good part to replace it? Or is it safe to > just remove/unplug it? Mine makes a quite loud sound. It does not make much

[loongson-dev] A note for loongson-dev kernel repository

2012-01-25 Thread Lluís Batlle i Rossell
I've been trying that kernel these days, and there is a rewrite of the serial ports configuration for the loongson, compared to mainline linux. That does not work for my fulong. It gives ttyS1 with a broken io address. I had to comment out the other two ports defined in the platform code for the s

[loongson-dev] Small or big kernel - pmon troubles with initrd

2012-01-20 Thread Lluís Batlle i Rossell
Hello, apart from my troubles with enabling VGA_CONSOLE, I finally discovered that some of my kernels did not boot because the initrd was loaded *over* the kernel. PMON loads the kernel at the said 0x8020 (address told by vmlinux, I imagine). And it loads the initrd at 0x8080. That leaves

[loongson-dev] 3.x still not booting. More info.

2012-01-18 Thread Lluís Batlle i Rossell
Hello, I'm still trying to boot 3.x on the fuloong2f. I've tracked down my troubles to one config option. if I set VGA_CONSOLE=y, the kernel hangs like the attachment named bootcrossS1_fail.txt (serial log). If I disable VGA_CONSOLE at build time, all builds fine. But I loose the serial console a

Re: [loongson-dev] Selecting an operating system for your new Lemote Yeeloong

2012-01-16 Thread Lluís Batlle i Rossell
On Sun, Jan 15, 2012 at 11:44:26PM -0500, Daniel Clark wrote: > 2012/1/15 Lluís Batlle i Rossell > > > On Sun, Jan 15, 2012 at 12:04:59PM -0600, Javier Vasquez wrote: > > > I was just wondering, if there was then any n64 distro out there... > > > To t

Re: [loongson-dev] Kernel 3.0.9 (not 3.2)

2012-01-15 Thread Lluís Batlle i Rossell
On Mon, Jan 16, 2012 at 01:40:56AM +0600, Roman Mamedov wrote: > On Sun, 15 Jan 2012 19:43:15 +0100 > Lluís Batlle i Rossell wrote: > > Also 3.2 does not boot for me. I'll diff carefully the configs of 2.6.36 > > and 3.2. > > > > I'm using "cons

Re: [loongson-dev] Selecting an operating system for your new Lemote Yeeloong

2012-01-15 Thread Lluís Batlle i Rossell
On Sun, Jan 15, 2012 at 12:04:59PM -0600, Javier Vasquez wrote: > I was just wondering, if there was then any n64 distro out there... > To the extent I've look, seems not, :-) Well, the fuloongs I have don't need more virtual addresses (1GB of RAM, I won't run programs that want 6GB virtual addres

Re: [loongson-dev] Kernel 3.0.9 (not 3.2)

2012-01-15 Thread Lluís Batlle i Rossell
On Sun, Jan 08, 2012 at 06:38:06PM +0100, Lluís Batlle i Rossell wrote: > On Sun, Jan 08, 2012 at 06:21:49PM +0100, Lluís Batlle i Rossell wrote: > > Hello, > > > > I tried to boot a 3.2 kernel, and I can't get beyond a black screen. > > > > The prev

Re: [loongson-dev] Selecting an operating system for your new Lemote Yeeloong

2012-01-15 Thread Lluís Batlle i Rossell
On Sun, Jan 15, 2012 at 11:30:51AM -0600, Javier Vasquez wrote: > >>> On Sun, Jan 8, 2012 at 10:07 AM, Alexandre "asm" > >>> > ... > >>> > >>> I was using the specific sense (on the Lemote Yeeloong only). Due to its > >>> use of a faster ABI then most distros which still use o32 (I think all

Re: [loongson-dev] Kernel 3.0.9 (not 3.2)

2012-01-08 Thread Lluís Batlle i Rossell
On Sun, Jan 08, 2012 at 06:21:49PM +0100, Lluís Batlle i Rossell wrote: > Hello, > > I tried to boot a 3.2 kernel, and I can't get beyond a black screen. > > The previous kernel I used, 2.6.36, boots fine. Ouch, I was testing 3.0.9. Not 3.2. Do you know of any issues

[loongson-dev] Kernel 3.2

2012-01-08 Thread Lluís Batlle i Rossell
Hello, I tried to boot a 3.2 kernel, and I can't get beyond a black screen. The previous kernel I used, 2.6.36, boots fine. Do you know of any issues? Regards, Lluís. -- You received this message because you are subscribed to the Google Groups "loongson-dev" group. To post to this group, sen

Re: [loongson-dev] Selecting an operating system for your new Lemote Yeeloong

2012-01-08 Thread Lluís Batlle i Rossell
On Sun, Jan 08, 2012 at 11:43:06AM -0500, Daniel Clark wrote: > 2012/1/8 Lluís Batlle i Rossell > > > On Sun, Jan 08, 2012 at 11:22:33AM -0500, Daniel Clark wrote: > > > On Sun, Jan 8, 2012 at 10:07 AM, Alexandre "asm" > > wrote: > > > > > &g

Re: [loongson-dev] Selecting an operating system for your new Lemote Yeeloong

2012-01-08 Thread Lluís Batlle i Rossell
On Sun, Jan 08, 2012 at 11:22:33AM -0500, Daniel Clark wrote: > On Sun, Jan 8, 2012 at 10:07 AM, Alexandre "asm" wrote: > > > 2012/1/4 Daniel Clark > > > >> 3. *Gentoo GNU/Linux* > >> > >> > >> Gentoo is probably the fastest current distribution. Freedom Included > >> also helped this project;

Re: [loongson-dev] Selecting an operating system for your new Lemote Yeeloong

2012-01-08 Thread Lluís Batlle i Rossell
On Sun, Jan 08, 2012 at 12:07:59PM -0300, Alexandre asm wrote: > 2012/1/4 Daniel Clark > > > 3. *Gentoo GNU/Linux* > > > > > > Gentoo is probably the fastest current distribution. Freedom Included > > also helped this project; we hope the work will eventually be ported over > > to the fully free

Re: [loongson-dev] xulrunner

2011-11-11 Thread Lluís Batlle i Rossell
On Fri, Nov 11, 2011 at 02:52:32PM +0100, David Kuehling wrote: > >>>>> "Roman" == Roman Mamedov writes: > > > On Fri, 11 Nov 2011 14:12:37 +0100 > > Lluís Batlle i Rossell wrote: > > >> Hello, > >> > >> building fir

[loongson-dev] xulrunner

2011-11-11 Thread Lluís Batlle i Rossell
Hello, building firefox, I end up in this: ./assembler/assembler/MacroAssembler.h:46:32: fatal error: MacroAssemblerMIPS.h: No such file or directory Anyone with a quick patch on that? (n64 abi) Thank you! -- You received this message because you are subscribed to the Google Groups "loongson

Re: [loongson-dev] signaling and quiet nans in loongson2f (was illegal instruction with guile)

2011-04-10 Thread Lluís Batlle i Rossell
On Sun, Apr 10, 2011 at 08:54:55AM +0800, Fuxin Zhang wrote: > > > And I don't know if it is broken for all mips, loongson2f is different > > from the other mips, or what. > > > > Anyone knows more details? I'll keep investigating a bit more. > It might be implemented so. I would ask the designers

[loongson-dev] Re: signaling and quiet nans in loongson2f (was illegal instruction with guile)

2011-04-09 Thread Lluís Batlle i Rossell
Hello back, On Sun, Apr 10, 2011 at 12:11:56AM +0200, Lluís Batlle i Rossell wrote: > Further investigations showed that there is some place where 'signaling nan' > and > 'quiet nan' are MIXED. > > For example, the C++ numeric_limits in mips encodes the quiet

[loongson-dev] signaling and quiet nans in loongson2f (was illegal instruction with guile)

2011-04-09 Thread Lluís Batlle i Rossell
On Fri, Apr 08, 2011 at 09:52:39AM +0200, ri...@happyleptic.org wrote: > -[ Fri, Apr 08, 2011 at 09:37:52AM +0200, Lluís Batlle i Rossell ] > > Rixed, if I understand well, you used a *signaling NaN* value in the > > operation, > > that should result in an invali

Re: [loongson-dev] Re: Illegal instruction with guile

2011-04-09 Thread Lluís Batlle i Rossell
On Sat, Apr 09, 2011 at 03:59:34AM +0200, Cedric Cellier wrote: > > Sorry, I don't know mips assembler at all, or gas. > > I run this into gdb, I 'stepi', and I don't see the proper values loaded > > into the floating point registers. > > > > Is it me doing something wrong? It looks like those ldc

Re: [loongson-dev] Re: Illegal instruction with guile

2011-04-08 Thread Lluís Batlle i Rossell
On Fri, Apr 08, 2011 at 12:14:11AM +0200, ri...@happyleptic.org wrote: > Try this: > > ---[ test.S ]--- > // gcc -march=loongson2f test.S -o test > .text > .global main > main: > ldc1 $f1, a > ldc1 $f2, b > madd.d $f0, $f1, $f2 > jalr $t9 > nop > > .data >

Re: [loongson-dev] Re: Illegal instruction with guile

2011-04-08 Thread Lluís Batlle i Rossell
On Fri, Apr 08, 2011 at 08:07:51AM +0200, ri...@happyleptic.org wrote: > -[ Fri, Apr 08, 2011 at 09:15:16AM +0800, zhangfx ] > > > ldc1 $f1, a > > > ldc1 $f2, b > > > madd.d $f0, $f1, $f2 > > > > > Could it be the problem of using odd number floatpoint registers f

Re: [loongson-dev] Re: Illegal instruction with guile

2011-04-08 Thread Lluís Batlle i Rossell
On Fri, Apr 08, 2011 at 08:07:51AM +0200, ri...@happyleptic.org wrote: > -[ Fri, Apr 08, 2011 at 09:15:16AM +0800, zhangfx ] > > > ldc1 $f1, a > > > ldc1 $f2, b > > > madd.d $f0, $f1, $f2 > > > > > Could it be the problem of using odd number floatpoint registers f

Re: [loongson-dev] Re: Illegal instruction with guile

2011-04-08 Thread Lluís Batlle i Rossell
On Fri, Apr 08, 2011 at 12:14:11AM +0200, ri...@happyleptic.org wrote: > This crash in my yeeloong as well. > as already noted in various previous threads, it would be easier if sigfpe > were raised instead. Thank you rixed! > But the real question is: how guile (or any other program) is supposed

Re: [loongson-dev] Illegal instruction with guile

2011-04-06 Thread Lluís Batlle i Rossell
On Wed, Apr 06, 2011 at 07:55:26PM +0200, ri...@happyleptic.org wrote: > > running the 'make check' of guile 2.0 I've got an Illegal instruction. I > > don't know any mips, so I'd like someone here to check this. > > When I run make check on git tag v2.0.0 I have only > one test that fails (forei

[loongson-dev] Re: Illegal instruction with guile

2011-04-05 Thread Lluís Batlle i Rossell
On Tue, Apr 05, 2011 at 08:31:58PM +0200, Lluís Batlle i Rossell wrote: > Hello, > > running the 'make check' of guile 2.0 I've got an Illegal instruction. I > don't know any mips, so I'd like someone here to check this. > > Here is the gdb p

[loongson-dev] Illegal instruction with guile

2011-04-05 Thread Lluís Batlle i Rossell
Hello, running the 'make check' of guile 2.0 I've got an Illegal instruction. I don't know any mips, so I'd like someone here to check this. Here is the gdb point about it: ... output of 'disassemble' 0x2b977bfc <+1036>: ldc1$f2,16(s1) 0x2b977c00 <+1040>: ldc1$f1,8(s0) 0x2b977

[loongson-dev] Using the minipc without fan

2011-02-13 Thread Lluís Batlle i Rossell
Hello, what will happen, if I remove the fan in the fuloong minipc? Will it overheat? Is it going to halt on overheat, to avoid damage? Is the life of the device going to be shorter? Is there any report based on experience, about running without fan? Regards, Lluís. -- You received this messag

Re: [loongson-dev] Loongson 2F pixman patch

2010-12-26 Thread Lluís Batlle i Rossell
On Sat, Dec 25, 2010 at 10:05:21PM +0800, ZHANG, Le wrote: > Hi, > > I just made a clean patch on top of main stream pixman. > Please take a look if there is any problem. > If no, let's try to push it upstream. Hello Zhang, thank you very much for this very big patch. Can you please describe th

Re: [loongson-dev] Wake On Lan for fuloong minipc

2010-12-20 Thread Lluís Batlle i Rossell
> > >> The "wake on lan" funtion requires that ethernet card is powered by > >> standby > >> power domain, > >> Because of motherboard design, fuloong not support it. > >> > >> Lluís Batlle i Rossell 写道: > >> > >> He

[loongson-dev] Wake On Lan for fuloong minipc

2010-12-18 Thread Lluís Batlle i Rossell
Hello, I tried the usual approach of "ethtool wol g" (for magickpacket) for the fuloong minipc, before halting. And then sending a magickpacket did not work for me to switch it on. I use wake-on-lan succesfully on PCs; is anyone using wake-on-lan succesfully in the fuloong minipcs? (I remind tha

Re: [loongson-dev] Manual for the fulong minipc board

2010-12-15 Thread Lluís Batlle i Rossell
tors of the board. Has anyone that manual? The only manual I've seen describes only the connectors outside the box (VGA, sound, ...) Regards, Lluís. > 2010/12/14 Lluís Batlle i Rossell > > > Hello, > > > > I wonder what are the jumpers about in the fulong minipc boa

[loongson-dev] Manual for the fulong minipc board

2010-12-14 Thread Lluís Batlle i Rossell
Hello, I wonder what are the jumpers about in the fulong minipc board. Does anybody have the needed documentation to understand, in something more western than chinese, if possible? :) Thank you very much, Lluís. -- You received this message because you are subscribed to the Google Groups "lo

Re: [loongson-dev] Linux v2.6.37-rc4, v2.6.36.1, v2.6.35.9 for Loongson

2010-12-11 Thread Lluís Batlle i Rossell
Hello Wu, On Sun, Dec 05, 2010 at 09:10:59PM +0800, wu zhangjin wrote: > Hi, All > > In our linux-loongson-community[1] project, Linux v2.6.37-rc4(master > branch), v2.6.36.1, v2.6.35.9 are available for Loongson. So, for what I understand, all changes happen in released versions. Getting the ke

[loongson-dev] Wake on lan for the fuloong minipc

2010-10-16 Thread Lluís Batlle i Rossell
Hello, does anybody know if the fuloong minipc can be switched on by usual wake-on-lan features? (through ethtool, for example) I have not tried. Regards, Lluís -- You received this message because you are subscribed to the Google Groups "loongson-dev" group. To post to this group, send email

Re: [loongson-dev] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,1)

2010-10-13 Thread Lluís Batlle i Rossell
On Tue, Oct 12, 2010 at 08:02:24PM -0700, redrose44 wrote: > > Hi, > > Can anyone tell me why I end up with a kernel panic even though I used > the lemote2f_defconfig from linux 2.6.35? > > Here's my boot output. > > Warning: unable to open an initial console > VFS: Cannot open root device "hda

[loongson-dev] Re: Patchelf on loongson2f (subject update)

2010-10-11 Thread Lluís Batlle i Rossell
n32, we made some changes. Please try the latest: http://hydra.nixos.org/build/665373/download/2/patchelf-0.6pre23458.tar.bz2 > 2010/10/8 Lluís Batlle i Rossell > > On Fri, Oct 08, 2010 at 02:59:42PM +0800, tangke wrote: > > > Hi,when I use the patchelf with loongson2f O32 system

[loongson-dev] Re: Patchelf on loongson2f (subject update)

2010-10-09 Thread Lluís Batlle i Rossell
somewhere... I'll check it there. > > 2010/10/8 Lluís Batlle i Rossell > > On Fri, Oct 08, 2010 at 02:59:42PM +0800, tangke wrote: > > > Hi,when I use the patchelf with loongson2f O32 system, and I download > > > the patchelf source code, compile > > >

[loongson-dev] Patchelf on loongson2f (subject update)

2010-10-08 Thread Lluís Batlle i Rossell
On Fri, Oct 08, 2010 at 02:59:42PM +0800, tangke wrote: > Hi,when I use the patchelf with loongson2f O32 system, and I download > the patchelf source code, compile > When I use the patchelf --set-interpreter /lib/ld.so.1 a.out and I get > the error message next: > > Cannot find .rel.dyn or .rel.go