Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

I'm using ubuntu 9.10 w/ ndiswrapper as wireless driver. After each reboot I am forced to run the command 'sudo modprobe wl', however I am not certain what I lack that it is not detecting the wireless device automatically. I could certainly add some commands in the .profile shell script to run this automatically but I feel like there is a larger issue just under the surface which needs addressed.

Sometimes after lots of downloading the wireless connection seems to die, not that it looses connectivity via the gui or that disconnecting and reconnecting make any difference. To get a good wireless connection again I have to reboot the machine and re-enter 'sudo modprobe wl'.

Anyone have thoughts?

*Admin please create tags: nsdiwrapper, modprobe, wireless *

asked 19 May '10, 14:38

techie.brandon's gravatar image

techie.brandon
2113
accept rate: 0%

edited 19 May '10, 17:03

jeremy's gravatar image

jeremy ♦♦
1.0k1516




Add module in question to /etc/modules so it is loaded at boot time. Other option is to add file with .conf to /etc/modprobe.d/ (see -> man modprobe.conf).
To avoid rebooting machine after connection dies try removing module with modprobe -r and load it again manually.

link

answered 19 May '10, 18:54

maszynista's gravatar image

maszynista
2513
accept rate: 33%

I created a short script that sets my touchpad off and turns my wireless on. Simply create a launcher by right clicking in the panel and selecting add to panel and then selecting custom application launcher. Simply enter the command or commands you want on the command line; in your case 'sudo modprobe wl'. Create an Icon that you'll recognize and you are finished.

Any time you want to reset your wireless simply click the launcher.

You can also accomplish this on a one time system level by opening the Startup Applications in the Preferred menu and pressing Add - then simply add the command and give it a name. It will be issued each time you boot.

And finally, if you will right click on the wireless icon and select edit connections - move to the wireless tab and fill out the information for your connection, the computer will attempt that connection automatically.

link

answered 19 May '10, 19:54

FewClues's gravatar image

FewClues
249129
accept rate: 5%

Wonderful answers; I will have to wait a few hours before I get home to try this out. Many thanks, will update after I verify (but looks like response #1 was exactly the explanation I was after).

Response #2; will use launcher to expand on maszynista's 'modprobe -r' suggestion.

Anyone have thoughts on the reason I am having to remove the module and reload? This is certainly a better workaround than a system reboot but I would like to ultimately drill down to the root cause and at least understand if not correct. I haven't came across this in my searching as a known issue... Thoughts?

(19 May '10, 22:23) techie.brandon
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×17
×1
×1

Asked: 19 May '10, 14:38

Seen: 3,818 times

Last updated: 19 May '10, 19:54

powered by OSQA