Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    21
    Views
    2,823

    Re: Linkage Problems with Compile

    I suppose it's obvious by now that I'm learning makefiles as I go, so I apologize for my obtuseness. The below is both my first attempt at correcting the file, and demonstrably wrong.



    HDRS =...
  2. Replies
    21
    Views
    2,823

    Re: Linkage Problems with Compile

    Making progress, but the resulting library doesn't seem to be linking correctly. Here's the entire makefile, with your most recent suggestion:



    HDRS = $(wildcard *.h)
    SRCS = $(filter-out...
  3. Replies
    21
    Views
    2,823

    Re: Linkage Problems with Compile

    But removing "-I $(CFITSIO)" from the CXXFLAGS definition causes the compiler to not recognize any of the fitsfile instructions contained in the cfits library.
  4. Replies
    21
    Views
    2,823

    Re: Linkage Problems with Compile

    No, I don't have libcfitsio.so. To the extent of my knowledge, the library doesn't need to be dynamically linked. I tried this:



    CFITSIO=/path/to/cfitsio/libcfitsio.a
    LDFLAGS=$(CXXFLAGS)...
  5. Replies
    21
    Views
    2,823

    Re: Linkage Problems with Compile

    Thanks for the response, karlson. Making the first change only:



    CFITSIO=/path/to/cfitsio


    results in the following:
  6. Replies
    21
    Views
    2,823

    Re: Linkage Problems with Compile

    So, here's to dredging up long-dead threads...

    I've experienced the same problem, namely that the compiler isn't able to locate libcfitsio.a. I've been operating under dwhitney67's advice of...
  7. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    Sometimes running with sudo brings up results, and other times not. So far I can't determine any pattern, but it seems to stop turning up results after an arbitrary period of time. I suspect this is...
  8. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    Minor update: I reinstalled ndiswrapper-utils-1.9 and ndiswrapper-common. iwlist wlan0 scan once again returns the list of available networks. However, dmesg still claims that ath0 is "not ready",...
  9. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    Well, this is interesting; for some reason, iwlist wlan0 scan no longer returns any results. I've tried rebooting, restarting the network, and bringing wlan0 down and back up, and nothing seems to...
  10. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    Whoops, momentary stupidity on my part... I'm using karmic, so I retried the previous with karmic instead of intrepid. It installed successfully. Once again I'm able to see available wireless...
  11. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    First off, thanks for the response, draperdt. Unfortunately, I'm having trouble installing the necessary modules:

    $ sudo aptitude install linux-backports-modules-intrepid-generic
    Reading package...
  12. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    The ath5k driver seems to be functioning again after installing ndiswrapper:

    $ lshw -C network
    *-network:0
    description: Wireless interface
    product: AR2413 802.11bg...
  13. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    Found one step towards a fix, which should have been obvious. For some reason, ndiswrapper wasn't installed. After installing it, I retried a scan:

    $ iwlist wlan0 scan
    wlan0 No scan results
    ...
  14. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    Here's some more info; I seem to be farther away from a solution than before. The system no longer recognizes wlan0 at all:

    $ ifconfig wlan0 up
    wlan0: ERROR while getting interface flags: No...
  15. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    Alright, I tried blacklisting ath5k and switching to madwifi. But installation of the madwifi-source fails, claiming that I need to add contrib and non-free archives. I was trying to follow steps...
  16. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    Ok, I've made some progress. I found the correct driver with lshw:

    $ lshw
    *-network:0
    description: Wireless interface
    product: AR2413 802.11bg NIC
    ...
  17. Replies
    16
    Views
    15,007

    [ubuntu] Re: Can't bring up wlan0

    Here's the output of lsmod:

    $ lsmod
    Module Size Used by
    binfmt_misc 8356 1
    ppdev 6688 0
    joydev 10240 0
    pcmcia ...
  18. Replies
    16
    Views
    15,007

    [ubuntu] Can't bring up wlan0

    Here's to adding to the wealth of wireless troubleshooting threads; hopefully this will at least be of use to others. My ethernet connection works perfectly, but I can't connect to wireless to save...
  19. Replies
    9
    Views
    665

    [ubuntu] Re: No display

    As the problem seems to lie with the disk and not with Ubuntu or, as I had previously suspected, with my computer, I have marked this thread as "solved". Thanks to all for your assistance.
  20. Replies
    9
    Views
    665

    [ubuntu] Re: No display

    I tried that, to no avail. Actually, it seems to have made things worse, as now I can no longer get into the terminal.

    I had a Suse disc on-hand, and out of desperation installed that. It seems to...
  21. Replies
    9
    Views
    665

    [ubuntu] Re: No display

    I've yet to try. What do I type-in if I'm able to reach it?
  22. Replies
    9
    Views
    665

    [ubuntu] Re: No display

    Do I have any options shy of physical replacement?
  23. Thread: Monitor trouble

    by lost09
    Replies
    5
    Views
    332

    [ubuntu] Re: Monitor trouble

    I suspect it is indeed a hard-drive problem, as the reason I reinstalled in the first place was because my computer committed suicide.

    I tried plugging in my external monitor. It illuminates, but...
  24. Thread: Monitor trouble

    by lost09
    Replies
    5
    Views
    332

    [ubuntu] Re: Monitor trouble

    I reinstalled Gutsy for the second time in the hopes that the error would be remedied. No such happiness.

    Anyone? Anyone? Stokes Theorem? Anyone...?
  25. Thread: Monitor trouble

    by lost09
    Replies
    5
    Views
    332

    [ubuntu] Monitor trouble

    My monitor does not display anything after the BIOS screen. It functions perfectly during live CD. I am using a Toshiba Satellite M40 series laptop with an ATI Radeon graphics card. Does anyone know...
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4