Search:

Type: Posts; User: sanus|art; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    16
    Views
    26,070

    [ubuntu] Re: phpmyadmin -> blank page

    Just add yourself to "www-data" group in /etc/group or from shell:

    sudo gpasswd -a $USER www-data
    If you're the only phpMyAdmin user.
  2. [ubuntu] Re: No sound with a EMU 0404 PCI card and Ubuntu studio 8.04

    That's a pitty!
    But I think/hope in the end someone will come-up with solution as it is one fine sounding but cheap card.
  3. [ubuntu] Re: No sound with a EMU 0404 PCI card and Ubuntu studio 8.04

    Just a thought -
    Maybe some build dependencies for alsa are missing. It might compile well without them, but will not work. I'll suggest ' sudo apt-get build-dep alsa-tools alsa-utils alsa-base'...
  4. [ubuntu] Re: No sound with a EMU 0404 PCI card and Ubuntu studio 8.04

    This is my E-MU0404PCI 'about' screen with versions and all.
    106705
  5. Replies
    11
    Views
    946

    [ubuntu] Re: APTonCD not working like it should

    Weird? Maybe this:


    echo "deb http://www.remastersys.klikit-linux.com/repository remastersys/" | sudo tee -a /etc/apt/sources.list && sudo aptitude update && sudo aptitude install -y
  6. Replies
    3
    Views
    1,016

    [ubuntu] Re: missing files

    I think, .asoundrc.asoundconf is sound card specific, and .asoundrc is just a pointer to .asoundrc.asoundconf - so you need those files from machine with the same sound card.

    Just in case you have...
  7. [ubuntu] Re: Cannot install windows in a ntfs partition

    Install it in VirtualBox.
  8. [ubuntu] Re: Ubuntu freezes before log on screen comes, fresh installation

    Try to type "startx" (without quotes) after the login.
    If not - 'cd /tmp' + 'ls -a' + find something like ".X0.lock", then remove that file (type 'sudo rm /tmp/X0.lock' or whatever it is named and...
  9. Replies
    11
    Views
    946

    [ubuntu] Re: APTonCD not working like it should

    You can try 'remastersys' - it is a fast live CD creation with a great option to save user info along with it.
    AptOnCD is only getting the *.deb files from `/var/cache/apt/archives`.
  10. [ubuntu] Re: Running executable .bin files from the GUI?

    It needs to be executable: run 'chmod u+x bin_filen_name.bin' or right click -> properties -> permissions -> mark the 'allow executing file as a program'. Than you can double click.
  11. [all variants] Re: Desktop Info App With Html Support (gtk-desktop-info)

    No, no worries, It is my fault - could've investigate the issue a bit more. The jumping is caused by the refresh rate "--interval=NUM" in the SH file, exam this by changing the default "--interval=1"...
  12. Replies
    47
    Views
    23,562

    Re: HOW To: Ardour with VST support (Hardy).

    Ok I just have compiled it strait as in the first post - had no troubles at all (Ubuntu Intrepid - 8.10).
    Try to run 'sudo apt-get build-dep ardour' before the 'scons VST=1'.
  13. [all variants] Re: Desktop Info App With Html Support (gtk-desktop-info)

    Great addition to the desktop, really nice idea to parse HTML instead of custom markup, question though:
    Does web-kit hates jQuery (or any functionality of it)?


    <div style="font:normal 18px...
  14. Replies
    32
    Views
    56,151

    Re: HOWTO: Backup using Rsync to NTFS

    pass
    --log-file=/path/to/log/file/name-of-log-file.log to it.
    e.g.

    rsync --force --log-file=/var/log/rsync-www.log --progress --ignore-errors --delete --delete-excluded -avzlpE /home/user/www...
  15. [ubuntu] Re: No sound with a EMU 0404 PCI card and Ubuntu studio 8.04

    Working card.



    [~]$ lspci -nn
    00:00.0 Host bridge [0600]: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub [8086:2770] (rev 02)
    00:02.0 VGA compatible controller [0300]: Intel...
  16. [ubuntu] Re: No sound with a EMU 0404 PCI card and Ubuntu studio 8.04

    @zajaro:
    We do want emu as the default, no? So why not set it as the default?
  17. Re: LAMP local server installation on Ubuntu 8.04 Hardy Heron.

    Could you post the content of your /etc/apache2/sites-avaliable/default and /etc/hosts here?
  18. [ubuntu] Re: No sound with a EMU 0404 PCI card and Ubuntu studio 8.04

    I guess lines 13-14 in the script will be enough as well - as they are unloading the ALSAs and by installing the compiled once, causes them to be overwritten.

    Just try to double run the script as...
  19. [ubuntu] Re: No sound with a EMU 0404 PCI card and Ubuntu studio 8.04

    Hi,

    I just made a fresh Ibex install and ran this script of mine and nothing happened after the reboot, so I ran it another time and it all works nice now.

    tri this:


    Remove all ALSAs
    ...
  20. Replies
    47
    Views
    23,562

    Re: HOW To: Ardour with VST support (Hardy).

    I am not sure, as I've never seen this before - but "vamp-plugins" are parts of some audio analyses systems.

    You might be short of this packages: ...
  21. [ubuntu] Re: No sound with a EMU 0404 PCI card and Ubuntu studio 8.04

    I had to adjust the volume levels and restart for it to work. I don't think different PCI slot will solve the issue.
  22. Replies
    4
    Views
    400

    [ubuntu] Re: Thunderbird not working after 'backup'

    I'd suggest to backup '~/home' to some different drive with 'rSync' (included by default) - something like:


    rsync --force --log-file=/var/log/rsync-home.log --progress --ignore-errors --delete...
  23. Replies
    2
    Views
    328

    [all variants] Re: Printing Problems!!Hp Deskjet

    Proper driver setup (if not done yet) is needed too, trough System->Administration->Printing
  24. Replies
    4
    Views
    400

    [ubuntu] Re: Thunderbird not working after 'backup'

    Check what user account is set to default at:

    nano ~/.mozilla-thunderbird/profiles.ini
    try to change to another one (if exist), should be existed after proper backup.
  25. Replies
    47
    Views
    23,562

    Re: HOW To: Ardour with VST support (Hardy).

    Try to add repository of http://archive.ematech.fr/ to /etc/apt/sourses.list


    deb http://archive.ematech.fr intrepid all
    deb-src http://archive.ematech.fr intrepid all
    And GPG key:


    wget -q...
Results 1 to 25 of 114
Page 1 of 5 1 2 3 4