Closed Thread
Results 1 to 3 of 3

Thread: Wireless USB G Card

  1. #1
    Crop is offline Learning Programmer
    Join Date
    Jan 2007
    Posts
    62
    Rep Power
    0

    Wireless USB G Card

    I've got a LinkSYS 802.11G WUSB54GP Portable USB Adapter. I also have a cheap dell true mobile USB 802.11B Wireless USB Adapter. The Dell works perfect but it is only B! I'd like to know how I can get my G card working. Anyone have any suggestions or got this working before?

    Thanks!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Hektor is offline Programmer
    Join Date
    Jan 2007
    Posts
    126
    Rep Power
    0
    You can use this: http://www.linuxant.com/driverloader/

    Or you can
    1) Install the ndiswrapper2) Get the Windows version of your Wireless Card Driver. Copy it to your Linux System and remember the location.

    3) Load the Windows Driver. Go to a shell and type
    ndiswrapper -i <drivername>.inf

    where <drivername> is the name of the *.inf file.

    4)
    Type ndiswrapper -l - you should see

    Installed ndis drivers:
    <filename> hardware present

    5) Load the Driver. Type modprobe ndiswrapper

    6) You are done! Configure the wireless adaptor with iwconfig command line utility or if using SUSE use YAST. Use ifup to bring up your device.

  4. #3
    Penguin Guest
    This method works but is often flaky. I would try to find drivers for Linux and your wireless card if I were you.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Parallax Boe-Bot and Wireless?
    By RhetoricalRuvim in forum The Lounge
    Replies: 1
    Last Post: 10-25-2011, 10:37 AM
  2. Cant locate my wireless card
    By nadha in forum Linux Hardware
    Replies: 1
    Last Post: 02-13-2009, 10:49 AM
  3. Verizon Wireless
    By Wanch in forum Linux Networking
    Replies: 1
    Last Post: 04-05-2008, 03:01 PM

Tags for this Thread

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