Find the answer to your Linux question:
Results 1 to 4 of 4
I am attempting to connect wirelessly via a Belkin Wirless PCI card FSD6001. I have set up ndiswrapper using the instructions on the Ubuntu Wiki site. After running ndiswrapper -l ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Posts
    2

    Wireless networking in Ubuntu

    I am attempting to connect wirelessly via a Belkin Wirless PCI card FSD6001.
    I have set up ndiswrapper using the instructions on the Ubuntu Wiki site.
    After running ndiswrapper -l , the driver is present but not the card. HELP

  2. #2
    Just Joined!
    Join Date
    Nov 2004
    Location
    Iowa
    Posts
    43
    What is the output of iwconfig?

    It should show all network interfaces and if they have wireless extensions or not.

    Also are you using any type of encryption such as WEP or WPA?

  3. #3
    Just Joined!
    Join Date
    Aug 2005
    Posts
    2

    iwconfig output

    The follwoing is the output from iwconfig.

    lo no wireless extensions


    sito no wireless extensions

  4. #4
    Just Joined!
    Join Date
    Nov 2004
    Location
    Iowa
    Posts
    43
    How about the ouput of...

    Code:
    lspci
    And directly after you insert the card

    Code:
    dmesg
    Probably only the last few lines pertaining to the wireless card.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •