This list is closed, nobody may subscribe to it.
2004 |
Jan
(103) |
Feb
(56) |
Mar
(25) |
Apr
(38) |
May
(24) |
Jun
(20) |
Jul
(22) |
Aug
(23) |
Sep
(1) |
Oct
(24) |
Nov
(8) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(14) |
Feb
(23) |
Mar
(7) |
Apr
(23) |
May
(11) |
Jun
(1) |
Jul
(29) |
Aug
(7) |
Sep
|
Oct
|
Nov
(8) |
Dec
(11) |
2006 |
Jan
|
Feb
(24) |
Mar
(22) |
Apr
(1) |
May
(8) |
Jun
|
Jul
|
Aug
(1) |
Sep
(6) |
Oct
|
Nov
(2) |
Dec
(4) |
2007 |
Jan
(1) |
Feb
(4) |
Mar
(5) |
Apr
(10) |
May
|
Jun
(5) |
Jul
(3) |
Aug
(3) |
Sep
(6) |
Oct
(11) |
Nov
(3) |
Dec
(4) |
2008 |
Jan
(8) |
Feb
(19) |
Mar
(43) |
Apr
(27) |
May
(15) |
Jun
(10) |
Jul
(39) |
Aug
(9) |
Sep
(12) |
Oct
(15) |
Nov
(14) |
Dec
(4) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(15) |
2010 |
Jan
(2) |
Feb
(7) |
Mar
|
Apr
(16) |
May
|
Jun
(4) |
Jul
(1) |
Aug
|
Sep
|
Oct
(9) |
Nov
(2) |
Dec
|
2011 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(4) |
May
(2) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(5) |
Dec
(3) |
2012 |
Jan
(12) |
Feb
(3) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
(1) |
Feb
(2) |
Mar
(7) |
Apr
(2) |
May
|
Jun
(2) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: James W. <jk...@co...> - 2005-02-08 08:03:15
|
I have also received my Max Drive Pro, but I am having problems writing Gamecube DOL files to the memory card. Do you do this through the Max Drive Pro software or do you access the memory card through a drive letter? I am using WinXP Professional, I'm also using the memory card through a powered USB 2.0 hub, could the hub be the problem? I would really appreciate any tips you may have. I generally love the hardware they produce but their software always seems to be too simple for me and not enough obvious features. Thanks in advance. James Wall jkwall at hotmail dot com |
From: Steven L. <st...@kr...> - 2005-02-07 00:07:15
|
The detection code "says" what kind of controller is on what port. When you "hardcode" it, if will always say there is a keyboard at port 4, no matter what. The code reading the controllers status (buttons, sticks, ...) looks at the variables set by the detection code. When the detection code said there is a keyboard at port 4 (which was hardcoded), it reads the port as a keyboard. So, you're basically right, the keyboard driver doesnt work properly. However, either way, your keyboard converter doesn't work like the Datel keyboard converter, or the detection code is incomplete, leaving the keyboard in an "unfinished" state, rendering it useless. Steven Looman On Sun, Feb 06, 2005 at 11:13:18PM +0000, Daniel Thompson wrote: > On Sun, 2005-02-06 at 23:11 +0100, Steven Looman wrote: > > The detection code is, for the keyboard, far from perfect. I was not able to > > finalize/improve the detection code since I had no sources (documents, ...) to > > look at. Isobel put an option into the kernel to "hardcode" the keyboard at a port. > > Does the fact that the kernel announced it had a keyboard in port 4 > (which is where it was) show the detection code worked but the keyboard > driver didn't or is it likely to be more complex than that? > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Gc-linux-devel mailing list > Gc-...@li... > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel > |
From: Daniel T. <gc-...@re...> - 2005-02-06 23:13:33
|
On Sun, 2005-02-06 at 23:11 +0100, Steven Looman wrote: > The detection code is, for the keyboard, far from perfect. I was not able to > finalize/improve the detection code since I had no sources (documents, ...) to > look at. Isobel put an option into the kernel to "hardcode" the keyboard at a port. Does the fact that the kernel announced it had a keyboard in port 4 (which is where it was) show the detection code worked but the keyboard driver didn't or is it likely to be more complex than that? |
From: Steven L. <st...@kr...> - 2005-02-06 22:11:14
|
Hi, First of all, I wrote the SI driver for gc-linux (altho most of the credit has to go to groupaz since he wrote/hacked the detection code). While writing this driver I only had access to a Datel adapter (+ keyboard) and a few standard controllers; I was not able to test this. The detection code is, for the keyboard, far from perfect. I was not able to finalize/improve the detection code since I had no sources (documents, ...) to look at. Isobel put an option into the kernel to "hardcode" the keyboard at a port. Numlock/capslock/scrolllock don't mean anything. They aren't handled by the kernel like in a normal computer, but just light up when you press then. No signal is received by the SI hardware in the cube, as far as I know. If you have the time/resources to improve the driver, please do so! Steven Looman On Sun, Feb 06, 2005 at 09:03:08PM +0100, Rob Reilink wrote: > I know I got to that problem a while ago at the 21C3. My keyboard > adaptor (actually mist's) was not recognised. Mist told me it had worked > when the SI driver was still hardcoded to accept a keyboard at some > port, but it didn't work any more. I don't think I have time to check it > out this week. The fact that the num and caps lights work does not need > to mean anything, don't know if they are controlled by the kernel or the > hardware. > > Rob > > -----Oorspronkelijk bericht----- > Van: gc-...@li... > [mailto:gc-...@li...] Namens Daniel > Thompson > Verzonden: zondag 6 februari 2005 18:50 > Aan: gc-...@li... > Onderwerp: [Gc-linux-devel] Successful boot via Max Drive Pro; keyboard > not working > > Hi Folks > > First, a bit of news: > > Linux boots successfully when loaded via the Max Drive Pro. Datel > finally got round to releasing their gizmo (I got mine about a week ago) > and almost the first time I tried it the kernel booted, found my NFS > server and made it to the Debian login prompt on my UK (PAL) 'Cube. > > Second, a bit of a problem: > > I have a (very cheap) keyboard adaptor I bought on Lik-sang at the same > time I bought my BBA. It is a two-in-one device that can either connect > a PS/2 keyboard or a Playstation controller. The kernel correctly > identified the peripherals in the boot messages (2 controllers, unused, > keyboard) but unfortunately the keyboard just didn't seem to work > (though caps lock and num lock lights do come on and off when I press > those buttons). > > So a variety of crack-pot questions: > > - has anyone had their Lik-sang 2-in-1 adaptor work on gc-linux? > (and in what socket) > > - has anyone had their keyboard work after booting via a Max drive? > (a long shot given how rare those things are) > > - does anyone know of any bare machine .dol programs that use the > keyboard so I might be able to prove the hardware does work? > > - could someone with a keyboard and SDLoad unplug their BBA and > let me know if <Shift-PgUp> gets the kernel to scroll up from the > 'Looking for RPC ... messages'? (I want to debug the keyboard thing > before laying a network cable down to the living room so I'd like to > know how to tell when I've got it working!) > > Unless someone has a better suggestion I guess I need to go and add lots > of printk's to the keyboard driver (and any lower-level drivers) to > figure out what might have gone wrong. > > -- > Daniel Thompson <gc-...@re...> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Gc-linux-devel mailing list > Gc-...@li... > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Gc-linux-devel mailing list > Gc-...@li... > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel > |
From: Rob R. <ro...@re...> - 2005-02-06 20:03:15
|
I know I got to that problem a while ago at the 21C3. My keyboard adaptor (actually mist's) was not recognised. Mist told me it had worked when the SI driver was still hardcoded to accept a keyboard at some port, but it didn't work any more. I don't think I have time to check it out this week. The fact that the num and caps lights work does not need to mean anything, don't know if they are controlled by the kernel or the hardware. Rob -----Oorspronkelijk bericht----- Van: gc-...@li... [mailto:gc-...@li...] Namens Daniel Thompson Verzonden: zondag 6 februari 2005 18:50 Aan: gc-...@li... Onderwerp: [Gc-linux-devel] Successful boot via Max Drive Pro; keyboard not working Hi Folks First, a bit of news: Linux boots successfully when loaded via the Max Drive Pro. Datel finally got round to releasing their gizmo (I got mine about a week ago) and almost the first time I tried it the kernel booted, found my NFS server and made it to the Debian login prompt on my UK (PAL) 'Cube. Second, a bit of a problem: I have a (very cheap) keyboard adaptor I bought on Lik-sang at the same time I bought my BBA. It is a two-in-one device that can either connect a PS/2 keyboard or a Playstation controller. The kernel correctly identified the peripherals in the boot messages (2 controllers, unused, keyboard) but unfortunately the keyboard just didn't seem to work (though caps lock and num lock lights do come on and off when I press those buttons). So a variety of crack-pot questions: - has anyone had their Lik-sang 2-in-1 adaptor work on gc-linux? (and in what socket) - has anyone had their keyboard work after booting via a Max drive? (a long shot given how rare those things are) - does anyone know of any bare machine .dol programs that use the keyboard so I might be able to prove the hardware does work? - could someone with a keyboard and SDLoad unplug their BBA and let me know if <Shift-PgUp> gets the kernel to scroll up from the 'Looking for RPC ... messages'? (I want to debug the keyboard thing before laying a network cable down to the living room so I'd like to know how to tell when I've got it working!) Unless someone has a better suggestion I guess I need to go and add lots of printk's to the keyboard driver (and any lower-level drivers) to figure out what might have gone wrong. -- Daniel Thompson <gc-...@re...> ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Gc-linux-devel mailing list Gc-...@li... https://lists.sourceforge.net/lists/listinfo/gc-linux-devel |
From: Daniel T. <gc-...@re...> - 2005-02-06 17:51:05
|
Hi Folks First, a bit of news: Linux boots successfully when loaded via the Max Drive Pro. Datel finally got round to releasing their gizmo (I got mine about a week ago) and almost the first time I tried it the kernel booted, found my NFS server and made it to the Debian login prompt on my UK (PAL) 'Cube. Second, a bit of a problem: I have a (very cheap) keyboard adaptor I bought on Lik-sang at the same time I bought my BBA. It is a two-in-one device that can either connect a PS/2 keyboard or a Playstation controller. The kernel correctly identified the peripherals in the boot messages (2 controllers, unused, keyboard) but unfortunately the keyboard just didn't seem to work (though caps lock and num lock lights do come on and off when I press those buttons). So a variety of crack-pot questions: - has anyone had their Lik-sang 2-in-1 adaptor work on gc-linux? (and in what socket) - has anyone had their keyboard work after booting via a Max drive? (a long shot given how rare those things are) - does anyone know of any bare machine .dol programs that use the keyboard so I might be able to prove the hardware does work? - could someone with a keyboard and SDLoad unplug their BBA and let me know if <Shift-PgUp> gets the kernel to scroll up from the 'Looking for RPC ... messages'? (I want to debug the keyboard thing before laying a network cable down to the living room so I'd like to know how to tell when I've got it working!) Unless someone has a better suggestion I guess I need to go and add lots of printk's to the keyboard driver (and any lower-level drivers) to figure out what might have gone wrong. -- Daniel Thompson <gc-...@re...> |
From: Ghost W. <gh...@gh...> - 2005-02-05 18:51:54
|
> Hey guys, > > I have a slighty problem. I have 2 nic cards, and i want to route them > together. > > SMC #1 as NICA > SMC #2 as NICB > > NICA ---> router(192.168.1.1) ---> cable modem ----> internet > NICB ---> Gamecube(192.168.0.47) > > NICA ip address is 192.168.1.101 gw 192.168.1.1 > NICB ip address is 192.168.0.49 > > oh, btw this is in a windows environment > > I've tried WIN ICS and it changes the ip of NICB to 192.168.0.1, which then > loses connection of the nbd server(root filesystem), and Gc-linux is broken. > What i guess i need is either A) recompile kernel to load root filesystem > from 192.168.0.1 or figure out how to route NICA, to NICB correctly. > > any help is appreciated. > > Regards, > > Kevin Sucre > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click This one is quite simple. Since you use 192.168.1.x IPs you can share your internet conection from NICA. In my windows it is just check box and then you are up and running. Windows XP (dunno about the rest yet.) Propeties on NICA, Click the tab Advanced, and check the box "Alown users to acess internet throu this computer" and it should work. (I got a swedish windows xp so this tranclation is probably not the best.) |
From: Rob R. <ro...@re...> - 2005-02-05 18:43:23
|
With the current state of the exi and bba driver, which make extensively use of polling (not interrupts) as far as i know, playing movies suffers from bandwith problems. I tried playing movies over nfs (divx, decoded by the gamecube), and because with large cache and small movies it works, but not with larger movies, I conclude that the network handling eats up too much cpu power to do the decoding simultaneaously. Rob > -----Oorspronkelijk bericht----- > Van: gc-...@li... > [mailto:gc-...@li...] Namens > Shaun Jackman > Verzonden: Saturday, February 05, 2005 7:23 PM > Aan: GameCube Linux; MythTV Users > Onderwerp: [Gc-linux-devel] MythFrontend on GameCube Linux > > > Has anyone tried running MythTV on GameCube Linux? It sounds > like an awesome possibility. > > Cheers, > Shaun > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive > Reporting Tool for open source databases. Create drag-&-drop > reports. Save time by over 75%! Publish reports on the web. > Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Gc-linux-devel mailing list Gc-...@li... https://lists.sourceforge.net/lists/listinfo/gc-linux-devel |
From: Shaun J. <sja...@gm...> - 2005-02-05 18:23:05
|
Has anyone tried running MythTV on GameCube Linux? It sounds like an awesome possibility. Cheers, Shaun |
From: Rob R. <ro...@re...> - 2005-02-01 23:01:40
|
See my sd-card kernel driver source for schematics for the SD card: http://cvs.sourceforge.net/viewcvs.py/gc-linux/linux/drivers/block/gcn-s d.c?view=markup Driver is quite alpha though, Screeam|CT promised to fix it up a little bit since my kernel programming is not that good ;) Rob > -----Oorspronkelijk bericht----- > Van: gc-...@li... > [mailto:gc-...@li...] Namens > Adam Thornton > Verzonden: Tuesday, February 01, 2005 8:22 PM > Aan: gc-...@li... > Onderwerp: Re: [Gc-linux-devel] Necessary gc Linux hardware > > > > On Feb 1, 2005, at 11:43 AM, Shaun Jackman wrote: > > > This mail is somewhat off-topic for this list. If there is a > > gc-linux-user mailing list, or any other list you can point me to, > > please do. > > > > I'd love to try out the GameCube Linux project. I've been > looking for > > an SD card adapter and a VGA cable, but these items seem to > run about > > $50 US each, plus shipping plus taxes, which is a bit out > of my price > > range. > > Bought an SD adapter from Lik-Sang this morning for $30 plus $5 > shipping. > > And they are actually quite easy to make. Assuming you have > an old GC > memory card you don't need anymore, and a Dremel, the SD connector is > about $1.50 from Digi-Key. I have not yet figured out, > though, how to > remount everything after amputating the memory chip from the GC card, > which is why I bought one (since it's going to be probably a month > before I have a couple hours to play with this on a weekend and build > something that resists the mechanical strain of card insertion and > insertion into the GC. > > Dunno about the VGA cable piece though. > > Adam > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive > Reporting Tool for open source databases. Create drag-&-drop > reports. Save time by over 75%! Publish reports on the web. > Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Gc-linux-devel mailing list Gc-...@li... https://lists.sourceforge.net/lists/listinfo/gc-linux-devel |
From: Adam T. <ad...@io...> - 2005-02-01 19:22:40
|
On Feb 1, 2005, at 11:43 AM, Shaun Jackman wrote: > This mail is somewhat off-topic for this list. If there is a > gc-linux-user mailing list, or any other list you can point me to, > please do. > > I'd love to try out the GameCube Linux project. I've been looking for > an SD card adapter and a VGA cable, but these items seem to run about > $50 US each, plus shipping plus taxes, which is a bit out of my price > range. Bought an SD adapter from Lik-Sang this morning for $30 plus $5 shipping. And they are actually quite easy to make. Assuming you have an old GC memory card you don't need anymore, and a Dremel, the SD connector is about $1.50 from Digi-Key. I have not yet figured out, though, how to remount everything after amputating the memory chip from the GC card, which is why I bought one (since it's going to be probably a month before I have a couple hours to play with this on a weekend and build something that resists the mechanical strain of card insertion and insertion into the GC. Dunno about the VGA cable piece though. Adam |
From: Shaun J. <sja...@gm...> - 2005-02-01 17:44:13
|
This mail is somewhat off-topic for this list. If there is a gc-linux-user mailing list, or any other list you can point me to, please do. I'd love to try out the GameCube Linux project. I've been looking for an SD card adapter and a VGA cable, but these items seem to run about $50 US each, plus shipping plus taxes, which is a bit out of my price range. Does anyone know where I can find schematics for the VGA cable and how difficult it would be to build? Do you know of any retail outlets in or around Vancouver, Canada / Bellingham, Washington I could buy the SD card adapter? Please cc me in your reply. Thanks, Shaun |
From: Andrew K. <an...@ak...> - 2005-01-26 05:48:39
|
On Tue, 25 Jan 2005 at 13:23:33, styrotege wrote: >I would be interested in obtaining one, actually. > >It would allow me to actually start working on the gclinux project >rather than just being an observer. I work for a company that does a >lot of linux development, primarily socket network stuff, ORB object >development, and a lot of infosec stuff, so maybe my knowledge could be >of some use. >I haven't tweaked w/ gc-linux much at all yet since I don't have a copy >of PSO. I have a lot of experience with diskless client solutions >though, so I'm sure it wouldn't be hard for me to get gclinux up and >running to play with if I had a boot source. With a FAT16 driver and the libOGC SDCard stdlibs for file I/O, you can set the kernel to boot from an SDCard using SDLoad. See http://www.gcdev.com for details on SDLoad. -- "What... you... I... ... I'm gonna kick your ass!" --Hank Hill |
From: Edgar H. <hos...@ed...> - 2005-01-25 18:42:19
|
Me too Groepaz wrote: >On Tuesday 25 January 2005 00:06, Albert Herranz wrote: > > >>Hi, >> >>Looks like someone is willing to donate some ViperGC modules to help speed up >>development of gc-linux. >>Not that the ViperGC helps that much, but if you are still using pso to boot >>your cube you may save a couple of minutes each time you switch it on. >> >>Is any developer interested in getting one? >> >> > >i would be very interisted...if its only to document the thing :) > >gpz > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting >Tool for open source databases. Create drag-&-drop reports. Save time >by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. >Download a FREE copy at http://www.intelliview.com/go/osdn_nl >_______________________________________________ >Gc-linux-devel mailing list >Gc-...@li... >https://lists.sourceforge.net/lists/listinfo/gc-linux-devel > > > > |
From: styroteqe <sty...@ya...> - 2005-01-25 18:23:53
|
I would be interested in obtaining one, actually. It would allow me to actually start working on the gclinux project rather than just being an observer. I work for a company that does a lot of linux development, primarily socket network stuff, ORB object development, and a lot of infosec stuff, so maybe my knowledge could be of some use. I haven't tweaked w/ gc-linux much at all yet since I don't have a copy of PSO. I have a lot of experience with diskless client solutions though, so I'm sure it wouldn't be hard for me to get gclinux up and running to play with if I had a boot source. -styro Groepaz wrote: > On Tuesday 25 January 2005 00:06, Albert Herranz wrote: > >>Hi, >> >>Looks like someone is willing to donate some ViperGC modules to help speed up >>development of gc-linux. >>Not that the ViperGC helps that much, but if you are still using pso to boot >>your cube you may save a couple of minutes each time you switch it on. >> >>Is any developer interested in getting one? > > > i would be very interisted...if its only to document the thing :) > > gpz > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Gc-linux-devel mailing list > Gc-...@li... > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel > |
From: Groepaz <gr...@gm...> - 2005-01-25 16:30:47
|
On Tuesday 25 January 2005 00:06, Albert Herranz wrote: > Hi, > > Looks like someone is willing to donate some ViperGC modules to help speed up > development of gc-linux. > Not that the ViperGC helps that much, but if you are still using pso to boot > your cube you may save a couple of minutes each time you switch it on. > > Is any developer interested in getting one? i would be very interisted...if its only to document the thing :) gpz |
From: Adam T. <ad...@io...> - 2005-01-24 23:15:32
|
On Jan 24, 2005, at 5:06 PM, Albert Herranz wrote: > Hi, > > Looks like someone is willing to donate some ViperGC modules to help > speed up > development of gc-linux. > Not that the ViperGC helps that much, but if you are still using pso > to boot > your cube you may save a couple of minutes each time you switch it on. > > Is any developer interested in getting one? > I vaguely am, but they should go to "real" developers (who have actually contributed something useful) first. PSO booting is not a major hardship for me, anyway. Adam |
From: Albert H. <alb...@gm...> - 2005-01-24 23:07:14
|
Hi, Looks like someone is willing to donate some ViperGC modules to help speed up development of gc-linux. Not that the ViperGC helps that much, but if you are still using pso to boot your cube you may save a couple of minutes each time you switch it on. Is any developer interested in getting one? Cheers, Albert |
From: Albert H. <alb...@gm...> - 2005-01-12 21:20:35
|
Andrew Kesterson <andrew <at> aklabs.net> writes: > > I hear you guys have SDL ported over. Where is it in the CVS tree? I > couldn't find it. I'm interested in pulling it out of the linux > environment and making it work with libOGC so we homebrew guys can make > our demos much simpler. > > Thanks. It is not on the CVS tree. The available, unfinished, port is available at: http://gc-linux.org/down/isobel/sdl/ The patch sequence is at 00-series.txt. Good luck, isobel |
From: Andrew K. <an...@ak...> - 2005-01-12 08:51:58
|
I hear you guys have SDL ported over. Where is it in the CVS tree? I couldn't find it. I'm interested in pulling it out of the linux environment and making it work with libOGC so we homebrew guys can make our demos much simpler. Thanks. -- "I'm not stupid; I just have a command of thoroughly useless information." --Calvin |
From: Andrew D. <ade...@gm...> - 2005-01-07 19:13:43
|
just because the drivers might support piracy is no good reason to not implement the driver. heck you can say that about almost every driver/software out there.. "AIM: where not allowing people to use AIM now because people can send and recieve files even if the files arnt there own." put the driver in, i see more good then bad from it. you guys are just a little too over cautious. On Thu, 06 Jan 2005 20:15:51 -0800, gc-...@li... <gc-...@li...> wrote: > Send Gc-linux-devel mailing list submissions to > gc-...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel > or, via email, send a message with subject or body 'help' to > gc-...@li... > > You can reach the person managing the list at > gc-...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Gc-linux-devel digest..." > > Today's Topics: > > 1. DI driver/GCFS driver (Steven Looman) > 2. Re: DI driver/GCFS driver (Groepaz) > > --__--__-- > > Message: 1 > Date: Thu, 6 Jan 2005 17:59:54 +0100 > From: Steven Looman <st...@kr...> > To: gc-...@li... > Subject: [Gc-linux-devel] DI driver/GCFS driver > Reply-To: gc-...@li... > > Hi, > > I know this has been discussed before, but not supporting the DI and the GCFS, in my opinion, has not much to do with piracy. > > The argument it would support piracy was not very strong since there are other utils which provide an even easier way to rip/extract a GC-DVD to your computer. > > The drivers are already written by Scream|CT (on #gc-linux), they just need to be committed. > > I know I'm starting just another bike-shed, but I don't see a reason why the drivers shouldn't be committed. And I know it sounds corny, but I'm not interested in piracy (hell, if I were I would have modded my cube...). > > Regards, > > Steven Looman (Steve_-) > > --__--__-- > > Message: 2 > From: Groepaz <gr...@gm...> > Organization: Hitmen > To: gc-...@li... > Subject: Re: [Gc-linux-devel] DI driver/GCFS driver > Date: Thu, 6 Jan 2005 19:32:04 +0100 > Reply-To: gc-...@li... > > On Thursday 06 January 2005 17:59, Steven Looman wrote: > > I know I'm starting just another bike-shed, but I don't see a reason why the drivers > > shouldn't be committed. And I know it sounds corny, but I'm not interested in piracy > > (hell, if I were I would have modded my cube...). > > i would think that modding your cube and beeing able tu use ordinary dvd-r is _the_ > reason to have those drivers :=P > > gpz > > --__--__-- > > _______________________________________________ > Gc-linux-devel mailing list > Gc-...@li... > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel > > End of Gc-linux-devel Digest > |
From: Steven L. <st...@kr...> - 2005-01-07 08:16:54
|
That would be nice idd, mounting the root via/on the dvd-r and not over network... However, wouldn't this kill the scene because of all the piracy like the xbox *cough*sarcasm*cough* Steven Looman (Steve_-) On Thu, Jan 06, 2005 at 07:32:04PM +0100, Groepaz wrote: > On Thursday 06 January 2005 17:59, Steven Looman wrote: > > I know I'm starting just another bike-shed, but I don't see a reason why the drivers > > shouldn't be committed. And I know it sounds corny, but I'm not interested in piracy > > (hell, if I were I would have modded my cube...). > > i would think that modding your cube and beeing able tu use ordinary dvd-r is _the_ > reason to have those drivers :=P > > gpz > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Gc-linux-devel mailing list > Gc-...@li... > https://lists.sourceforge.net/lists/listinfo/gc-linux-devel > |
From: Groepaz <gr...@gm...> - 2005-01-06 18:37:42
|
On Thursday 06 January 2005 17:59, Steven Looman wrote: > I know I'm starting just another bike-shed, but I don't see a reason why the drivers > shouldn't be committed. And I know it sounds corny, but I'm not interested in piracy > (hell, if I were I would have modded my cube...). i would think that modding your cube and beeing able tu use ordinary dvd-r is _the_ reason to have those drivers :=P gpz |
From: Steven L. <st...@kr...> - 2005-01-06 16:59:59
|
Hi, I know this has been discussed before, but not supporting the DI and the GCFS, in my opinion, has not much to do with piracy. The argument it would support piracy was not very strong since there are other utils which provide an even easier way to rip/extract a GC-DVD to your computer. The drivers are already written by Scream|CT (on #gc-linux), they just need to be committed. I know I'm starting just another bike-shed, but I don't see a reason why the drivers shouldn't be committed. And I know it sounds corny, but I'm not interested in piracy (hell, if I were I would have modded my cube...). Regards, Steven Looman (Steve_-) |
From: Adam T. <ad...@io...> - 2005-01-01 17:54:37
|
On Jan 1, 2005, at 6:08 AM, bad...@fr... wrote: > 82s126.3m NOT FOUND > ERROR: required files are missing, the game cannot be run. > Starting MAME without any arguments tries to run Pac-man by default, and you don't have the Pac-Man ROMs, or at least not where xmame is looking for them. Adam |