Ticket #8475: Terminal rapport

File Terminal rapport, 4.7 KB (added by laurent, 12 years ago)

Différents ping, telnet, ifconfig, listdev, listimage

Line 
1Welcome to the Haiku shell.
2
3~> ping 192.168.1.1
4PING 192.168.1.1 (192.168.1.1): 56 data bytes
564 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=3.586 ms
664 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=1.059 ms
764 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=1.066 ms
864 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=1.047 ms
9--- 192.168.1.1 ping statistics ---
104 packets transmitted, 4 packets received, 0% packet loss
11round-trip min/avg/max/std-des = 1.047/1.689/3.586/300.160 ms
12
13~> ping www.google.fr
14PING www-cctld.l.google.com (173.194.78.94): 56 data bytes
15--- www-cctld.l.google.com ping statistics ---
164 packets transmitted, 0 packets received, 100% packet loss
17
18~> telnet 192.168.1.1
19Trying 192.168.1.1...
20telnet: connect to adress 192.168.1.1: connection refused
21telnet: Unable to connect to remote host
22
23~> ifconfig
24/dev/net/sis900/0
25 Hardware type: Ethernet, Adress: 00:11:43:3e:87:1d
26 Media type: 100 MBit, 100BASE-TX
27 inet addr: 192.168.1.70, Bcast: 192.168.1.255, Mask: 255.255.255.0
28 MTU: 1500, Metric: 0, up broadcast link
29 Receive: 3022 packets, 0 errors, 682062 bytes, 0mcasts, 0 dropped
30 Collisions: 0
31
32 Hardware type: Local Loopback, Address: none
33 inet addr: 127.0.0.1, Mask: 255.0.0.0
34 MTU: 16384, Metric: 0, up loopback link
35 Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
36 Transmit: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
37 Collisions: O
38
39~> listdev
40
41device Bridge (CardBus bridge) [6|7|0]
42 vendor 104c: Texas Instruments
43 device ac56: PCI1510 PC card Cardbus Controller
44
45device Network controller (Ethernet controller) [2|0|0]
46 vendor 1039: Silicon Integrated Systems [SiS]
47 device 0900: SiS900 PCI Fast Ethernet
48
49device Serial bus controller (USB Controller, EHCI) [c|3|20]
50 vendor 1039: Silicon Integrated Systems [SiS]
51 device 7002: USB 2.0 Controller
52
53device Serial bus controller (USB Controller, OHCI) [c|3|10]
54 vendor 1039: Silicon Integrated Systems [SiS]
55 device 7001: USB 1.1 Controller
56
57device Serial bus controller (USB Controller, OHCI) [c|3|10]
58 vendor 1039: Silicon Integrated Systems [SiS]
59 device 7001: USB 1.1 Controller
60
61device Multimedia controller (Multimedia audio controller) [4|1|0]
62 vendor 1039: Silicon Integrated Systems [SiS]
63 device 7012: AC'97 Sound Controller
64
65device Communication controller (Modem, Generic) [7|3|0]
66 vendor 1039: Silicon Integrated Systems [SiS]
67 device 7013: AC'97 Modem Controller
68
69device Mass storage controller (IDE interface) [1|1|8a]
70 vendor 1039: Silicon Integrated Systems [SiS]
71 device 5513: 5513 [IDE]
72
73device Bridge (ISA bridge) [6|1|0]
74 vendor 1039: Silicon Integrated Systems [SiS]
75 device 0008: SiS85C503/5513 (LPC Bridge)
76
77device Display controller (VGA compatible controller, VGA controller) [3|0|0]
78 vendor 1039: Silicon Integrated Systems [SiS]
79 device 6325: 65x/M650/740 PCI/AGP VGA Display Adapter
80
81device Bridge (PCI bridge, Normal decode) [6|4|0]
82 vendor 1039: Silicon Integrated Systems [SiS]
83 device 0001: Virtual PCI-to-PCI bridge (AGP)
84
85device Bridge (Host bridge) [6|0|0]
86 vendor 1039: Silicon Integrated Systems [SiS]
87 device 0650: 650/M650 Host
88
89~> listimage | grep drivers/
90 53 /boot/system/add-ons/kernel/drivers/dev/console 0x814d1000 0x814d3000 0 0
91 54 /boot/system/add-ons/kernel/drivers/dev/dprintf 0x81568000 0x81569000 0 0
92 55 /boot/system/add-ons/kernel/drivers/dev/null 0x8152a000 0x8152b000 0 0
93 56 /boot/system/add-ons/kernel/drivers/dev/random 0x814d4000 0x814d7000 0 0
94 57 /boot/system/add-ons/kernel/drivers/dev/tty 0x83681000 0x8368a000 0 0
95 58 /boot/system/add-ons/kernel/drivers/dev/zero 0x814d8000 0x814d9000 0 0
96 254 /boot/system/add-ons/kernel/drivers/power/acpi_battery 0x836b6000 0x836b8000 0 0
97 557 /boot/system/add-ons/kernel/drivers/dev/graphics/vesa 0x81114000 0x81117000 0 0
98 617 /boot/system/add-ons/kernel/drivers/dev/net/sis900 0x8111d000 0x81122000 0 0
99 947 /boot/system/add-ons/kernel/drivers/dev/input/usb_hid 0x8377e000 0x83786000 0 0
100 953 /boot/system/add-ons/kernel/drivers/dev/input/wacom 0x83721000 0x83723000 0 0
101 1038 /boot/system/add-ons/kernel/drivers/dev/bus/usb_raw 0x837b8000 0x837ba000 0 0
102 1041 /boot/system/add-ons/kernel/drivers/dev/audio/hmulti/auich 0x837bb000 0x837c5000 0 0
103 1260 /boot/system/add-ons/kernel/drivers/dev/disk/usb/usb_disk 0x8137c000 0x81380000 0 0
104TEAM 442 (/bin/grep drivers/):
105
106~>