nie mogę zainstalować takiej karty wifi na usb
Kod: Zaznacz cały
~$ lsusb
Bus 004 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870 Wireless Adapter.
Kod: Zaznacz cały
# iwconfig
lo no wireless extensions.
eth0 no wireless extensions
Kod: Zaznacz cały
# uname -r
2.6.26-2-686
Kod: Zaznacz cały
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:06:1b:df:dd:c9
inet addr:192.168.1.102 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::206:1bff:fedf:ddc9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1284 errors:0 dropped:0 overruns:0 frame:0
TX packets:1410 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1599907 (1.5 MiB) TX bytes:145714 (142.2 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:92 errors:0 dropped:0 overruns:0 frame:0
TX packets:92 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6040 (5.8 KiB) TX bytes:6040 (5.8 KiB)
Kod: Zaznacz cały
# cat /etc/network/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
address 127.0.0.1
netmask 255.0.0.0
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.102
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.0.0.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 194.204.152.34
Kod: Zaznacz cały
# cat /etc/networks
default 0.0.0.0
loopback 127.0.0.0
link-local 169.254.0.0
localnet 10.0.0.0
Kod: Zaznacz cały
firmware-ralink, madwifi-source i madwifi-tools
Pozdrawiam piobad