Search found 25 matches

by KeithIrwin
Tue May 11, 2004 10:10 pm
Forum: Homebrew Software and Indie Games Discussion
Topic: Dummy files
Replies: 3
Views: 239

No, don't make it small. Make it big. Dummy files are there to move the files away from the edge of the disc. The edge of the disc is more brittle and prone to error, so it makes sense to fill it with unimportant information. This is the purpose of the dummy file. I think it may also speed access ti...
by KeithIrwin
Sun Apr 25, 2004 7:01 pm
Forum: Off-Topic Forum
Topic: Advanced OS 9
Replies: 12
Views: 534

Although a G4 is a better processor than the G3 at the same clock frequency, a fast G3 is still better than a slow G4. Processor type alone doesn't indicate how good it is, and really there's no significant architectural features between a G3 and a G4 which make a difference for a unix-style OS vers...
by KeithIrwin
Sun Apr 25, 2004 6:09 pm
Forum: Off-Topic Forum
Topic: Serious crash in OSX
Replies: 11
Views: 507

Since Yvan has brought this back up to the top again, I'll throw my 2 cents in. I used to get kernel panics frequently with 10.0.x, but they got rid of most of them when they went to 10.1. Kernel panics occur only when there are serious bugs in code being run as part of the kernel or when there are ...
by KeithIrwin
Wed Apr 14, 2004 10:47 pm
Forum: Programming Discussion
Topic: Woah! 0.0 Help? Please?
Replies: 6
Views: 485

What's happening, clearly is that the wrong assembler is being called. You'll notice that the program generating the errors is /usr/libexec/gcc/darwin/ppc/as. So, the Darwin/PowerPC assembler is being called. This shouldn't happen because you shouldn't be assembling code for your computer (which has...
by KeithIrwin
Mon Apr 12, 2004 9:43 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

I tried it out with my friend Stefan tonight, and it worked fine for him too. Talking with him about it has lead to a couple of small changes in the guide, but nothing which suggests a solution to MaximumZero's problems, unfortunately. I've also made an HTML version (same content, but apparently the...
by KeithIrwin
Mon Apr 12, 2004 6:25 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

Keep in mind that the UUCP stuff is really only being installed so that cu can be used. We're not actually connecting via UUCP. The only command that the modem should really need on the Mac end is "ATA" (i.e. Hey, Modem, answer) and the only command on the DC end is some form of "ATDT...
by KeithIrwin
Tue Apr 06, 2004 8:01 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

Well, give it a try, then. It's at http://www.asyserver.com/~kirwin/dc-modem-to-modem.txt and I'll be glad to give you any help that I can.

Keith
by KeithIrwin
Mon Apr 05, 2004 10:47 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

If you have some rough unix familiarity, use my guide that I posted the link to in my first post. If you have no unix familiarity, then you'll want to wait a couple of days for me to rework the guide if you want a full one, although you can also try following the instructions as well as you can and ...
by KeithIrwin
Mon Apr 05, 2004 6:41 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

Umm, what modem script? The dreamcast doesn't accept a modem script, I don't believe, and the Mac side you're doing manually instead of with a script. I don't think that the web browser should make a bit of difference. If you can explain to me when and in what circumstances the problem is occuring, ...
by KeithIrwin
Thu Apr 01, 2004 3:13 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

I have been thinking about this, and I have an idea about what might be going wrong. The Dreamcast and the Mac will not connect until you have told the Mac to answer. After step 1, do not wait for something to happen, do step 2 immediately. If my guess is wrong and you are doing step 2, when is the ...
by KeithIrwin
Tue Mar 30, 2004 2:19 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

There's nothing more that is supposed to happen there. I don't see any error, so I assume that it copied it successfully. Now go to the guide and follow the instructions for using cu: Using the link 1) Tell the Dreamcast to connect. Do this as you usually would. 2) Tell the Mac to answer. "sudo...
by KeithIrwin
Mon Mar 29, 2004 6:11 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

Ah, yeah, I see that my instuctions for how to install cu are lacking since I assume that you know what "cd" is and how to use it. I'm trying to assume no unix knowledge, but I forget sometimes and assume some. Sorry. I appreciate your patience. The /usr/bin directory is not visible from t...
by KeithIrwin
Fri Mar 26, 2004 10:44 am
Forum: Programming Discussion
Topic: Compiling DC Load/DC Tool
Replies: 3
Views: 410

After looking it over, I decided that your solution is the correct one. If the windows implementation sends along 0's for directory entries which it does not have, it makes sense that other implementations should do the same. I did bracket it in #ifdef __APPLE__ for portability, but I did the same f...
by KeithIrwin
Fri Mar 26, 2004 12:44 am
Forum: Programming Discussion
Topic: Compiling DC Load/DC Tool
Replies: 3
Views: 410

Just to put the information out there in case anyone else is trying to figure things out, the way to get it to build bfd is to pass the --enable-shared flag to configure. I should really have rtfm'ed a little earlier, but my reading on the internet lead me to think that bfd compiled automatically in...
by KeithIrwin
Thu Mar 25, 2004 2:51 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

Oh, and let me know if that works. If it does, then I'll update the instructions to include that as an option.

Keith
by KeithIrwin
Thu Mar 25, 2004 2:50 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

I came up with another solution, actually. I've uploaded my binary for cu onto the web at http://www.asyserver.com/~kirwin/cu.tar Try downloading that, and copying cu into /usr/bin (i.e. cd to the directory that its in. If stuffit expander hasn't already extracted cu then do "tar -xf cu.tar&quo...
by KeithIrwin
Thu Mar 25, 2004 11:33 am
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

I've been using the fink binary install, although you could try the other one if that one isn't working for you. I have OS X 10.2.8. I would be very surprised if your French system were the problem. I don't think that minicom taps into any of the internationalization stuff at all. I'd be quite surpr...
by KeithIrwin
Wed Mar 24, 2004 6:32 pm
Forum: Programming Discussion
Topic: Compiling DC Load/DC Tool
Replies: 3
Views: 410

Compiling DC Load/DC Tool

I know that at least a couple of people on here have gotten DC Load and DC Tool to compile on OS X. When I try to do a make, I get an error becuase it can't find bfd.h. Anyone know what to do about this? I tried both downloading and building binutils for OS X and for elf-sh. Neither helped in the sl...
by KeithIrwin
Wed Mar 24, 2004 4:08 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

Yeah, that definitely sounds like some sort of a bug. Try using Fink Commander to uninstall it and then reinstall it. When I run "sudo minicom -s" after I enter my password, I get a screen on the terminal which looks like this: lqqqqq[configuration]qqqqqqk x Filenames and paths x x File tr...
by KeithIrwin
Wed Mar 24, 2004 12:20 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: Modem through a mac on broadband
Replies: 58
Views: 21039

1) Nslookup Type "nslookup blah". This will return something like: "Server: ns3.ncsu.edu Address: 152.1.1.206 *** ns3.ncsu.edu can't find blah: Non-existent host/domain" The address is your DNS server address which you'll want to put in your PPP options file. It also tells you th...