Jump to content

spiedra

Members
  • Posts

    622
  • Joined

  • Last visited

Posts posted by spiedra

  1. I believe in Gnome, with theme files, you don't compile. You won't find the make or configure file. Open up your theme manager and you either have to install the tar as is, or you may have to extract the tar, then install the folder. Someone who uses Gnome can tell you what is what, but should be either of those methods i've described.

  2. On kde's website. There is a tool called Konstruct you would use to extract the sources. Makes installing it a little easier, or compile each one individualy. I am working on building rpms for them, but who knows when they'll be done.

  3. With the urpmi issue, it sounds like it was trying to grab tuxracer from one of your ftp sources which may be down. Try opening software manager and grab tuxracer of the cd's. Also, you want to update your ftp sources.

  4. When you extracted the tar, it would have created a folder. cd into that new folder. Once in that new folder, type:

    gdesklets CircleButtonBar.display

    You need to have gdesklets running before you type the above command. Also, I am not sure what the file is called, but the file you want to add will be the one that ends in '".display".

  5. What is the typical procedure to install drivers for any hardware?

    It depends. If it's tar you extract the tar and go about compiling, if it's rpm, just use the rpm command. Both procedures can be found in the faq's regarding installing software.

    OK, I will try this one more time, this is the third post.

     

    HSP56 modem, I downloaded Linux drivers, how do I install these drivers versus windows installs???

    I answered your question. faq's. faq's do not assume you know how to compile, install rpm, etc. faq's will walk you through installing rpms, it walks you through compiling tars and will answer just about any question regarding the fundamentals.

    OK, I will try this one more time, this is the third post.

     

    HSP56 modem, I downloaded Linux drivers, how do I install these drivers versus windows installs???

     

    When the FAQ are posted, they assume you know about Linux already, ie compiling, etc.

     

    How do you compile?? what terminal or screen do you use?? the run command??

     

    When do you need to compile???

     

    HOW do you install a new Linux modem driver, the one I have is not working.

     

    HOW do you update the kernal if it needs it??

     

    I need to get on the internet usinf snail modem because direcway has no Linux drivers yet.

     

    I need straight plain simple answers to some basic questions.

     

    Is their another web site for Linux dummies?

     

    I already know about creating icons, and using the standard programs, ie office org etc. adding desktop devices etc.

     

    I need some help on the compiling, they say compile, with what??

     

    :help:

    You have many questions. faq's will answer them. But to address your primary questions about how to install the driver, that depends in what format. If it is from tar, you run the compile commands which are usually

    ./configure

    make

    su to root

    make install

    If the driver is in rpm, then as root install it with the command:

    rpm -ivh program.rpm

    or

    urpmi program.rpm

    The last command will resolve dependencies.

    As for support sites, google for Linux Newbies and you get heaps of hits in regards to sites written for newbies. I encourage you to stick with it. It will open your eyes to a different world. It's a great experience. Good Luck!

  6. Here's an example of what your startup file should look like:

    #Wallpaper

    Esetroot  ~/.fluxbox/backgrounds/sephiroth.jpg

    #Applications

    gkrellm -w &

    giftd &

    rox -l=Desktop &

    #gdesklets &

    xscreensaver &

    #Startup Music

    play ~/downloads/sounds/Dance\ Startup.mp3

    I use a slightly different method to autostart programs, but the format is the same. Of course you substitute your own programs from what I have. If this is still not working for you, in the tips and tricks or faq's section, I wrote an alternative method to autostarting apps in Fluxbox you can check out.

  7. I would suggest using Mandrake 10. Your onboard sound is not compatible with Mandrake 9.0, but should be fine with Mandrake 10.0.

    For the modem, most pci modems will be winmodems. If your modem was cheap or from oem, then it will probably be a winmodem. Either way, search on that site I listed for a driver.

    Preferably, you should have an externel modem as that doesn't require software to run. It will be recognized right away and very easy to configure.

  8. It sounds like the the source didn't add. It may be temporaily unavailable so you may have to go through a couple of ftp sources to find a working one. Once it's added as root type:

    urpmi mythtv

    And it should be in your list and install.

    You don't have to search in the sources to find it. With that command, it will scan your sources for a match, then once found it will install.

  9. Can you post the contents of your flux folder?

    I believe with the newer version, the file is autostart, there should be someting like that there.

    If not, you'll need to create the file yourself, but we'll cross that bridge when it comes.

×
×
  • Create New...