Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: wireless networks no longer seen

  1. #11
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: wireless networks no longer seen

    Please do:
    Code:
    echo "options ath5k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath5k.conf
    sudo modprobe -rfv ath5k
    sudo modprobe -v ath5k
    Then:
    Code:
    gksudo gedit /etc/pm/power.d/wireless
    (this will create or edit a configuration file that will override the default power management behavior) and enter the following:
    Code:
    #!/bin/sh
    
    /sbin/iwconfig wlan0 power off
    above exit0, then save gedit, close and reboot.
    Thanks

  2. #12
    Join Date
    Feb 2012
    Beans
    74

    Re: wireless networks no longer seen

    Just now able to respond

    maurice@maurice-900:~$ echo "options ath5k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath5k.conf
    [sudo] password for maurice:
    options ath5k nohwcrypt=1
    maurice@maurice-900:~$ sudo modprobe -rfv ath5k
    rmmod /lib/modules/3.2.0-49-generic/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko
    rmmod /lib/modules/3.2.0-49-generic/kernel/drivers/net/wireless/ath/ath.ko
    rmmod /lib/modules/3.2.0-49-generic/kernel/net/mac80211/mac80211.ko
    rmmod /lib/modules/3.2.0-49-generic/kernel/net/wireless/cfg80211.ko
    maurice@maurice-900:~$ sudo modprobe -v ath5k
    insmod /lib/modules/3.2.0-49-generic/kernel/net/wireless/cfg80211.ko
    insmod /lib/modules/3.2.0-49-generic/kernel/net/mac80211/mac80211.ko
    insmod /lib/modules/3.2.0-49-generic/kernel/drivers/net/wireless/ath/ath.ko
    insmod /lib/modules/3.2.0-49-generic/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko nohwcrypt=1
    maurice@maurice-900:~$ sudo modprobe -v ath5k
    maurice@maurice-900:~$ gksudo gedit /etc/pm/power.d/wireless
    maurice@maurice-900:~$ #!/bin/sh
    maurice@maurice-900:~$ /sbin/iwconfig wlan0 power off
    Error for wireless request "Set Power Management" (8B2C) :
    SET failed on device wlan0 ; Operation not permitted.
    maurice@maurice-900:~$


    Not sure how to interpret. Continued Guidance Sought

  3. #13
    Join Date
    Feb 2012
    Beans
    74

    Re: wireless networks no longer seen

    maurice@maurice-900:~$ echo "options ath5k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath5k.conf
    [sudo] password for maurice:
    options ath5k nohwcrypt=1
    maurice@maurice-900:~$ sudo modprobe -rfv ath5k
    rmmod /lib/modules/3.2.0-49-generic/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko
    rmmod /lib/modules/3.2.0-49-generic/kernel/drivers/net/wireless/ath/ath.ko
    rmmod /lib/modules/3.2.0-49-generic/kernel/net/mac80211/mac80211.ko
    rmmod /lib/modules/3.2.0-49-generic/kernel/net/wireless/cfg80211.ko
    maurice@maurice-900:~$ sudo modprobe -v ath5k
    insmod /lib/modules/3.2.0-49-generic/kernel/net/wireless/cfg80211.ko
    insmod /lib/modules/3.2.0-49-generic/kernel/net/mac80211/mac80211.ko
    insmod /lib/modules/3.2.0-49-generic/kernel/drivers/net/wireless/ath/ath.ko
    insmod /lib/modules/3.2.0-49-generic/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko nohwcrypt=1
    maurice@maurice-900:~$ sudo modprobe -v ath5k
    maurice@maurice-900:~$ gksudo gedit /etc/pm/power.d/wireless
    maurice@maurice-900:~$ #!/bin/sh
    maurice@maurice-900:~$ /sbin/iwconfig wlan0 power off
    Error for wireless request "Set Power Management" (8B2C) :
    SET failed on device wlan0 ; Operation not permitted.
    maurice@maurice-900:~$


    Not sure how to interpret the results... Continued guidance sought

  4. #14
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: wireless networks no longer seen

    After you entered
    Code:
    gksudo gedit /etc/pm/power.d/wireless
    and you entered your password a balnk file opened and that is where you put
    Code:
    #!/bin/sh
    
    /sbin/iwconfig wlan0 power off
    right? then you saved the gedit text file closed and rebooted?
    Thanks

  5. #15
    Join Date
    May 2011
    Location
    North Carolina
    Beans
    30
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: wireless networks no longer seen

    Since you are using your internal WiFi card make sure that in Network Manager under Preferences your wireless interface is wlan1. This could be the issue. Sometime this can get changed somehow.

Page 2 of 2 FirstFirst 12

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
  •