Jump to content

DragonMage

Members
  • Posts

    2142
  • Joined

  • Last visited

Posts posted by DragonMage

  1. The only feature I am interested in Nero for Windows that I cannot have in K3B is creating VCDs without messing with resolutions, framerates, codecs, etc. Otherwise, K3B is much better than Nero in any format.

     

    For those who have Nero for Linux, please check whether it is so.

  2. It seems that because the change is hand made, the autodetect/mount feature in Mandrake will create a new /mnt/removable2 whenever you unplug and plug the usb key disk again.

     

    Try deleting the /mnt/removable line in your /etc/fstab. Reboot, then plug in your usb key disk again.

     

    BTW, what is the security option do you choose for your Mandrake?

  3. IMO, plextor makes the best burner, but the price range is usually on the high side.

     

    Anyway, I have an 8x BenQ DVD+RW that I like, the only problem is that I have to change firmware if I have to burn Dual Layer DVD (which is not a problem in my case since dual layer disks cost a lot of moolah). It's a bit on a slow side for reading (24x max for CD), but it has the best burn quality on all the 8x burners I have yet seen. The 8 MB buffer probably help :)

  4. Buying the router could be the best 50 dollars you ever spend. Not only that it alleviates most of the hustle of networking setup, it adds a second layer of security. In fact, you can make your home desktop a LAN server while still protected from the internet by the router.

  5. Since the default sound is snd-intel-8x0 (which should not happen), that means your onboard sound is still turned on. During the computer bootup, go to the bios (usually by pressing Del during bootup) and disable the Onboard sound. After that, Mandrake Control Center should be able to choose your soundblaster card better.

  6. Note that the dominance they are talking about is in terms of market share in USA. The thing really good about the merger is that they are combining two market areas that have zero overlap (Europe and South America). If you think in terms of market potential, S.A is a lot better than USA where there are two heavyweights already entrenched over there (Novell and RedHat). Europe, while there is still Novell (or Suse) to think about, is more open than USA, although not as open as S.A.

     

    Anyway, in terms of product range, I am not really sure what is the target for Connectiva. However, Mandrake has been eyeing the business market for quite a while. While they don't have the weight nor the brand name to go over the rich enterprises, they can go to small to medium business very well. Or better yet, a large enterprise which is poor in dollars (since we are talking about International market here). I checked the price of Novel OpenExchange server once and while they are cheaper than Microsoft's offering, amount of 4 digits in US dollars is still very expensive. If Mandrake can offer a similar product for only 3 digits in US dollars, those South Americans would snap them up :)

  7. There is a bug in Mandrake installation that it forgots to load yenta_socket during installation. Hence, no pcmcia will run at all. Put this line into /etc/modprobe.preload file.

     

    yenta_socket

     

    And then try rebooting.

     

    I mean, that card should load. I have it for my Toshiba laptop to replace the broken network jack.

  8. Here's a few links that may help you solve your problem

     

    1. Printer http://www.linuxprinting.org

    2. Scanner http://www.sane-project.org

    3. Motherboard, should be supported with possible exception of SATA Raid (if it is available).

    4. Cable modem, possibly not supported since it's USB. Maybe you should get a router to route the modem to ethernet jacks so that linux can use it.

    5. Hard drive, supported

    6. Video, should be supported, just don't forget to install NVidia driver if you want 3d

    7. Monitor, choosing a generic LCD with maximum resolution that your monitor can support during installation should suffice

    8. Audio http://www.alsa-project.org

  9. I have a similar problem in my laptop. The symlink /dev/modem keep going into my pcmcia lan/modem combo instead of the built in winmodem. So to solve it quick and dirty way to have /dev/modem symlinked correctly and automatically at boot is to add the commands to do it at the /etc/rc.local file.

     

    So edit your /etc/rc.local file and add these lines

    modprobe -r lt_serial

    modprobe lt_serial

     

    Then after bootup, your symlink should be done properly.

  10. Usually, evolution takes gnome's configuration of the default web browser. It is usually located in ~/.gconf directory. I am not really sure how to do it without gnome control center, but I will wager a guess on this one.

     

    First, find a directory in your /home/username partition called .gconf (note the . in front). Then edit the file /home/username/.gconf/desktop/gnome/url-handler/http/%gconf.xml

     

    Here is an example of that in my case

     

    <?xml version="1.0"?>
    <gconf>
    <entry name="command" mtime="1080633442" muser="username" type="string"><stringvalue>mozffremote %s</stringvalue></entry>
    </gconf>

     

    The mozffremote command is the command to execute Mozilla. Try editing that to your web browser of choice.

     

    Good luck

×
×
  • Create New...