Installing Linksys WUSB54G
I want to install this adapter on my laptop and needed help on how to do it. I have Ubuntu hoary hedgehog release. .
I want to install this adapter on my laptop and needed help on how to do it. I have Ubuntu hoary hedgehog release.
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
if none of the hoary native drivers work you will need to get jiggy with this... http://ndiswrapper.sourceforge.net/
plugin the adapter and see if ubuntu can see any eth1 devices by running iwconfig in a terminal.
plugin the adapter and see if ubuntu can see any eth1 devices by running iwconfig in a terminal.
Which version of the WUSB54G do you have, version 1, 4? They have different chipsets.
I don't know if ubuntu has the wireless tools package installed, as well as the kernel headers or source packages, but can you tell us what you did so far?
Did you read the installation wiki page?
I don't know if ubuntu has the wireless tools package installed, as well as the kernel headers or source packages, but can you tell us what you did so far?
Did you read the installation wiki page?
How can i tell the version of the adapter?
So far i downloaded the ndiswrapper did the make distclean
and make and make install
but when i type ndiswrapper -i it says command not found
P.S. I have one computer that is XP and using that to go online so you could give me step by step instructions on what to do for my laptop. I dont have internet on that yet. Thank you for the help so far. Im a noob with linux
So far i downloaded the ndiswrapper did the make distclean
and make and make install
but when i type ndiswrapper -i it says command not found
P.S. I have one computer that is XP and using that to go online so you could give me step by step instructions on what to do for my laptop. I dont have internet on that yet. Thank you for the help so far. Im a noob with linux
Quote:How can i tell the version of the adapter?
Look at the back of the case and see if it tells you. Say, wusb54g v4. Or, just give us the name of the .INF file for the adapter.
Quote:So far i downloaded the ndiswrapper did the make distclean
and make and make install
but when i type ndiswrapper -i it says command not found
Are you doing this a root user? If so, sometimes you have to find the relative path and use that.
As root user, type;
whereis ndiswrapper
If it outputs something like /sbin/ndiswrapper, then type in as root user;
/sbin/ndiswrapper -i <the name of the inf file>
But during the build, did you get any error messages?
The issue here is that the kernel headers or source need to be installed. See the directions. I'm not sure if this distro has either included in the base installation.
Once we know these answers, I can refer you to some resources.
Look at the back of the case and see if it tells you. Say, wusb54g v4. Or, just give us the name of the .INF file for the adapter.
Quote:So far i downloaded the ndiswrapper did the make distclean
and make and make install
but when i type ndiswrapper -i it says command not found
Are you doing this a root user? If so, sometimes you have to find the relative path and use that.
As root user, type;
whereis ndiswrapper
If it outputs something like /sbin/ndiswrapper, then type in as root user;
/sbin/ndiswrapper -i <the name of the inf file>
But during the build, did you get any error messages?
The issue here is that the kernel headers or source need to be installed. See the directions. I'm not sure if this distro has either included in the base installation.
Once we know these answers, I can refer you to some resources.
Oops! Looks like ndiswrapper is already installed in this distro?
See the ndiswrapper wiki Ubuntu page.
See the ndiswrapper wiki Ubuntu page.