1

My wireless card is switched off at start up of my computer and I cannot switch it on with function key. It only switches on or off the Bluetooth instead.

Is there any other key that opens the wireless that is not shown like the keyboard on my laptop or is there any other problem about the settings?

guntbert
  • 13,134
erogol
  • 344
  • Also it appears you're having problems with your wireless card not being recognized, and not a problem with the wireless card not being turned on with the function keys. –  Mar 03 '13 at 20:46
  • Please be more specific, like explain here ;) http://askubuntu.com/questions/14008/i-have-a-hardware-detection-problem-what-logs-do-i-need-to-look-into (see section wireless card) – riimzzai Mar 03 '13 at 20:55

1 Answers1

1

to make sure that your wireless is not affected by the wireless function key, you can type in a terminal

rfkill list

then press the wireless function key then type again the same command.

if you are still "hard blocked" then your key combination is not correctly assigned and you can manage it with xdotool.

sudo apt-get install xdotool

xdotool is powerful tool to simulate and manage event with your mouse / keyboard.

use xindkeys if you want a GUI

riimzzai
  • 1,128