How do i load the driver for a wireless device?

Asked by Sam

System does not recognize my wireless iomega gwu625.

I downloaded the linux driver.

It is .zip, and will expand to show files.

I do not know how to use the terminal commands.

How do i load it?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Sam
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You more than likely don't need taht driver but we will see.

Can you give the output of:

sudo lshw -C network; lsusb; lsb_release -a; uname -a; | grep -i firm

Thanks

Revision history for this message
Sam (sjmcbroom1) said :
#2

I cranked up terminal, tried to cut and paste the sudo lshw----did not work, reported syntax error.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

copy and paste the command, it reduces errors

Revision history for this message
Sam (sjmcbroom1) said :
#4

I am not sure that I know how to do that correctly.
Do you know of a good tutorial on how to use terminal??
sam

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#5

Hi,

Please first connect your wired network adapter to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1:

If you are using the Gnome interface, open the Terminal console via "Applications->Accessories->Terminal"

If you are using the Unity interface, the easiest way to open the Terminal is to use the 'search' function on the dash. Or you can click on the 'More Apps' button, click on the 'See more results' by the installed section, and find it in that list of applications. A third way, available after you click on the 'More Apps' button, is to go to the search bar, and see that the far right end of it says 'All Applications'. You then click on that, and you'll see the full list. Then you can go to Accessories > Terminal after that.

So the methods in Unity are:
Dash > Search for Terminal
Dash > More Apps > 'See More Results' > Terminal
Dash > More Apps > Accessories > Terminal

Step 2: Please copy-paste the following command from https://help.ubuntu.com/community/WirelessTroubleshootingProcedure in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word lsmod. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'anufact|roduct|erial|elease'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl'; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|egrep 'wpa|icd|etwork'; sudo lsmod

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Regards,

Mark

Revision history for this message
Sam (sjmcbroom1) said :
#6

I successfully loaded the command as instructed.
It went through many pages of data, looked like it loaded the data.

It still did not work.

I am going to try another adapter... the other one worked flawlessly on another system, and sell this
one to a friend with windows.

I am going to declare it a success, possibly a bad adapter.
Thank you so much for your effort.

am going to do tutorials, to learn how to use the terminal

thanks, again,,, sam mcbroom

Revision history for this message
Sam (sjmcbroom1) said :
#7

Sam here, I put a NETGEAR wireless device in, and Ubuntu recognized it immediately, and started using it after the password was given...

Thanks for your cooperation.

sam