Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: [SOLVED] Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

  1. #1
    Join Date
    Sep 2005
    Location
    Ohio
    Beans
    93
    Distro
    Ubuntu Studio 18.10 Cosmic Cuttlefish

    [SOLVED] Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

    Ubuntu doesn't even find the card. What can I do to get it to work with Ubuntu?
    Ubuntu Studio 18.10 - i5-3470 - 8GB Corsair - Geforce GT 710 -
    Samsung 250GB SSD

  2. #2
    anewguy is offline I Ubuntu, Therefore, I Am
    Join Date
    Jun 2007
    Location
    Sometimes I visit earth
    Beans
    5,435
    Distro
    Ubuntu 12.04 Precise Pangolin

    Wink Re: Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

    Post the results of lspci back here please.

    Also, check Linksys' web site for the availability of a Windows XP driver - if available please download it and save to a new folder.

    Also, post the results of ndiswrapper -l (that's a lower case "L") back here also.

    Thanks

  3. #3
    Join Date
    Sep 2005
    Location
    Ohio
    Beans
    93
    Distro
    Ubuntu Studio 18.10 Cosmic Cuttlefish

    Re: Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

    Results of ndiswrapper -l

    patti@PattisComputer:~$ sudo ndiswrapper -l
    [sudo] password for patti:
    lsipnds : invalid driver!
    patti@PattisComputer:~$


    Results of lspci:
    patti@PattisComputer:~$ sudo lspci
    00:00.0 Host bridge: nVidia Corporation nForce3 250Gb Host Bridge (rev a1)
    00:01.0 ISA bridge: nVidia Corporation nForce3 250Gb LPC Bridge (rev a2)
    00:01.1 SMBus: nVidia Corporation nForce 250Gb PCI System Management (rev a1)
    00:02.0 USB Controller: nVidia Corporation CK8S USB Controller (rev a1)
    00:02.1 USB Controller: nVidia Corporation CK8S USB Controller (rev a1)
    00:02.2 USB Controller: nVidia Corporation nForce3 EHCI USB 2.0 Controller (rev a2)
    00:05.0 Bridge: nVidia Corporation CK8S Ethernet Controller (rev a2)
    00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb AC'97 Audio Controller (rev a1)
    00:08.0 IDE interface: nVidia Corporation CK8S Parallel ATA Controller (v2.5) (rev a2)
    00:0a.0 IDE interface: nVidia Corporation CK8S Serial ATA Controller (v2.5) (rev a2)
    00:0b.0 PCI bridge: nVidia Corporation nForce3 250Gb AGP Host to PCI Bridge (rev a2)
    00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge (rev a2)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
    01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev a3)
    02:07.0 Ethernet controller: Linksys, A Division of Cisco Systems WMP11v4 802.11b PCI card


    Is that what you wanted?
    Ubuntu Studio 18.10 - i5-3470 - 8GB Corsair - Geforce GT 710 -
    Samsung 250GB SSD

  4. #4
    Join Date
    Sep 2005
    Location
    Ohio
    Beans
    93
    Distro
    Ubuntu Studio 18.10 Cosmic Cuttlefish

    Re: Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

    Can anyone help?
    Ubuntu Studio 18.10 - i5-3470 - 8GB Corsair - Geforce GT 710 -
    Samsung 250GB SSD

  5. #5
    anewguy is offline I Ubuntu, Therefore, I Am
    Join Date
    Jun 2007
    Location
    Sometimes I visit earth
    Beans
    5,435
    Distro
    Ubuntu 12.04 Precise Pangolin

    Wink Re: Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

    If nobody has any other options, I would do the following:

    - locate (perhaps at the Linksys website) the Windows XP (not Vista) drivers for the wireless card. Download them, then "unpack" them if need be and put the .inf and .sys files in a new folder

    - via Synaptics package manager, check to see if ndiswrapper is installed. If not, install it. You can use the LiveCD as a software source and click the reload (I think it's reload - you'll get the idea when you see it) to include the CD in Synaptics

    - in a terminal window:

    cd xxxxx <enter> where xxxxx is the folder you put the driver .inf and .sys files in

    ndiswrapper -l <enter> where that's a lower case "L" for list

    If anything is returned, delete them 1 at a time via:

    sudo ndiswrapper -e xxxxxx <enter> where xxxxxx is returned in the list above

    Once nothing is returned from the ndiswrapper list command:

    sudo ndiswrapper -i xxxxxx.inf <enter> where xxxxxx is the name of the driver .inf file

    sudo depmod -a

    sudo modprobe ndiswrapper

    sudo gedit /etc/modules

    This will open up the /etc/modules file in an editor. This file describes kernel modules you want to load at boot. At the end of this file add this line:

    ndiswrapper

    then "save" and exit.

    Reboot.

    Check your network manager to see if wireless networks show.

    If any problems or questions, please post back.

    Dave

  6. #6
    Join Date
    Sep 2005
    Location
    Ohio
    Beans
    93
    Distro
    Ubuntu Studio 18.10 Cosmic Cuttlefish

    Re: Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

    I followed this step for step and still no go. What am I doing wrong?
    Ubuntu Studio 18.10 - i5-3470 - 8GB Corsair - Geforce GT 710 -
    Samsung 250GB SSD

  7. #7
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

    Install the package ndisgtk which will give you a nice gui for ndiswrapper.
    Have a go that way.
    Once it`s installed it will appear somewhere in your menus as windows drivers or something like that.

  8. #8
    Join Date
    Sep 2005
    Location
    Ohio
    Beans
    93
    Distro
    Ubuntu Studio 18.10 Cosmic Cuttlefish

    Re: Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

    Awesome, that made it so easy. I am connected and it is working sweet thanks.
    Ubuntu Studio 18.10 - i5-3470 - 8GB Corsair - Geforce GT 710 -
    Samsung 250GB SSD

  9. #9
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

    No problem


  10. #10
    Join Date
    Sep 2005
    Location
    Ohio
    Beans
    93
    Distro
    Ubuntu Studio 18.10 Cosmic Cuttlefish

    Re: Help me get my Linksys WMP11 Wireless Card working with Ubuntu please!

    Ok small issue though. It doesn't autoconnect when I boot the computer. It shows the computer icon with an X on it and I have to left click on that icon, click on "Connect to other wireless network", enter in the network name and hit Connect. Like I said, I connect and it works good but it doesn't autoconnect. How do I make it autoconnect so I don't have to do this everytime I boot?
    Ubuntu Studio 18.10 - i5-3470 - 8GB Corsair - Geforce GT 710 -
    Samsung 250GB SSD

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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