... I do not understand what logo with a LC40 you are talking about. URL? Thanks erik -- Dr. Erik Bongcam-Rudloff Linnaeus Center for Bioinformatics ...
Erik Bongcam
erik.bongcam@...
Nov 1, 2000 8:29 am
3203
Thanks for the humor! Also, the "Penguin on a Chip" does actually make a nice logo. Very clever. Russell ____________________________________________________ ...
Russell Hires
linux-mac68k@...
Nov 1, 2000 12:39 pm
3204
... Now _that_ is a cool logo! "ghost in the machine" kinda looking. :-) Jakob -- Send e-mail to 'linux-mac68k-request@...' with 'unsubscribe' ...
Jakov af Wallby
jakov@...
Nov 1, 2000 1:16 pm
3205
AppleUni Author
linux-mac68k@...
Nov 1, 2000 3:05 pm
3206
Well, I'm certainly no artist, but a friend of mine is. Perhaps he would be interested. I'll have to ask him. Sorry I have been unable to continue my work on...
Nicholas Burlett
linux-mac68k@...
Nov 1, 2000 4:35 pm
3207
Good idea. Make the Penguin about twice the size. Put some color in him. Airbrush the edges of the CPU chip. And I think you'll have a winner. ... De: AppleUni...
Henry Garcia
linux-mac68k@...
Nov 2, 2000 12:17 am
3208
First off, I put up a new kernel on ftp://macduff.dhs.org/pub/cvs/vmlinux-2.2.16-110100.gz. This one has Ove's latest SCSI driver, as well as some tweaks to...
Andrew McPherson
linux-mac68k@...
Nov 2, 2000 4:31 am
3209
... Weird, because the MTU of an Ethernet packet is 1500 bytes...that would explain why you can't get traffic: anything that transmits full-size frames will...
Joshua M. Thompson
funaho@...
Nov 2, 2000 4:59 am
3210
... A u_int is an unsigned int, which is 32 bits on NetBSD/mac68k (and I think it's 32 bits on all NetBSD platforms). Ethernet frames can be up to 1518 bytes...
Dave Huang
khym@...
Nov 2, 2000 5:58 am
3211
... When the received frame is DMAed in, the PSC (I guess :) reads the RCVFS register for you, and sticks the result in the beginning of the buffer. The first...
Dave Huang
khym@...
Nov 2, 2000 6:11 am
3212
... Have you bothered to report this on debian-68k, or even file a bug report against hwclock on m68k? Michael -- Send e-mail to...
Michael Schmitz
linux-mac68k@...
Nov 2, 2000 8:58 am
3213
... I had a quick look at the Linux driver, and it looks like if you use (mf->len & 0xff) | ((mf->status & 0xf) << 8), you should get the correct length....
Dave Huang
khym@...
Nov 2, 2000 2:46 pm
3214
The 950 hangs because it has its own logic chip that controls the adb ports like the IIfx. Nobody has come up with a fix that I know for this problem yet. ... ...
Henry Garcia
linux-mac68k@...
Nov 2, 2000 2:58 pm
3215
I got the ramdisk Debian Linux to boot, but it hangs while loading files onto the hard drive: Version: 2.2 architecture: m68k model: Mac Quadra 840AV memory:...
Steve Nichols
scnichols@...
Nov 2, 2000 6:35 pm
3216
Need more details. Where are you getting the base2_2.tgz file from: mac hfs partition, Network file server, CD-ROM Disk, Internal or external SCSI drive? ... ...
Henry Garcia
linux-mac68k@...
Nov 2, 2000 8:16 pm
3217
... Yep, that does it! Everything is working properly now! Well, almost everything. For some reason, the driver doesn't seem to report the necessary statistics...
Andrew McPherson
linux-mac68k@...
Nov 2, 2000 11:34 pm
3218
... NO, I haven't reported a bug yet. Right now I don't have too much time to devote to this Q950 BUT next week I hope to, and will report one if necessary. ...
James Clawson
jasmartin33@...
Nov 3, 2000 12:25 am
3219
... Yay, cool! :) I guess I'll have to get to work if I wanna stay ahead now ;) ... Hmm, that sounds pretty strange; I wouldn't expect that the driver would ...
Dave Huang
khym@...
Nov 3, 2000 1:11 am
3220
... Lack of a properly working clock could also do that. THe CUDA clock/pram code is in but it seems to be acting up. -- ... funaho@... |...
Joshua M. Thompson
funaho@...
Nov 3, 2000 2:03 am
3221
... It happened with all files that I tried downloading. That included files anywhere from a few k to 4 megs or so. Didn't seem to matter if I was transferring...
Andrew McPherson
linux-mac68k@...
Nov 3, 2000 2:03 am
3222
... Yes, I reported this when I first experienced the problem. This was months ago before Potato was even stable. Never recieved a response. I was a new...
Ray Knight
linux-mac68k@...
Nov 3, 2000 5:28 am
3223
... Please do. People working on the Debian installer (assuming there's someone left) rely on such feedback, and may be able to help. ... I'm a bit confused...
Michael Schmitz
linux-mac68k@...
Nov 3, 2000 9:25 am
3224
... As posted to the list before, I'm seeing disk-I/O-related hangs as well on my Performa 475 (full 040 pulled from a 840AV)... Seems to be somehow related to...
Alexander Mayrhofer
a.mayrhofer@...
Nov 3, 2000 9:26 am
3225
... hwclock has been known to act up on other machine (Amiga) before so it could be related. debian-68k would be the right list, I don't read it anymore so I...
Michael Schmitz
linux-mac68k@...
Nov 3, 2000 9:29 am
3226
Another thing that it could be is that it's simply slow. How long do you wait? 20 minutes? An hour? Maybe try another kernel? I seem to recall having the same...
Russell Hires
linux-mac68k@...
Nov 3, 2000 12:38 pm
3227
I just want to know if the audio device will be later devellopped on debian for mac68k ? thank you -- Send e-mail to 'linux-mac68k-request@...'...
David
linux-mac68k@...
Nov 4, 2000 9:57 am
3228
... Eventually, maybe, possibly. Depends what machine you've got. Right now, actually, I'm working on getting a functional AV audio driver, using the dmasound...
Andrew McPherson
linux-mac68k@...
Nov 5, 2000 4:35 am
3229
... I can probably help with this; I played around with the sound DMA a great deal when I was hacking the PSC a year or two ago (originally it was often the...
Joshua M. Thompson
funaho@...
Nov 5, 2000 8:14 am
3230
... Your info in mac_psc.h was very helpful, thanks! Although my success in Linux has been limited so far, I've found out quite a bit more in MacOS about the...
Andrew McPherson
linux-mac68k@...
Nov 5, 2000 3:56 pm
3231
I got a question or two: Is it only the penguin booter which needs PMMU or also Linux itself. I notised *BSD Booter also needs PMMU. If Linux itself does not...