Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. [SOLVED] Re: converting flac files to mp3 results in 0.047 seconds silence in beginning

    the problem was pulseaudio:
    http://sourceforge.net/mailarchive/forum.php?thread_name=20120224084621.674dc3cc%40orgis.org&forum_name=lame-dev

    when played with ALSA only, and not ALSA running under...
  2. [SOLVED] Re: converting flac files to mp3 results in 0.047 seconds silence in beginning

    i've never experienced this before, so i am thinking this must be the result of some ~recent change.



    from the lame man page:



    lame -h --nogap *.wav
  3. [SOLVED] converting flac files to mp3 results in 0.047 seconds silence in beginning

    i've exported some flac files from hydrogen 0.9.6-svn-exported. when i run the following command in the terminal:

    for f in *.flac;do flac -cd "$f"|lame -h - "${f%.flac}.mp3";done

    the resulting...
  4. Re: fan runs all the time after upgrade to maverick 10.10

    this was still a problem even with a clean install, at the end of maverick's lifetime (right before the release of 11.04). my cpu temperature was up to 55-56 C before it eventually would turn off my...
  5. Re: fan runs all the time after upgrade to maverick 10.10

    the fan has quieted down now, seems back to normal actually after i installed the ubuntu fglrx driver (not the one from the amd site):...
  6. fan runs all the time after upgrade to maverick 10.10

    i have a Multicom Compal KHLB2 - 15.6" HD LED with an ATI Radeon HD 4650 graphics card

    i'm wondering if my fan is running all the time because the proprietary ati driver doesnt work in 10.10 yet...
  7. [ubuntu_studio] audacity only recording from mic not system

    i've got jackd running and seq24 (with hydrogen and zynaddsubfx connected to it) and when i try to record my song in audacity, audacity is only recording what the system mic hears.

    in properties,...
  8. Replies
    25
    Views
    33,853

    [SOLVED] Re: FGLRX failing at DKMS

    thanks! that fixed everything!
  9. [ubuntu] Re: Mouse clicks not working properly after upgrade to 9.10 / Karmic

    i have been experiencing problems mostly in eclipse, where dialog windows like Find wouldn't register my clicks on buttons. it would set the focus to the button, but wouldn't click the button. i had...
  10. Replies
    10
    Views
    13,777

    [ubuntu] Re: ATI Radeon HD4650 1G DDR3 Laptop Graphics Card

    here's my xorg.conf


    Section "ServerLayout"
    Identifier "amdcccle Layout"
    Screen 0 "amdcccle-Screen[1]-0" 1200 0
    Screen "amdcccle-Screen[1]-1" 0 0
    EndSection
    ...
  11. Replies
    10
    Views
    13,777

    [ubuntu] Re: ATI Radeon HD4650 1G DDR3 Laptop Graphics Card

    here's what i did to get desktop effects and 3d games working in karmic amd64 with my ATI Radeon HD 4650:
    http://nickhumphrey.net/showthread.php?p=3345
  12. Replies
    3
    Views
    3,130

    [SOLVED] Re: Problems with ATI Radeon HD 4650

    here's what i did to get desktop effects and 3d games working in karmic amd64 with my ATI Radeon HD 4650:
    http://nickhumphrey.net/showthread.php?p=3345
  13. Replies
    2
    Views
    924

    [ubuntu] Re: amsynth doesn't start

    did you solve this? it happens to me in karmic.
  14. [ubuntu] Re: is there a cli command to list the name of my isp?

    it's a start in the right direction, thanks. i would like to be able to do it from the command line though.
  15. [ubuntu] is there a cli command to list the name of my isp?

    or any other way to easily get the name of my isp?
    i want to do something like this:

    lynx -dump http://slurpware.org | whois | grep "role:"but i just get the whois help text output
    how would...
  16. Replies
    174
    Views
    115,000

    [all variants] ubuntu alsa clicking sound problem fix/solution

    thank you so much. i have been plagued by an annoying clicking sound problem whenever i play anything and all i had to do to fix it was:

    gksudo gedit /etc/modprobe.d/alsa-base
    and add the...
  17. [xubuntu] Re: lynx fails to validate certificates: SSL error: no issuer was found-Continue?

    i found out that i could add my own site in the computers cacerts file by doing something like this:

    echo |openssl s_client -connect my.localsite.com:443 2>&1 |sed -ne '/-BEGIN CERTIFICATE-/,/-END...
  18. [ubuntu] Re: can't svn list my repository as user www-data

    ha ha, it might help if the svnserve and apache2 are running! lol, sorry =)
  19. [ubuntu] can't svn list my repository as user www-data

    when i change user to www-data:

    su - www-dataand then try this:

    svn list https://example.com/svn/myprojecti get this error:
    i'm doing this because i want to validate the certificate...
  20. Replies
    1
    Views
    7,559

    [ubuntu] Re: Impossible to stop svnserve?

    what does this say:

    ps aux|grep svnserveon my box i get:
    if this doesn't work (as you say it doesn't):

    sudo killall svnserve(although technically you didn't write "sudo" in your thread)
    then...
  21. [xubuntu] Re: lynx fails to validate certificates: SSL error: no issuer was found-Continue?

    i'm on a 32 bit system and i get the same thing, for example even when i try to access my own local apache2 https ssl svn site.
  22. [all variants] Re: URGENT "ldconfig deferred processing now taking place" does not end

    i had to kill this process:

    like this:

    sudo kill -9 16074
  23. Re: chrooted lighttpd with PHP for fun and profit

    i figured it out:
    http://norgesinternettforum.no/showthread.php?p=2779#post2779
    basically all that stuff above was unnecessary (at least for getting php cgi/fastcgi working...not sure about...
  24. Re: chrooted lighttpd with PHP for fun and profit

    i did everything here, for php5, but it still just says "Fail" when i try to restart or force-reload and it won't start. i'm using ubuntu 6.06, lighttpd 1.4.11, php5-cgi and postgresql 7.4. lighttpd...
  25. $HOME/.dmrc file has incorrect permissions problem SOLUTION

    WTF! why does this have to be so complicated? why the **** does a stupid problem like this arise anyways?
    when you finally log in do this:

    rm .dmrc

    reboot. problem fixed (at least it was for...
Results 1 to 25 of 37
Page 1 of 2 1 2