Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    623
    Views
    174,967

    Re: Connection Manager: a new wireless manager

    He's not blocking it, by any means, but we are trying to use only the official packages. Unfortunately, this means that anyone not using Karmic or Debian experimental is cut off. We've built some...
  2. [ubuntu] Re: FIrefox scrolls sluggish compared to windows?

    Are you also using the ATI restricted drivers?
  3. [ubuntu] Re: FIrefox scrolls sluggish compared to windows?

    Are you using the ATI restricted drivers and/or compiz-fusion?

    if so, disable compiz-fusion and see if it works better.
  4. Replies
    26
    Views
    1,959

    [ubuntu] Re: Hardy using lots of system resources

    In response to the original poster and the previous post:

    I have a Compaq V2000 with an ATI Xpress 200M, which I found very sluggish after install Hardy with the restricted fglrx drivers for my...
  5. Replies
    3
    Views
    356

    [all variants] Re: What is VirtualBox?

    It allows you to run another operating system on your computer at the same time as Ubuntu. For instance, you could run Windows XP inside of Ubuntu so you wouldn't have to reboot to use a Windows...
  6. Thread: touch

    by compwiz18
    Replies
    2
    Views
    349

    [ubuntu] Re: touch

    cd /tmp
    Change to the tmp directory to play with touch.


    touch a-file
    will create a file called a-file


    touch an-existing-file
    will update the modified and access times to now (ie, the...
  7. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    I'd suggest people who need ndiswrapper take a look at http://ubuntuforums.org/showthread.php?t=766560 -- it is very helpful. :KS
  8. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    Can anyone point to a working method for 64bit? I've got i386 on my AMD64, so I can only test 32bit methods at the moment. I may reinstall with AMD64 if no one responds and because AMD64 is just that...
  9. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    @fordhamwt: Which script did it not work on? The one in a few posts above or the one on the main page?
  10. Replies
    1,980
    Views
    1,165,710

    Poll: Success at last! :D Basically, this howto has...

    Success at last! :D

    Basically, this howto has the trick http://ubuntuforums.org/showthread.php?p=4819382

    I'm attaching an updated version of this howto; I'd like someone to try it on a Hardy...
  11. Replies
    485
    Views
    293,763

    [ubuntu] Re: Broadcom Wireless Setup for Hardy (Step by step)

    Great post, thanks :) My previous ndiswrapper driver was locking up my computer but this one seems to work fine.:KS
  12. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    I've spent most of this morning on this problem: here's what I've got so far.

    First, you have to remove the ssb module:

    sudo rmmod ssb

    Then remove ndiswrapper/;

    sudo rmmod ndiswrapper
  13. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    I'm working on it, but I ran into some trouble getting ndiswrapper to work properly, so expect a bit of a delay. :(

    If anyone has ndiswrapper working on Hardy, I'd like to talk to you - if you can...
  14. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    OK, I'll update the script with ndiswrapper for Hardy soon (less then 24 hours from now, hopefully) :KS
  15. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    I notice you have a Broadcom 4312: I only have experience with the 4318, so you'd probably be best off posting a new thread for help :)

    Chances are your card is a newer version then Hardy knows...
  16. Replies
    2
    Views
    523

    [ubuntu] Re: Dual cpus on ubuntu...

    Nothing you should know; it'll work out of the box.
  17. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    Sure: the problem is you are using a ` around the word "ndiswrapper", not a ". In other words, remove the ` and use quotation marks, so it looks like:

    echo "ndiswrapper" | sudo tee -a /etc/modules
  18. Replies
    66
    Views
    5,016

    Re: Programming Challenge 6: Path finding

    Howdy:

    My submission (in Python):

    #!/usr/bin/python
    import sys

    # turn the output grey
    print "\033[1;30m"
  19. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    @yoma819: Is your ESSID hidden?
  20. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    Can you post the log file on your Desktop? It should be called bcm4318-setup.log or something to that effect.
  21. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    This is in the script, and it is also what I was going to suggest you try next too.
  22. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    Make sure that ndiswrapper is not in the file /etc/modprobe.d/blacklist (you can run gksudo gedit /etc/modprobe.d/blacklist to check -- press alt+f2 then enter that command)
  23. Replies
    1,980
    Views
    1,165,710

    Poll: Re: HOWTO: Broadcom 4318 Wireless Cards

    Can you post the rest of your log file? Thanks.
  24. Replies
    60
    Views
    5,821

    Re: Programming Challenge 2: Fractions

    I realize I'm a little late to the party, but since I've got something, I'm gonna post it anyway :KS

    In Python:

    # The Fraction Class
    # Can add, subtract, and multiply fractions, as well as...
  25. Re: Help Wanted! - Making a Gunbound-like game for Linux. Wanna help? :D

    I can set up phpBB if you need me to - I've done it before :KS
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4