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

wireless



/etc/udev/rules.d/z25_persisten
t-net.rules:

# This file was automatically generated by the /lib/udev/write_net_rules
# program, probably run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.
# MAC addresses must be written in lowercase.

# Firewire device 00030d004109049f (ohci1394)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:03:0d:00:41:09:04:9f", NAME="eth0"

# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:03:0d:6d:58:33", NAME="eth1"

# USB device 0db0:6877 (rt73)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:19:db:9f:8f:9f", ATTRS{type}=="1", NAME="wlan0"
_________________________________________________________________________________________________________________
lsmod | grep rt73:

rt73                  190144  0
firmware_class          9312  1 rt73
usbcore               133004  4 rt73,uhci_hcd,ehci_hcd

_________________________________________________________________________________________________________________

/etc/network/interfaces:

# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp

iface wlan0 inet dhcp
_________________________________________________________________________________________________________________
ifconfig wlan0 up:

SIOCSIFFLAGS: Argumento inválido
_________________________________________________________________________________________________________________

Pessoal, a minha placa wireless não ativa, ela está reconhecida, mas não ativa. Já efetuei o "aptitude full-upgrade"

Kernel 2.6.24-1-686

Alguma dica?

Abraços,.....

Reply to: