I'm aware that this card doesn't have Linux drivers, but some users have gotten it working with ndiswrapper. I installed ndisgtk, and got the net8190 driver installed, however when I click "Configure Network", it crashes. Here's the output from command line:
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
(ndisgtk:1967): libglade-WARNING **: Could not load support for `gnome': libgnome.so: cannot open shared object file: No such file or directory
module configuration information is stored in /etc/modprobe.d/ndiswrapper
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
Traceback (most recent call last):
File "/usr/sbin/ndisgtk", line 298, in config_network
Traceback (most recent call last):
File "/usr/sbin/ndisgtk", line 283, in config_network
xauth_name)
os.environ["XAUTHORITY"] = xauth_name
UnboundLocalError: local variable 'xauth_name' referenced before assignment
UnboundLocalError: local variable 'xauth_name' referenced before assignment
python: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.
Aborted
lucas@starpunk:~/Documents$ python: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.
When I use ndiswrapper -l, I get this:
net8190p : driver installed
device (10EC:8190) present
When I click on the plug in the tray and go to "Manage Connections", the Wireless tab is greyed out.
Should I use a different driver? Which one?
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
(ndisgtk:1967): libglade-WARNING **: Could not load support for `gnome': libgnome.so: cannot open shared object file: No such file or directory
module configuration information is stored in /etc/modprobe.d/ndiswrapper
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
Traceback (most recent call last):
File "/usr/sbin/ndisgtk", line 298, in config_network
Traceback (most recent call last):
File "/usr/sbin/ndisgtk", line 283, in config_network
xauth_name)
os.environ["XAUTHORITY"] = xauth_name
UnboundLocalError: local variable 'xauth_name' referenced before assignment
UnboundLocalError: local variable 'xauth_name' referenced before assignment
python: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.
Aborted
lucas@starpunk:~/Documents$ python: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.
When I use ndiswrapper -l, I get this:
net8190p : driver installed
device (10EC:8190) present
When I click on the plug in the tray and go to "Manage Connections", the Wireless tab is greyed out.
Should I use a different driver? Which one?
Comment