: 27 marca 2012, 17:56
Wszystkie informacje w podałem w pierwszym poście. W którym temacie?
Architektura:
karta sieciowa:
karta wifi:
Ufam, że będą to przydatne informacje.
Kod: Zaznacz cały
uname -a:
Linux debian 2.6.32-5-686 #1 SMP Mon Mar 26 05:20:33 UTC 2012 i686 GNU/Linux
Kod: Zaznacz cały
i386
Kod: Zaznacz cały
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
Subsystem: Dell Device 0233
Kernel driver in use: e1000e
Kod: Zaznacz cały
0c:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300
Subsystem: Intel Corporation Device 1121
Kernel driver in use: iwlagn
Kod: Zaznacz cały
ifconfig -a:
eth0 Link encap:Ethernet HWaddr 00:21:70:d6:31:f4
inet addr:192.168.2.149 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::221:70ff:fed6:31f4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14938 errors:0 dropped:0 overruns:0 frame:0
TX packets:12909 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2229799 (2.1 MiB) TX bytes:1166197 (1.1 MiB)
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:16523 errors:0 dropped:0 overruns:0 frame:0
TX packets:16523 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:918268 (896.7 KiB) TX bytes:918268 (896.7 KiB)
pan0 Link encap:Ethernet HWaddr 72:57:a9:3f:83:28
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)
usb0 Link encap:Ethernet HWaddr 02:80:37:ec:02:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:168 (168.0 B)
wlan0 Link encap:Ethernet HWaddr 00:16:ea:c3:df:a4
inet addr:192.168.2.33 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::216:eaff:fec3:dfa4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:192063 errors:0 dropped:0 overruns:0 frame:0
TX packets:141877 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:153242455 (146.1 MiB) TX bytes:24688833 (23.5 MiB)
Kod: Zaznacz cały
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
usb0 no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:"wirfunf"
Mode:Managed Frequency:2.457 GHz Access Point: BC:AE:C5:C3:B7:18
Bit Rate=117 Mb/s Tx-Power=15 dBm
Retry long limit:7 RTS thr :o ff Fragment thr :o ff
Encryption key :o ff
Power Management :o ff
Link Quality=67/70 Signal level=-43 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
pan0 no wireless extensions.
Kod: Zaznacz cały
cat /etc/resolv.conf:
# Generated by NetworkManager
nameserver 192.168.2.1
Kod: Zaznacz cały
cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.2.1
root@debian:/home/mch# 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 dhcp