Recent content by PLBlaze

  1. P

    Poll: Witch OS do you use? [Poll]

    Linux at home OS/400 at work
  2. P

    Using Verizon DSL........Can I use something else besides Winpoet???

    Yeah change the OS...seriously i've encountered same problems with pauses under winblows me and verizon untill i hooked the modem to my Linux box,which never does this (roaring penguin)...and it works great too.Hope this helps.
  3. P

    trouble mounting my fat32 partition after kernel upgrade

    Huh, slack and driver problems? you sure it wasn't your problem? as in this case.Anyway onto the question,first of all read the Changes under /usr/src/linux/Documentation you'll need to have all the required utils updated in order to use 2.4.0.Most notably modutils package because 2.4.0...
  4. P

    linux mail clients

    For X based client i'd suggest Pronto, www.muhri.net/pronto. If you'd like to use command line one then mutt is the way to go, www.mutt.org.Hope this helps.
  5. P

    Good Apache webmail client to access IMAP mailbox through SSL?

    Try this one http://freshmeat.net/search/?q=webmail+and+imap
  6. P

    So 3dfx is toast, what about the Linux drivers?

    If i remember correctly www.linuxgames.com might have archive of all the linux drivers 3dfx released.Again hope this helps.
  7. P

    So 3dfx is toast, what about the Linux drivers?

    Whoa! pr0n links,where are they? anyway back to the question,the drivers used to be on linux.3dfx.com but not anymore.Don't worry,all you need is a CVS client (Concurrent Version Systems) found on www.cvshome.org and point it at cvs@dri.sourceforge.net to get the source,compile and you should be...
  8. P

    Poll: Which Dist of Linux are you using?

    LFS-2.4.2 ( www.linuxfromscratch.org ) ...
  9. P

    How to set permanent environment variables in Linux?

    Edit /etc/profile and add the path there...logout and login again.Hope this helps.
  10. P

    Poll: What OS do you run?

    Slackware Linux on both my computers...had win2k but scraped it for FBSD :).Linux rocks!
  11. P

    Compile a module for me.

    Yup, the email bounced with ns error at your domain.No problem i've sent it again.Let me know if the modue works for you.
  12. P

    Compile a module for me.

    Damaged, i did compile the module on 2.2.17 kernel and sent it to you.Let me know if you got my email.If you did not get it,i'll resend it again.Thanks.
  13. P

    Linksys router support Linux?

    The specific nic card you guys use has different chips version thus requires diff. module.One is via_rhine other tulip.To setup the nic under linux you'd need the correct module.Switch to command line, and issue this cmd /sbin/modprobe via_rhine or tulip;whichever your nic uses,then you can type...