I've been using Linux for years but never a source-based distro. Going through the installation guide when I got to the step of
# addwifi -S wpa -K 'wifipassword' mywifinetwork
I received an error message as follows:
Traceback (most recent call last):
File "/usr/sbin/addwifi", line 164, in <module>
main()
File "/usr/sbin/addwifi:, line 144 in main
check_call(['rfkill','unblock','wlan','wifi'])
File "/usr/lib64/python3.3/subprocess.py", line 542, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib64/python3.3/subprocess.py", line 523, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib64/python3.3/subprocess.py", line 819, in __init__
restore_signals start_new_session)
File "/usr/lib64/python3.3/subprocess.py", line 1448, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'rfkill'
Some googling and forum searches suggested that being in the chroot environment might preclude addwifi from working, however when I boot to the terminal (which goes without error) I get the same error. I have also confirmed that dbus and the network manager service was running. Any suggestions on how to further troubleshoot this? Can't try it right now, because don't have my bootable USB to get into a chroot, but do I need to emerge rfkill?
My hardware is a Lenovo U310, Intel C210 series chipset, Core i5 CPU, Network controller is intel centrino wireless-n 2200. Thanks in advance.
Question
llogg
I've been using Linux for years but never a source-based distro. Going through the installation guide when I got to the step of
I received an error message as follows:
Some googling and forum searches suggested that being in the chroot environment might preclude addwifi from working, however when I boot to the terminal (which goes without error) I get the same error. I have also confirmed that dbus and the network manager service was running. Any suggestions on how to further troubleshoot this? Can't try it right now, because don't have my bootable USB to get into a chroot, but do I need to emerge rfkill?
My hardware is a Lenovo U310, Intel C210 series chipset, Core i5 CPU, Network controller is intel centrino wireless-n 2200. Thanks in advance.
EDIT:
Found this. Not sure what is meant by
but that might be the solution as well.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts