albfneto
(usa openSUSE)
Enviado em 12/04/2014 - 15:34h
Neste post, as várias formas de fazer, demonstradas no meu Terminal, com um comando que é só de visualização (que não instala nada), mas precisa de root
sudo su
Senha: DE ROOT
sabayon albfneto # dmesg | grep tail
sabayon albfneto # dmesg | tail
[ 70.196344] wlan0: associated
[ 70.196394] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 70.196514] cfg80211: Calling CRDA for country: IE
[ 70.204539] cfg80211: Regulatory domain changed to country: IE
[ 70.204549] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 70.204555] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 70.204560] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 70.204566] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 70.204571] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm)
[ 70.204576] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000
sabayon albfneto # FICOU ROOT
$ sudo -i dmesg | tail
Senha: DE USUARIO
[ 70.196344] wlan0: associated
[ 70.196394] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 70.196514] cfg80211: Calling CRDA for country: IE
[ 70.204539] cfg80211: Regulatory domain changed to country: IE
[ 70.204549] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 70.204555] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 70.204560] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 70.204566] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 70.204571] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm)
[ 70.204576] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
sabayon albfneto $ volta para usuário
$ sudo -i
senha de USUARIO
sabayon ~ # dmesg | tail
[ 70.196344] wlan0: associated
[ 70.196394] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 70.196514] cfg80211: Calling CRDA for country: IE
[ 70.204539] cfg80211: Regulatory domain changed to country: IE
[ 70.204549] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 70.204555] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 70.204560] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 70.204566] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 70.204571] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm)
[ 70.204576] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
sabayon ~ # FICOU ROOT
su
Senha: DE ROOT
sabayon albfneto # dmesg | tail
[ 70.196344] wlan0: associated
[ 70.196394] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 70.196514] cfg80211: Calling CRDA for country: IE
[ 70.204539] cfg80211: Regulatory domain changed to country: IE
[ 70.204549] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 70.204555] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 70.204560] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 70.204566] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 70.204571] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm)
[ 70.204576] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
FICOU ROOT
sudo dmesg |tail
Senha: de Usuario
[ 70.196344] wlan0: associated
[ 70.196394] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 70.196514] cfg80211: Calling CRDA for country: IE
[ 70.204539] cfg80211: Regulatory domain changed to country: IE
[ 70.204549] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 70.204555] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 70.204560] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 70.204566] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 70.204571] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm)
[ 70.204576] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
VOLTA PRA USUARIO