From: Adrian M. <ad...@mc...> - 2004-05-09 13:25:21
|
I am having some difficulty tracking this down in the UK. Gertting a BBA = was=20 easy in comparison. Anybody else in the UK got one and where did they source it from? Adrian |
From: David R. <da...@it...> - 2004-05-09 13:41:37
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 9 maj 2004, at 15.25, Adrian McMenamin wrote: > I am having some difficulty tracking this down in the UK. Gertting a > BBA was > easy in comparison. > > Anybody else in the UK got one and where did they source it from? > > Adrian I got mine from <http://www.amazon.co.uk/>. However, now it seems that it is out of stock... <http://www.amazon.co.uk/exec/obidos/ASIN/B000086F7J/202-9957240 - -7673404e> Perhaps you should check if there's anything on ebay.co.uk... / David - --- PGP key information--- pub 1024D/ 87256085 2003/06/12 David Remahl <da...@re...> Web: http://ittpoi.com/david_remahl.asc Fingerprint: 0C38 293C 86A9 7756 9CEA 4ED6 1651 620E 8725 6085 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (Darwin) iD8DBQFAnjT9FlFiDoclYIURApinAJ9bNwofxXjspne6diTx6Nt3CwJQhgCaA2O+ 91/sxvKDe954qB5Q8r3YElY= =YSrr -----END PGP SIGNATURE----- |
From: Sascha K. <ma...@sa...> - 2004-05-09 14:23:26
|
Or get the PSO 1&2 Plus Version ( http://www.lik-sang.com/info.php?category=79&products_id=3780&lsaid=269103 ). It is only available as JAP version, but can be switched to english (or even german, spanish or french!) easily. All you need to start is the Freeloader or a modded (or japanese) Cube... And if you need any help with the menus, don't hesitate to ask me... Regards Sascha David Remahl wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 9 maj 2004, at 15.25, Adrian McMenamin wrote: > >> I am having some difficulty tracking this down in the UK. Gertting a >> BBA was >> easy in comparison. >> >> Anybody else in the UK got one and where did they source it from? >> >> Adrian > > > I got mine from <http://www.amazon.co.uk/>. However, now it seems > that it is out of stock... > > <http://www.amazon.co.uk/exec/obidos/ASIN/B000086F7J/202-9957240 - > -7673404e> > > Perhaps you should check if there's anything on ebay.co.uk... > > / David > > - --- PGP key information--- > pub 1024D/ 87256085 2003/06/12 David Remahl <da...@re...> > Web: http://ittpoi.com/david_remahl.asc > Fingerprint: 0C38 293C 86A9 7756 9CEA 4ED6 1651 620E 8725 6085 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (Darwin) > > iD8DBQFAnjT9FlFiDoclYIURApinAJ9bNwofxXjspne6diTx6Nt3CwJQhgCaA2O+ > 91/sxvKDe954qB5Q8r3YElY= > =YSrr > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to > deliver > higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > _______________________________________________ > Gc-linux-devel mailing list > Gc-...@li... > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel > > |
From: Jesse K. <j.k...@ti...> - 2004-05-09 16:15:55
|
I ordered it at bol.com First time I ordered it it took them three weeks to tell me that it wasn't available anymore, but then I ordered it again and within a few days I recieved it. Strange.... Well anyway, it's worth tryin. Jesse On Sun, 2004-05-09 at 15:25, Adrian McMenamin wrote: > I am having some difficulty tracking this down in the UK. Gertting a BBA was > easy in comparison. > > Anybody else in the UK got one and where did they source it from? > > Adrian > > > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver > higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > _______________________________________________ > Gc-linux-devel mailing list > Gc-...@li... > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel |
From: Groepaz <gr...@gm...> - 2004-05-15 03:06:57
|
after some time i tried to compile a recent version of gclinux tonight and run into some odd trouble.... i grabbed the 2.6.6 kernel, copied the cvs stuff over it as usual, copied the gamecube_default config to .config etc... then when i make vmlinux i get drivers/built-in.o(.text+0x39d84): In function `gamecubefb_writel': : undefined reference to `fb_writel_real' putting a #define __powerpc__ on top of gamecubefb.c "fixes" it (as in, makes it compile atleast) but then i get a console with messed up colors :/ also the network stuff doesnt seem to work, although the stuff it prints out looks all perfectly ok. :/ i'm really wondering what i am doing wrong....or is the source really broken at this point? :) gpz |
From: Groepaz <gr...@gm...> - 2004-05-15 03:54:56
|
On Saturday 15 May 2004 05:08, Groepaz wrote: > after some time i tried to compile a recent version of gclinux tonight > and run into some odd trouble.... i grabbed the 2.6.6 kernel, copied > the cvs stuff over it as usual, copied the gamecube_default config > to .config etc... then when i make vmlinux i get > > drivers/built-in.o(.text+0x39d84): In function `gamecubefb_writel': > : undefined reference to `fb_writel_real' > > putting a #define __powerpc__ on top of gamecubefb.c "fixes" it (as > in, makes it compile atleast) but then i get a console with messed > up colors :/ also the network stuff doesnt seem to work, although > the stuff it prints out looks all perfectly ok. :/ > > i'm really wondering what i am doing wrong....or is the source > really broken at this point? :) mmmh must be.... even after a complete clean recompile...same problem :/ looks like __powerpc__ isnt defined at all (but it should be i suppose)... i'd guess that this causes all sorta funny problems so uhm....how to fix? :) gpz ps: also... could someone please tell me the boot options for using a nfs-root (missing in stevens guide unfortunatly)... i really dont want to run a DHCP server either if possible...mmh :) |
From: Florian Z. <Flo...@ep...> - 2004-05-15 10:39:39
|
I had the same problem compiling, I went on the problem on another way. It seems the funktion fb_writel_real gets not defined in linux/fb.h so I manually defined it in gamecubefb.c. But I can't figure out why it doesn't get defined properly, perhaps a dev should tell you. PS.: I don't know if this workaround fixes the messed up colors, because it uses another fb_writel funktion with this fix, but it could. Am Sat, 15 May 2004 05:56:36 +0200 hat Groepaz <gr...@gm...> geschrieben: > On Saturday 15 May 2004 05:08, Groepaz wrote: >> after some time i tried to compile a recent version of gclinux tonight >> and run into some odd trouble.... i grabbed the 2.6.6 kernel, copied >> the cvs stuff over it as usual, copied the gamecube_default config >> to .config etc... then when i make vmlinux i get >> >> drivers/built-in.o(.text+0x39d84): In function `gamecubefb_writel': >> : undefined reference to `fb_writel_real' >> >> putting a #define __powerpc__ on top of gamecubefb.c "fixes" it (as >> in, makes it compile atleast) but then i get a console with messed >> up colors :/ also the network stuff doesnt seem to work, although >> the stuff it prints out looks all perfectly ok. :/ >> >> i'm really wondering what i am doing wrong....or is the source >> really broken at this point? :) > > mmmh must be.... even after a complete clean recompile...same > problem :/ looks like __powerpc__ isnt defined at all (but it > should be i suppose)... i'd guess that this causes all sorta > funny problems so uhm....how to fix? :) > > gpz > > ps: also... could someone please tell me the boot options for using > a nfs-root (missing in stevens guide unfortunatly)... i really dont > want to run a DHCP server either if possible...mmh :) > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > Gc-linux-devel mailing list > Gc-...@li... > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel -- Florob (o_ //\ V_/_ |
From: Torben N. <tr...@bi...> - 2004-05-15 15:20:49
|
I got the same problem. It seems to have happened after the upgrade to 2.6.5... At the moment I'm running the kernel with framebuffer support disabled. For the NFS root stuff I use CONFIG_CMDLINE="root=/dev/nfs nfsroot=192.168.001.048:/nfsroot/cube video=gamecubefb ip=192.168.001.005:192.168.001.048" where 192.168.001.048 is the nfs server, and 192.168.001.005 is the cube. On Sat, 2004-05-15 at 05:56, Groepaz wrote: > On Saturday 15 May 2004 05:08, Groepaz wrote: > > after some time i tried to compile a recent version of gclinux tonight > > and run into some odd trouble.... i grabbed the 2.6.6 kernel, copied > > the cvs stuff over it as usual, copied the gamecube_default config > > to .config etc... then when i make vmlinux i get > > > > drivers/built-in.o(.text+0x39d84): In function `gamecubefb_writel': > > : undefined reference to `fb_writel_real' > > > > putting a #define __powerpc__ on top of gamecubefb.c "fixes" it (as > > in, makes it compile atleast) but then i get a console with messed > > up colors :/ also the network stuff doesnt seem to work, although > > the stuff it prints out looks all perfectly ok. :/ > > > > i'm really wondering what i am doing wrong....or is the source > > really broken at this point? :) > > mmmh must be.... even after a complete clean recompile...same > problem :/ looks like __powerpc__ isnt defined at all (but it > should be i suppose)... i'd guess that this causes all sorta > funny problems so uhm....how to fix? :) > > gpz > > ps: also... could someone please tell me the boot options for using > a nfs-root (missing in stevens guide unfortunatly)... i really dont > want to run a DHCP server either if possible...mmh :) |
From: Groepaz <gr...@gm...> - 2004-05-16 04:42:32
|
On Saturday 15 May 2004 17:18, Torben Nielsen wrote: > I got the same problem. It seems to have happened after the upgrade to > 2.6.5... At the moment I'm running the kernel with framebuffer support > disabled. yay...the problem seems to be the toolchain, which doesnt define __powerpc__. i fixed it now by changing CC = $(CROSS_COMPILE)gcc -D__powerpc__ to |
From: <a.o...@bl...> - 2004-05-18 13:31:58
|
On Saturday 15 May 2004 05:08, Groepaz wrote: > after some time i tried to compile a recent version of gclinux tonight > and run into some odd trouble.... i grabbed the 2.6.6 kernel, copied > the cvs stuff over it as usual, copied the gamecube_default config > to .config etc... then when i make vmlinux i get > > drivers/built-in.o(.text+0x39d84): In function `gamecubefb_writel': > : undefined reference to `fb_writel_real' > > putting a #define __powerpc__ on top of gamecubefb.c "fixes" it (as > in, makes it compile atleast) but then i get a console with messed > up colors :/ also the network stuff doesnt seem to work, although > the stuff it prints out looks all perfectly ok. :/ > > i'm really wondering what i am doing wrong....or is the source > really broken at this point? :) On Sat, May 15, 2004 at 05:56:36AM +0200, Groepaz wrote: > mmmh must be.... even after a complete clean recompile...same > problem :/ looks like __powerpc__ isnt defined at all (but it > should be i suppose)... i'd guess that this causes all sorta > funny problems so uhm....how to fix? :) Your compiler is broken. I won't even pretend to know where the exact breakage is; you'll have to resolve that one with the maintainer. That said, the recommended compiler, for both kernel and userspace, is the uClibc one: http://uclibc.org/toolchains.html Although building from source is recommended, a pre-built one is also available: http://gc-linux.org/down/ppc-linux-uclibc-toolchain.tar.bz2 with the only bonus being it comes with a cross-debugger for those who might find it of use. (hint: buildroot) Consequently, the top-level Makefile in CVS is now gone as it's clearly toolchain biased. You'll now have to do something like: $ export ARCH=ppc CROSS_COMPILE=$my-powerpc-toolchain- $ make or: $ make ARCH=ppc CROSS_COMPILE=$my-powerpc-toolchain- or just edit the Makefile to match your setup. Arthur |