You are not logged in.
Question:Wireless unvaiable, SIOCSIFFLAGS: Operation not possible due to RF-kill.
20110821,add kernel message. hope someone help me again.
Hello,
I have some trobble with on my laptop wireless connection.
I tryed every method of what I can found.
If someone can help me and want more information please message me or email me kaavield@gmail.com.
Thank you:)
===========This is some information===========
System:Archlinux x86_64
Laptop:Lenovo ideapad Y550 PSE.
And I'm sure I switched wireless button on and wireless key on.
$lspci |grep -i net
04:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)
lspci -vnn |tail -n 16
04:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection [8086:4237]
Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1211]
Flags: bus master, fast devsel, latency 0, IRQ 49
Memory at f5100000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: iwlagn
Kernel modules: iwlagn
08:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe [14e4:1698] (rev 10)
Subsystem: Lenovo Device [17aa:3878]
Flags: bus master, fast devsel, latency 0, IRQ 50
Memory at f5200000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: tg3
Kernel modules: tg3
$uname -a
Linux KaArch 3.0-ARCH #1 SMP PREEMPT Tue Aug 16 08:44:20 CEST 2011 x86_64 Intel(R) Core(TM)2 Duo CPU P7450 @ 2.13GHz GenuineIntel GNU/Linux
$iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
$rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
$sudo ifconfig wlan0 up
Password:
SIOCSIFFLAGS: Operation not possible due to RF-kill
$sudo netcfg2 wireless-open
:: wireless-open up [BUSY]
Could not set interface wlan0 flags: Operation not possible due to RF-kill
Could not set interface 'wlan0' UP
Could not set interface wlan0 flags: Operation not possible due to RF-kill
Failed to initialize driver interface
> wpa_supplicant did not start, possible configuration error
====================/etc/rc.conf file====================
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
HARDWARECLOCK=""
TIMEZONE="Asia/Chongqing"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=()
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="KaArch"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
wlan0="dhcp" ## new add
INTERFACES=(eth0 wlan0)
#etho0="eth0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255"
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.1.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng @dbus @kdm @network @networkmanager netfs crond rfkill net-profile)
====================end of /etc/rc.conf file====================
++++++++++add by 20110821
======================wireless in kernel message=========================
08/21/11 08:43:24 PM localhost kernel [ 5.723776] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
08/21/11 08:43:24 PM localhost kernel [ 5.723779] iwlagn: Copyright(c) 2003-2011 Intel Corporation
08/21/11 08:43:24 PM localhost kernel [ 5.723897] iwlagn 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
08/21/11 08:43:24 PM localhost kernel [ 5.723993] iwlagn 0000:04:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
08/21/11 08:43:24 PM localhost kernel [ 5.743433] iwlagn 0000:04:00.0: device EEPROM VER=0x11f, CALIB=0x4
08/21/11 08:43:24 PM localhost kernel [ 5.743436] iwlagn 0000:04:00.0: Device SKU: 0Xb
08/21/11 08:43:24 PM localhost kernel [ 5.743444] iwlagn 0000:04:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
08/21/11 08:43:24 PM localhost kernel [ 5.970754] iwlagn 0000:04:00.0: loaded firmware version 8.83.5.1 build 33692
08/21/11 08:43:26 PM localhost NetworkManager[975] <info> NetworkManager (version 0.8.9997) is starting...
08/21/11 08:43:26 PM localhost NetworkManager[975] <info> Read config file /etc/NetworkManager/NetworkManager.conf
08/21/11 08:43:27 PM localhost NetworkManager[975] <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
08/21/11 08:43:27 PM localhost NetworkManager[975] keyfile: parsing Wireless connection 1 ...
08/21/11 08:43:27 PM localhost NetworkManager[975] keyfile: read connection 'Wireless connection 1'
08/21/11 08:43:27 PM localhost NetworkManager[975] <info> trying to start the modem manager...
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> monitoring kernel firmware directory '/lib/firmware'.
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> found WiFi radio killswitch rfkill0 (at /sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/PNP0C09:00/VPC2004:00/rfkill/rfkill0) (driver ideapad_acpi)
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> found WiFi radio killswitch rfkill2 (at /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/ieee80211/phy0/rfkill2) (driver (unknown))
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> WiFi disabled by radio killswitch; enabled by state file
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> WWAN enabled by radio killswitch; enabled by state file
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> WiMAX enabled by radio killswitch; enabled by state file
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> Networking is enabled by state file
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): driver supports SSID scans (scan_capa 0x01).
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): new 802.11 WiFi device (driver: 'iwlagn' ifindex: 3)
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/0
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): now managed
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): bringing up device.
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): deactivating device (reason: 2).
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): carrier is OFF
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): new Ethernet device (driver: 'tg3' ifindex: 2)
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): now managed
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): preparing device.
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): deactivating device (reason: 2).
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0/net/eth0
08/21/11 08:43:28 PM localhost NetworkManager[975] <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> caught signal 15, shutting down normally.
08/21/11 08:58:49 PM localhost NetworkManager[975] <warn> quit request received, terminating...
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (wlan0): now unmanaged
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (wlan0): device state change: unavailable -> unmanaged (reason 'removed') [20 10 36]
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (eth0): now unmanaged
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (eth0): device state change: unavailable -> unmanaged (reason 'removed') [20 10 36]
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (eth0): cleaning up...
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (eth0): taking down device.
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> exiting (success)
08/21/11 09:04:47 PM localhost kernel [ 6.910738] tg3 0000:08:00.0: eth0: Tigon3 [partno(BCM95784M) rev 5784100] (PCI Express) MAC address 00:26:22:d7:46:32
08/21/11 09:04:47 PM localhost kernel [ 6.910743] tg3 0000:08:00.0: eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
08/21/11 09:04:47 PM localhost kernel [ 6.910746] tg3 0000:08:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
08/21/11 09:04:47 PM localhost kernel [ 6.910749] tg3 0000:08:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
08/21/11 09:04:47 PM localhost kernel [ 7.177784] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
08/21/11 09:04:47 PM localhost kernel [ 7.177787] iwlagn: Copyright(c) 2003-2011 Intel Corporation
08/21/11 09:04:47 PM localhost kernel [ 7.177860] iwlagn 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
08/21/11 09:04:47 PM localhost kernel [ 7.177907] iwlagn 0000:04:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
08/21/11 09:04:47 PM localhost kernel [ 7.197349] iwlagn 0000:04:00.0: device EEPROM VER=0x11f, CALIB=0x4
08/21/11 09:04:47 PM localhost kernel [ 7.197351] iwlagn 0000:04:00.0: Device SKU: 0Xb
08/21/11 09:04:47 PM localhost kernel [ 7.197359] iwlagn 0000:04:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
08/21/11 09:04:47 PM localhost kernel [ 7.348964] iwlagn 0000:04:00.0: loaded firmware version 8.83.5.1 build 33692
08/21/11 09:04:48 PM localhost dhcpcd[986] version 5.2.12 starting
08/21/11 09:04:48 PM localhost dhcpcd[986] eth0: waiting for carrier
08/21/11 09:04:49 PM localhost NetworkManager[1007] <info> NetworkManager (version 0.8.9997) is starting...
08/21/11 09:04:49 PM localhost NetworkManager[1007] <info> Read config file /etc/NetworkManager/NetworkManager.conf
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
08/21/11 09:04:50 PM localhost NetworkManager[1007] keyfile: parsing Wireless connection 1 ...
08/21/11 09:04:50 PM localhost NetworkManager[1007] keyfile: read connection 'Wireless connection 1'
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> trying to start the modem manager...
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> monitoring kernel firmware directory '/lib/firmware'.
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> found WiFi radio killswitch rfkill0 (at /sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/PNP0C09:00/VPC2004:00/rfkill/rfkill0) (driver ideapad_acpi)
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> found WiFi radio killswitch rfkill2 (at /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/ieee80211/phy0/rfkill2) (driver (unknown))
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> WiFi disabled by radio killswitch; enabled by state file
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> WWAN enabled by radio killswitch; enabled by state file
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> WiMAX enabled by radio killswitch; enabled by state file
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> Networking is enabled by state file
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): driver supports SSID scans (scan_capa 0x01).
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): new 802.11 WiFi device (driver: 'iwlagn' ifindex: 3)
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/0
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): now managed
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): bringing up device.
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): deactivating device (reason: 2).
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): carrier is OFF
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): new Ethernet device (driver: 'tg3' ifindex: 2)
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): now managed
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): preparing device.
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): deactivating device (reason: 2).
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0/net/eth0
08/21/11 09:04:51 PM localhost NetworkManager[1007] <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
08/21/11 09:05:18 PM localhost dhcpcd[1337] version 5.2.12 starting
08/21/11 09:05:20 PM localhost dhcpcd[1337] wlan0: waiting for carrier
=================end of wireless in kernel message=========================
Last edited by kaavield (2011-08-21 13:35:48)
Lenovo ideapad Y550 PSE.
arch:x86_64
gnome3
Offline
try
sudo ip link set wlan0 up
Offline
try
sudo ip link set wlan0 up
doesn't work ....
$sudo ip link set wlan0 up
Password:
RTNETLINK answers: Operation not possible due to RF-kill
Lenovo ideapad Y550 PSE.
arch:x86_64
gnome3
Offline
Have you tried running:
rfkill unblock all
Offline
Moderator comment:
yes,
I tried eveything...
I bet you meant to hit the "reply" link, not the "report" link. It happens more often than you can imagine
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Oh,,,,, I find the "replay"...
Lenovo ideapad Y550 PSE.
arch:x86_64
gnome3
Offline
Offline
and again
The hard block is still on. Try disabling it in your bios setup.
I can't find the set in bios.
kaavield, please pay attention and double check what you are clicking. We are getting unnecessary reports .
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
What control does your computer use for enabling wireless. It could be a switch, a membrane switch that toggles the block on or off, or it could be function keys on the keyboard.
I assume you have tried the appropriate action on your computer, but it has no effect.
In that case, you might try booting to Windows and using the mechanism to enable the wireless. Then reboot into Linux. Most times, the state of the hardblock will survive a reboot.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
$rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
From this message I think it may problem with bios.
Because I plugin a usb wireless it works well.
Lenovo ideapad Y550 PSE.
arch:x86_64
gnome3
Offline
$rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yesFrom this message I think it may problem with bios.
Because I plugin a usb wireless it works well.
Whether because I turn the wireless switch down in windows, then install archlinux.
is it possable?
Last edited by kaavield (2011-08-21 05:14:07)
Lenovo ideapad Y550 PSE.
arch:x86_64
gnome3
Offline
$rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yesFrom this message I think it may problem with bios.
Because I plugin a usb wireless it works well.
I was trying to figure out from where the other wifi was coming. Thanks for confirmation you had a second wifi hooked up that was not PCI.
As to the BIOS. Yes. And no. Your system will have a mechanism by which the internal wifi can be disabled in a manner that it cannot (easily) be turned on in software. Sometimes that mechanism can be overridden in the BIOS settings. Sometimes, as in your case, you cannot. Regardless of whether that mechanism can be overridden by a BIOS setting, you should still be able to remove the hardblock.
Please verify you have tried using the switch, membrane button, function key, whatever. If it is a function that somehow does not work in Arch Linux, you may want to try my suggestion that you try it under Windows.
This is really not indicative of a BIOS problem.
Last edited by ewaller (2011-08-21 05:21:53)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
What control does your computer use for enabling wireless. It could be a switch, a membrane switch that toggles the block on or off, or it could be function keys on the keyboard.
I assume you have tried the appropriate action on your computer, but it has no effect.
In that case, you might try booting to Windows and using the mechanism to enable the wireless. Then reboot into Linux. Most times, the state of the hardblock will survive a reboot.
Thank you , maybe the problem as your said.
My system is arch only.
I was think borrow other's laptop disk switch to my laptop and figure out this problem.
Lenovo ideapad Y550 PSE.
arch:x86_64
gnome3
Offline
Whether because I turn the wireless switch down in windows, then install archlinux.
is it possable?
It looks like we are posting at the same time
If I understand you, yes -- that is very possible. If you turned it off while in Windows, it could still be off. It is also possible that you cannot turn it back on under Linux.
What type of laptop have you?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
kaavield wrote:Whether because I turn the wireless switch down in windows, then install archlinux.
is it possable?It looks like we are posting at the same time
![]()
If I understand you, yes -- that is very possible. If you turned it off while in Windows, it could still be off. It is also possible that you cannot turn it back on under Linux.What type of laptop have you?
Lenovo Y550 PSE.
Lenovo ideapad Y550 PSE.
arch:x86_64
gnome3
Offline
Lenovo Y550 PSE.
Is there a switch on the front of the computer, about 2cm from the left edge? Is it pushed to the right (towards the center of the computer)?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Is there a switch on the front of the computer, about 2cm from the left edge? Is it pushed to the right (towards the center of the computer)?
yes. I have.
Lenovo ideapad Y550 PSE.
arch:x86_64
gnome3
Offline
yes. I have.
Wow. I would expect that to do it. I'm afraid I'm out of ideas; except to enable it under Windows.
I'll keep an eye on this thread, but for now I've nothing more.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
08/21/11 08:43:24 PM localhost kernel [ 5.723776] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
08/21/11 08:43:24 PM localhost kernel [ 5.723779] iwlagn: Copyright(c) 2003-2011 Intel Corporation
08/21/11 08:43:24 PM localhost kernel [ 5.723897] iwlagn 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
08/21/11 08:43:24 PM localhost kernel [ 5.723993] iwlagn 0000:04:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
08/21/11 08:43:24 PM localhost kernel [ 5.743433] iwlagn 0000:04:00.0: device EEPROM VER=0x11f, CALIB=0x4
08/21/11 08:43:24 PM localhost kernel [ 5.743436] iwlagn 0000:04:00.0: Device SKU: 0Xb
08/21/11 08:43:24 PM localhost kernel [ 5.743444] iwlagn 0000:04:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
08/21/11 08:43:24 PM localhost kernel [ 5.970754] iwlagn 0000:04:00.0: loaded firmware version 8.83.5.1 build 33692
08/21/11 08:43:26 PM localhost NetworkManager[975] <info> NetworkManager (version 0.8.9997) is starting...
08/21/11 08:43:26 PM localhost NetworkManager[975] <info> Read config file /etc/NetworkManager/NetworkManager.conf
08/21/11 08:43:27 PM localhost NetworkManager[975] <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
08/21/11 08:43:27 PM localhost NetworkManager[975] keyfile: parsing Wireless connection 1 ...
08/21/11 08:43:27 PM localhost NetworkManager[975] keyfile: read connection 'Wireless connection 1'
08/21/11 08:43:27 PM localhost NetworkManager[975] <info> trying to start the modem manager...
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> monitoring kernel firmware directory '/lib/firmware'.
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> found WiFi radio killswitch rfkill0 (at /sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/PNP0C09:00/VPC2004:00/rfkill/rfkill0) (driver ideapad_acpi)
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> found WiFi radio killswitch rfkill2 (at /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/ieee80211/phy0/rfkill2) (driver (unknown))
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> WiFi disabled by radio killswitch; enabled by state file
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> WWAN enabled by radio killswitch; enabled by state file
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> WiMAX enabled by radio killswitch; enabled by state file
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> Networking is enabled by state file
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): driver supports SSID scans (scan_capa 0x01).
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): new 802.11 WiFi device (driver: 'iwlagn' ifindex: 3)
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/0
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): now managed
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): bringing up device.
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (wlan0): deactivating device (reason: 2).
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): carrier is OFF
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): new Ethernet device (driver: 'tg3' ifindex: 2)
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): now managed
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): preparing device.
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> (eth0): deactivating device (reason: 2).
08/21/11 08:43:28 PM localhost NetworkManager[975] <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0/net/eth0
08/21/11 08:43:28 PM localhost NetworkManager[975] <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> caught signal 15, shutting down normally.
08/21/11 08:58:49 PM localhost NetworkManager[975] <warn> quit request received, terminating...
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (wlan0): now unmanaged
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (wlan0): device state change: unavailable -> unmanaged (reason 'removed') [20 10 36]
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (eth0): now unmanaged
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (eth0): device state change: unavailable -> unmanaged (reason 'removed') [20 10 36]
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (eth0): cleaning up...
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> (eth0): taking down device.
08/21/11 08:58:49 PM localhost NetworkManager[975] <info> exiting (success)
08/21/11 09:04:47 PM localhost kernel [ 6.910738] tg3 0000:08:00.0: eth0: Tigon3 [partno(BCM95784M) rev 5784100] (PCI Express) MAC address 00:26:22:d7:46:32
08/21/11 09:04:47 PM localhost kernel [ 6.910743] tg3 0000:08:00.0: eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
08/21/11 09:04:47 PM localhost kernel [ 6.910746] tg3 0000:08:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
08/21/11 09:04:47 PM localhost kernel [ 6.910749] tg3 0000:08:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
08/21/11 09:04:47 PM localhost kernel [ 7.177784] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
08/21/11 09:04:47 PM localhost kernel [ 7.177787] iwlagn: Copyright(c) 2003-2011 Intel Corporation
08/21/11 09:04:47 PM localhost kernel [ 7.177860] iwlagn 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
08/21/11 09:04:47 PM localhost kernel [ 7.177907] iwlagn 0000:04:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
08/21/11 09:04:47 PM localhost kernel [ 7.197349] iwlagn 0000:04:00.0: device EEPROM VER=0x11f, CALIB=0x4
08/21/11 09:04:47 PM localhost kernel [ 7.197351] iwlagn 0000:04:00.0: Device SKU: 0Xb
08/21/11 09:04:47 PM localhost kernel [ 7.197359] iwlagn 0000:04:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
08/21/11 09:04:47 PM localhost kernel [ 7.348964] iwlagn 0000:04:00.0: loaded firmware version 8.83.5.1 build 33692
08/21/11 09:04:48 PM localhost dhcpcd[986] version 5.2.12 starting
08/21/11 09:04:48 PM localhost dhcpcd[986] eth0: waiting for carrier
08/21/11 09:04:49 PM localhost NetworkManager[1007] <info> NetworkManager (version 0.8.9997) is starting...
08/21/11 09:04:49 PM localhost NetworkManager[1007] <info> Read config file /etc/NetworkManager/NetworkManager.conf
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
08/21/11 09:04:50 PM localhost NetworkManager[1007] keyfile: parsing Wireless connection 1 ...
08/21/11 09:04:50 PM localhost NetworkManager[1007] keyfile: read connection 'Wireless connection 1'
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> trying to start the modem manager...
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> monitoring kernel firmware directory '/lib/firmware'.
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> found WiFi radio killswitch rfkill0 (at /sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/PNP0C09:00/VPC2004:00/rfkill/rfkill0) (driver ideapad_acpi)
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> found WiFi radio killswitch rfkill2 (at /sys/devices/pci0000:00/0000:00:1c.2/0000:04:00.0/ieee80211/phy0/rfkill2) (driver (unknown))
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> WiFi disabled by radio killswitch; enabled by state file
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> WWAN enabled by radio killswitch; enabled by state file
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> WiMAX enabled by radio killswitch; enabled by state file
08/21/11 09:04:50 PM localhost NetworkManager[1007] <info> Networking is enabled by state file
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): driver supports SSID scans (scan_capa 0x01).
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): new 802.11 WiFi device (driver: 'iwlagn' ifindex: 3)
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/0
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): now managed
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): bringing up device.
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (wlan0): deactivating device (reason: 2).
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): carrier is OFF
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): new Ethernet device (driver: 'tg3' ifindex: 2)
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): now managed
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): preparing device.
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> (eth0): deactivating device (reason: 2).
08/21/11 09:04:51 PM localhost NetworkManager[1007] <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0/net/eth0
08/21/11 09:04:51 PM localhost NetworkManager[1007] <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
08/21/11 09:05:18 PM localhost dhcpcd[1337] version 5.2.12 starting
08/21/11 09:05:20 PM localhost dhcpcd[1337] wlan0: waiting for carrier
Lenovo ideapad Y550 PSE.
arch:x86_64
gnome3
Offline