how to use wireless without network-manager or wicd
http://wiki.debian.org/WiFi/HowToUse
This will give you a good starting point.* Past the wicd instructions you'll see how to configure a wireless card from /etc/network/interfaces.* It's basically the same as a wired card plus some extra parameters for the wireless protection.
2010/9/19 hugo vanwoerkom <hvw59601@care2.com>
Hi,
I run a laptop with lenny and debian kernel 2.6.32 that runs wireless.
I connected to the laptop via USB a disk that contains a partition that also has debian kernel 2.6.32 but sid and that doesn't have network manager or wicd installed.
How would I get wireless going without them on that USB disk?
The laptop wireless module b43 gets loaded when I boot from the uSB disk.
/etc/network/interfaces has:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
Hugo
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
how to use wireless without network-manager or wicd
hugo vanwoerkom <hvw59601@care2.com> writes:
> Hi,
>
> I run a laptop with lenny and debian kernel 2.6.32 that runs wireless.
>
> I connected to the laptop via USB a disk that contains a partition that also
> has debian kernel 2.6.32 but sid and that doesn't have network manager or wicd
> installed.
>
> How would I get wireless going without them on that USB disk?
That's how I manage my wireless network system by integrating ifplug +
guessnet + wpa_supplicant
,----[ interfaces ]
| # This file describes the network interfaces available on your system
| # and how to activate them. For more information, see interfaces(5).
|
| # The loopback network interface
| auto lo
| iface lo inet loopback
|
| # The primary network interface
| #allow-hotplug eth0
|
| # ifplugd brings up interfaces, so do not bring them up at startup
| noauto eth0
| #auto eth0
|
| #iface eth0 inet dhcp
|
|
| # Profile "none" is selected if no network signal is detected
| # (i.e. there is no cable plugged into the socket)
| #no-net missing-cable
|
| mapping eth0
| script guessnet-ifupdown
| map default: foreing
| map timeout: 3
| map verbose: true
|
| # If there is no link detected, don't try DHCP
| iface interface inet manual
| test missing-cable
| pre-up echo No link present.
| pre-up false
|
| # guessnet default
| iface foreing inet dhcp
|
| allow-hotplug wlan0
| iface wlan0 inet manual
| wpa-driver wext
| wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
|
| iface wifihome inet dhcp
`----
--
Definizione: "Berlusconi ne possiede tre".
Risposta: "Capelli".
-- Dal cruciverba di Lello Splendor (Giorgio Panariello) e
Carlo Conti
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 87wrqhzega.fsf@father.nostromo.wy">http://lists.debian.org/87wrqhzega.fsf@father.nostromo.wy
09-19-2010, 08:34 PM
Klistvud
how to use wireless without network-manager or wicd
Dne, 19. 09. 2010 19:04:41 je hugo vanwoerkom napisal(a):
Hi,
I run a laptop with lenny and debian kernel 2.6.32 that runs wireless.
I connected to the laptop via USB a disk that contains a partition
that also has debian kernel 2.6.32 but sid and that doesn't have
network manager or wicd installed.
How would I get wireless going without them on that USB disk?
The laptop wireless module b43 gets loaded when I boot from the uSB
disk.
/etc/network/interfaces has:
# The loopback network interface
auto lo
iface lo inet loopback
Klistvud
Certifiable Loonix User #481801
http://bufferoverflow.tiddlyspot.com
Please reply to the list, not to me.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 1284928462.24713.3@compax">http://lists.debian.org/1284928462.24713.3@compax
09-20-2010, 03:19 PM
hugo vanwoerkom
how to use wireless without network-manager or wicd
daniele.g (alias giglio robbo' d'acciaio) wrote:
hugo vanwoerkom <hvw59601@care2.com> writes:
Hi,
I run a laptop with lenny and debian kernel 2.6.32 that runs wireless.
I connected to the laptop via USB a disk that contains a partition that also
has debian kernel 2.6.32 but sid and that doesn't have network manager or wicd
installed.
How would I get wireless going without them on that USB disk?
That's how I manage my wireless network system by integrating ifplug +
guessnet + wpa_supplicant
,----[ interfaces ]
| # This file describes the network interfaces available on your system
| # and how to activate them. For more information, see interfaces(5).
|
| # The loopback network interface
| auto lo
| iface lo inet loopback
|
| # The primary network interface
| #allow-hotplug eth0
|
| # ifplugd brings up interfaces, so do not bring them up at startup
| noauto eth0
| #auto eth0
|
| #iface eth0 inet dhcp
|
|
| # Profile "none" is selected if no network signal is detected
| # (i.e. there is no cable plugged into the socket)
| #no-net missing-cable
|
| mapping eth0
| script guessnet-ifupdown
| map default: foreing
| map timeout: 3
| map verbose: true
|
| # If there is no link detected, don't try DHCP
how to use wireless without network-manager or wicd
Klistvud wrote:
Dne, 19. 09. 2010 19:04:41 je hugo vanwoerkom napisal(a):
Hi,
I run a laptop with lenny and debian kernel 2.6.32 that runs wireless.
I connected to the laptop via USB a disk that contains a partition
that also has debian kernel 2.6.32 but sid and that doesn't have
network manager or wicd installed.
How would I get wireless going without them on that USB disk?
The laptop wireless module b43 gets loaded when I boot from the uSB disk.
/etc/network/interfaces has:
# The loopback network interface
auto lo
iface lo inet loopback
how to use wireless without network-manager or wicd
Eric Viseur wrote:
http://wiki.debian.org/WiFi/HowToUse
This will give you a good starting point. Past the wicd instructions
you'll see how to configure a wireless card from
/etc/network/interfaces. It's basically the same as a wired card plus
some extra parameters for the wireless protection.
But that says to install various things, which I can't.
Hugo
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org