Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    23
    Views
    13,410

    [ubuntu] Re: Fixed my Ralink RT2860 Wireless in 10.10

    Well I'm sorry, but I was under the impression you where complaining mostly about the fact that your machine would hang after resume.
    Did everything work fine in 10.04? For me it did, so you might...
  2. Replies
    23
    Views
    13,410

    [ubuntu] Re: Fixed my Ralink RT2860 Wireless in 10.10

    When I blacklist the modules listed in by the TS and reboot, my suspend works just fine (make sure the other modules where not loaded before).
  3. Replies
    1
    Views
    937

    [ubuntu] Re: Cardreader not working

    I have the same problem (same netbook). Weird thing is, it's not listed in lspci either.
  4. Replies
    3
    Views
    1,194

    [ubuntu] Re: Samsung harddrive failing

    Is this drive still working? I have errors like yours with my Samsung disk also...
  5. Replies
    8
    Views
    1,819

    Re: Strange interesting output in simple C code

    You may never assume that, if you define int a,b; a and b are placed after each other. These kinds of tricks may work on your system, but might not working if the compiler optimizes the thing...
  6. Replies
    8
    Views
    1,819

    Re: Strange interesting output in simple C code

    The array is passed by reference. And as it happens to be, n is right after that array, so arr[7] points to n. C allows you to do this, Java would have cried about "array out of bounds". It has...
  7. Replies
    8
    Views
    1,819

    Re: Strange interesting output in simple C code

    One of your loops writes in arr[7], but that one doesn't exist, so it writes to the next int variable behind it (in this case n). So basically, check that funny never writes in arr[7] and your...
  8. Replies
    4
    Views
    3,547

    [SOLVED] Re: .local/share/applications/defaults.list

    Your welcome. Remember for the next time: most configs have a system-wide variant, you just have to find where it is (/etc or /usr/share for example).
  9. Replies
    4
    Views
    3,547

    [SOLVED] Re: .local/share/applications/defaults.list

    There is a system-wide version of this file located in /usr/share/applications/defaults.list
  10. Replies
    15
    Views
    1,168

    [ubuntu] Re: Handle RAR archives in LiveCD

    Search google next time. You can install unrar for it.
  11. Replies
    4
    Views
    989

    [ubuntu] Re: Installing Ubuntu Ibook G3

    Just start the installer and select the Kubuntu partition as the one to install to...
  12. Thread: Grub Issues

    by frenkel
    Replies
    2
    Views
    427

    [ubuntu] Re: Grub Issues

    Grub numbers the devices from 0 upwards. The linux kernel numbers from 1 upwards. This means your sda3 device is (hd0,2), so that is where your Windows 7 is located. I don't know about the "Boot...
  13. Replies
    5
    Views
    807

    [all variants] Re: Installing Firefox 3.5 (Final Released)

    How about installing the package from the ubuntu-mozilla-security ppa? A lot easier :P
  14. Replies
    5
    Views
    466

    [ubuntu] Re: vi error on start

    Did you install vim or vim-full? Default is vim-tiny and it doesn't support all settings. Also check if it was a valid vimrc indeed.
  15. Replies
    2
    Views
    4,035

    [ubuntu] Re: Brasero & .nrg files

    Did you even search google or this forum?
    First hit was this: https://answers.launchpad.net/ubuntu/+question/5979
  16. Replies
    8
    Views
    419

    [ubuntu] Re: What have I done to my path?

    What's the output of
    ls -al ~?
  17. [ubuntu] Re: VMware and variable linux header file locations

    Just make a symlink from /usr/srv/linux/ to /usr/src/linux-headers-<yourcurrentversion>/. It's as easy as that!
  18. Thread: Vim rant

    by frenkel
    Replies
    49
    Views
    3,897

    Re: Vim rant

    Ok. Thanks. I wish everybody would be so smart as you :)
  19. Thread: Vim rant

    by frenkel
    Replies
    49
    Views
    3,897

    Re: Vim rant

    Yes, it was directed at you. This thread was more like a flame-war (search that up on google, it means something like a war with words). Nobody posted to it for almost a year, and then you posted to...
  20. Thread: Vim rant

    by frenkel
    Replies
    49
    Views
    3,897

    Re: Vim rant

    Why are you brining up this topic? You want to flame on?
  21. Unable to compile gnome-panel on Ubuntu Intrepid

    Hi,

    I'm unable to compile gnome-panel on Ubuntu Intrepid.
    This is what I ran:



    $ sudo apt-get build-dep gnome-panel
    $ apt-get source --compile gnome-panel
  22. Replies
    7
    Views
    1,265

    [ubuntu] Re: Wifi will only connect at 1mbit?

    It's a bug in the driver. You should be able to run something like:

    iwconfig wlan0 set rate 54M
    to have it working at normal speed.
  23. [ubuntu] Wrong active color with Glossy and Clearlooks (on lpia)

    I'm using the lpia port of Ubuntu and I'm seeing the following problem with the Glossy and Clearlooks gtk themes. Whenever I select something (for example an icon), the hightlight color is blue. As...
  24. [ubuntu] Re: Update Manager: The list of changes is not available

    Thanks man :)
  25. [all variants] Re: Why do some modules disobey the blacklist file?

    I have the same problem. The weirdest thing is it loads modules I don't need, like cpufreq_ondemand and it ignores the blacklist.
Results 1 to 25 of 58
Page 1 of 3 1 2 3