Recent content by epooch

  1. E

    which Adaptor do we need?

    you are MUCH better off just getting a PCI video card that will support digital video (DVI).
  2. E

    Powerbook T1 a1025 display problem

    check the video out on a monitor and see if it looks the same. If it looks OK, there could be a problem in tha cable to the LCD or in the LCD harware.
  3. E

    Tiger 10.4.4 gcc and libgcc.a

    Make sure there are no "static" flags for ld in the make file.
  4. E

    G3 333 Powerbook Lombard Bronze

    If you are going to run mac os x, run at least 10.2.8. I never had the fan in my Lombard turn on in earlier versions, and it would get very, very hot. Don't bother with the DVD card/logic board in OS X. It can't use it. Use VLC instead for barely acceptable DVD play back. Daystar has a 433 G4...
  5. E

    Hauppauge WinTV + FM USB

    Hauppauge WinTV FM USB USB2 PVR should work on the mac using the Eskape drivers. The WinTV pci cards work with the program iTV
  6. E

    ? Possible ?: Making a method that accepts either an object or primative?

    you can use : (void *) input, but I think you would need to make sure that you are passing a pointer to the double, rather than the double value. you would also need to figure out a way to figure out what is being passed. Off the top of my head, you could maybe check: if (sizeof(*input) ==...
  7. E

    Sony ICD-MS515 memory stick voice recorder

    Can you just buy a mac compatible USB flash memory reader and put the memory stick in? It should show up like a hard drive on your Mac, then you can play the sound files.
  8. E

    Sony ICD-MS515 memory stick voice recorder

    Can you just buy a mac compatible USB flash memory reader and put the memory stick in? It should show up like a hard drive on your Mac, then you can play the sound files.
  9. E

    hard drive error in external enclosure

    Disk Warrior will fix invalid B tree nodes: http://www.alsoft.com/DiskWarrior/
  10. E

    process scheduling

    Process scheduling in Mac OS X is performed by the Mach kernel (and BSD?). You can look up POSIX threads (pthreads) to see how to use it programatically. I am not sure what you are looking for, but this should be a start...
  11. E

    Apple IIE transfers

    There was an old program for mac os 9 that would allow you to hook up a serial cable and transfer the disk contents that way. It would send a small program to the IIe that would do the transfer. I can't think of the name, but I did have success transferring disk images that way. Edit: maybe...
  12. E

    Detecting memory leaks

    The xcode debugger should usually help in tracking down where the crash is occuring. adding break points and inspecting the retain count and value of the objects just before the crash can be helpful too. The main NSEnumerators retain each item while it is being enumerated. Make sure to...
  13. E

    Problem with insufficient power to USB port

    Make sure the chip set on the PC card matches one supported by mac os x. I don't think you should have a problem though. I have not had a problem with generic USB cards on the Mac.
  14. E

    Pismo Battrey

    If the lights came on, the battery might be ok, although sometimes batteries will have a slight charge and die when a load is put on them. Can you try it on someone else's machine? If the battery is good, it could be your PMU board. Pismos are pretty easy to take apart if it comes down to that.
Back
Top