Kod: Zaznacz cały
/etc/issue
Kod: Zaznacz cały
/etc/issue
Kod: Zaznacz cały
HEX:/home/emu/.minecraft# cat /etc/issue
Debian GNU/Linux 6.0 \n \l
Niestety nie:" pisze:Numerki i tak są te same co w moim aktualnym jądrze.
W wyniku polecenia:" pisze:Kod: Zaznacz cały
Linux HEX 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010 i686 GNU/Linux
Przedstaw wynik polecenia:" pisze:Kod: Zaznacz cały
apt-cache search linux-image ... linux-image-2.6.32-5-686 - Linux 2.6.32 do współczesnych komputerów ...
Kod: Zaznacz cały
lspci -n
Kod: Zaznacz cały
emu@HEX:~$ lspci -n
00:00.0 0600: 10de:00e1 (rev a1)
00:01.0 0601: 10de:00e0 (rev a2)
00:01.1 0c05: 10de:00e4 (rev a1)
00:02.0 0c03: 10de:00e7 (rev a1)
00:02.1 0c03: 10de:00e7 (rev a1)
00:02.2 0c03: 10de:00e8 (rev a2)
00:05.0 0680: 10de:00df (rev a2)
00:06.0 0401: 10de:00ea (rev a1)
00:08.0 0101: 10de:00e5 (rev a2)
00:0a.0 0101: 10de:00e3 (rev a2)
00:0b.0 0604: 10de:00e2 (rev a2)
00:0e.0 0604: 10de:00ed (rev a2)
00:18.0 0600: 1022:1100
00:18.1 0600: 1022:1101
00:18.2 0600: 1022:1102
00:18.3 0600: 1022:1103
01:00.0 0300: 1002:9596
01:00.1 0403: 1002:aa20
02:09.0 0200: 10ec:8139 (rev 10)
Kod: Zaznacz cały
dpkg -l | grep network
cat /etc/resolv.conf
cat /etc/network/interfaces
Kod: Zaznacz cały
ifconfig -a
Kod: Zaznacz cały
emu@HEX:~$ dpkg -l | grep network
ii ifupdown 0.6.10 high level tools to configure network interfaces
ii iproute 20100519-3 networking and traffic control tools
ii iputils-ping 3:20100418-3 Tools to test the reachability of network hosts
ii libqt4-network 4:4.6.3-4 Qt 4 network module
ii libsdl-net1.2 1.2.7-2 network library for Simple DirectMedia Layer
ii net-tools 1.60-23 The NET-3 networking toolkit
ii netbase 4.45 Basic TCP/IP networking system
ii tor 0.2.1.29-1 anonymizing overlay network for TCP
ii traceroute 1:2.0.15-1 Traces the route taken by packets over an IPv4/IPv6 network
ii tsocks
Kod: Zaznacz cały
emu@HEX:~$ cat /etc/resolv.conf
nameserver 10.0.0.2
Kod: Zaznacz cały
emu@HEX:~$ 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 primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
Kod: Zaznacz cały
HEX:/home/emu# ifconfig -a
as0t0 Link encap:UNSPEC HWaddr SS-SS-SS-SS-SS-SS-SS-SS-SS-SS-SS-SS-SS-SS-SS-SS
inet addr:5.5.0.1 P-t-P:5.5.0.1 Mask:255.255.248.0
UP POINTOPOINT RUNNING NOARP 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:200
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
as0t1 Link encap:UNSPEC HWaddr ss-ss-ss-ss-ss-ss-ss-ss-ss-ss-ss-ss-ss-ss-ss-ss
inet addr:5.5.8.1 P-t-P:5.5.8.1 Mask:255.255.248.0
UP POINTOPOINT RUNNING NOARP 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:200
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth0 Link encap:Ethernet HWaddr zz:zz:zz:zz:zz:zz
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:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:21 Base address:0x8000
eth1 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:10.0.0.5 Bcast:255.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::2a1:b0ff:fe01:3d89/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:142668 errors:0 dropped:0 overruns:0 frame:0
TX packets:112398 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:165575957 (157.9 MiB) TX bytes:13346932 (12.7 MiB)
Interrupt:17 Base address:0xa000
Kod: Zaznacz cały
HEX:/home/emu# 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).
[B]auto lo
iface lo inet loopback[/B]
# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
HEX:/home/emu#