Jump to content
Compatible Support Forums

jjcohen

Members
  • Content count

    30
  • Joined

  • Last visited

    Never

Everything posted by jjcohen

  1. jjcohen

    What if OS/2 lived?

    I worked as a contractor at IBM from 2001 through 2004, supporting the last, large scale OS/2 application IBM wrote. It was a hospital information system called CIS, written for Kaiser Permanente Colorado. It was finally retired just last year. It was an interesting system, and way ahead of its time. It was writtn back in the mid nineties, when Windows was still way too immature to handle the client side of such a mission-critical application.
  2. jjcohen

    Huge Issue Not sure what is going on!

    Could be a memory problem - Try removing, swapping the ram.
  3. jjcohen

    Fedora Core 2 2.6.5 updates...

    To install, type rpm -i (name of .rpm file)
  4. jjcohen

    Fedora Core 2 2.6.5 updates...

    As far as I can see, it can be installed either as a regular rpm or a .tar file. So you'll have to download it on another machine, then copy it over to run the install. In the meantime, do you have a regular ethernet connection you can use?
  5. jjcohen

    Fedora Core 2 2.6.5 updates...

    So first you need to get your wireless adapter wirking, right? That might be tough. Not all wireless chipsets are supported. Try linuxant (www.linuxant.com) for drivers.
  6. jjcohen

    what no root! ???????????

    The key thing isn't **what** you are installing, but **where** you are installing it to. Limewire can be installed anywhere - it doesn't require any files to be written to /usr, or to any other directories requiring root access. The install is really just an unjar, so root privileges aren't necessary.
  7. jjcohen

    unable to start X in FC3, pls help

    There's always the brute force method. Re-install the X packages.
  8. jjcohen

    Swap file not being used

    I think it could be your hard drive performance. Look into hdparm. Make sure you have 32 bit and dma on. Run: hdparm /dev/dvX -tT .
  9. jjcohen

    Linux & VB.Net

    Look into the mono project
  10. You need to boot into single user mode to get to a command line.
  11. jjcohen

    /dev/dsp no such device (sound)

    You need to set up ALSA: www.alsa-project.org. Here's a mini-howto: www.alsa-project.org/~valentyn/Alsa-sound-mini-HOWTO.html There is a step in the process where all the necessary entries in /dev are defined.
  12. jjcohen

    no sound on RH 9.0

    Try the ALSA drivers: http://www.alsa-project.org/
  13. You shouldn't have to do anything special to make the first disk bootable. Just burn the iso images using easy cd creator or something like it. You can use isobuster to extract the files from the iso images, but installing that way will be very painful - I really wouldn't recommend it unless you absolutely have to do it that way - like if your CD-ROM drive doesn't work. Your motherboard shouldn't be any problem for a modern distro. You shouldn't even need a boot floppy.
  14. jjcohen

    I wounded my system with fdisk...

    To create a swap disk, run mkswap: mkswap [ -c ] device [size-in-blocks] See the man page for more detail. You should be able to run without a swap space anyway. Some folks prefer it that way, especially if you have enough ram. For now, just comment the lines out where swap areas are defined. I don't know how you can restore the old partition table, but that shouldn't be necessary. For what it's worth, I think you're pretty close to solving your woes. As long as you can still boot at all, there's hope. Try this: from a command prompt, run fdisk /dev/hdX, where X is the drive. Type p to print out the partition table. Then see how that matches up with your fstab. That should help you sort things out. Since you have 2 linux installations, be careful to keep things straight. Don't worry about /dev/shm. It's a virtual drive, but don't try using it as a regular partition.
  15. jjcohen

    I wounded my system with fdisk...

    Edit your inittab so you boot to a command prompt. That'll make things easier. Later, you'll be able to your desktop by typing startx, or just change inittab back to a graphical logon. I think maybe you hosed up your swap space. See where it was mouted in fstab, and just comment it out for now.
  16. jjcohen

    I wounded my system with fdisk...

    You'll have to boot up in single-user mode. If your boot partition is still intact, this will bring you to a command line. From there, you should be able to update your /etc/fstab - that's where the problem is. In grub, edit the boot line, adding the word "single" at the end. Hit esc, then "b" to boot up. The boot process will give you just the minimal set of drivers and utilities (vi included) to edit the fstab and set things straight.
  17. I'm running the 2.6.1 kernel on an Nvidia-based system with no problems. It IS worth the upgrade - it runs WAY faster and smoother than 2.4. Nvidia has video drivers that support the 2.6 kernel on their website. As for the mobo itself - s/b no problems
  18. jjcohen

    Warhammer 40k Chaos Gate Trouble

    Do you have the latest Nvidia drivers installed?
  19. jjcohen

    Fedora is faster than RH 8 or 9!

    If you want to see it go REALLY fast upgrade to a 2.6 kernel.
  20. The next Fedora core (due out in February or March, I believe) will use 2.6
  21. I installed the 2.6.0 kernel in a new Fedora core installation. Everything works but when I load the mouse driver (psmouse), and then move the mouse just a few times, the whole machine locks up. I've tried disabling acpi (both in the kernel configuration and on the boot command line) and building a non-preemptible configuration. The m/b is a Gigabyte GA-7N400 (Nvidia chipset), and I suspect that has something to do with it, because I have the software on another machine that has a Via chipset, and I have no problems whatsoever. A usb mouse works ok, but I can't use it on this machine because I need to use a KVM switch (which doesn't support a usb mouse.). Back to top
  22. I installed the 2.6.0 kernel in a new Fedora core installation. Everything works but when I load the mouse driver (psmouse), and then move the mouse just a few times, the whole machine locks up. I've tried disabling acpi (both in the kernel configuration and on the boot command line) and building a non-preemptible configuration. The m/b is a Gigabyte GA-7N400 (Nvidia chipset), and I suspect that has something to do with it, because I have the software on another machine that has a Via chipset, and I have no problems whatsoever. A usb mouse works ok, but I can't use it on this machine because I need to use a KVM switch (which doesn't support a usb mouse.).
  23. jjcohen

    Fedora Core 1, kernel 2.6.0 mouse locks up

    Well, if anybody cares, I finally solved the problem with a ps2-usb converter cable - about $15.00.
  24. jjcohen

    Fedora Core 1, kernel 2.6.0 mouse locks up

    I tried patching up to kernel 2.6.1-rc1; the changelog indicated some improvements to psmouse. I got the following to display: psmouse.c: Explorer Mouse at isa0060/serio/input0 lost synchronization, throwing X bytes away (where is 1, 2 or 3)
  25. jjcohen

    FEDORA CORE 1 (kernel 2.4) & NFORCE2 CHIPSET

    The drivers at minion.de are for the nvidia video card, not for the nforce chipset. You shouldn't need any drivers for your mobo, except if you need sata, in which case you may be out of luck.
×