Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40

Thread: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

  1. #31
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

    Or use an udev rule:

    Code:
    gksu gedit /etc/udev/rules.d/10-wlan-stick.rules
    Add these lines

    Code:
    ACTION=="add", GOTO="device_check"
    ACTION=="remove", GOTO="onboard_load"
    
    LABEL="device_check"
    
    SUBSYSTEM=="net", KERNEL=="wlan1", RUN+="/sbin/modprobe -rf ipw2200"
    
    GOTO="rules_end"
    
    LABEL="onboard_load"
    
    SUBSYSTEM=="net", KERNEL=="wlan*", RUN+="/sbin/modprobe ipw2200"
    
    LABEL="rules_end"
    Replace the red entries with your wireless interface name, and the greenish ones with your internal wifi card module name. Proofread carefully and reboot. This should unload the internal driver when the stick is plugged in

  2. #32
    Join Date
    Aug 2014
    Location
    Prescott, AZ
    Beans
    27

    Re: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

    I tried the code above and got several errors. ie: couldn't find files
    Bob

  3. #33
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

    Quote Originally Posted by bohicaman View Post
    I tried the code above and got several errors. ie: couldn't find files
    Bob
    Please start a new thread and include the exact errors. Also include the details of the device from the terminal command:

    Code:
    lsusb
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #34
    Join Date
    Jan 2008
    Beans
    38

    Re: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

    Hi

    followed instructions on post #23 worked like a charm, but I must run it every time I reboot.
    How to make it permanent?

    (ubuntu cosmic cuttlefish)

  5. #35
    Join Date
    May 2014
    Location
    /home
    Beans
    10,939
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

    Are you trying Ubuntu without installing it to hard drive?

  6. #36
    Join Date
    Jan 2008
    Beans
    38

    Re: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

    Solved after connecting to a wireless signal and rebooting. Seems that is needed to connect to any wifi source to be permanent

  7. #37
    Join Date
    Jun 2019
    Beans
    5

    Re: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

    I just reinstalled ubuntu after a long hyatus, wifi didn't work. Found this thread and still couldn't manage to make it work, with a dell laptop and an amazon decent wifi dongle. Seriously, in 2019 i thought linux, or at least the more popular distros, were consumer ready. Sadly, they're not. Back in another 10 yrs.

  8. #38
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

    Quote Originally Posted by jurito View Post
    I just reinstalled ubuntu after a long hyatus, wifi didn't work. Found this thread and still couldn't manage to make it work, with a dell laptop and an amazon decent wifi dongle. Seriously, in 2019 i thought linux, or at least the more popular distros, were consumer ready. Sadly, they're not. Back in another 10 yrs.
    I don't think you should necessarily blame Ubuntu. The manufacturers of wireless devices are in an arms race to develop faster, and yet cheaper devices. They produce a Windows driver and ship the devices to the retailers. Most do not provide any Linux driver.

    There are many USB wireless devices that work out of the box. Ubuntu is pretty consumer ready but is not yet all things to all people all the time.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #39
    Join Date
    Jun 2019
    Beans
    5

    Re: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

    Actually, I'm quite sad about it. I had expectations and even just posting in an year old thread marked as solved, while the latest ubuntu ISO still don't work makes me sad. I tried but it's embarrassing, even as a non computer illiterate this is far too much a time waste.

  10. #40
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Installing AC1200 Dual-Band USB 3.0 Wifi Adapter (not A6210)

    Old solved thread closed to prevent further hijack-necromancies.

    If anyone needs help with a wireless device, please start your own fresh thread, not forgetting to post the output of the wireless script as described here: https://ubuntuforums.org/showthread.php?t=370108

    A reminder - this is a support section of the forum, a place to get help, not for posting vague complaints.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

Page 4 of 4 FirstFirst ... 234

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
  •