Jump to content
Compatible Support Forums

blueworm

Members
  • Content count

    169
  • Joined

  • Last visited

    Never

Everything posted by blueworm

  1. blueworm

    I need a DVD Player "software" !!!!!!

    Install xine it works perfectly and has for along time.... http://plf.zarb.org/ make sure you have dma activated for your dvd player Code: bash-2.05b# hdparm /dev/dvd/dev/dvd: HDIO_GET_MULTCOUNT failed: Invalid argument IO_support = 1 (32-bit) unmaskirq = 1 (on) using_dma = 1 (on) keepsettings = 0 (off) readonly = 1 (on) readahead = 256 (on) HDIO_GETGEO failed: Invalid argument
  2. blueworm

    Cross-version RPM

    Some yes some no... Depends what dependencies they are relying on and if those dependencies have also been updated....
  3. blueworm

    iConcepts USB Digital Camera

    No there is no need to have a line in /etc/fstab unless you want it to mount at boot. try Code: modprobe usb-storage to see what modules you have loaded Code: lsmod once you plug in and switch on your camera devfs will automatically create /dev/sda and /dev/sda1 and if you where to plug in a second camera or thumb drive it would create /dev/sdb and /dev/sdb1.... If modprobing usb-storage worked for you all you need to do so that it loads this module at boot is add it to your /etc/modules file... Code: echo usb-storage >> /etc/modules
  4. blueworm

    Call of Duty Demo

    The only thing I changed in my ~/.wine/config was a line in [x11drv] "DesktopDoubleBuffered" = "Y" I then installed Code: wine ll_of_duty_demo_gsi.exe To run game I simply Code: wine CoDSP.exe
  5. blueworm

    Call of Duty Demo

    Quote: really? I've got the problem that it can't find the default.cfg. Any Ideas on how to get around it? Can't wait to get the game though Try re install. let me know what version of wine you are using and whether or not you are using fake windows. And if in doubt post yopur ~/.wine/config BTW COD the final release is reported working with wine. See Gentoo forum...
  6. blueworm

    iConcepts USB Digital Camera

    Quote: I don't seem to have a device called /dev/sda1 or anything similar. But I think I've got all the right modules in my kernel. Is that the error you are getting when you try to mount or have you simply looked in your /dev/ directory.
  7. Follow the instructions at www.alsa-project.org
  8. blueworm

    MSN 6.x Client

    msn + gaim works fine here. gaim version 0.71.
  9. blueworm

    iConcepts USB Digital Camera

    try mounting it first Code: mkdir /mnt/camera then Code: mount -t vfat /dev/sda1 /mnt/camera
  10. blueworm

    Red Orchestra

    AFAIK the ded server is bundled with the client.
  11. blueworm

    Red Orchestra

    Thanks I saw your guide this morning. Great job... I got it running no problems now... BTW what kind of frame rates are you getting? I find it varies alot depending on server.
  12. blueworm

    Compatible or ot compatible. That is the question...

    It really depends if you going to go amd or intel... As far as intel goes I really have'nt got a clue never owned 1. Althou the intel chipsets are said to be better...(probably by intel!) As far as amd goes if you are an advanced user... I would recommend the nforce2 chipset by nvidia. Otherwise stick to Via kt400 or kt600.
  13. blueworm

    Red Orchestra

    Yeah I was really dissapointed! I thought they where going to fix the linux issues for the 1.1 update... But it did'nt happen.
  14. blueworm

    Medal Of Honor

    linux beta 1 is out. works great except sound, but not a big deal very playable. http://icculus.org/news/news.php?id=1607
  15. blueworm

    Compatible or ot compatible. That is the question...

    My advice is buy a mainboard from a reputable mainboard maufacturer... Sonic is not a reputable mainboard maufacturer. I could'nt even find there website in a quick google around. I would recomend Asus or gigabyte from personal experience. This said MSI, Abit, and a few others also make good boards. Compatability is dependent on the chipsets used... Via, Intel, amd, nvidia chipsets are well supported. I would stay away from SIS. They are supported but fall into the cheap and chearfull category. I hope this help...
  16. http://www.linuxcompatible.org/forums/viewtopic.php?t=768 In linux you will need to have usb-storage compilled as a module most distributions are good to go allready.
  17. blueworm

    Medal Of Honor

    Dont kill yourself trying to get this to run, The binary has expired a new beta should be along one of these days.
  18. blueworm

    Where to download Mandrake 9.2`

    he mea 'ole
  19. blueworm

    Where to download Mandrake 9.2`

    ftp://ftp.aso.ee/pub/os/Linux/distributions/mandrake-iso/i586 Aloha
  20. blueworm

    Linux Newbie - Editing grub.conf

    http://www.linuxcompatible.org/forums/viewtopic.php?p=2034&highlight=#2034
  21. blueworm

    Matrox Parhelia on Linux

    check out this thread http://forums.gentoo.org/viewtopic.php?t=31507&highlight=parhelia You can also try with the vesa or vga driver in xfree86 but face it if you want any kind of quality in linux youre gonna have to get an NVIDIA card.
  22. blueworm

    I give up with my notebook.

    I concur. Mandrake 9.1 is a nightmare buggy as hell. 9.0 was far better. Have since moved on to gentoo...
  23. blueworm

    joystick in linux?

    Quote: Thanks... but i heard that redhat 7x supports joystick, may be not a force feedback. If so, can u help abt the details abt the driver support for it? Thanks once again. Linux is the kernel on which all other programs run.... Esentially all distributions (Redhat, mandrake,suse, debian, gentoo, etc...) have a linux kernel therefore will support the same hardware... The only differences bieng the kernel version and the unofficial patches applied to the kernel by the distributions... An example of a patch normally applied by the distributions is cdrom Supermount. This patch is somewhat unstable and therefore is not included in official linux kernel (Vanilla kernel). The rest (Largest part, not all) of what is un-justly known as linux is in fact GNU). Cutting to the chase you can run anything on any Distribution...Easy or Hard is another question. Usb joysticks are supported by all recent distributions with a 2.4.XX kernel. Usb Force Feedback is supported by Beta kernels 2.6.0testX If redhat is your choice of distribution install latest version... 9.0 I think I loose count...
  24. Linux is Linux regardless of distribution. All that changes is the packaging...
  25. blueworm

    Ready to install Linux, but!!

    Sorry... your linux future is not very bright. this is the official supported scanners pagehttp://www.mostang.com/sane/sane-backends.html neither your flatbed scanner or your negative scanner are supportred. Your camera is not a problem support is in kernel. usb-storage You mount it like a hard drive. Printer is Good to go. Compact flash reader should work same as camera i.e. mount as hard drive. Usb hub is supported also. As far as distrbutions go...."For tastes there are colors!" I used Mandrake for a while (2.5 years) abandoned in favor of Gentoo... Good luck
×