Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    Enough is enough.

    Reinstall system, problem gone. Now I have to figure out why skype is not getting sound from my mic, but that's for another thread perhaps on skype's forums ;-)

    Thanks for...
  2. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    aaa, this did something, though not right.

    I added :


    options snd-hda-intel model=3stack-dig enable=1 index=0
    options snd-hda-intel enable=1 index=1
    options snd...
  3. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    Damn, that is nice information, why did I not find it ? :)

    Alas, it's for nothing :


    cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_hda_intel
  4. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    So I created the /etc/asound.conf with the required entries, nothing changed.

    Perhaps related to my problem, is that every time KDE starts, it asks me if I want to permanently forget about a...
  5. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    Absolutely no custom compile, or even changing configuration files. Simply making sure all the required packages are installed.

    This just seem like such a simple problem. Some things have sound...
  6. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    Ha, I think I found something !

    I ran winecfg, clicked on audio and I had immediate output on the console :


    fixme:mixer:ALSA_MixerInit No master control found on HD-Audio Generic, disabling...
  7. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    Well, I made (limited) progress. If I run pavucontrol I can see what application is using audio.

    Now, running a game (chromium) I can see it appear and I can see that from pavucontrol's...
  8. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    Ok, let's take chromium-bsu and see what it does.

    So, from command line, it just launch like normal plays fine, but there is of course no sound. Looking at the terminal for any output, none.
    ...
  9. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    Yes, it's a band :-)

    Any case, under Audio Output (top level) I have the analogue output at the top. The same goes for all the subsections, including games.

    Thd.
  10. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    Right,

    mplayer -ao alsa:device=hw=0.1 how_do_you_do.ogg -- This works fine.
    mplayer -ao alsa:device=hw=0.2 how_do_you_do.ogg -- No audio, mplayer is not complaining.
    mplayer -ao...
  11. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    How do I check if I am running pulseaudio ?

    Looking at the process tree, it certainly seems like it :


    thd 1598 1 1 19:06 ? 00:01:17 /usr/bin/pulseaudio --start...
  12. Replies
    20
    Views
    2,202

    [kubuntu] Re: Some sound not working :(

    Well, this board seems to move rather fast.

    Surely someone must know the answer to such a simple question ? :-)
  13. Replies
    20
    Views
    2,202

    [kubuntu] Some sound not working :(

    So, yet another sound problem. I have read the "Comprehensive Sound Problem Solutions Guide" and it did solve some, but not all my sound problems.

    Working : mp3 / ogg / test button from kde...
  14. Replies
    5
    Views
    1,076

    [ubuntu] Re: firefox segmentation fault

    I deleted my entire .mozilla directory. Starting FF, it segfaults so quick it does not even create a new .mozilla.

    Thd.
  15. Replies
    5
    Views
    1,076

    [ubuntu] Re: firefox segmentation fault

    How do I remove add-ons when FF is not working ? I take it add-ons are dumped in some directory ?

    I just removed SCIM and components (I had to look up what it is, and I don't think I need it),...
  16. Replies
    5
    Views
    1,076

    [ubuntu] firefox segmentation fault

    I just updated Firefox, and now get a segmentation fault whenever I try to run it.

    Ubuntu : 9.04
    Arch : x86
    Kernel : 2.6.30-02063003-generic
    Firefox: 3.0.16+nobinonly-0ubuntu0.9.04.1
    Source...
  17. Replies
    3
    Views
    2,341

    [ubuntu] KVM / Libvirtd -> bridge does not work

    I am trying to get a virtual machine running with bridged networking. I am using KVM with libvirtd.

    kvm/jaunty-updates uptodate 1:84+dfsg-0ubuntu12.3
    libvirt-bin/jaunty-updates uptodate...
  18. Replies
    2
    Views
    399

    Re: Python - working with text output

    ghostdog74,

    That is so much simpler. No grep, no fudging the output, and I can use it anywhere I want.

    Thank you very much :)

    Thd.
  19. Replies
    2
    Views
    399

    Python - working with text output

    I am trying to create a python script to check if a service / node is up in a cluster.

    The output of the clustat command looks like this :

    [root@blade01]# clustat
    Member Status: Quorate

    ...
  20. Replies
    1
    Views
    578

    [ubuntu] Re: modprobe problem

    I just noticed, that udevd is at 100% CPU all the time. This does not help :(
  21. Replies
    1
    Views
    578

    [ubuntu] modprobe problem

    I have recently upgraded to 8.10 (I prefer to stay 1 release behind) and now I see the following in ps -ef :


    root 7650 1 0 11:15 ? 00:00:00 /sbin/modprobe -Q...
  22. Replies
    8
    Views
    488

    Re: Quick Python question :-)

    Thank you all very much for the help, that is working just how I wanted to now :-)

    Thd.
  23. Replies
    8
    Views
    488

    Re: Quick Python question :-)

    Arndt's way works, it changes the actual instance value. That way I still have to do 7 test.

    As for changing the dictionary entry with "part_dict[key] = ", this does not change the instance value...
  24. Replies
    8
    Views
    488

    Re: Quick Python question :-)

    Right, I have :



    part_dict = {'boot': options.disk_boot, 'swap': options.disk_swap, 'root': options.disk_root, 'tmp': options.disk_tmp, 'usr': options.disk_usr, 'var': options.disk_var, 'home':...
  25. Replies
    8
    Views
    488

    Quick Python question :-)

    I have this little script, that works just fine. Part of it looks like this :


    if options.disk_boot == "GROW":
    options.disk_boot = "--size 1 --grow"
    if options.disk_swap == "GROW":
    ...
Results 1 to 25 of 58
Page 1 of 3 1 2 3