Search:

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

Search: Search took 0.05 seconds.

  1. Re: Can't get my Belkin wireless adapter F9L1101v to work!

    Ahh your a genius, the wireless internet was set to eth0 for some reason. Working now, thanks for the help
  2. Re: Can't get my Belkin wireless adapter F9L1101v to work!

    Ok so when run the wlan0 scan it actually finds shows my wireless:

    root@bt:~# sudo iwlist wlan0 scan
    wlan0 Scan completed :
    Cell 01 - Address: 28:C6:8E:70:A7:13
    ...
  3. Re: Can't get my Belkin wireless adapter F9L1101v to work!

    I followed the instructions on this thread and tried doing:


    sudo apt-get install build-essential linux-headers-generic git git clone https://github.com/lwfinger/rtl8192du.git cd rtl8192du make...
  4. Re: Can't get my Belkin wireless adapter F9L1101v to work!

    Ok so i downloaded the file from the Realtek site and unzipped it. Then i tried to install it using the install.sh script but i got the following error:

    ...
  5. Re: Can't get my Belkin wireless adapter F9L1101v to work!

    Its the F9L1101v2, how can i delete the drivers i already installed to try do it from scratch?
  6. Re: Can't get my Belkin wireless adapter F9L1101v to work!

    Ahh ok i was hoping that it would be supported, should have checked before i bought it haha. Thanks for your response
  7. Replies
    7
    Views
    581

    Re: Problem with running program using GCC

    Ahhh never mind i screwed up and accidentally saved the same code twice one without a curly bracket at the end and one with on my desktop accidentally..... Working fine now:

    ...
  8. Replies
    7
    Views
    581

    Re: Problem with running program using GCC

    Yes i tried it with fno-builtin. without it i get more error messages:


    root@bt:~/Documents/Programming# gcc datatype_sizes.c
    datatype_sizes.c: In function ‘main’:
    datatype_sizes.c:4: warning:...
  9. Replies
    7
    Views
    581

    Problem with running program using GCC

    Ok so im trying to run the following code to show the different sizes of data types:

    #include <stdio.h>

    int main() {
    printf("The 'int' data type is\t\t %d bytes\n", sizeof(int));
    ...
  10. Re: Can't get my Belkin wireless adapter F9L1101v to work!

    *bump*
  11. Can't get my Belkin wireless adapter F9L1101v to work!

    Ok so ive gone through lots of tutorials on how to install the drivers using ndiswrapper with no luck. I have the installation disk and have access to the:

    netrtwlanu.cat
    netrtwlanu.inf...
  12. Re: GDB- warning: format not a string literal and no format arguments

    Ahh ok, I wrote the code exactly how it was shown in the Hacking: The art of exploitation book. Your break 7 method worked but i found that you can put a break-point on strcpy() by compiling it with...
  13. GDB- warning: format not a string literal and no format arguments

    Not sure if this is the right place to post, sorry if it isn't. Im going through a couple of ethical hacking books before i start my CEH ethical hacking course in a few months and one of the things i...
Results 1 to 13 of 13