Results 1 to 6 of 6

Thread: Disable WiMAX init at Bootup?

  1. #1
    Join Date
    Oct 2007
    Location
    KMRY/KASE
    Beans
    138
    Distro
    Ubuntu 14.04 Trusty Tahr

    Disable WiMAX init at Bootup?

    Any easy way to stop the initialization of WiMax during bootup? I don't use Wimax and it noticeably slows down the boot up process.

    Sony F-Series laptop running 10.10.

    02:00.0 Network controller: Intel Corporation Centrino Advanced-N + WiMAX 6250 (rev 5f)
    PLEASE Don't leave those trying to help you hanging.
    Report Success, Failure or Giving up.
    MARK as SOLVED if it is.
    Help others help you by reading THIS THREAD first.

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

    Re: Disable WiMAX init at Bootup?

    I'd suggest you look in the computer's BIOS first to see if there is any option to disable wimax. You might also see if there is any module loaded to enable wimax:
    Code:
    lsmod | grep wimax
    If so, it may be helpful to blacklist it:
    Code:
    sudo su
    echo "blacklist <some_module>" >> /etc/modprobe.d/blacklist.conf
    exit
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Oct 2007
    Location
    KMRY/KASE
    Beans
    138
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Disable WiMAX init at Bootup?

    Thank you for the suggestions.
    I have already tried to disable WiMax in the BIOS (unavailable) and did find and blacklist the 'wimax' module in blacklist.conf.
    It still initializes and shows "WiMax ready" during bootup.
    Not a big problem. Just annoying having something I don't use delaying the bootup.
    PLEASE Don't leave those trying to help you hanging.
    Report Success, Failure or Giving up.
    MARK as SOLVED if it is.
    Help others help you by reading THIS THREAD first.

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

    Re: Disable WiMAX init at Bootup?

    Is there a wimax listing in here?
    Code:
    rfkill list all
    If so, does it help to do:
    Code:
    sudo rfkill block wimax
    Is that a declaration you could add without the 'sudo' to /etc/rc.local?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Oct 2007
    Location
    KMRY/KASE
    Beans
    138
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Disable WiMAX init at Bootup?

    "rfkill list all" returns:

    Code:
    0: sony-wifi: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no
    1: sony-wimax: WiMAX
    	Soft blocked: yes
    	Hard blocked: no
    2: sony-bluetooth: Bluetooth
    	Soft blocked: no
    	Hard blocked: no
    3: hci0: Bluetooth
    	Soft blocked: no
    	Hard blocked: no
    4: i2400m-usb:1-1.5:1.0: WiMAX
    	Soft blocked: yes
    	Hard blocked: no
    5: phy0: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no
    Ran "rfkill block wimax" both in root terminal and in "/etc/rc.local" at boot. No change.
    PLEASE Don't leave those trying to help you hanging.
    Report Success, Failure or Giving up.
    MARK as SOLVED if it is.
    Help others help you by reading THIS THREAD first.

  6. #6
    Join Date
    Aug 2010
    Beans
    2

    Re: Disable WiMAX init at Bootup?

    nd im having this "bug" as well... got the asus g73 and this is the only thing that bugs me..

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
  •