You are not logged in.
I installed ndiswrapper sucessfully using https://wiki.archlinux.org/index.php/Wi … diswrapper to get my NetGear WNA3100 working sucessfully. However the ndiswrapper module isn't loaded on reboot.
Clues:
[root@servereus network.d]# cat wlan0-xingu
CONNECTION='wireless'
DESCRIPTION='Automatically generated profile by wifi-menu'
INTERFACE='wlan0'
SECURITY='wpa'
ESSID=xingu
IP='dhcp'
KEY=
[root@servereus ~]# dmesg |grep xingu (my
[ 3.910266] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0-xingu.device...
[root@servereus modules-load.d]# cat ndiswrapper
ndiswrapper
What am I missing?
Last edited by cybe100777 (2013-05-27 18:17:01)
Offline
SOLVED.
I got help on #archlinux. The file in /etc/modules-load.d should have been named ndiswrapper.conf, not just ndiswrapper
Offline