[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Adding wireless card



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 18 August 2004 19:41, Michael Satterwhite wrote:
> If I've got to do this the old-fashioned way, it's OK, but...
>
> When I was running the Debian installer, it recognized both my LAN
> cards (the ethernet and the wireless). I brought it up with the
> ethernet active, but now I want to create a profile with the wireless
> card. Is there a way to get the system to rescan the network cards
> and give me the initial configuration framework to use my wireless
> card?

Assuming that discover/hotplug automatically loads the necessary modules 
for your wlan card, you probably don't need to do much other than 
adding an entry in /etc/network/interfaces similar to this:

auto wlan0
iface wlan0 inet static
        address 192.168.1.1
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255

After doing that, issue an 'ifup wlan0'.

Maybe I overlooked something, but try it out.
- -- 
Frederik Dannemare | mailto:frederik@dannemare.net
http://qa.debian.org/developer.php?login=Frederik+Dannemare
http://frederik.dannemare.net | http://www.linuxworlddomination.dk
Key fingerprint: BB7B 078A 0DBF 7663 180A  F84A 2D25 FAD5 9C4E B5A8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBLLoALSX61ZxOtagRAo9SAJ9+MgxaHaolprBr5vPsc041OIkcfACfU5O2
yFZsvoTh38pHCY8Av4YnWAE=
=AsYP
-----END PGP SIGNATURE-----



Reply to: