Find the answer to your Linux question:
Results 1 to 4 of 4
I've followed the instructions listed at http://www.linuxforums.org/network/w...and_linux.html yet my card still isn't working. "ndiswrapper -l" reports that the driver is installed. So I type "modprobe ndiswrapper" and nothing happens. No ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    2

    Not installing

    I've followed the instructions listed at http://www.linuxforums.org/network/w...and_linux.html yet my card still isn't working. "ndiswrapper -l" reports that the driver is installed. So I type "modprobe ndiswrapper" and nothing happens. No lights on the card light up. When I try to scan for networks it says that there is no device capable of scanning. i restarted ... still no luck. I ran "ndiswrapper -e AIRPLUS" and re did the installation and still no luck. This may be of importance: When I run "lspci" my card isn't listed. What should I do ???? This is ridiculously frustrating.

  2. #2
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,590
    The name of your card and the name of the chipset are most likely different. If it is a USB wireless, lspci would not show it.

    If it is an internal wireless, copy and post the output of this command:
    Code:
    lspci -nn
    For usb:
    Code:
    lsusb
    When you use NDISwrapper, if there is a native Linux driver already loading, they will conflict with each other and not work. To display a list of driver modules that are loaded, copy and post the output of this command:
    Code:
    lsmod
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  3. #3
    Just Joined!
    Join Date
    Jul 2008
    Posts
    2
    this is the output of lsmod:

    Module Size Used by
    yenta_socket 25740 1
    rsrc_nonstatic 14592 1 yenta_socket
    pcmcia_core 34324 2 yenta_socket,rsrc_nonstatic
    radeon 134560 2
    drm 129772 3 radeon
    intel_agp 25916 1
    agpgart 30920 2 drm,intel_agp
    ipv6 250916 10
    joydev 15424 0
    snd_intel8x0 32028 1
    snd_ac97_codec 83616 1 snd_intel8x0
    ac97_bus 5376 1 snd_ac97_codec
    snd_pcm 57860 2 snd_intel8x0,snd_ac97_codec
    snd_timer 23560 1 snd_pcm
    snd 45988 6 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
    soundcore 10208 1 snd
    snd_page_alloc 12424 2 snd_intel8x0,snd_pcm
    psmouse 36112 0
    8139too 25088 0
    mii 8192 1 8139too
    af_packet 25088 2
    8250 25348 0
    serial_core 23168 1 8250
    sr_mod 20292 0
    ide_cd_mod 37664 0
    cdrom 35744 2 sr_mod,ide_cd_mod
    binfmt_misc 14984 1
    ohci1394 33072 0
    ieee1394 74040 1 ohci1394
    uhci_hcd 26636 0
    usbcore 124016 2 uhci_hcd
    dm_mod 55528 0
    wmi 10024 0
    video 20368 0
    output 6912 1 video
    thermal 19740 0
    sbs 15880 0
    sbshc 9472 1 sbs
    processor 39088 1 thermal
    fan 8708 0
    container 8064 0
    button 10896 0
    battery 15108 0
    ac 9092 0
    led_class 8196 0
    wmi_acer 10412 0
    ata_piix 22276 0
    radeonfb 107712 1
    i2c_algo_bit 9348 1 radeonfb
    fb_ddc 6272 1 radeonfb
    i2c_core 22164 3 radeonfb,i2c_algo_bit,fb_ddc


    The card is not internal or usb. I ran modprobe yenta-socket before using lsmod.

  4. #4
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,590
    Are you using a PCI to PCMCIA adapter card? I recently purchased one, but have not installed it yet. I don't yet have any knowledge on using one.

    I don't yet know what type of wireless chipset you have. Most likely because it does not recognize the card yet.

    What is the output of lspci -nn ?
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Posting Permissions

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