Linux.com

mfillpot

mfillpot

  • Moderator
  • Posts: 2068
  • Member Since: 21 Apr 09
  • Last Logged In: 11 hours ago

Latest Posts

Posted by
Topic
Post Preview
Posted
  • mfillpot
    RE: no sound
    To me it sounds like pulse may be defaulting to the hdmi output, there is a good discussion on the mint forums at http://forums.linuxmint.com/viewtopic.php?f=208&t=117247 in which they have helped people to track down and resolve hdmi audio and auto-mute audio issues, I highly recommend for you to check it out and see if any of those solutions can resolve your problem.
    Link to this post 10 hours ago

    To me it sounds like pulse may be defaulting to the hdmi output, there is a good discussion on the mint forums at http://forums.linuxmint.com/viewtopic.php?f=208&t=117247 in which they have helped people to track down and resolve hdmi audio and auto-mute audio issues, I highly recommend for you to check it out and see if any of those solutions can resolve your problem.

  • mfillpot
    RE: Issue with mouse [Ubuntu 13.04]/Chrubuntu}
    It looks like you want more advanced functionality out of your synaptics touchpad, a basic explanation of configuration items can be found at http://askubuntu.com/questions/82740/help-configuring-synaptics-touchpad , I also have saved the configuration file that I use for my CR-48 chromebook running slackware at which includes comments for most options at http://pastebin.com/bmETqb9k , you can use that as a base for your configuration.
    Link to this post 10 hours ago

    It looks like you want more advanced functionality out of your synaptics touchpad, a basic explanation of configuration items can be found at http://askubuntu.com/questions/82740/help-configuring-synaptics-touchpad , I also have saved the configuration file that I use for my CR-48 chromebook running slackware at which includes comments for most options at http://pastebin.com/bmETqb9k , you can use that as a base for your configuration.

  • mfillpot
    RE: Help me chose a linux distro
    Most desktops distros come with gnome, kde or enlightenment installed by defaults so those satisfy your need for a 3d desktop. The games are the question because we do not know what type of games you want preinstalled, first person shooters are generally very large so they are not installed by default, but I know that at least KDE based distros ship with kdegames installed which include card games, logic games and other basic types which can be reviewed at http://games.kde.org/ If you tell us what type of games you want then maybe we can offer better assistance.
    Link to this post 10 hours ago

    Most desktops distros come with gnome, kde or enlightenment installed by defaults so those satisfy your need for a 3d desktop. The games are the question because we do not know what type of games you want preinstalled, first person shooters are generally very large so they are not installed by default, but I know that at least KDE based distros ship with kdegames installed which include card games, logic games and other basic types which can be reviewed at http://games.kde.org/

    If you tell us what type of games you want then maybe we can offer better assistance.

  • mfillpot
    RE: wifi on 12.04 and other questions
    I am glad that launchpad was able to fix your problems. I personally do not use ubuntu because I do not agree with their software choices, but I have personally met some of their engineers and they are knowledgeable, passionate people who are very willing to help correct problems. As for any ubuntu, if you just need help understanding a tool then checkout http://help.ubuntu.com and if there is a problem with hardware not working or software acting weird report it on launchpad so that community can help you. We here at linux.com will always try our best to help you but we use varying distros and may not always know your distro or hardware well enough to give a prompt answer so it never hurts to ask in both locations, if nothing else we can point you to the community for your chosen distro.
    Link to this post 21 hours ago

    I am glad that launchpad was able to fix your problems. I personally do not use ubuntu because I do not agree with their software choices, but I have personally met some of their engineers and they are knowledgeable, passionate people who are very willing to help correct problems.

    As for any ubuntu, if you just need help understanding a tool then checkout http://help.ubuntu.com and if there is a problem with hardware not working or software acting weird report it on launchpad so that community can help you.

    We here at linux.com will always try our best to help you but we use varying distros and may not always know your distro or hardware well enough to give a prompt answer so it never hurts to ask in both locations, if nothing else we can point you to the community for your chosen distro.

  • mfillpot
    RE: help on regular expression
    Rather than reposting data that is already on the net, I recommend checking out some of the posts at http://stackoverflow.com/questions/12522388/sed-awk-match-a-pattern-and-return-everything-between-the-end-of-the-pattern-a In addition you may be able to find some other scripts that can help at http://www.commandlinefu.com
    Link to this post 5 days ago

    Rather than reposting data that is already on the net, I recommend checking out some of the posts at http://stackoverflow.com/questions/12522388/sed-awk-match-a-pattern-and-return-everything-between-the-end-of-the-pattern-a

    In addition you may be able to find some other scripts that can help at http://www.commandlinefu.com

  • mfillpot
    RE: Command not found error
    I have not used NS2, but I will try my best to help. If the executable is stored in a folder that is displayed in the output of "echo $PATH" then the app should be capable of launching by just typing the name. Please make sure that the app is executable and that your path is located in your path environmental variable. Does the app run when you attempt to execute it directly from the containing folder?
    Link to this post 5 days ago

    I have not used NS2, but I will try my best to help. If the executable is stored in a folder that is displayed in the output of "echo $PATH" then the app should be capable of launching by just typing the name. Please make sure that the app is executable and that your path is located in your path environmental variable.

    Does the app run when you attempt to execute it directly from the containing folder?

  • mfillpot
    RE: Newbie Needs Generall Linux Help
    Nearly any distro will work for your needs except for gaming, you need to be aware that windows games will not work in other operating systems. There are some software layer libraries like wine, crossover games, etc.. which will allow some games to be played, but as it is noon-native there will be bugs and some programs just won't work. As a starter you shoud checkout linux mint or ubuntu as they are user friendly and have large software repos, you can also test them from a CD to test the interface. When running any OS from a disk the experience will be slow because all data must be cached into ram, so they speed will differ on disk compared to being on the HDD. As for relaibility, stability and security those are the best reason to try linux, the large community or developers and active contributors help to ensure that most bugs are discovered and resolved quickly.
    Link to this post 5 days ago

    Nearly any distro will work for your needs except for gaming, you need to be aware that windows games will not work in other operating systems. There are some software layer libraries like wine, crossover games, etc.. which will allow some games to be played, but as it is noon-native there will be bugs and some programs just won't work.

    As a starter you shoud checkout linux mint or ubuntu as they are user friendly and have large software repos, you can also test them from a CD to test the interface. When running any OS from a disk the experience will be slow because all data must be cached into ram, so they speed will differ on disk compared to being on the HDD.

    As for relaibility, stability and security those are the best reason to try linux, the large community or developers and active contributors help to ensure that most bugs are discovered and resolved quickly.

  • mfillpot
    RE: wifi on 12.04 and other questions
    I am hoping that your problem is with signal interference as it would show itself differently in linux than in windows because some manufacturer supplied drivers are instructed to ignore some types of errors. However, if the problem started with a kernel update then it may be a sign of a regression in the drivers for your wifi card to which I highly recommend plugging the device into the wired network and reporting the problem to ubuntu so see that they say since they also have kernel engineers and can work on a solution.
    Link to this post 5 days ago

    I am hoping that your problem is with signal interference as it would show itself differently in linux than in windows because some manufacturer supplied drivers are instructed to ignore some types of errors. However, if the problem started with a kernel update then it may be a sign of a regression in the drivers for your wifi card to which I highly recommend plugging the device into the wired network and reporting the problem to ubuntu so see that they say since they also have kernel engineers and can work on a solution.

  • mfillpot
    RE: gang scheduling in linux
    I found some references to someone testing gang scheduling in 2011, but not recommending it for mainline inclusion, so I do not know if it has been added yet. I also found a page at https://computing.llnl.gov/linux/slurm/gang_scheduling.html which explain how to implement it using the SLURM utility.
    Link to this post 5 days ago

    I found some references to someone testing gang scheduling in 2011, but not recommending it for mainline inclusion, so I do not know if it has been added yet.

    I also found a page at https://computing.llnl.gov/linux/slurm/gang_scheduling.html which explain how to implement it using the SLURM utility.

  • mfillpot
    RE: Linux Mint14.1: connecting to a Wifi network
    I am surprised that mint dooes not ship the b43 drivers by default it that distro does not appear to be friendly for offline use. But I did find a tutorial for you to try at http://community.linuxmint.com/tutorial/view/692
    Link to this post 22 Apr

    I am surprised that mint dooes not ship the b43 drivers by default it that distro does not appear to be friendly for offline use. But I did find a tutorial for you to try at http://community.linuxmint.com/tutorial/view/692

Who we are ?

The Linux Foundation is a non-profit consortium dedicated to the growth of Linux.

More About the foundation...

Frequent Questions

Join / Linux Training / Board