Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    4,108

    [ubuntu] Re: Music Applet Disappeared in Ubuntu 10.10

    use the new panflute-applet as replacement...


    sudo apt-get install panflute-applet

    ---
    chalofa
  2. Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    I have just downloaded new Lucid Lynx alpha2 and b43 driver for 14e4:4315 works great!!!! =) I could even change to monitor mode :o

    I will try again using Kernels PPA's for Karmic as this Lucid...
  3. Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    LOL :S

    Good luck
    gFa
  4. Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    Yes :) what I wanted to say is that as the patch is the same and installed manually the new kernel I still have the freezes... As long as I get into my home I will try again and post the logs here...
  5. Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    I don't see any diff between the old and the newest patch file :S
  6. Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    Maybe this is the freezes cause :o

    I think I'll wait until you submit the new patch instead of downloading the old kernel packages...

    Thanks
    gFa
  7. Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    Thank you... If you need some kind of log or something like that, I could try again... i'm still using karmic default kernel (2.6.31) as primary but I can reboot to test whenever you need...

    By...
  8. Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    I have successfully compiled b43 module, just needed one more command:


    cd /usr/src/linux-source-2.6.32 #Change to source directory
    sudo cp /usr/src/linux-headers-`uname -r`/Module.symvers...
  9. Re: HOWTO: Use b43 driver with 14e4:4315 (Broadcom bcm4312 rev 01)

    [SOLVED] View next post :)

    Hi chenxiaolong... I've run your commands, and got the same errors as K3rn... As I can see in his last message, he has no time to help you, but I really would like to...
  10. [ubuntu] Re: Change notify-osd steps? (for volume and brightness)

    Thanks!!! The setting for volume control worked perfect :) the one for brightness didn't because right now i'm not using compiz i suppose
  11. [ubuntu] Change notify-osd steps? (for volume and brightness)

    Hi everyone...

    Is there any way to change the steps (increment/decrement) from the new notification system in Jaunty (notify-osd)???

    What I want is to have the ability to change the volume and...
  12. Replies
    2
    Views
    1,142

    [ubuntu] Re: Help with my webb cam

    Could you use this webcam with Ubuntu???

    Thanks
  13. [ubuntu] Re: Metacity segmentation fault after Intrepid upgrade

    Not a problem when /home is in a separate partition =)

    Did you have the binary Nvidia driver before upgrade?
  14. [ubuntu] Re: Metacity segmentation fault after Intrepid upgrade

    I decided to reinstall, but before I submitted a bug:

    https://bugs.launchpad.net/bugs/291117

    After reinstallation, everything looks good (no more metacity crashes)
  15. [ubuntu] Metacity segmentation fault after Intrepid upgrade

    Hi...

    Yesterday I did my upgrade to 8.10 (Intrepid Ibex) using:


    sudo update-manager -d

    After reboot, I noticed that something is wrong (see screenshot), and when I try to run metacity I...
  16. Replies
    3
    Views
    354

    Re: print directory the .py file is running from

    This will give you the calling dir, but if you are working in /home/user/ and execute the file using:
    /path/to/script/foo.py

    , you will get: /home/user, instead of /path/to/script/

    If you...
  17. Replies
    143
    Views
    18,865

    Python - Re: [Beginner] Programming Challenge: 5

    Hi!!

    I'm starting with Python, so here is mine:


    #!/usr/bin/env python

    #
    # Programming Challenge #5 (game)
    #
  18. Thread: Python Question

    by gfa
    Replies
    4
    Views
    308

    Re: Python Question

    Your player will be public? How can I test it?
    (Using Ubuntu).

    Thanks
  19. Replies
    5
    Views
    4,450

    Re: Python framework for Desktop

    Last week I found 2 projects, but I just didn't get convinced (and wanted replies without my subjective):

    - Kiwi
    - Dabo

    Both looks like if abandoned (or at least low attention), so Quikee's...
  20. Replies
    5
    Views
    4,450

    Python framework for Desktop

    Hi everyone.

    Is there some kind of Django framework but for desktop applications written in Python?

    (DB abstraction, MVC focus, ...)

    Thanks.
    gFa
  21. Re: HOWTO set up Juniper Network Connect VPN on Ubuntu Dapper

    Hi mad-scientist... thanks for that great script, unfortunattely, I have a problem with my Juniper connection, I think because my company's server hasn't a valid certificate (every time a connect...
  22. Replies
    8
    Views
    2,652

    [SOLVED] Re: Detect running directory in Python

    YES!!! thanks... this is what i need...
  23. Replies
    8
    Views
    2,652

    Re: Detect running directory in Python

    mmm, just close, i tried this, but that function returns me the location where the script is runned, not the location where the files are...

    for example in:


    /home/tmp/myApp/myApp.py ...
  24. Replies
    8
    Views
    2,652

    Re: Detect running directory in Python

    mmm, no, i would prefer to get the location of the file being executed and then pass it to the GtkBuilder.add_from_file(), example:

    (if both files are under /home/tmp/myApp/):

    /home/tmp/myApp/...
  25. Replies
    8
    Views
    2,652

    [SOLVED] Detect running directory in Python

    Hello, i'm a novice Pythoner, so I have a problem with a little script (see the end).

    When the script is called inside the directory have no problem, but if you run it from OTHER directory, it...
Results 1 to 25 of 27
Page 1 of 2 1 2