Karta sieciowa nie znajduje rutera

Masz problemy z siecią bądź internetem? Zapytaj tu
Ldrozd
Posty: 12
Rejestracja: 05 grudnia 2009, 12:54

Karta sieciowa nie znajduje rutera

Post autor: Ldrozd »

Cześć.
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/Linux
Architektura:

Kod: Zaznacz cały

i386

Kod: 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 4105

Kod: 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 wag200g

Pozdrawiam.
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Twoja karta sieciowa oparta jest na chipsecie AR9485. Obsługuje ją sterownik ath9k, ale karta wspierana jest od jądra 2.6.39. Masz 2 wyjścia:
1. Zaktualizować jądro, możesz skorzystać z backportów.
2. Skorzystać ze sterownika: http://wireless.kernel.org/en/users/Drivers/ath9k , zalecana wersja: http://www.orbit-lab.org/kernel/compat- ... pc.tar.bz2
Instalacja (po rozpakowaniu, w katalogu sterownika):

Kod: Zaznacz cały

sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r`
./scripts/driver-select ath9k
make
sudo make install
Ldrozd
Posty: 12
Rejestracja: 05 grudnia 2009, 12:54

Post autor: Ldrozd »

Dziękuję za odpowiedź. Postanowiłem zaktualizować jądro według tego poradnika:
http://pl.wikibooks.org/wiki/Aktualizac ... k_po_kroku

Kod: Zaznacz cały

Reading package lists...Building dependency tree...
Reading state information...
tk8.2 is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 tk8.2 : Depends: tcl8.2 (>= 8.2.2) but it is not installable
         Depends: xlib6g (>= 3.3.5) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
To użyłem:

Kod: Zaznacz cały

apt-get -f install
Następnie ponownie próbuję zainstalować jeszcze raz tk8.2. Pojawia się komunikat

Kod: Zaznacz cały

E: Package 'tk8.2' has no installation candidate
To sciagnalem sobie z jakiegos archiwum paczke tk8.2_8.2.3-2.deb i uzylem polecenia:

Kod: Zaznacz cały

dpkg -i tk8.2_8.2.3-2.deb
Pojawia się komunikat:

Kod: Zaznacz cały

Errors were encontered while processing <nazwa_tej_paczki>
Co mam zrobić teraz, jak z tego wybrnąć?

Pozdrawiam.
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Ten poradnik jest bardzo stary i nieaktualny. Najlepiej skorzystaj z backportów: http://backports-master.debian.org/Instructions/ gdzie znajduje się jądro w wersji 3.2: http://packages.debian.org/squeeze-back ... ge-686-pae .
ODPOWIEDZ