Jump to content

ShadowFoxLSU

Members
  • Posts

    182
  • Joined

  • Last visited

Posts posted by ShadowFoxLSU

  1. First try to run XMMS from the console. If you get an error, post it here, I will try to help. If not, go to Kmixer, or gnome's sound widget, and make sure that the sound is not muted. (I had a similar problem, and it was because the sound was off by default)

  2. AMD Athlon XP2000+ processor, plus packaged heatsink and fan (either 1.6 or 1.8ghz)

    Good

    ABIT KD7A Motherboard w/ plenty of expansion slots

    I'd go with an nforce2 based motherboard if you are worried about money. Both work great and have built-in support in the 2.6.X kernel

    512MB 2700 DDR SDRAM

    Good, I'd get more, but I am a gamer...

    Creative 52X CDROM (internal)

    Memorex 52x24x52x CDRW (internal)

    Both work under linux (both are in my secondary PC)

    Sony 1.44MB floppy drive

    It's a floppy!

    US Robotics 56K everything external modem (non USB) (just in case i ever need dial up. i have DSL, so this is a backup scenerio)

    No clue.. just make sure it doesnt require windows

    GeForce4 ti4200 128MB DDR video card

    It's an OK card. If you can, spluge for a 5600 FX

    Linksys LNE100TX ethernet controller

    Creative Labs soundcard 16 bit SBLive Platinum

    Both work, but if your on a budget, I'd go with the nforce2 based motherboard and axe both of these peices

    160GB ATA100 7200RPM Seagate Barracuda hard disk

    You can never have too much space

    an as yet to be determined tower (i'm mulling over several models) but it will have at least a 400w power supply, 4 or more 5.25" bays, 3 or more 3.25" bays, plenty of ventilation, & it's gonna be one of those lovely see through neon lighted side panel jobs. (eye candy, i know, but what they hey?)

    350Watts is more than enough if you are not overclocking.

  3. The second test of Fedora Core 2 is now live.

     

    The second test release of Fedora Core 2 is now available. From the release notes: "The goal of this test release of Fedora Core is to concentrate tester efforts on specific parts of the distribution. To that end, please make testing of the following components a priority. SELinux support is now included and enabled by default. In the installer, you can choose to have SELinux in active mode, to have SELinux warn only, or to disable SELinux. This option is present in the firewall configuration screen. In this release, XFree86™ has been replaced by a new X11 distribution provided by X.Org. The new X.Org package is based on a prerelease snapshot of XFree86 4.4, and should be seamlessly compatible with XFree86." Read the full release notes and the poetic announcement for more information. Download: FC2-test2-i386-disc1.iso (634MB), FC2-test2-i386-disc2.iso (635MB), FC2-test2-i386-disc3.iso (635MB), FC2-test2-i386-disc4.iso (172MB); also available via BitTorrent.

    Distrowatch report

  4. I am going to add another Knoppix based distro to this battle....

     

    ...Overclockix. The latest version is based off of Knoppix 3.4 C't . It comes with Gnome, KDE and Fluxbox installed and does sync up perfectly with the debian sources. I installed it to the HDD and got both Enemy Territory and UT2004 to run, along with installing the NVidia drivers. Try it out if your/ or your friend is a gamer.

  5. The first bug deals with both the demo and retail game

     

    If you install the game and try run "ut2004" and get the error:

    ./ut2004demo

    Could not load OpenGL library

     

    History:

     

    Exiting due to error

     

    The fix is simple:

    Create a symbolic link to your Opel GL libraries in /usr/games/ut2004/System. To do this:

     

    $su

    password: "root password here"

    #cd /usr/games/ut2004/System

    #ln -s /usr/lib/libGL.so.1

    #ln -s /usr/lib/libGLcore.so.1

    #exit

    $ut2004

     

    That should correct the error.

     

    If you find another common bug feel free to add to it to this topic.

  6. Anyway, I am trying to compile my nforce drivers for fedora core 2 test 1. Yet I get error hell, any ideas?

    Error Message (Source):

     

    [root@localhost nforce]# ls

    GNULicense.txt nvaudio NVLicense.txt ReleaseNotes.html

    Makefile nvgart nvnet

    [root@localhost nforce]# make

    make -C nvnet

    make[1]: Entering directory `/mnt/games/nforce/nvnet'

    cc -c -Wall -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O -Wstrict-prototypes -DCONFIG_PM -fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -DMODULE -I/lib/modules/2.6.1-1.65/build/include nvnet.c

    In file included from /lib/modules/2.6.1-1.65/build/include/asm/irq.h:16,

    from /lib/modules/2.6.1-1.65/build/include/linux/irq.h:20,

    from /lib/modules/2.6.1-1.65/build/include/asm/hardirq.h:6,

    from /lib/modules/2.6.1-1.65/build/include/linux/interrupt.h:11,

    from nvnet.h:30,

    from nvnet.c:21:

    /lib/modules/2.6.1-1.65/build/include/asm/irq_vectors.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function)

    /lib/modules/2.6.1-1.65/build/include/asm/irq_vectors.h:31: error: `NR_IRQS' undeclared here (not in a function)

    /lib/modules/2.6.1-1.65/build/include/asm/irq_vectors.h:117: warning: `struct hw_interrupt_type' declared inside parameter list

    /lib/modules/2.6.1-1.65/build/include/asm/irq_vectors.h:117: warning: its scope is only this definition or declaration, which is probably not what you want

    In file included from /lib/modules/2.6.1-1.65/build/include/asm/hardirq.h:6,

    from /lib/modules/2.6.1-1.65/build/include/linux/interrupt.h:11,

    from nvnet.h:30,

    from nvnet.c:21:

    /lib/modules/2.6.1-1.65/build/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function)

    nvnet.c: In function `linuxlockacquire':

    nvnet.c:127: warning: dereferencing `void *' pointer

    nvnet.c:127: error: request for member `magic' in something not a structure or union

    nvnet.c:127: warning: dereferencing `void *' pointer

    nvnet.c:127: error: request for member `lock' in something not a structure or union

    nvnet.c:127: warning: dereferencing `void *' pointer

    nvnet.c:127: error: request for member `babble' in something not a structure or union

    nvnet.c:127: warning: dereferencing `void *' pointer

    nvnet.c:127: error: request for member `babble' in something not a structure or union

    nvnet.c:127: warning: dereferencing `void *' pointer

    nvnet.c:127: error: request for member `module' in something not a structure or union

    nvnet.c:127: warning: dereferencing `void *' pointer

    nvnet.c:127: error: request for member `owner' in something not a structure or union

    nvnet.c:127: warning: dereferencing `void *' pointer

    nvnet.c:127: error: request for member `oline' in something not a structure or union

    nvnet.c:127: warning: dereferencing `void *' pointer

    nvnet.c:127: error: request for member `lock' in something not a structure or union

    nvnet.c:127: warning: dereferencing `void *' pointer

    nvnet.c:127: error: request for member `owner' in something not a structure or union

    nvnet.c:127: warning: dereferencing `void *' pointer

    nvnet.c:127: error: request for member `oline' in something not a structure or union

    nvnet.c: In function `linuxlockrelease':

    nvnet.c:136: warning: dereferencing `void *' pointer

    nvnet.c:136: error: request for member `magic' in something not a structure or union

    nvnet.c:136: warning: dereferencing `void *' pointer

    nvnet.c:136: error: request for member `lock' in something not a structure or union

    nvnet.c:136: warning: dereferencing `void *' pointer

    nvnet.c:136: error: request for member `babble' in something not a structure or union

    nvnet.c:136: warning: dereferencing `void *' pointer

    nvnet.c:136: error: request for member `babble' in something not a structure or union

    nvnet.c:136: warning: dereferencing `void *' pointer

    nvnet.c:136: error: request for member `module' in something not a structure or union

    nvnet.c:136: warning: dereferencing `void *' pointer

    nvnet.c:136: error: request for member `lock' in something not a structure or union

    nvnet.c: In function `nvnet_open':

    nvnet.c:735: warning: passing arg 2 of `request_irq' from incompatible pointer type

    nvnet.c: In function `nvnet_remove':

    nvnet.c:1248: error: structure has no member named `driver_data'

    make[1]: *** [nvnet.o] Error 1

    make[1]: Leaving directory `/mnt/games/nforce/nvnet'

    make: *** [nvnet_make] Error 2

     

    NOTE: moved to Other Linux Distributions by tyme

  7. In Relpy to #1

     

    Humm, truthfullu why are you worried about updating? Unlike Windows you cant update everypeice individually. ot through apt/yum/portage the whole system at once. MDK is easier to install than say slackware, debian, or BSD (BSD is not linux, but it is a free UNIX) but lacks yum/apt-get (yes urpmi is there, I dont like it -- I've destryoed my system one to many times with it). I would like to encourgae you to try out Debian, Fedora and FreeBSD. You will learn a lot, but you will also find one that suits you well

  8. Well, I've been knowing that this is coming, but my poor little Pavilion N5425 laptop is on it's last legs. My 2 year service plan ended a few months ago and the second LCD is dying (I had one repleaced because the LCD died). This slow thing will be turned into a server, but I still use a laptop for my day to day biddings at work/school and at coffee shops. I dont really need one that I can play games on, but a decent graphics card would be nice. Any suggestions? Right now I am leaning towards an Apple iBook/Powerbook or a Centrino based laptop.

  9. You have a small problem, You need to install the kernel source, and Mandrake NO LONGER INCLUDES IT IN THEIR distro. It's the main reason why I switched from MDK. Anyway, get a CD-RW and a working internet connection and hunt down the kernel source.

×
×
  • Create New...