Difference between revisions of "Linux/network/wireless"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎Links: some links while on call at JERS's)
(→‎Links: notes -- how to do ndiswapper in ubuntu 5.10 live)
Line 6: Line 6:
 
** http://ndiswrapper.sourceforge.net/mediawiki/index.php/Ubuntu
 
** http://ndiswrapper.sourceforge.net/mediawiki/index.php/Ubuntu
 
** https://wiki.ubuntu.com//SetupNdiswrapperHowto
 
** https://wiki.ubuntu.com//SetupNdiswrapperHowto
 +
==Notes==
 +
One of the ndiswrapper how-tos above insists that it's pointlessly difficult to install ndiswrapper when booting from a LiveCD, but (with one caveat) it's not true; I did it (with a KUbuntu 5.10 LiveCD), and it took me about 10 minutes of mostly fiddling. The actual work was about 3 commands and a bit of browsing. The caveat is that you need to have a working network connection in order to be able to install packages; you can disable it once the WLAN card is happy. You will also need to have some way to access the driver -- so if you've only got one CD reader and the driver is on a CD, you might want to copy it somewhere else (floppy, network, or a local hard drive) where the LiveCD-booted machine will be able to access it.
 +
 +
This is typed from memory, so steps are probably missing and out of order.
 +
# Boot LiveCD with both network cards (wireless and other working connection, which I'll call "wired" for short) installed
 +
# At some point, run the Wireless LAN Utility; it will show you the status of the WLAN
 +
# You should probably also run the Network Configuration applet from the System Configuration control panel thingy; it should show either just the wired connection, or possibly both connections with the wireless disabled. You can try enabling it, but it won't stay on at this point.
 +
# Using [[Adept]], install ndiswrapper-util or whatever it's called (the only thing which shows up when you search for "ndiswrapper")
 +
# In a console window, type: <tt>sudo ndiswrapper -i ''path/to/driver''</tt> (Not sure about this, but I don't have ndiswrapper manpage handy)
 +
# Figure out what device is being assigned to the network card (I forget how this is done; <tt>[[lspci]] -vv</tt> might do it...)
 +
# In a console window, type: <tt>sudo iwconfig ra0 essid "Hypertwins"</tt>
 +
# If everything doesn't magically start working, tell the Network Config applet to activate the wireless card.
 +
 +
Scanning for networks with the WLAN Utility and then selecting one seems to have absolutely no effect, but it can give you a clue that things are starting to work.
 +
 +
More later. --[[User:Woozle|Woozle]] 20:08, 7 December 2005 (EST)

Revision as of 01:08, 8 December 2005

Computing: Software: Operating Systems: Linux: Wireless Network Cards

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Links

Notes

One of the ndiswrapper how-tos above insists that it's pointlessly difficult to install ndiswrapper when booting from a LiveCD, but (with one caveat) it's not true; I did it (with a KUbuntu 5.10 LiveCD), and it took me about 10 minutes of mostly fiddling. The actual work was about 3 commands and a bit of browsing. The caveat is that you need to have a working network connection in order to be able to install packages; you can disable it once the WLAN card is happy. You will also need to have some way to access the driver -- so if you've only got one CD reader and the driver is on a CD, you might want to copy it somewhere else (floppy, network, or a local hard drive) where the LiveCD-booted machine will be able to access it.

This is typed from memory, so steps are probably missing and out of order.

  1. Boot LiveCD with both network cards (wireless and other working connection, which I'll call "wired" for short) installed
  2. At some point, run the Wireless LAN Utility; it will show you the status of the WLAN
  3. You should probably also run the Network Configuration applet from the System Configuration control panel thingy; it should show either just the wired connection, or possibly both connections with the wireless disabled. You can try enabling it, but it won't stay on at this point.
  4. Using Adept, install ndiswrapper-util or whatever it's called (the only thing which shows up when you search for "ndiswrapper")
  5. In a console window, type: sudo ndiswrapper -i path/to/driver (Not sure about this, but I don't have ndiswrapper manpage handy)
  6. Figure out what device is being assigned to the network card (I forget how this is done; lspci -vv might do it...)
  7. In a console window, type: sudo iwconfig ra0 essid "Hypertwins"
  8. If everything doesn't magically start working, tell the Network Config applet to activate the wireless card.

Scanning for networks with the WLAN Utility and then selecting one seems to have absolutely no effect, but it can give you a clue that things are starting to work.

More later. --Woozle 20:08, 7 December 2005 (EST)