Search:

Type: Posts; User: %hMa@?b<C; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    2,227

    gdb STL pretty printing

    Hi,
    I am trying to get the debugging STL pretty printing working on my ubuntu install. I tried to set it up the exact same way I did at work on RHEL, but it is not working. Has anyone instructions...
  2. Replies
    32
    Views
    20,700

    Re: Linux GUI programming introduction

    QTcreator is great. It reminds me much of the Visual Studio for creating the forms, and then it is easy to write callback functions. I've used it only with C++, but there are other languages that...
  3. Re: Need help on basic Linux C++ programming with simple RTAI functions outputing wor

    EDIT: whoops, didn't realize it was kernel stuff
  4. Replies
    6
    Views
    406

    [ubuntu] Re: update 10.04.1 LTS wont boot

    bios manufacturers might not have enabled that as an option.
    see if this is helpful
    http://ubuntuforums.org/showthread.php?t=1481459
  5. Replies
    4
    Views
    530

    [ubuntu] Re: Install Operating System

    http://www.ubuntu-inside.me/2009/06/howto-recover-grub2-after-windows.html
  6. Replies
    4
    Views
    530

    [ubuntu] Re: Install Operating System

    when you reinstall XP, grub will be overwritten by the windows bootloader. you will just need to reinstall grub.

    When installing XP, make sure to only install to the partition that you want it...
  7. Replies
    6
    Views
    406

    [ubuntu] Re: update 10.04.1 LTS wont boot

    http://ubuntuforums.org/showthread.php?t=1593161
    try that
  8. Replies
    7
    Views
    1,589

    [lubuntu] Re: Torrent extraction

    ktorrent is a great bittorrent client.
    deluge is a good one too.
    both should be in the repos
  9. [ubuntu] SDHC card will not mount in internal reader

    I have a Lenovo Thinkpad t400
    When I try to put in my microsd card to the internal card reader nothing happens. dmesg |tail outputs
    [ 90.691750] mmc0: error -110 whilst initialising SD card
    the...
  10. Replies
    20
    Views
    3,159

    [PPC] Re: Flash for G5 PPC

    try out lightspark
    http://en.wikipedia.org/wiki/Lightspark
    its a new project that seems promising.
  11. [ubuntu] Re: Which wireless router DOES work with Ubuntu 9.1?

    that is funny. I did a dist-upgrade here, so that could be the issue, but still I don't see why ath5k doesn't work. I'm using ath_pci and it works fine, but with ath5k, I couldn't connect to any...
  12. [all variants] Re: 9.10 / Kernel 2.6.31-17 / b43 / D810 suspend problem

    that is odd, because essentially what it does is load and unload the module.
    have you tried a reboot since adding the b43 to the file?
  13. [ubuntu] Re: Which wireless router DOES work with Ubuntu 9.1?

    that's funny, because my brother's laptop has the same exact chipset

    04:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)

    and it works with ath_pci...
  14. Replies
    5
    Views
    607

    [ubuntu] Re: Lost Wi-Fi in 7.04

    7.04 is a very old release. what do you have for a wireless card?

    run this in the terminal

    sudo lshw -C network
  15. [ubuntu] Re: Which wireless router DOES work with Ubuntu 9.1?

    you need madwifi drivers for that
    http://art.ubuntuforums.org/showthread.php?t=1163380
    edit: 1000 posts! :P
  16. Replies
    33
    Views
    24,791

    [ubuntu] Re: Help! New to Ubuntu, eth0 doing my nut!

    the router is also commonly
    192.168.1.1
  17. Replies
    21
    Views
    1,460

    [ubuntu] Re: Setting up simple wired network.

    samba
    https://help.ubuntu.com/community/SettingUpSamba
  18. Replies
    33
    Views
    24,791

    [ubuntu] Re: Help! New to Ubuntu, eth0 doing my nut!

    can you do

    ping localhost
  19. [ubuntu] Re: Which wireless router DOES work with Ubuntu 9.1?

    I don't think the problem is on the router's side, but on yours. What does

    sudo lshw -C network

    output so that I can see what wifi card you have?
  20. Replies
    24
    Views
    3,892

    Re: Avatar made on Ubuntu

    it sounds like only the rendering was done on linux. correct me if I'm wrong though.
  21. Replies
    247
    Views
    12,870

    Poll: Re: Who here wears Ubuntu Clothing?

    I'd wear some if it were free. But money for those, eh...
  22. [all variants] Re: 9.10 / Kernel 2.6.31-17 / b43 / D810 suspend problem

    edit the line with MODULES=" " to read

    MODULES="b43"
    in /etc/default/acpi-support
  23. [all variants] Re: Satellite A135-S4656 wifi Karmic [atheros]

    ndiswrapper wont see them, because they are not windows drivers
    doing sudo modprobe ath_pci after the sudo make install will put them into use

    you may need to run


    sudo aptitude install...
  24. [ubuntu] Re: Can't start desktop GUI. Shell only after fsck. 9.10

    what happens when you try from the shell


    startx

    ?
  25. [all variants] Satellite A135-S4656 wifi Karmic [atheros]

    So, I've finally upgraded my brother's laptop to 9.10, and the wifi that used to work so well no longer does.
    Apparently the madwifi drivers have been removed in favor of the ath5k ones I guess? ...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4