Search:

Type: Posts; User: warp99; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    6
    Views
    445

    [SOLVED] Re: script as start up app

    Just put the commands in your ~/.bashrc script.
  2. Replies
    6
    Views
    445

    [SOLVED] Re: script as start up app

    There could be numerous factors why the script is not running. Can you post the script?
  3. Replies
    11
    Views
    753

    [SOLVED] Re: Linux image update did not complete

    Try the following:



    sudo kill -9 <process>

    The process aptd does not need to be killed, that's a daemon.
  4. Replies
    11
    Views
    753

    [SOLVED] Re: Linux image update did not complete

    Another process is using apt. Use the link that matt_fussell2 gave and kill the process using apt, then update and upgrade.
  5. Replies
    11
    Views
    753

    [SOLVED] Re: Linux image update did not complete

    Kill both apps and just go to the terminal for the updates:


    sudo apt-get update

    sudo apt-get upgrade

    See if that solves the problem before doing anything else.
  6. Replies
    11
    Views
    753

    [SOLVED] Re: Linux image update did not complete

    You could reinstall the package before you reboot if you think it failed:


    sudo apt-get install --reinstall linux-image-3.2.0-61-generic-pae
  7. Thread: Desktop Clock

    by warp99
    Replies
    2
    Views
    1,688

    [lubuntu] Re: Desktop Clock

    Sure you can. You just need to install screenlets:


    sudo apt-get install screenlets screenlets-pack-all

    There's a world clock widget that I believe will work.
  8. Replies
    4
    Views
    6,818

    [SOLVED] Re: Syntax for FSTAB entry with white space

    From the FSTAB man pages:

    The second field (fs_file).

    This field describes the mount point for the filesystem. For
    swap partitions,...
  9. Replies
    8
    Views
    4,258

    [ubuntu] Re: Help...Cannot Remove AVG after installation failed

    It appears that script is trying to remove a directory that doesn't exist. Try the --force option on dkpg to remove the package.
  10. Replies
    2
    Views
    1,907

    Re: Vimeo embeds not working on Firefox

    Vimeo videos are hit and miss with Chromium and Firefox because both use the Adobe flash plugin, which is deprecated. If you install Chrome direct from Google with the "Pepper" flash plugin Vimeo...
  11. Replies
    11
    Views
    7,130

    [ubuntu] Re: Webcam black in skype, but works in cheese

    Are there any error message when you start Skype from the terminal? When you go to the Options > Video Devices menu does the camera work? There should be a preview window when you select the correct...
  12. [ubuntu] Re: mplayer won't play mp4, vlc will play in Xine/VLC

    If you enable the universe repository that version will player mp4:

    http://askubuntu.com/questions/148638/how-do-i-enable-the-universe-repository
  13. Replies
    11
    Views
    7,130

    [ubuntu] Re: Webcam black in skype, but works in cheese

    Remove your version and install the version in the Ubuntu repositories since it includes some bug fixes. Here's how you enable the partner repositories:
    ...
  14. Replies
    11
    Views
    7,130

    [ubuntu] Re: Webcam black in skype, but works in cheese

    Are you using the Skype version from the Ubuntu partner sources?
  15. [SOLVED] Re: Using latest flash player on firefox in Ubuntu 13.04

    ;-)
  16. Re: Trouble with Logitech WebCam, "Failed to open /dev/video0: No such file or direct

    Glad you got it working. Don't forget to mark the thread solved.
  17. [SOLVED] Re: Using latest flash player on firefox in Ubuntu 13.04

    That's because Chromium and Firefox use the Adobe flash plugin, which is deprecated. If you install Chrome direct from Google with the "Pepper" flash plugin both videos will play without a problem:
    ...
  18. Re: Trouble with Logitech WebCam, "Failed to open /dev/video0: No such file or direct

    Did you try a different kernel or update the kernel? Looks like in precise-updates the most recent kernel is 3.8.0-32-generic and the module uvcvideo.ko is there:
    ...
  19. Re: Trouble with Logitech WebCam, "Failed to open /dev/video0: No such file or direct

    Well the module is there, but not loading.
  20. Re: Trouble with Logitech WebCam, "Failed to open /dev/video0: No such file or direct

    What's the model of the webcam? Sometimes a "quirk" has to be enabled to get it to run correctly.
  21. [ubuntu] Re: every kernel release kills VMware workstation, (tired of it)

    It's simple. First see what kernel you are running:


    uname -r

    Then install the header meta-package that corresponds with the kernel:


    sudo apt-get install linux-headers-generic
  22. [SOLVED] Re: Using latest flash player on firefox in Ubuntu 13.04

    Did you enable the partner repos in the Software & Updates application under "Other Sources"?

    http://askubuntu.com/questions/14629/how-do-i-enable-the-partner-repository

    Of course change...
  23. Re: Trouble with Logitech WebCam, "Failed to open /dev/video0: No such file or direct

    Make the node and see what happens


    sudo mknod /dev/video0 c 81 0
  24. Re: IDE drives not appearing as hdX, instead appearing as sdX (SCSI/SATA naming)

    If you symlink the drives in /dev that should work.
  25. Replies
    3
    Views
    2,351

    [SOLVED] Re: Firefox and pepperflash

    Short answer is no because of the PAPI framework in Chrome.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4