Linux.com

mfillpot

mfillpot

  • Moderator
  • Posts: 2070
  • Member Since: 21 Apr 09
  • Last Logged In: 3 hours ago

Latest Posts

Posted by
Topic
Post Preview
Posted
  • mfillpot
    RE: USB wi-fi adapter?
    There are some adapters that work without issues, but they generally are not marked as such. I have found that the usb wifi that sony sells for their smart TVs works perfectly, but it is expensive. I also found some at newegg such as http://www.newegg.com/Product/Product.aspx?Item=N82E16833116003 that say they are compatible.
    Link to this post 3 hours ago

    There are some adapters that work without issues, but they generally are not marked as such. I have found that the usb wifi that sony sells for their smart TVs works perfectly, but it is expensive. I also found some at newegg such as http://www.newegg.com/Product/Product.aspx?Item=N82E16833116003 that say they are compatible.

  • mfillpot
    RE: Need help with this shell script
    Your problems is from having multiple if statements without closing them. For example with your if statements in lines 93 to 129 you have multiple if statements start and only one ends, I beleive you intended them to be a single statement, if that is the case you will want to use if..elif..fi, so the middle statements would start with elif.
    Link to this post 3 hours ago

    Your problems is from having multiple if statements without closing them. For example with your if statements in lines 93 to 129 you have multiple if statements start and only one ends, I beleive you intended them to be a single statement, if that is the case you will want to use if..elif..fi, so the middle statements would start with elif.

  • 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 3 days 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 3 days 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 3 days 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 3 days 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 16 May

    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 16 May

    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 16 May

    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 16 May

    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.

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