Karta sieciowa nie znajduje rutera
: 14 grudnia 2012, 01:11
				
				Cześć.
Może mi ktoś pomóc w ustawieniu karty sieciowej, tak aby łączyła się z siecią bezprzewodową.
Dystrybucja w architekturze i386:
Architektura:
Ruter (jeśli to ma znaczenie):
Pozdrawiam.
			Może mi ktoś pomóc w ustawieniu karty sieciowej, tak aby łączyła się z siecią bezprzewodową.
Dystrybucja w architekturze i386:
Kod: Zaznacz cały
Linux debian 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 i686 GNU/LinuxKod: Zaznacz cały
i386Kod: Zaznacz cały
lspci
00:00.0 Host bridge: Intel Corporation Device 0154 (rev 09)    Subsystem: Samsung Electronics Co Ltd Device c0d8
00:01.0 PCI bridge: Intel Corporation Device 0151 (rev 09)
    Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation Device 0166 (rev 09)
    Subsystem: Samsung Electronics Co Ltd Device c0d8
00:14.0 USB Controller: Intel Corporation Device 1e31 (rev 04)
    Subsystem: Samsung Electronics Co Ltd Device c0d8
    Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation Device 1e3a (rev 04)
    Subsystem: Samsung Electronics Co Ltd Device c0d8
00:1a.0 USB Controller: Intel Corporation Device 1e2d (rev 04)
    Subsystem: Samsung Electronics Co Ltd Device c0d8
    Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation Device 1e20 (rev 04)
    Subsystem: Samsung Electronics Co Ltd Device c0d8
00:1c.0 PCI bridge: Intel Corporation Device 1e10 (rev c4)
    Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation Device 1e12 (rev c4)
    Kernel driver in use: pcieport
00:1d.0 USB Controller: Intel Corporation Device 1e26 (rev 04)
    Subsystem: Samsung Electronics Co Ltd Device c0d8
    Kernel driver in use: ehci_hcd
00:1f.0 ISA bridge: Intel Corporation Device 1e59 (rev 04)
    Subsystem: Samsung Electronics Co Ltd Device c0d8
00:1f.2 SATA controller: Intel Corporation Device 1e03 (rev 04)
    Subsystem: Samsung Electronics Co Ltd Device c0d8
    Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation Device 1e22 (rev 04)
    Subsystem: Samsung Electronics Co Ltd Device c0d8
01:00.0 VGA compatible controller: ATI Technologies Inc Device 6840
    Subsystem: Samsung Electronics Co Ltd Device c0d8
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 09)
    Subsystem: Samsung Electronics Co Ltd Device c0da
    Kernel driver in use: r8169
03:00.0 Network controller: Atheros Communications Inc. Device 0032 (rev 01)
    Subsystem: Samsung Electronics Co Ltd Device 4105Kod: Zaznacz cały
lspci -n
00:00.0 0600: 8086:0154 (rev 09)
00:01.0 0604: 8086:0151 (rev 09)
00:02.0 0300: 8086:0166 (rev 09)
00:14.0 0c03: 8086:1e31 (rev 04)
00:16.0 0780: 8086:1e3a (rev 04)
00:1a.0 0c03: 8086:1e2d (rev 04)
00:1b.0 0403: 8086:1e20 (rev 04)
00:1c.0 0604: 8086:1e10 (rev c4)
00:1c.1 0604: 8086:1e12 (rev c4)
00:1d.0 0c03: 8086:1e26 (rev 04)
00:1f.0 0601: 8086:1e59 (rev 04)
00:1f.2 0106: 8086:1e03 (rev 04)
00:1f.3 0c05: 8086:1e22 (rev 04)
01:00.0 0300: 1002:6840
02:00.0 0200: 10ec:8168 (rev 09)
03:00.0 0280: 168c:0032 (rev 01)Kod: Zaznacz cały
ifconfig -a
eth0      Link encap:Ethernet  HWaddr b8:88:e3:61:b2:b0            inet addr:192.168.1.110  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::ba88:e3ff:fe61:b2b0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:128 errors:0 dropped:128 overruns:0 frame:128
          TX packets:66 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:10140 (9.9 KiB)  TX bytes:3364 (3.2 KiB)
          Interrupt:27 
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:160 errors:0 dropped:0 overruns:0 frame:0
          TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:10880 (10.6 KiB)  TX bytes:10880 (10.6 KiB)
pan0      Link encap:Ethernet  HWaddr ae:56:69:ba:8a:88  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Kod: Zaznacz cały
iwconfig
lo        no wireless extensions.
eth0      no wireless extensions.
pan0      no wireless extensions.Kod: Zaznacz cały
cat /etc/resolv.conf
# Generated by pump for interface eth0
nameserver 194.204.152.34
nameserver 194.204.159.1
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
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
    address 192.168.1.110
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.1
    # dns-* options are implemented by the resolvconf package, if installed
    dns-nameservers 192.168.1.1
Ruter (jeśli to ma znaczenie):
Kod: Zaznacz cały
linksys wag200gPozdrawiam.