Results 1 to 5 of 5

Thread: Wireless adapters that work with Ubuntu

  1. #1
    Join Date
    Apr 2011
    Location
    Phoenix, Arizona, USA
    Beans
    235
    Distro
    Ubuntu 14.04 Trusty Tahr

    Wireless adapters that work with Ubuntu

    I was wondering if anyone could recommend some wireless adapters that are known to work well with Ubuntu. I have an all wireless setup now and before I buy the parts to build my new computer I was wondering if anyone knew of a sure-fire wireless adapter that I can count on to work.




  2. #2
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless adapters that work with Ubuntu

    Edimax Ew7128g PCI adapter.
    Code:
    00:0a.0 Network controller: Ralink corp. RT2500 Wireless 802.11bg (rev 01)
    Worked out of the box in 10.04 and 12.04.

  3. #3
    Join Date
    Jun 2006
    Location
    Houtbay South Africa
    Beans
    37
    Distro
    Ubuntu Studio 10.10 Maverick Meerkat

    Re: Wireless adapters that work with Ubuntu

    Ralink corp. RT2500 Wireless 802.11bg (rev 01)
    When I first installed 12.04 the wireless card worked intermitantly.
    I installed ndiswrapper and that also worked intermitantly.
    I removed ndiswrapper and now I no longer get wlan0

    syslog shows
    Loading kernel module for a network device with CAP_SYS_MODULE (deprecated). Use CAP_NET_ADMIN and alias netdev-wlan0 instead
    Network controller: Ralink corp. RT2500 Wireless 802.11bg (rev 01)
    lspci -k shows
    Subsystem: Surecom Technology Device 13f3
    Kernel modules: rt2500pci
    /etc/udev/rules.d/70-persistent.rules does not get a wlan0 generated.
    modprobe - l also shows the rt2500pc1 is loaded.

    I would really like to solve this problem.
    Peter

  4. #4
    Join Date
    Aug 2012
    Location
    UK
    Beans
    140
    Distro
    Lubuntu

    Re: Wireless adapters that work with Ubuntu

    belkin 802.11 b/g wireless usb dongle worked perfectly from the beginning for me, didn't install a thing, even worked from the ubuntu live disk & it was easy to set up internet connection sharing to my ethernet card + it was dirt cheap.
    You might want to think about a b/g/n version though as fiber optic networks seem to require the newer cards to run full speed.

  5. #5
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Wireless adapters that work with Ubuntu

    pdk. Are you saying you installed the wireless adapter driver with ndiswrraper?
    If yes, after install of the driver with ndiswrapper try this:
    Code:
    sudo modprobe ndiswrapper
    sudo su
    echo ndiswrapper >> /etc/modules
    exit
    Reboot


    Got this from chili555 less than a week ago and it worked for me.
    Last edited by AndyOpie150; September 11th, 2012 at 05:16 PM.

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
  •