Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    909

    Re: Error on Every apt-get install and remove

    This mysteriously fixed itself...
  2. Replies
    7
    Views
    909

    Re: Error on Every apt-get install and remove

    Return from those commands


    cat -n /etc/apt/sources.list
    1 #
    2
    3 # deb cdrom:[Ubuntu-Server 12.04 LTS _Precise Pangolin_ - Release amd64 (20120424.1)]/...
  3. Replies
    7
    Views
    909

    Re: Error on Every apt-get install and remove

    sudo apt-get update
    Hit http://us.archive.ubuntu.com precise Release.gpg
    Get:1 http://us.archive.ubuntu.com precise-updates Release.gpg [198 B]
    Hit http://us.archive.ubuntu.com precise-backports...
  4. Replies
    7
    Views
    909

    Error on Every apt-get install and remove

    Getting this whenever I run an apt-get install or remove. It doesn't appear to affect anything, but it's very annoying.



    E: Sub-process returned an error code

    This started when I ran into a...
  5. Replies
    5
    Views
    566

    [ubuntu] 9.04 to 9.10 with software raid5

    So I'd like to upgrade to Karmic but I thought I'd ask if anyone out there has upgraded with software raid and if they ran into any problems. I've got a 6.8TB Raid5 array, obviously very afraid of...
  6. Replies
    9
    Views
    3,656

    [ubuntu] Re: LIRC w/ Acer provided MCE remote

    bump again
  7. Replies
    9
    Views
    3,656

    [ubuntu] Re: LIRC w/ Acer provided MCE remote

    bump
  8. Replies
    9
    Views
    3,656

    [ubuntu] Re: LIRC w/ Acer provided MCE remote

    Alright, aggravation is mounting. Does anyone have any suggestions? Am I missing some info that you guys need in order to help me? If so, let me know and I can easily get it.

    As I said,...
  9. Replies
    9
    Views
    3,656

    [ubuntu] Re: LIRC w/ Acer provided MCE remote

    bump
  10. Replies
    9
    Views
    3,656

    [ubuntu] LIRC w/ Acer provided MCE remote Not Working

    So I've got this laying around from an old laptop and I figured I'd give it a go and finally setup a media center pc with ubuntu and xbmc. I've grabbed the latest lirc package, configured it to use...
  11. [ubuntu] Re: LIRC with Acer provided MCERC-200 and MCEIR-210

    cat /proc/bus/usb/devices shows that my IR Receiver's driver is loaded.

    Someone out there has to have some kind of idea...
  12. [ubuntu] Re: LIRC with Acer provided MCERC-200 and MCEIR-210

    bump
  13. [ubuntu] Re: LIRC with Acer provided MCERC-200 and MCEIR-210

    Installed lirc-x, xmode2 is showing input but still nothing in irw. What am I doing wrong? I've read just about every install guide for lirc on here and on google.
  14. [ubuntu] Re: LIRC with Acer provided MCERC-200 and MCEIR-210

    Ok, irexec -d is a bandaid. It seems whenever I run this the remote works for a short while. Am I missing something?
  15. [ubuntu] LIRC with Acer provided MCERC-200 and MCEIR-210

    So I've got this laying around from an old laptop and I figured I'd give it a go and finally setup a media center pc with ubuntu and xbmc. I've grabbed the latest lirc package, configured it to use...
  16. Replies
    106
    Views
    61,099

    Poll: Re: SABnzbd for Linux

    SABnzbd doesn't appear to start without logging in, and even then I need to ssh into my server and manually run sudo /etc/init.d/sabnzbd start. Any ideas? Also, I'm running trunk, but I've placed the...
  17. Replies
    23
    Views
    3,837

    Re: BF 2142 Coming to linux?

    http://www.transgaming.com

    It's for running windows games in Linux. It's hit or miss with newer stuff, but sometimes you get lucky.
  18. Replies
    23
    Views
    3,837

    Re: BF 2142 Coming to linux?

    You could try it in Cedega since it's very close to the same engine as BF2...
  19. Replies
    4
    Views
    840

    Re: unmounting with wine running

    Why are you typing D:\setup?

    It should be..

    wine /the/mount/point/you/specified/setup.exe
  20. Replies
    3
    Views
    708

    Re: Doom 3, could not get a visual... BPP?

    Looks like you don't have glx enabled, which could mean you don't have your video card drivers installed. Which video card do you have?
  21. Replies
    114
    Views
    20,360

    Re: [How-To] Wine 0.9.25,World Of Warcraft

    There is a .deb file in the official Wine repo.
  22. Replies
    37
    Views
    1,907

    Re: Ubuntu Games Developer Resource Wiki

    For future reference, here's an example of a check when loading an image.


    SDL_Surface *image = IMG_Load(filename);
    if (!image)
    {
    printf("IMG_Load: %s\n", IMG_GetError());
    return 1;
    }
  23. Replies
    37
    Views
    1,907

    Re: Ubuntu Games Developer Resource Wiki

    Put some error checking in and have it output the error message you're getting to the terminal. It'll give you some insight into where you're going wrong. Plus, it's just good code to put in...
  24. Replies
    10
    Views
    790

    Re: HOWTO: Checking for Input in SDL

    It would, I personally don't have the knowledge to write these in c++. Currently in school for game development, and only know c w/ sdl ;). I'm currently programming a game using c and sdl, so it...
  25. Replies
    10
    Views
    790

    Re: HOWTO: Checking for Input in SDL

    You're very right, I'll make up a list of them later and post them, sorry about that lol.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4