Search:

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

Search: Search took 0.04 seconds.

  1. [all variants] Re: r8168 on Ubuntu 11.10 Kernel 3.x.x, part 2

    bump
  2. [all variants] r8168 on Ubuntu 11.10 Kernel 3.x.x, part 2

    On Unbuntu 11.10, 3.0.0-14-generic:

    http://ubuntuforums.org/showthread.php?t=1861865

    I've followed the steps above to change my kernel module to load r8168 instead of r8169. However, I'm still...
  3. Thread: Debugging gtk

    by wtruong
    Replies
    6
    Views
    916

    Re: Debugging gtk

    nvm stupid me, ddd works....... i forgot to add a -g....
  4. Thread: Debugging gtk

    by wtruong
    Replies
    6
    Views
    916

    Re: Debugging gtk

    my box only has gdb/ddd and has no connection to the outside world :(
  5. Thread: Debugging gtk

    by wtruong
    Replies
    6
    Views
    916

    Re: Debugging gtk

    Yes I do know how to use gdb/ddd. The source code is in c. I 've never debugged ui apps before but I know how to debug
  6. Thread: Debugging gtk

    by wtruong
    Replies
    6
    Views
    916

    Debugging gtk

    hi all,

    I'm trying to fix a person's gtk app. Does anyone know how to debug the app with gdb or ddd?
  7. Replies
    1
    Views
    323

    if loops for csh

    I have this script

    #!/bin/csh
    foreach pid (`cat pidtempfile`)
    kill -9 $pid
    end

    pidtempfile is a list of pid's

    If the pid doesn't exist the failed kill breaks the for loop. How do i fix...
  8. getting pid from a process started from a backround process

    Hi,

    I want to know if it is possible to grab the pid from a process that was started from a background process.

    so for instance:

    start.sh&

    start.sh calls server, which is the pid I want.
  9. Replies
    2
    Views
    386

    PCI device driver

    Hi All,

    I have a PCI device that I need to write a device driver for. Can anyone point me to the write direction, like a website that has a bunch of open source PCI device drivers I can use as a...
  10. Replies
    1
    Views
    688

    [ubuntu] Re: Rainlendar question

    It's very simple: first follow the instructions to install rainlendar on linux from the website. Then right click on the rainlendar calendar and select options. Click the calendar tab and then...
  11. native linux on vmware

    I was wondeirng, can you do the other way around? Running native linux installation on windows vmware?
  12. Replies
    13
    Views
    554

    Re: In need of a simple example.

    you should just use a shell script, perl, or python. replacing words is so much easier in there
  13. Replies
    8
    Views
    2,103

    Re: Auto make c++ in gedit

    its g++ -o outfile infile
  14. Replies
    4
    Views
    434

    Re: adding cwd to $PATH

    hmm true enough that it is a security risk, i'll just stick with using ./a.out

    thanks
  15. Replies
    4
    Views
    434

    adding cwd to $PATH

    How do i add ./ to $PATH permanently in bash??
  16. Replies
    7
    Views
    394

    Re: A few C++ noob questions

    you don't gotta put std:: in if you write

    using namespace std;

    above main
Results 1 to 16 of 16