• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

ping / network is unreachable

Susi

Newbie
Hallo,
ich bin in Sachen Linux ein Frischling ..und hoffe auf eure Unterstützung.

Ich habe Suse Linux 8.0 Prof
Habe über Yast 2 der Netzwerkkarte die IP 192.168.1.23 gegeben und der Sub Net Maske 255.255.255.0

jedoch wenn ich einen ping zum router schicken will kommt network is unreachable

ifconfig zeigt mir:
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:78 errors:0 dropped:0 overruns:0 frame:0
TX packets:78 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5424 (5.2 Kb) TX bytes:5424 (5.2 Kb)

^^da müsste doch jetzt meine festgelegte IP drin stehen oder?
..was muss ich nun tun damit ich auf das Netzwerk zugreifen kann / ins Internet kann?

..Ps.: alle Verbindungen sind i.O., habe XP auf einer anderen Partion und da funzt alles.
 

Martin Breidenbach

Ultimate Guru
Der hat die Netzwerkkarte überhaupt nicht eingerichtet. Das da ist der loopback Adapter. Da müßte noch so ein zweiter Block für eth0 stehen.

Gibt der beim Booten irgendeine Fehlermeldung aus ?
 
Local Loopback ist nur das lokale (interne) Interface und nicht die Netzwerkkarte. Die Schnittstelle der Netzwerkkarte müsse eth0 heißen.
Das bedeutet, die Schnittstelle läuft nicht.
Der Befehl
Code:
ifup eth0
startet die Schnittstelle - oder bringt einen Fehler.

Gruß switcher51
 
OP
S

Susi

Newbie
:)

..also beim hochfahren sagt er schon ... eth0 failed..

der Befehl ^^bringt nur eine Fehlermeldung
// edit
// ifup: Could not get a valid interface name: -> skipped

..kann ich irgend ne conf datei editieren damit es funzt?
..oder muss ich irgendwelche besonderen module laden?


..dank euch für den beistand.
 
Das sind zu wenig Informationen.
Welche Dateien mit einem Namen beginnend mit "ifcfg-eth" gibt es?
Was steht da drin?
Wie ist die Schnittstelle (mit Yast?) konfiguriert worden?
Was steht im syslog (/var/log/messages) dazu?
Was steht im bootlog (/var/log/boot.msg) zur Netzwerkkarte?

Gruß switcher51
 
OP
S

Susi

Newbie
Hey also wie ich das mit YAST konfiguriert habe steht doch oben oder? ..was möchtest du dort wissen?
Die Nic wird auch als Via Technolegies, Inc erkannt und ist für eth0 konfiguriert

in der ifcfg-eth0 steht:
Code:
BOOTPROTO="static"
BROADCAST="192.168.1.255"
IPADDR="192.168.1.23"
NETMASK="255.255.255.0"
NETWORK="192.168.1.0"
STARTMODE="onboot"
UNIQUE=""

In der Syslog steht(Auszug)
Code:
Nov 13 09:20:00 Steve syslogd 1.4.1: restart.
Nov 13 09:20:01 Steve insmod: insmod: a module named sg already exists
Nov 13 09:20:01 Steve insmod: insmod: insmod char-major-21 failed
Nov 13 09:20:01 Steve insmod: insmod: a module named sg already exists
Nov 13 09:20:01 Steve insmod: insmod: insmod char-major-21 failed
Nov 13 09:20:01 Steve insmod: insmod: a module named st already exists
Nov 13 09:20:01 Steve insmod: insmod: insmod char-major-9 failed
Nov 13 09:20:01 Steve insmod: insmod: a module named st already exists
Nov 13 09:20:01 Steve insmod: insmod: insmod char-major-9 failed
Nov 13 09:20:02 Steve insmod: Using /lib/modules/2.4.18-4GB/kernel/drivers/usb/printer.o
Nov 13 09:20:02 Steve insmod: Symbol version prefix ''
Nov 13 09:20:05 Steve kernel: klogd 1.4.1, log source = /proc/kmsg started.
Nov 13 09:20:05 Steve kernel: Inspecting /boot/System.map-2.4.18-4GB
Nov 13 09:20:05 Steve kernel: Loaded 12771 symbols from /boot/System.map-2.4.18-4GB.
Nov 13 09:20:05 Steve kernel: Symbols match kernel version 2.4.18.
Nov 13 09:20:05 Steve kernel: Loaded 221 symbols from 11 modules.
Nov 13 09:20:05 Steve kernel: usb.c: registered new driver usbdevfs
Nov 13 09:20:05 Steve kernel: usb.c: registered new driver hub
Nov 13 09:20:05 Steve kernel: usb-uhci.c: $Revision: 1.275 $ time 14:22:01 Mar 27 2002
Nov 13 09:20:05 Steve kernel: usb-uhci.c: High bandwidth mode enabled
Nov 13 09:20:05 Steve kernel: PCI: Found IRQ 7 for device 00:04.2
Nov 13 09:20:05 Steve kernel: PCI: Sharing IRQ 7 with 00:04.3
Nov 13 09:20:05 Steve kernel: PCI: Sharing IRQ 7 with 00:0d.0
Nov 13 09:20:05 Steve kernel: usb-uhci.c: USB UHCI at I/O 0xd400, IRQ 7
Nov 13 09:20:05 Steve kernel: usb-uhci.c: Detected 2 ports
Nov 13 09:20:05 Steve kernel: usb.c: new USB bus registered, assigned bus number 1
Nov 13 09:20:05 Steve kernel: hub.c: USB hub found
Nov 13 09:20:05 Steve kernel: hub.c: 2 ports detected
Nov 13 09:20:05 Steve kernel: PCI: Found IRQ 7 for device 00:04.3
Nov 13 09:20:05 Steve kernel: PCI: Sharing IRQ 7 with 00:04.2
Nov 13 09:20:05 Steve kernel: PCI: Sharing IRQ 7 with 00:0d.0
Nov 13 09:20:05 Steve kernel: usb-uhci.c: USB UHCI at I/O 0xd000, IRQ 7
Nov 13 09:20:05 Steve kernel: usb-uhci.c: Detected 2 ports
Nov 13 09:20:05 Steve kernel: usb.c: new USB bus registered, assigned bus number 2
Nov 13 09:20:05 Steve kernel: hub.c: USB hub found
Nov 13 09:20:05 Steve kernel: hub.c: 2 ports detected
Nov 13 09:20:05 Steve kernel: usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
Nov 13 09:20:05 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:20:05 Steve last message repeated 6 times
Nov 13 09:20:05 Steve kernel: hub.c: USB new device connect on bus1/2, assigned device number 2
Nov 13 09:20:05 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:20:05 Steve kernel: usb.c: USB device 2 (vend/prod 0x43d/0x78) is not claimed by any active driver.
Nov 13 09:20:05 Steve kernel: usb.c: registered new driver usblp
Nov 13 09:20:05 Steve kernel: printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 0
Nov 13 09:20:05 Steve kernel: printer.c: v0.8:USB Printer Device Class driver
Nov 13 09:20:05 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:20:05 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:20:05 Steve kernel: hub.c: USB new device connect on bus2/2, assigned device number 2
Nov 13 09:20:05 Steve kernel: hub.c: USB hub found
Nov 13 09:20:05 Steve kernel: hub.c: 4 ports detected
Nov 13 09:20:05 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:20:05 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:20:05 Steve kernel: isapnp: Scanning for PnP cards...
Nov 13 09:20:05 Steve kernel: isapnp: No Plug & Play device found
Nov 13 09:20:05 Steve sshd[670]: Server listening on :: port 22.
Nov 13 09:20:05 Steve kernel: IPv6 v0.8 for NET4.0
Nov 13 09:20:05 Steve kernel: IPv6 over IPv4 tunneling driver
Nov 13 09:20:06 Steve kernel: PCI: Found IRQ 5 for device 00:0b.0
Nov 13 09:20:06 Steve kernel: PCI: Sharing IRQ 5 with 00:11.0
Nov 13 09:20:07 Steve smpppd[778]: smpppd version 0.73 started
Nov 13 09:20:07 Steve /usr/sbin/cron[795]: (CRON) STARTUP (fork ok) 
Nov 13 09:20:14 Steve /etc/hotplug/net.agent[687]: No HW description found ... exiting
Nov 13 09:20:27 Steve kdm[984]: pam_unix2: session started for user root, service xdm 
Nov 13 09:20:37 Steve modprobe: modprobe: Can't locate module sound-slot-1
Nov 13 09:20:37 Steve modprobe: modprobe: Can't locate module sound-service-1-0
Nov 13 09:20:37 Steve modprobe: modprobe: Can't locate module sound-slot-1
Nov 13 09:20:37 Steve modprobe: modprobe: Can't locate module sound-service-1-0
Nov 13 09:22:09 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:22:11 Steve last message repeated 7 times
Nov 13 09:22:12 Steve kernel: parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
Nov 13 09:22:12 Steve kernel: lp0: using parport0 (polling).
Nov 13 09:22:12 Steve kernel: lp0: compatibility mode
Nov 13 09:22:12 Steve kernel: parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
Nov 13 09:22:12 Steve kernel: parport_pc: Via 686A parallel port: io=0x378
Nov 13 09:22:13 Steve kernel: Non-volatile memory driver v1.1
Nov 13 09:22:14 Steve kernel: parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
Nov 13 09:22:14 Steve kernel: lp0: using parport0 (polling).
Nov 13 09:22:14 Steve kernel: lp0: compatibility mode
Nov 13 09:22:14 Steve kernel: imm: Version 2.05 (for Linux 2.4.0)
Nov 13 09:22:14 Steve kernel: ppa: Version 2.07 (for Linux 2.4.x)
Nov 13 09:22:14 Steve kernel: WARNING - no ppa compatible devices found.
Nov 13 09:22:14 Steve kernel:   As of 31/Aug/1998 Iomega started shipping parallel
Nov 13 09:22:14 Steve kernel:   port ZIP drives with a different interface which is
Nov 13 09:22:14 Steve kernel:   supported by the imm (ZIP Plus) driver. If the
Nov 13 09:22:14 Steve kernel:   cable is marked with "AutoDetect", this is what has
Nov 13 09:22:14 Steve kernel:   happened.
Nov 13 09:22:14 Steve kernel: VFS: Disk change detected on device fd(2,0)
Nov 13 09:22:14 Steve kernel: end_request: I/O error, dev 02:00 (floppy), sector 0
Nov 13 09:22:14 Steve kernel: VFS: Disk change detected on device fd(2,0)
Nov 13 09:22:14 Steve kernel: end_request: I/O error, dev 02:00 (floppy), sector 0
Nov 13 09:22:16 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:22:16 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:22:16 Steve modprobe: modprobe: Can't locate module block-major-80
Nov 13 09:22:16 Steve last message repeated 15 times
Nov 13 09:22:17 Steve modprobe: modprobe: Can't locate module block-major-104
Nov 13 09:22:17 Steve last message repeated 15 times
Nov 13 09:22:17 Steve modprobe: modprobe: Can't locate module block-major-105
Nov 13 09:22:18 Steve last message repeated 15 times
Nov 13 09:22:18 Steve modprobe: modprobe: Can't locate module block-major-106
Nov 13 09:22:18 Steve last message repeated 15 times
Nov 13 09:22:18 Steve modprobe: modprobe: Can't locate module block-major-107
Nov 13 09:22:19 Steve last message repeated 15 times
Nov 13 09:22:19 Steve kernel: VFS: Disk change detected on device fd(2,0)
Nov 13 09:22:19 Steve kernel: end_request: I/O error, dev 02:00 (floppy), sector 0
Nov 13 09:22:19 Steve kernel: VFS: Disk change detected on device fd(2,0)
Nov 13 09:22:19 Steve kernel: end_request: I/O error, dev 02:00 (floppy), sector 0
Nov 13 09:22:19 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:22:19 Steve last message repeated 3 times
Nov 13 09:22:19 Steve kernel: cdrom: open failed.
Nov 13 09:22:19 Steve kernel: VFS: Disk change detected on device ide1(22,64)
Nov 13 09:22:20 Steve kernel: cdrom: open failed.
Nov 13 09:22:20 Steve kernel: VFS: Disk change detected on device sr(11,0)
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 64
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 66
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 68
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 70
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 72
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 74
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 76
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 78
Nov 13 09:27:37 Steve modprobe: modprobe: Can't locate module Default
Nov 13 09:27:37 Steve kernel: VFS: Disk change detected on device fd(2,0)
Nov 13 09:27:37 Steve modprobe: modprobe: Can't locate module Default

In der bootlog(Auszug)
Code:
<notice>'/etc/init.d/rc5.d/S01random start' exits with status 0
<notice>/etc/init.d/rc5.d/S05network start
Setting up network interfaces:

    lo        
done

    dsl0      
skipped

    eth0      
failed

INFO:	Dont worry about skipped interfaces; they will be set up

	dynamically by service pcmcia, hotplug or when dialing.

Starting syslog services<notice>'/etc/init.d/rc5.d/S05network start' exits with status 0
 
Das System hat wohl etliche Probleme:
Susi schrieb:
Nov 13 09:20:01 Steve insmod: insmod: a module named sg already exists
Nov 13 09:20:01 Steve insmod: insmod: insmod char-major-21 failed
Nov 13 09:20:01 Steve insmod: insmod: a module named sg already exists
Nov 13 09:20:01 Steve insmod: insmod: insmod char-major-21 failed
Nov 13 09:20:01 Steve insmod: insmod: a module named st already exists
Nov 13 09:20:01 Steve insmod: insmod: insmod char-major-9 failed
Nov 13 09:20:01 Steve insmod: insmod: a module named st already exists
Nov 13 09:20:01 Steve insmod: insmod: insmod char-major-9 failed
...
Nov 13 09:20:05 Steve kernel: PCI: Found IRQ 7 for device 00:04.3
Nov 13 09:20:05 Steve kernel: PCI: Sharing IRQ 7 with 00:04.2
Nov 13 09:20:05 Steve kernel: PCI: Sharing IRQ 7 with 00:0d.0
....
Nov 13 09:20:05 Steve sshd[670]: Server listening on :: port 22.
...
Nov 13 09:20:06 Steve kernel: PCI: Found IRQ 5 for device 00:0b.0
Nov 13 09:20:06 Steve kernel: PCI: Sharing IRQ 5 with 00:11.0
...
Nov 13 09:20:37 Steve modprobe: modprobe: Can't locate module sound-slot-1
Nov 13 09:20:37 Steve modprobe: modprobe: Can't locate module sound-service-1-0
Nov 13 09:20:37 Steve modprobe: modprobe: Can't locate module sound-slot-1
Nov 13 09:20:37 Steve modprobe: modprobe: Can't locate module sound-service-1-0
...
Nov 13 09:22:16 Steve modprobe: modprobe: Can't locate module block-major-80
Nov 13 09:22:16 Steve last message repeated 15 times
Nov 13 09:22:17 Steve modprobe: modprobe: Can't locate module block-major-104
Nov 13 09:22:17 Steve last message repeated 15 times
Nov 13 09:22:17 Steve modprobe: modprobe: Can't locate module block-major-105
Nov 13 09:22:18 Steve last message repeated 15 times
Nov 13 09:22:18 Steve modprobe: modprobe: Can't locate module block-major-106
Nov 13 09:22:18 Steve last message repeated 15 times
Nov 13 09:22:18 Steve modprobe: modprobe: Can't locate module block-major-107
Nov 13 09:22:19 Steve last message repeated 15 times
...
Nov 13 09:22:19 Steve kernel: VFS: Disk change detected on device fd(2,0)
Nov 13 09:22:19 Steve kernel: end_request: I/O error, dev 02:00 (floppy), sector 0
...
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 64
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 66
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 68
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 70
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 72
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 74
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 76
Nov 13 09:22:20 Steve kernel: ide-scsi: hdc: unsupported command in request queue (0)
Nov 13 09:22:20 Steve kernel: end_request: I/O error, dev 16:00 (hdc), sector 78
....
Nov 13 09:27:37 Steve modprobe: modprobe: Can't locate module Default
Nov 13 09:27:37 Steve kernel: VFS: Disk change detected on device fd(2,0)
Nov 13 09:27:37 Steve modprobe: modprobe: Can't locate module Default

In der bootlog(Auszug)
Code:
...
    eth0      
failed
Das Netzerkgerät wird meiner Ansicht nach nicht erkannt, aber das ist u.U. nur ein Folgeproblem. Etliche Kernel-Module können nicht geladen werden. Die shared Interrupts können weitere Probleme verursachen.
Was ist mit der Floppy los?
Ist bei der Installation des Systems was grundsätzlich falsch gelaufen?

Welchen Interrupt belegt die Netzwerkkarte? Hierzu:
Code:
cat /sys/class/net/eth0/device/irq

Was gibt der Befehl
Code:
ifup eth0 -o debug
aus?

Ich vermute die Netzwerkkarte ist eine PCI-karte. Was sagt uns der Befehl:
Code:
 lspci -v

Was gibt es noch an sachdienlichen Hinweisen?

Gruß switcher51
 
OP
S

Susi

Newbie
Hey..
switcher51 schrieb:
Code:
cat /sys/class/net/eth0/device/irq
..also die Verzeichnisse existieren nicht :( ..habe nach gesucht


Mein Diskettenlaufwerk funkt :D sonst hätt ich ja ein Prob hier meine Codes zu posten

Ja ist eine PCI
lspci -v:
Code:
00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 02)
	Subsystem: Asustek Computer, Inc.: Unknown device 8033
	Flags: bus master, medium devsel, latency 8
	Memory at e6000000 (32-bit, prefetchable) [size=32M]
	Capabilities: [a0] AGP version 2.0
	Capabilities: [c0] Power Management version 2

00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP] (prog-if 00 [Normal decode])
	Flags: bus master, 66Mhz, medium devsel, latency 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	Memory behind bridge: d7000000-d7dfffff
	Prefetchable memory behind bridge: d7f00000-e5ffffff
	Capabilities: [80] Power Management version 2

00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
	Subsystem: Asustek Computer, Inc.: Unknown device 8033
	Flags: bus master, stepping, medium devsel, latency 0

00:04.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 10) (prog-if 8a [Master SecP PriP])
	Flags: bus master, medium devsel, latency 32
	I/O ports at d800 [size=16]
	Capabilities: [c0] Power Management version 2

00:04.2 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10) (prog-if 00 [UHCI])
	Subsystem: Unknown device 0925:1234
	Flags: bus master, medium devsel, latency 32, IRQ 7
	I/O ports at d400 [size=32]
	Capabilities: [80] Power Management version 2

00:04.3 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10) (prog-if 00 [UHCI])
	Subsystem: Unknown device 0925:1234
	Flags: bus master, medium devsel, latency 32, IRQ 7
	I/O ports at d000 [size=32]
	Capabilities: [80] Power Management version 2

00:04.4 Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
	Subsystem: Asustek Computer, Inc.: Unknown device 8033
	Flags: medium devsel, IRQ 9
	Capabilities: [68] Power Management version 2

00:0b.0 Multimedia audio controller: Avance Logic Inc. ALS4000 Audio Chipset
	Subsystem: Avance Logic Inc. ALS4000 Audio Chipset
	Flags: bus master, medium devsel, latency 32, IRQ 5
	I/O ports at a400 [size=128]
	Capabilities: [dc] Power Management version 2

00:0d.0 Ethernet controller: VIA Technologies, Inc.: Unknown device 3106 (rev 86)
	Subsystem: VIA Technologies, Inc.: Unknown device 0105
	Flags: bus master, stepping, medium devsel, latency 32, IRQ 7
	I/O ports at a000 [size=256]
	Memory at d6800000 (32-bit, non-prefetchable) [size=256]
	Capabilities: [40] Power Management version 2

00:11.0 Unknown mass storage controller: Promise Technology, Inc. 20265 (rev 02)
	Subsystem: Promise Technology, Inc. Ultra100
	Flags: bus master, medium devsel, latency 32, IRQ 5
	I/O ports at 9800 [size=8]
	I/O ports at 9400 [size=4]
	I/O ports at 9000 [size=8]
	I/O ports at 8800 [size=4]
	I/O ports at 8400 [size=64]
	Memory at d6000000 (32-bit, non-prefetchable) [size=128K]
	Expansion ROM at <unassigned> [disabled] [size=64K]
	Capabilities: [58] Power Management version 1

01:00.0 VGA compatible controller: S3 Inc. Savage 4 (rev 04) (prog-if 00 [VGA])
	Subsystem: S3 Inc. 86C394-397 Savage4
	Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 9
	Memory at d7000000 (32-bit, non-prefetchable) [size=512K]
	Memory at d8000000 (32-bit, prefetchable) [size=128M]
	Expansion ROM at d7ff0000 [disabled] [size=64K]
	Capabilities: [dc] Power Management version 1
	Capabilities: [80] AGP version 2.0


ifup eth0 -o bringt auch nur:
Code:
Could not get a valid interface name: -> skipped


Hm.., :(
 
"lspci" sagt uns, dass die Netzwerkkarte gefunden wurde und IRQ 7 (neben 2 weiteren Geräten) benutzt.

Da /sys/class/net/eth0/device/irq nicht existiert, ist die HW nicht (oder zumindest nicht als eth0) erkannt worden.

:arrow: Am besten wird sein, in Yast die Konfiguation der Netzwerkkarte zu löschen und die Karte erneut erkennen zu lassen.

Mein Diskettenlaufwerk funkt ....
OK, aber das System meckert über fd(2,0) - das hatte ich gemeint.

Haben sich die anderen Fehlermeldungen aus dem Log aufklären lassen? :?:

Gruß switcher51
 
OP
S

Susi

Newbie
..also zu den anderen Probs. ..ich habe die Soundkarte ebenfalls gelöscht in der Hoffnung das dies der NIC hilft
-> jedoch leider ohne Erfolg

..habe die NIC gelöscht und neu erkennen lassen
-> ohne Erfolg

..hab die NIC in einen anderen Slot gesteckt
-> ..ohne .. :(

Was kann ich noch versuchen? ..wie kann ich einen Geräte Konflikt genau aufzeigen? Kann es sich um einen trivialen Fehler meinerseits handeln? :cry:
 
OP
S

Susi

Newbie
Oki hier sind 'se :)

Code:
============ start debug info ============
libhd version 4.25 (ia32)
kernel version is 2.4
----- /proc/cmdline -----
  auto BOOT_IMAGE=linux ro root=305 hdc=ide-scsi
----- /proc/cmdline end -----
debug = 0xff7ffff7
probe = 0x1ee3effffedfffe6 (+memory +pci -pci.range -pci.ext +isapnp +cdrom +cdrom.info +net +floppy +misc +misc.serial +misc.par +misc.floppy +serial +cpu +bios +monitor +mouse +ide +scsi -scsi.geo +scsi.cache +usb -usb.mods +adb +modem +modem.usb +parallel +parallel.lp +parallel.zip +isa +isa.isdn +dac960 +smart +isdn +kbd +prom +sbus +int +braille +braille.alva +braille.fhp +braille.ht -ignx11 +sys +dasd +i2o +cciss +bios.vbe -isapnp.old -isapnp.new -isapnp.mod +braille.baum +manual +fb -bios.vbe2 +veth +partition +disk +ataraid -max -lxrc)
>> floppy.1: get nvram
----- /proc/nvram -----
  Checksum status: valid
  # floppies     : 1
  Floppy 0 type  : 3.5'' 1.44M
  Floppy 1 type  : none
  HD 0 type      : 2f
  HD 1 type      : none
  HD type 48 data: 528/1/0 C/H/S, precomp 28761, lz 32
  HD type 49 data: 9096/4/8 C/H/S, precomp 0, lz 1
  DOS base memory: 640 kB
  Extended memory: 65472 kB (configured), 65472 kB (tested)
  Gfx adapter    : EGA, VGA, ... (with BIOS)
  FPU            : installed
----- /proc/nvram end -----
>> floppy.2: nvram info
>> bios.1: cmdline
>> bios.1.1: apm
----- /proc/apm -----
  1.16 1.2 0x03 0x01 0xff 0x80 -1% -1 ?
----- /proc/apm end -----
>> bios.2: ram
  bios: 1 disks
  bios: EBDA 0x00400 bytes at 0x9fc00
>> bios.2: rom
----- SMBIOS Entry Point 0xf2910 - 0xf292e -----
  f2910  5f 53 4d 5f 21 1f 02 03 5d 00 00 00 00 00 00 00  "_SM_!...]......."
  f2920  5f 44 4d 49 5f 38 5f 05 40 29 0f 00 31 00 23 9f  "_DMI_8_.@)..1.#."
----- SMBIOS Entry Point end -----
----- SMBIOS Structure Table 0xf2940 - 0xf2e9e -----
  f2940  00 14 00 00 01 02 00 f0 03 03 80 de cb 7f 00 00  "................"
  f2950  00 00 07 00 41 77 61 72 64 20 53 6f 66 74 77 61  "....Award Softwa"
  f2960  72 65 2c 20 49 6e 63 2e 00 41 53 55 53 20 41 37  "re, Inc..ASUS A7"
  f2970  56 20 41 43 50 49 20 42 49 4f 53 20 52 65 76 69  "V ACPI BIOS Revi"
  f2980  73 69 6f 6e 20 31 30 31 31 00 30 34 2f 32 33 2f  "sion 1011.04/23/"
  f2990  32 30 30 32 00 00 01 19 01 00 01 02 03 04 00 00  "2002............"
  f29a0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 53  "...............S"
  f29b0  79 73 74 65 6d 20 4d 61 6e 75 66 61 63 74 75 72  "ystem Manufactur"
  f29c0  65 72 00 53 79 73 74 65 6d 20 4e 61 6d 65 00 53  "er.System Name.S"
  f29d0  79 73 74 65 6d 20 56 65 72 73 69 6f 6e 00 53 59  "ystem Version.SY"
  f29e0  53 2d 31 32 33 34 35 36 37 38 39 30 00 00 02 08  "S-1234567890...."
  f29f0  02 00 01 02 03 04 41 53 55 53 54 65 4b 20 43 6f  "......ASUSTeK Co"
  f2a00  6d 70 75 74 65 72 20 49 4e 43 2e 00 3c 41 37 56  "mputer INC..<A7V"
  f2a10  3e 00 52 45 56 20 31 2e 78 78 00 78 78 78 78 78  ">.REV 1.xx.xxxxx"
  f2a20  78 78 78 78 78 78 00 00 03 11 03 00 01 07 02 03  "xxxxxx.........."
  f2a30  04 03 03 03 02 00 00 00 00 43 68 61 73 73 69 73  ".........Chassis"
  f2a40  20 4d 61 6e 75 66 61 63 74 75 72 65 00 43 68 61  " Manufacture.Cha"
  f2a50  73 73 69 73 20 56 65 72 73 69 6f 6e 00 43 68 61  "ssis Version.Cha"
  f2a60  73 73 69 73 20 53 65 72 69 61 6c 20 4e 75 6d 62  "ssis Serial Numb"
  f2a70  65 72 00 41 73 73 65 74 2d 31 32 33 34 35 36 37  "er.Asset-1234567"
  f2a80  38 39 30 00 00 04 20 04 00 01 03 01 02 42 06 00  "890... ......B.."
  f2a90  00 ff f9 83 01 03 91 64 00 08 07 e8 03 41 01 09  ".......d.....A.."
  f2aa0  00 0a 00 ff ff 53 4f 43 4b 45 54 20 41 00 41 75  ".....SOCKET A.Au"
  f2ab0  74 68 65 6e 74 69 63 41 4d 44 00 41 4d 44 20 41  "thenticAMD.AMD A"
  f2ac0  74 68 6c 6f 6e 28 54 4d 29 20 50 72 6f 63 65 73  "thlon(TM) Proces"
  f2ad0  73 6f 72 00 00 05 16 05 00 06 04 03 03 0a 01 00  "sor............."
  f2ae0  01 05 02 03 06 00 07 00 08 00 02 00 00 06 0c 06  "................"
  f2af0  00 01 01 00 01 05 88 88 00 44 49 4d 4d 20 31 00  ".........DIMM 1."
  f2b00  00 06 0c 07 00 01 23 00 01 05 07 07 00 44 49 4d  "......#......DIM"
  f2b10  4d 20 32 00 00 06 0c 08 00 01 45 00 01 05 07 07  "M 2.......E....."
  f2b20  00 44 49 4d 4d 20 33 00 00 07 13 09 00 01 80 01  ".DIMM 3........."
  f2b30  80 00 80 00 20 00 20 00 00 02 04 05 4c 31 20 43  ".... . .....L1 C"
  f2b40  61 63 68 65 00 00 07 13 0a 00 01 81 01 00 20 00  "ache.......... ."
  f2b50  01 30 00 30 00 00 02 04 05 4c 32 20 43 61 63 68  ".0.0.....L2 Cach"
  f2b60  65 00 00 08 09 0b 00 01 16 00 00 00 50 52 49 4d  "e...........PRIM"
  f2b70  41 52 59 20 49 44 45 2f 48 44 44 00 00 08 09 0c  "ARY IDE/HDD....."
  f2b80  00 01 16 00 00 00 53 45 43 4f 4e 44 41 52 59 20  "......SECONDARY "
  f2b90  49 44 45 2f 48 44 44 00 00 08 09 0d 00 01 17 00  "IDE/HDD........."
  f2ba0  00 00 46 4c 4f 50 50 59 00 00 08 09 0e 00 00 00  "..FLOPPY........"
  f2bb0  01 12 10 55 53 42 31 00 00 08 09 0f 00 00 00 01  "...USB1........."
  f2bc0  12 10 55 53 42 32 00 00 08 09 10 00 00 00 01 12  "..USB2.........."
  f2bd0  10 55 53 42 33 00 00 08 09 11 00 00 00 01 12 10  ".USB3..........."
  f2be0  55 53 42 34 00 00 08 09 12 00 00 00 01 0f 0d 50  "USB4...........P"
  f2bf0  53 2f 32 20 4b 65 79 62 61 6f 72 64 00 00 08 09  "S/2 Keybaord...."
  f2c00  13 00 00 00 01 0f 0e 50 53 2f 32 20 4d 6f 75 73  ".......PS/2 Mous"
  f2c10  65 00 00 08 09 14 00 00 00 01 05 05 50 61 72 61  "e...........Para"
  f2c20  6c 6c 65 6c 20 50 6f 72 74 00 00 08 09 15 00 00  "llel Port......."
  f2c30  00 01 08 08 53 65 72 69 61 6c 20 50 6f 72 74 20  "....Serial Port "
  f2c40  31 00 00 08 09 16 00 00 00 01 08 08 53 65 72 69  "1...........Seri"
  f2c50  61 6c 20 50 6f 72 74 20 32 00 00 08 09 17 00 00  "al Port 2......."
  f2c60  00 01 07 0c 4a 6f 79 73 74 69 63 6b 20 50 6f 72  "....Joystick Por"
  f2c70  74 00 00 08 09 18 00 00 00 01 07 0b 4d 49 44 49  "t...........MIDI"
  f2c80  20 50 6f 72 74 00 00 08 09 19 00 00 00 01 1f 1d  " Port..........."
  f2c90  4c 69 6e 65 20 49 6e 20 4a 61 63 6b 00 00 08 09  "Line In Jack...."
  f2ca0  1a 00 00 00 01 1f 1c 56 69 64 65 6f 20 50 6f 72  ".......Video Por"
  f2cb0  74 00 00 09 0d 1b 00 01 06 05 03 03 00 00 06 01  "t..............."
  f2cc0  50 43 49 20 31 00 00 09 0d 1c 00 01 06 05 04 03  "PCI 1..........."
  f2cd0  00 00 06 01 50 43 49 20 32 00 00 09 0d 1d 00 01  "....PCI 2......."
  f2ce0  06 05 04 03 00 00 06 01 50 43 49 20 33 00 00 09  "........PCI 3..."
  f2cf0  0d 1e 00 01 06 05 03 03 00 00 06 01 50 43 49 20  "............PCI "
  f2d00  34 00 00 09 0d 1f 00 01 06 05 04 03 00 00 06 01  "4..............."
  f2d10  50 43 49 20 35 00 00 09 0d 20 00 01 11 05 04 04  "PCI 5.... ......"
  f2d20  00 00 06 00 41 47 50 00 00 09 0d 21 00 01 0c 05  "....AGP....!...."
  f2d30  04 04 00 00 06 00 41 4d 52 00 00 0a 06 22 00 01  "......AMR....".."
  f2d40  01 50 72 6f 6d 69 73 65 20 50 44 43 32 30 32 36  ".Promise PDC2026"
  f2d50  35 00 00 0b 05 23 00 02 30 00 30 00 00 0d 16 24  "5....#..0.0....$"
  f2d60  00 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  f2d70  00 00 01 65 6e 7c 55 53 7c 69 73 6f 38 38 35 39  "...en|US|iso8859"
  f2d80  2d 31 00 00 0e 0e 25 00 01 04 04 00 07 09 00 07  "-1....%........."
  f2d90  0a 00 43 70 75 20 4d 6f 64 75 6c 65 00 00 0e 1d  "..Cpu Module...."
  f2da0  26 00 01 10 27 00 11 28 00 14 2c 00 11 29 00 14  "&...'..(..,..).."
  f2db0  2d 00 11 2a 00 14 2e 00 13 2b 00 4d 65 6d 6f 72  "-..*.....+.Memor"
  f2dc0  79 20 4d 6f 64 75 6c 65 20 53 65 74 00 00 10 0f  "y Module Set...."
  f2dd0  27 00 03 03 03 00 00 18 00 fe ff 03 00 00 00 11  "'..............."
  f2de0  17 28 00 27 00 ff ff 48 00 40 00 00 01 09 01 01  ".(.'...H.@......"
  f2df0  00 03 80 00 00 00 44 49 4d 4d 20 31 00 00 11 17  "......DIMM 1...."
  f2e00  29 00 27 00 ff ff 48 00 40 00 80 00 09 02 01 00  ").'...H.@......."
  f2e10  03 80 00 00 00 44 49 4d 4d 20 32 00 00 11 17 2a  ".....DIMM 2....*"
  f2e20  00 27 00 ff ff 48 00 40 00 80 00 09 03 01 00 03  ".'...H.@........"
  f2e30  80 00 00 00 44 49 4d 4d 20 33 00 00 13 0f 2b 00  "....DIMM 3....+."
  f2e40  00 00 00 00 00 00 00 20 27 00 03 00 00 14 13 2c  "....... '......,"
  f2e50  00 00 00 00 00 ff ff 03 00 28 00 2b 00 01 00 00  ".........(.+...."
  f2e60  00 00 14 13 2d 00 00 00 04 00 ff ff 05 00 29 00  "....-.........)."
  f2e70  2b 00 02 00 00 00 00 14 13 2e 00 00 00 06 00 ff  "+..............."
  f2e80  ff 07 00 2a 00 2b 00 03 00 00 00 00 20 0b 2f 00  "...*.+...... ./."
  f2e90  00 00 00 00 00 00 00 00 00 7f 04 30 00 00 00 00  "...........0...."
----- SMBIOS Structure Table end -----
  type 0x00 [0x0000]: 00 14 00 00 01 02 00 f0 03 03 80 de cb 7f 00 00 00 00 07 00
       str1: "Award Software, Inc."
       str2: "ASUS A7V ACPI BIOS Revision 1011"
       str3: "04/23/2002"
  type 0x01 [0x0001]: 01 19 01 00 01 02 03 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06
       str1: "System Manufacturer"
       str2: "System Name"
       str3: "System Version"
       str4: "SYS-1234567890"
  type 0x02 [0x0002]: 02 08 02 00 01 02 03 04
       str1: "ASUSTeK Computer INC."
       str2: "<A7V>"
       str3: "REV 1.xx"
       str4: "xxxxxxxxxxx"
  type 0x03 [0x0003]: 03 11 03 00 01 07 02 03 04 03 03 03 02 00 00 00 00
       str1: "Chassis Manufacture"
       str2: "Chassis Version"
       str3: "Chassis Serial Number"
       str4: "Asset-1234567890"
  type 0x04 [0x0004]: 04 20 04 00 01 03 01 02 42 06 00 00 ff f9 83 01 03 91 64 00 08 07 e8 03 41 01 09 00 0a 00 ff ff
       str1: "SOCKET A"
       str2: "AuthenticAMD"
       str3: "AMD Athlon(TM) Processor"
  type 0x05 [0x0005]: 05 16 05 00 06 04 03 03 0a 01 00 01 05 02 03 06 00 07 00 08 00 02
  type 0x06 [0x0006]: 06 0c 06 00 01 01 00 01 05 88 88 00
       str1: "DIMM 1"
  type 0x06 [0x0007]: 06 0c 07 00 01 23 00 01 05 07 07 00
       str1: "DIMM 2"
  type 0x06 [0x0008]: 06 0c 08 00 01 45 00 01 05 07 07 00
       str1: "DIMM 3"
  type 0x07 [0x0009]: 07 13 09 00 01 80 01 80 00 80 00 20 00 20 00 00 02 04 05
       str1: "L1 Cache"
  type 0x07 [0x000a]: 07 13 0a 00 01 81 01 00 20 00 01 30 00 30 00 00 02 04 05
       str1: "L2 Cache"
  type 0x08 [0x000b]: 08 09 0b 00 01 16 00 00 00
       str1: "PRIMARY IDE/HDD"
  type 0x08 [0x000c]: 08 09 0c 00 01 16 00 00 00
       str1: "SECONDARY IDE/HDD"
  type 0x08 [0x000d]: 08 09 0d 00 01 17 00 00 00
       str1: "FLOPPY"
  type 0x08 [0x000e]: 08 09 0e 00 00 00 01 12 10
       str1: "USB1"
  type 0x08 [0x000f]: 08 09 0f 00 00 00 01 12 10
       str1: "USB2"
  type 0x08 [0x0010]: 08 09 10 00 00 00 01 12 10
       str1: "USB3"
  type 0x08 [0x0011]: 08 09 11 00 00 00 01 12 10
       str1: "USB4"
  type 0x08 [0x0012]: 08 09 12 00 00 00 01 0f 0d
       str1: "PS/2 Keybaord"
  type 0x08 [0x0013]: 08 09 13 00 00 00 01 0f 0e
       str1: "PS/2 Mouse"
  type 0x08 [0x0014]: 08 09 14 00 00 00 01 05 05
       str1: "Parallel Port"
  type 0x08 [0x0015]: 08 09 15 00 00 00 01 08 08
       str1: "Serial Port 1"
  type 0x08 [0x0016]: 08 09 16 00 00 00 01 08 08
       str1: "Serial Port 2"
  type 0x08 [0x0017]: 08 09 17 00 00 00 01 07 0c
       str1: "Joystick Port"
  type 0x08 [0x0018]: 08 09 18 00 00 00 01 07 0b
       str1: "MIDI Port"
  type 0x08 [0x0019]: 08 09 19 00 00 00 01 1f 1d
       str1: "Line In Jack"
  type 0x08 [0x001a]: 08 09 1a 00 00 00 01 1f 1c
       str1: "Video Port"
  type 0x09 [0x001b]: 09 0d 1b 00 01 06 05 03 03 00 00 06 01
       str1: "PCI 1"
  type 0x09 [0x001c]: 09 0d 1c 00 01 06 05 04 03 00 00 06 01
       str1: "PCI 2"
  type 0x09 [0x001d]: 09 0d 1d 00 01 06 05 04 03 00 00 06 01
       str1: "PCI 3"
  type 0x09 [0x001e]: 09 0d 1e 00 01 06 05 03 03 00 00 06 01
       str1: "PCI 4"
  type 0x09 [0x001f]: 09 0d 1f 00 01 06 05 04 03 00 00 06 01
       str1: "PCI 5"
  type 0x09 [0x0020]: 09 0d 20 00 01 11 05 04 04 00 00 06 00
       str1: "AGP"
  type 0x09 [0x0021]: 09 0d 21 00 01 0c 05 04 04 00 00 06 00
       str1: "AMR"
  type 0x0a [0x0022]: 0a 06 22 00 01 01
       str1: "Promise PDC20265"
  type 0x0b [0x0023]: 0b 05 23 00 02
       str1: "0"
       str2: "0"
  type 0x0d [0x0024]: 0d 16 24 00 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01
       str1: "en|US|iso8859-1"
  type 0x0e [0x0025]: 0e 0e 25 00 01 04 04 00 07 09 00 07 0a 00
       str1: "Cpu Module"
  type 0x0e [0x0026]: 0e 1d 26 00 01 10 27 00 11 28 00 14 2c 00 11 29 00 14 2d 00 11 2a 00 14 2e 00 13 2b 00
       str1: "Memory Module Set"
  type 0x10 [0x0027]: 10 0f 27 00 03 03 03 00 00 18 00 fe ff 03 00
  type 0x11 [0x0028]: 11 17 28 00 27 00 ff ff 48 00 40 00 00 01 09 01 01 00 03 80 00 00 00
       str1: "DIMM 1"
  type 0x11 [0x0029]: 11 17 29 00 27 00 ff ff 48 00 40 00 80 00 09 02 01 00 03 80 00 00 00
       str1: "DIMM 2"
  type 0x11 [0x002a]: 11 17 2a 00 27 00 ff ff 48 00 40 00 80 00 09 03 01 00 03 80 00 00 00
       str1: "DIMM 3"
  type 0x13 [0x002b]: 13 0f 2b 00 00 00 00 00 00 00 00 20 27 00 03
  type 0x14 [0x002c]: 14 13 2c 00 00 00 00 00 ff ff 03 00 28 00 2b 00 01 00 00
  type 0x14 [0x002d]: 14 13 2d 00 00 00 04 00 ff ff 05 00 29 00 2b 00 02 00 00
  type 0x14 [0x002e]: 14 13 2e 00 00 00 06 00 ff ff 07 00 2a 00 2b 00 03 00 00
  type 0x20 [0x002f]: 20 0b 2f 00 00 00 00 00 00 00 00
  type 0x7f [0x0030]: 7f 04 30 00
  smbios: stopped at end tag
>> bios.3: smp
----- BIOS data 0x00400 - 0x004ff -----
  400  f8 03 f8 02 00 00 00 00 78 03 00 00 00 00 c0 9f  "........x......."
  410  27 44 00 7f 02 00 00 20 00 00 22 00 22 00 e0 50  "'D..... .."."..P"
  420  0d 1c 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  430  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  440  18 00 c0 00 00 00 00 00 00 3b 80 00 ff ff 00 00  ".........;......"
  450  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  460  00 00 00 d4 03 29 30 d6 c9 00 90 00 9d b2 16 00  ".....)0........."
  470  00 00 00 00 00 01 00 00 14 14 14 14 01 01 01 01  "................"
  480  1e 00 3e 00 2f 10 00 60 09 11 0b c9 50 00 00 03  "..>./..`....P..."
  490  07 00 00 00 00 00 10 22 00 00 00 00 00 00 00 00  "......."........"
  4a0  00 00 00 00 00 00 00 00 ba 66 00 c0 00 00 00 00  ".........f......"
  4b0  00 80 24 02 00 00 00 00 00 00 00 00 ff 01 00 00  "..$............."
  4c0  00 00 00 01 00 f0 fe 1f 50 00 00 00 00 00 00 00  "........P......."
  4d0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  4e0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  4f0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
----- BIOS data end -----
----- EBDA 0x9fc00 - 0x9ffff -----
  9fc00  01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fc10  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fc20  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fc30  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fc40  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fc50  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fc60  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fc70  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fc80  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fc90  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fca0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fcb0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fcc0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fcd0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fce0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fcf0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fd00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fd10  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fd20  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fd30  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fd40  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fd50  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fd60  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fd70  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fd80  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fd90  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fda0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fdb0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fdc0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fdd0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fde0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fdf0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fe00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fe10  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fe20  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fe30  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fe40  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fe50  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fe60  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fe70  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fe80  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fe90  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fea0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9feb0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fec0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fed0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fee0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fef0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ff00  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ff10  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ff20  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ff30  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ff40  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ff50  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ff60  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ff70  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ff80  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ff90  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ffa0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ffb0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ffc0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ffd0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9ffe0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  9fff0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
----- EBDA end -----
>> bios.4: vbe
>> bios.4.1: vbe info
>> bios.4.2: mode info
version = 2.0, oem version = 1.1
memory = 16384k
oem name [0xc0ca0] = "S3 Incorporated. Savage4"
vendor name [0xc0cb9] = "S3 Incorporated."
product name [0xc0cca] = "Savage4"
product revision [0xc0cd2] = "Rev B"
43 video modes:
  0x012e[19b]: 320x200+320, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x010e[19b]: 320x200+640, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x010f[19b]: 320x200+1280, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0109[10f]: 132x25, text
  0x010a[10f]: 132x43, text
  0x0131[19b]: 320x240+320, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0133[19b]: 320x240+640, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0134[19b]: 320x240+1280, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0141[19b]: 400x300+400, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0143[19b]: 400x300+800, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0144[19b]: 400x300+1600, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0151[19b]: 512x384+512, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0153[19b]: 512x384+1024, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0154[19b]: 512x384+2048, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0100[9b]: 640x400+640, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x011d[9b]: 640x400+1280, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x011e[9b]: 640x400+2560, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0101[9b]: 640x480+640, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0111[9b]: 640x480+1280, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0112[9b]: 640x480+2560, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0171[9b]: 720x480+720, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0173[9b]: 720x480+1440, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0174[9b]: 720x480+2880, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x017c[9b]: 720x576+720, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x017e[9b]: 720x576+1440, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x017f[9b]: 720x576+2880, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0103[9b]: 800x600+800, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0114[9b]: 800x600+1600, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0115[9b]: 800x600+3200, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0105[9b]: 1024x768+1024, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0117[9b]: 1024x768+2048, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0118[9b]: 1024x768+4096, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0161[9b]: 1152x864+1152, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0163[9b]: 1152x864+2304, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0164[9b]: 1152x864+4608, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0107[9b]: 1280x1024+1280, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x011a[9b]: 1280x1024+2560, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x011b[9b]: 1280x1024+5120, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0120[9b]: 1600x1200+1600, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0122[9b]: 1600x1200+3200, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0124[9b]: 1600x1200+6400, 24+8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0136[9b]: 1920x1440+1920, 8 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
  0x0138[9b]: 1920x1440+3840, 16 bpp, fb: 0xd8000000, a0000.7/a0000.0: 64k
>> bios.4.3: ddc info
edid record:
  00 ff ff ff ff ff ff 00 25 b2 6a 98 00 00 00 00  "........%.j....."
  18 09 01 01 0c 24 1b 64 e8 e0 52 a1 54 46 9b 24  ".....$.d..R.TF.$"
  10 48 4f a0 21 00 31 59 45 59 61 59 a9 4f 81 59  ".HO.!.1YEYaY.O.Y"
  71 4f 61 68 01 01 7c 15 80 e0 20 e0 38 10 20 60  "qOah..|... .8. `"
  86 00 68 0e 11 00 00 18 54 3d 00 c0 51 00 30 40  "..h.....T=..Q.0@"
  40 a0 13 00 68 0e 11 00 00 1e 00 00 00 fd 00 2d  "@...h..........-"
  96 1c 60 ff 00 0a 20 20 20 20 20 20 00 00 00 00  "..`...      ...."
  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 13  "................"
>> sys.1: cpu
vmware check: 0
>> misc.9: kernel log
----- kernel log -----
  <4>Linux version 2.4.18-4GB (root@Pentium.suse.de) (gcc version 2.95.3 20010315 (SuSE)) #1 Wed Mar 27 13:57:05 UTC 2002
  <6>BIOS-provided physical RAM map:
  <4> BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
  <4> BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
  <4> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
  <4> BIOS-e820: 0000000000100000 - 000000001ffec000 (usable)
  <4> BIOS-e820: 000000001ffec000 - 000000001ffef000 (ACPI data)
  <4> BIOS-e820: 000000001ffef000 - 000000001ffff000 (reserved)
  <4> BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS)
  <4> BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
  <4>Scanning bios EBDA for MXT signature
  <4>On node 0 totalpages: 131052
  <4>zone(0): 4096 pages.
  <4>zone(1): 126956 pages.
  <4>zone(2): 0 pages.
  <4>Building zonelist for node : 0
  <4>Kernel command line: auto BOOT_IMAGE=linux ro root=305 hdc=ide-scsi
  <4>ide_setup: hdc=ide-scsi
  <6>Initializing CPU#0
  <4>Detected 1009.027 MHz processor.
  <4>Console: colour dummy device 80x25
  <4>Calibrating delay loop... 2011.95 BogoMIPS
  <4>Memory: 512720k/524208k available (1389k kernel code, 11100k reserved, 406k data, 120k init, 0k highmem)
  <4>Dentry-cache hash table entries: 65536 (order: 7, 524288 bytes)
  <4>Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
  <4>Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
  <4>Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
  <4>Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
  <7>CPU: Before vendor init, caps: 0183f9ff c1c7f9ff 00000000, vendor = 2
  <6>CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
  <6>CPU: L2 Cache: 256K (64 bytes/line)
  <7>CPU: After vendor init, caps: 0183f9ff c1c7f9ff 00000000 00000000
  <6>Intel machine check architecture supported.
  <6>Intel machine check reporting enabled on CPU#0.
  <7>CPU:     After generic, caps: 0183f9ff c1c7f9ff 00000000 00000000
  <7>CPU:             Common caps: 0183f9ff c1c7f9ff 00000000 00000000
  <4>CPU: AMD Athlon(tm) Processor stepping 02
  <6>Enabling fast FPU save and restore... done.
  <6>Checking 'hlt' instruction... OK.
  <4>POSIX conformance testing by UNIFIX
  <4>mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
  <4>mtrr: detected mtrr type: Intel
  <4>PCI: PCI BIOS revision 2.10 entry at 0xf1180, last bus=1
  <4>PCI: Using configuration type 1
  <4>PCI: Probing PCI hardware
  <3>Unknown bridge resource 0: assuming transparent
  <6>PCI: Using IRQ router VIA [1106/0686] at 00:04.0
  <6>Linux NET4.0 for Linux 2.4
  <6>Based upon Swansea University Computer Society NET3.039
  <4>Initializing RT netlink socket
  <6>apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
  <4>mxt_scan_bios: enter
  <4>Starting kswapd
  <4>kinoded started
  <5>VFS: Diskquotas version dquot_6.5.0 initialized
  <5>ACPI: APM is already active, exiting
  <6>vesafb: framebuffer at 0xd8000000, mapped to 0xe080d000, size 16384k
  <6>vesafb: mode is 1024x768x16, linelength=2048, pages=9
  <6>vesafb: protected mode interface info at c000:7a81
  <6>vesafb: scrolling: redraw
  <6>vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
  <6>Looking for splash picture.... found (1024x768, 42648 bytes).
  <4>Console: switching to colour frame buffer device 105x34
  <6>fb0: VESA VGA frame buffer device
  <4>pty: 256 Unix98 ptys configured
  <6>Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI SERIAL_ACPI enabled
  <6>ttyS00 at 0x03f8 (irq = 4) is a 16550A
  <6>ttyS01 at 0x02f8 (irq = 3) is a 16550A
  <6>Real Time Clock Driver v1.10e
  <4>block: 128 slots per queue, batch=32
  <4>RAMDISK driver initialized: 16 RAM disks of 64000K size 1024 blocksize
  <6>Uniform Multi-Platform E-IDE driver Revision: 6.31
  <4>ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
  <4>VP_IDE: IDE controller on PCI bus 00 dev 21
  <4>VP_IDE: chipset revision 16
  <4>VP_IDE: not 100%% native mode: will probe irqs later
  <6>VP_IDE: VIA vt82c686a (rev 22) IDE UDMA66 controller on pci00:04.1
  <4>    ide0: BM-DMA at 0xd800-0xd807, BIOS settings: hda:DMA, hdb:pio
  <4>    ide1: BM-DMA at 0xd808-0xd80f, BIOS settings: hdc:DMA, hdd:DMA
  <4>PDC20265: IDE controller on PCI bus 00 dev 88
  <6>PCI: Found IRQ 5 for device 00:11.0
  <6>PCI: Sharing IRQ 5 with 00:0b.0
  <4>PDC20265: chipset revision 2
  <4>PDC20265: not 100%% native mode: will probe irqs later
  <4>PDC20265: (U)DMA Burst Bit DISABLED Primary PCI Mode Secondary PCI Mode.
  <4>PDC20265: FORCING BURST BIT 0x00 -> 0x01 ACTIVE
  <4>    ide2: BM-DMA at 0x8400-0x8407, BIOS settings: hde:pio, hdf:pio
  <4>    ide3: BM-DMA at 0x8408-0x840f, BIOS settings: hdg:DMA, hdh:pio
  <4>hda: Maxtor 6Y080L0, ATA DISK drive
  <4>hdc: Polaroid BurnMAX52, ATAPI CD/DVD-ROM drive
  <4>hdd: CD-540E, ATAPI CD/DVD-ROM drive
  <4>ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
  <4>ide1 at 0x170-0x177,0x376 on irq 15
  <4>blk: queue c031ece4, I/O limit 4095Mb (mask 0xffffffff)
  <4>hda: failed write cache flush, disabling ordered write support
  <6>hda: 160086528 sectors (81964 MB) w/2048KiB Cache, CHS=9964/255/63, UDMA(33)
  <4>hdd: no flushcache support
  <4>hdd: ATAPI 40X CD-ROM drive, 128kB Cache
  <6>Uniform CD-ROM driver Revision: 3.12
  <4>ide-floppy driver 0.99
  <6>Partition check:
  <6> hda: hda1 hda2 < hda5 hda6 hda7 >
  <6>Floppy drive(s): fd0 is 1.44M
  <6>FDC 0 is a post-1991 82077
  <6>loop: loaded (max 16 devices)
  <6>Cronyx Ltd, Synchronous PPP and CISCO HDLC (c) 1994
  <6>Linux port (c) 1998 Building Number Three Ltd & Jan "Yenya" Kasprzak.
  <4>ide-floppy driver 0.99
  <6>SCSI subsystem driver Revision: 1.00
  <3>request_module[scsi_hostadapter]: Root fs not mounted
  <3>request_module[scsi_hostadapter]: Root fs not mounted
  <6>md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
  <6>md: Autodetecting RAID arrays.
  <6>md: autorun ...
  <6>md: ... autorun DONE.
  <6>NET4: Linux TCP/IP 1.0 for NET4.0
  <6>IP Protocols: ICMP, UDP, TCP, IGMP
  <4>IP: routing cache hash table of 4096 buckets, 32Kbytes
  <4>TCP: Hash tables configured (established 32768 bind 32768)
  <6>Linux IP multicast router 0.06 plus PIM-SM
  <6>NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
  <5>RAMDISK: Compressed image found at block 0
  <4>Uncompressing............done.
  <4>Freeing initrd memory: 590k freed
  <4>VFS: Mounted root (ext2 filesystem).
  <4>hdc: no flushcache support
  <6>scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  <4>  Vendor: Polaroid  Model: BurnMAX52         Rev: 001H
  <4>  Type:   CD-ROM                             ANSI SCSI revision: 02
  <4>Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
  <4>sr0: scsi3-mmc drive: 52x/52x writer cd/rw xa/form2 cdda tray
  <4>reiserfs: checking transaction log (device 03:05) ...
  <4>Using r5 hash to sort names
  <4>ReiserFS version 3.6.25
  <4>VFS: Mounted root (reiserfs filesystem) readonly.
  <4>change_root: old root has d_count=2
  <5>Trying to unmount old root ... okay
  <4>Freeing unused kernel memory: 120k freed
  <6>md: Autodetecting RAID arrays.
  <6>md: autorun ...
  <6>md: ... autorun DONE.
  <6>Adding Swap: 1052216k swap-space (priority 42)
  <6>via-rhine.c:v1.10-LK1.1.13  Nov-17-2001  Written by Donald Becker
  <6>  http://www.scyld.com/network/via-rhine.html
  <6>usb.c: registered new driver usbdevfs
  <6>usb.c: registered new driver hub
  <6>usb-uhci.c: $Revision: 1.275 $ time 14:22:01 Mar 27 2002
  <6>usb-uhci.c: High bandwidth mode enabled
  <6>PCI: Found IRQ 7 for device 00:04.2
  <6>PCI: Sharing IRQ 7 with 00:04.3
  <6>PCI: Sharing IRQ 7 with 00:0d.0
  <6>usb-uhci.c: USB UHCI at I/O 0xd400, IRQ 7
  <4>usb-uhci.c: Detected 2 ports
  <6>usb.c: new USB bus registered, assigned bus number 1
  <6>hub.c: USB hub found
  <6>hub.c: 2 ports detected
  <6>PCI: Found IRQ 7 for device 00:04.3
  <6>PCI: Sharing IRQ 7 with 00:04.2
  <6>PCI: Sharing IRQ 7 with 00:0d.0
  <6>usb-uhci.c: USB UHCI at I/O 0xd000, IRQ 7
  <4>usb-uhci.c: Detected 2 ports
  <6>usb.c: new USB bus registered, assigned bus number 2
  <6>hub.c: USB hub found
  <6>hub.c: 2 ports detected
  <6>usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <6>hub.c: USB new device connect on bus1/2, assigned device number 2
  <4>usb.c: USB device 2 (vend/prod 0x43d/0x78) is not claimed by any active driver.
  <3>usb-uhci.c: ENXIO 80000280, flags 0, urb c2934ca0, burb c2934d20
  <3>usb-uhci.c: ENXIO 80000280, flags 0, urb c2934ca0, burb c2934d20
  <6>usb.c: registered new driver usblp
  <6>printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 0
  <6>printer.c: v0.8:USB Printer Device Class driver
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <6>hub.c: USB new device connect on bus2/2, assigned device number 2
  <6>hub.c: USB hub found
  <6>hub.c: 4 ports detected
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <6>isapnp: Scanning for PnP cards...
  <6>isapnp: No Plug & Play device found
  <6>IPv6 v0.8 for NET4.0
  <6>IPv6 over IPv4 tunneling driver
  <6>Non-volatile memory driver v1.1
  <6>parport 0x378 (WARNING): CTR: wrote 0x0c, read 0x0b
  <6>parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
  <6>lp0: using parport0 (polling).
  <6>lp0: compatibility mode
  <7>VFS: Disk change detected on device fd(2,0)
  <4>end_request: I/O error, dev 02:00 (floppy), sector 0
  <7>VFS: Disk change detected on device fd(2,0)
  <4>end_request: I/O error, dev 02:00 (floppy), sector 0
  <6>parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
  <6>parport_pc: Via 686A parallel port: io=0x378
  <4>imm: Version 2.05 (for Linux 2.4.0)
  <4>ppa: Version 2.07 (for Linux 2.4.x)
  <4>WARNING - no ppa compatible devices found.
  <4>  As of 31/Aug/1998 Iomega started shipping parallel
  <4>  port ZIP drives with a different interface which is
  <4>  supported by the imm (ZIP Plus) driver. If the
  <4>  cable is marked with "AutoDetect", this is what has
  <4>  happened.
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <6>cdrom: open failed.
  <7>VFS: Disk change detected on device ide1(22,64)
  <6>cdrom: open failed.
  <7>VFS: Disk change detected on device sr(11,0)
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 64
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 66
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 68
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 70
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 72
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 74
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 76
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 78
  <6>parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
  <6>lp0: using parport0 (polling).
  <6>lp0: compatibility mode
  <7>VFS: Disk change detected on device fd(2,0)
  <4>end_request: I/O error, dev 02:00 (floppy), sector 0
  <7>VFS: Disk change detected on device fd(2,0)
  <4>end_request: I/O error, dev 02:00 (floppy), sector 0
  <6>parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
  <6>parport_pc: Via 686A parallel port: io=0x378
  <4>imm: Version 2.05 (for Linux 2.4.0)
  <4>ppa: Version 2.07 (for Linux 2.4.x)
  <4>WARNING - no ppa compatible devices found.
  <4>  As of 31/Aug/1998 Iomega started shipping parallel
  <4>  port ZIP drives with a different interface which is
  <4>  supported by the imm (ZIP Plus) driver. If the
  <4>  cable is marked with "AutoDetect", this is what has
  <4>  happened.
  <7>VFS: Disk change detected on device sr(11,0)
  <7>VFS: Disk change detected on device sr(11,0)
  <6>cdrom: open failed.
  <7>VFS: Disk change detected on device ide1(22,64)
  <6>cdrom: open failed.
  <7>VFS: Disk change detected on device sr(11,0)
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 64
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 66
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 68
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 70
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 72
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 74
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 76
  <3>ide-scsi: hdc: unsupported command in request queue (0)
  <4>end_request: I/O error, dev 16:00 (hdc), sector 78
  <6>cdrom: open failed.
  <7>VFS: Disk change detected on device ide1(22,64)
  <6>cdrom: open failed.
  <7>VFS: Disk change detected on device ide1(22,64)
  <7>VFS: Disk change detected on device fd(2,0)
----- kernel log end -----
>> misc.1: misc data
>> misc.1.1: open serial
>> misc.1.2: open parallel
----- exec: "/sbin/rmmod parport_pc" -----
----- return code: ? -----
----- exec: "/sbin/rmmod parport" -----
----- return code: ? -----
----- exec: "/sbin/insmod parport " -----
  Using /lib/modules/2.4.18-4GB/kernel/drivers/parport/parport.o
----- return code: ? -----
----- exec: "/sbin/insmod parport_pc io=0x378 irq=none,none,none" -----
  Using /lib/modules/2.4.18-4GB/kernel/drivers/parport/parport_pc.o
----- return code: ? -----
>> misc.1.3: read floppy
  read_block0: 512 bytes (5s, 0us)
floppy ioctl(geo) ok
>> misc.2.1: io
>> misc.2.2: dma
>> misc.2.3: irq
----- /proc/ioports -----
  0000-001f : dma1
  0020-003f : pic1
  0040-005f : timer
  0060-006f : keyboard
  0070-007f : rtc
  0080-008f : dma page reg
  00a0-00bf : pic2
  00c0-00df : dma2
  00f0-00ff : fpu
  0170-0177 : ide1
  01f0-01f7 : ide0
  02f8-02ff : serial(auto)
  0376-0376 : ide1
  0378-037a : parport0
  03c0-03df : vesafb
  03f0-03f5 : floppy
  03f6-03f6 : ide0
  03f7-03f7 : floppy DIR
  03f8-03ff : serial(auto)
  0cf8-0cff : PCI conf1
  8400-843f : PCI device 105a:0d30
    8400-8407 : ide2
    8408-840f : ide3
    8410-843f : PDC20265
  8800-8803 : PCI device 105a:0d30
  9000-9007 : PCI device 105a:0d30
  9400-9403 : PCI device 105a:0d30
  9800-9807 : PCI device 105a:0d30
  a000-a0ff : PCI device 1106:3106
  a400-a47f : PCI device 4005:4000
  d000-d01f : PCI device 1106:3038
    d000-d01f : usb-uhci
  d400-d41f : PCI device 1106:3038
    d400-d41f : usb-uhci
  d800-d80f : PCI device 1106:0571
    d800-d807 : ide0
    d808-d80f : ide1
  e200-e27f : PCI device 1106:3057
  e400-e4ff : PCI device 1106:3057
  e800-e80f : PCI device 1106:3057
----- /proc/ioports end -----
----- /proc/interrupts -----
    0:      20979          XT-PIC  timer
    1:        316          XT-PIC  keyboard
    2:          0          XT-PIC  cascade
    3:         30          XT-PIC  serial
    4:         28          XT-PIC  serial
    6:         34          XT-PIC  floppy
    7:        157          XT-PIC  usb-uhci, usb-uhci
    8:          2          XT-PIC  rtc
   12:       3337          XT-PIC  PS/2 Mouse
   14:       7553          XT-PIC  ide0
   15:        347          XT-PIC  ide1
  NMI:          0 
  ERR:          0
----- /proc/interrupts end -----
----- /proc/dma -----
   2: floppy
   4: cascade
----- /proc/dma end -----
>> misc.3: FPU
>> misc.3.1: DMA
>> misc.3.2: PIC
>> misc.3.3: timer
>> misc.3.4: RTC
>> cpu.1: cpuinfo
----- /proc/cpuinfo -----
  processor	: 0
  vendor_id	: AuthenticAMD
  cpu family	: 6
  model		: 4
  model name	: AMD Athlon(tm) Processor
  stepping	: 2
  cpu MHz		: 1009.027
  cache size	: 256 KB
  fdiv_bug	: no
  hlt_bug		: no
  f00f_bug	: no
  coma_bug	: no
  fpu		: yes
  fpu_exception	: yes
  cpuid level	: 1
  wp		: yes
  flags		: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow
  bogomips	: 2011.95
  
----- /proc/cpuinfo end -----
>> memory.1: main memory size
  kcore mem:  0x1ffec000
  klog mem 0: 0x1f4b4000
  klog mem 1: 0x0
  klog mem:   0x1f4b4000
 -- <4> BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)

 -- <4> BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)

 -- <4> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)

 -- <4> BIOS-e820: 0000000000100000 - 000000001ffec000 (usable)

 -- <4> BIOS-e820: 000000001ffec000 - 000000001ffef000 (ACPI data)

 -- <4> BIOS-e820: 000000001ffef000 - 000000001ffff000 (reserved)

 -- <4> BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS)

 -- <4> BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)

 -- <4>Scanning bios EBDA for MXT signature

  bios mem:   0x1ff8bc00
  meminfo:    0x1f566000
>> pci.1: get pci data
>> pci.2.1: raw data
>> pci.3.1: address ranges
>> pci.2.2: raw data
>> pci.2.3: raw data
>> pci.3.3: address ranges
>> pci.2.4: raw data
>> pci.3.4: address ranges
>> pci.2.5: raw data
>> pci.3.5: address ranges
>> pci.2.6: raw data
>> pci.3.6: address ranges
>> pci.2.7: raw data
>> pci.3.7: address ranges
>> pci.2.8: raw data
>> pci.3.8: address ranges
>> pci.2.9: raw data
>> pci.3.9: address ranges
>> pci.2.10: raw data
>> pci.3.10: address ranges
>> pci.2.11: raw data
>> pci.3.11: address ranges
---------- PCI raw data ----------
bus 00, slot 00, func 0, vend:dev:s_vend:s_dev:rev 1106:0305:1043:8033:02
class 06, sub_class 00 prog_if 00, hdr 0, flags <pm,agp>, irq 0
  addr0 e6000008, size 00000000
  00: 06 11 05 03 06 00 10 22 02 00 00 06 00 08 00 00  "......."........"
  10: 08 00 00 e6 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 33 80  "............C.3."
  30: 00 00 00 00 a0 00 00 00 00 00 00 00 00 00 00 00  "................"
  40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  a0: 02 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  c0: 01 00  ".."

bus 00->01, slot 01, func 0, vend:dev:s_vend:s_dev:rev 1106:8305:0000:0000:00
class 06, sub_class 04 prog_if 00, hdr 1, flags <>, irq 0
  00: 06 11 05 83 07 00 30 a2 00 00 04 06 00 00 01 00  "......0........."
  10: 00 00 00 00 00 00 00 00 00 01 01 00 e0 d0 00 00  "................"
  20: 00 d7 d0 d7 f0 d7 f0 e5 00 00 00 00 00 00 00 00  "................"
  30: 00 00 00 00 80 00 00 00 00 00 00 00 00 00 08 00  "................"

bus 00, slot 04, func 0, vend:dev:s_vend:s_dev:rev 1106:0686:1043:8033:22
class 06, sub_class 01 prog_if 00, hdr 0, flags <>, irq 0
  00: 06 11 86 06 87 00 10 02 22 00 01 06 00 00 80 00  "........"......."
  10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 33 80  "............C.3."
  30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"

bus 00, slot 04, func 1, vend:dev:s_vend:s_dev:rev 1106:0571:0000:0000:10
class 01, sub_class 01 prog_if 8a, hdr 0, flags <pm>, irq 0
  addr4 0000d801, size 00000000
  00: 06 11 71 05 07 00 90 02 10 8a 01 01 00 20 00 00  "..q.......... .."
  10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  20: 01 d8 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  30: 00 00 00 00 c0 00 00 00 00 00 00 00 00 00 00 00  "................"
  40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  c0: 01 00  ".."

bus 00, slot 04, func 2, vend:dev:s_vend:s_dev:rev 1106:3038:0925:1234:10
class 0c, sub_class 03 prog_if 00, hdr 0, flags <pm>, irq 7
  addr4 0000d401, size 00000000
  00: 06 11 38 30 17 00 10 02 10 00 03 0c 08 20 00 00  "..80......... .."
  10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  20: 01 d4 00 00 00 00 00 00 00 00 00 00 25 09 34 12  "............%.4."
  30: 00 00 00 00 80 00 00 00 00 00 00 00 07 04 00 00  "................"
  40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  80: 01 00  ".."

bus 00, slot 04, func 3, vend:dev:s_vend:s_dev:rev 1106:3038:0925:1234:10
class 0c, sub_class 03 prog_if 00, hdr 0, flags <pm>, irq 7
  addr4 0000d001, size 00000000
  00: 06 11 38 30 17 00 10 02 10 00 03 0c 08 20 00 00  "..80......... .."
  10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  20: 01 d0 00 00 00 00 00 00 00 00 00 00 25 09 34 12  "............%.4."
  30: 00 00 00 00 80 00 00 00 00 00 00 00 07 04 00 00  "................"
  40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  80: 01 00  ".."

bus 00, slot 04, func 4, vend:dev:s_vend:s_dev:rev 1106:3057:1043:8033:30
class 06, sub_class 80 prog_if 00, hdr 0, flags <pm>, irq 9
  00: 06 11 57 30 00 00 90 02 30 00 80 06 00 00 00 00  "..W0....0......."
  10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 33 80  "............C.3."
  30: 00 00 00 00 68 00 00 00 00 00 00 00 00 00 00 00  "....h..........."
  40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  60: 00 00 00 00 00 00 00 00 01 00  ".........."

bus 00, slot 0b, func 0, vend:dev:s_vend:s_dev:rev 4005:4000:4005:4000:00
class 04, sub_class 01 prog_if 00, hdr 0, flags <pm>, irq 5
  addr0 0000a401, size 00000000
  00: 05 40 00 40 05 00 10 02 00 00 01 04 00 20 00 00  ".@.@......... .."
  10: 01 a4 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  20: 00 00 00 00 00 00 00 00 00 00 00 00 05 40 00 40  ".............@.@"
  30: 00 00 00 00 dc 00 00 00 00 00 00 00 05 01 00 00  "................"
  40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  d0: 00 00 00 00 00 00 00 00 00 00 00 00 01 00  ".............."

bus 00, slot 0d, func 0, vend:dev:s_vend:s_dev:rev 1106:3106:1106:0105:86
class 02, sub_class 00 prog_if 00, hdr 0, flags <pm>, irq 7
  addr0 0000a001, size 00000000
  addr1 d6800000, size 00000000
  00: 06 11 06 31 97 00 10 02 86 00 00 02 08 20 00 00  "...1......... .."
  10: 01 a0 00 00 00 00 80 d6 00 00 00 00 00 00 00 00  "................"
  20: 00 00 00 00 00 00 00 00 00 00 00 00 06 11 05 01  "................"
  30: 00 00 00 00 40 00 00 00 00 00 00 00 07 01 03 08  "....@..........."
  40: 01 00  ".."

bus 00, slot 11, func 0, vend:dev:s_vend:s_dev:rev 105a:0d30:105a:4d33:02
class 01, sub_class 80 prog_if 00, hdr 0, flags <pm>, irq 5
  addr0 00009801, size 00000000
  addr1 00009401, size 00000000
  addr2 00009001, size 00000000
  addr3 00008801, size 00000000
  addr4 00008401, size 00000000
  addr5 d6000000, size 00000000
  00: 5a 10 30 0d 07 00 10 02 02 00 80 01 00 20 00 00  "Z.0.......... .."
  10: 01 98 00 00 01 94 00 00 01 90 00 00 01 88 00 00  "................"
  20: 01 84 00 00 00 00 00 d6 00 00 00 00 5a 10 33 4d  "............Z.3M"
  30: 00 00 00 00 58 00 00 00 00 00 00 00 05 01 00 00  "....X..........."
  40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  50: 00 00 00 00 00 00 00 00 01 00  ".........."

bus 01, slot 00, func 0, vend:dev:s_vend:s_dev:rev 5333:8a22:5333:8a22:04
class 03, sub_class 00 prog_if 00, hdr 0, flags <pm,agp>, irq 9
  addr0 d7000000, size 00000000
  addr1 d8000008, size 00000000
  rom   d7ff0000
  00: 33 53 22 8a 07 00 30 02 04 00 00 03 08 40 00 00  "3S"...0......@.."
  10: 00 00 00 d7 08 00 00 d8 00 00 00 00 00 00 00 00  "................"
  20: 00 00 00 00 00 00 00 00 00 00 00 00 33 53 22 8a  "............3S"."
  30: 00 00 ff d7 dc 00 00 00 00 00 00 00 09 01 04 ff  "................"
  40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  80: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  "................"
  d0: 00 00 00 00 00 00 00 00 00 00 00 00 01 80  ".............."
---------- PCI raw data end ----------
>> pci.4: build list
>> monitor.1: ddc
  ddc oops: invalid tag 0x00
----- DDC info -----
  hsync: 28-96 kHz
  vsync: 45-150 Hz
  manu. year: 1999
----- DDC info end -----
>> isapnp.1: read port
>> isapnp.3: get pnp data
----- /proc/isapnp -----
----- /proc/isapnp end -----
>> isapnp.4: build list
>> isa.1: isdn
---------- ISA ISDN raw data ----------
---------- ISA ISDN raw data end ----------
>> isa.1.1: isdn
>> serial.1: read info
----- /proc/tty/driver/serial -----
  0: uart:16550A port:3F8 irq:4 baud:9600 tx:166 rx:0 
  1: uart:16550A port:2F8 irq:3 baud:9600 tx:166 rx:0 
  2: uart:unknown port:3E8 irq:4
  3: uart:unknown port:2E8 irq:3
  4: uart:unknown port:1A0 irq:9
  5: uart:unknown port:1A8 irq:9
  6: uart:unknown port:1B0 irq:9
  7: uart:unknown port:1B8 irq:9
  8: uart:unknown port:2A0 irq:5
  9: uart:unknown port:2A8 irq:5
  10: uart:unknown port:2B0 irq:5
  11: uart:unknown port:2B8 irq:5
  12: uart:unknown port:330 irq:4
  13: uart:unknown port:338 irq:4
  14: uart:unknown port:0 irq:0
  15: uart:unknown port:0 irq:0
----- /proc/tty/driver/serial end -----
----- serial info -----
  uart 16550A, line 0, port 0x3f8, irq 4, baud 9600
  uart 16550A, line 1, port 0x2f8, irq 3, baud 9600
----- serial info end -----
>> serial.2: build list
>> misc.5: misc data
..passt nicht alles hier rein mom
 
OP
S

Susi

Newbie
Code:
----- misc resources -----
i/o:1 0x0000 - 0x001f (0x20) "dma1"
i/o:1 0x0020 - 0x003f (0x20) "pic1"
i/o:1 0x0040 - 0x005f (0x20) "timer"
i/o:1 0x0060 - 0x006f (0x10) "keyboard"
i/o:1 0x0070 - 0x007f (0x10) "rtc"
i/o:1 0x0080 - 0x008f (0x10) "dma page reg"
i/o:1 0x00a0 - 0x00bf (0x20) "pic2"
i/o:1 0x00c0 - 0x00df (0x20) "dma2"
i/o:1 0x00f0 - 0x00ff (0x10) "fpu"
i/o:1 0x0170 - 0x0177 (0x08) "ide1"
i/o:1 0x01f0 - 0x01f7 (0x08) "ide0"
i/o:1 0x02f8 - 0x02ff (0x08) "serial(auto)"
i/o:1 0x0376 - 0x0376 (0x01) "ide1"
i/o:1 0x0378 - 0x037a (0x03) "parport0"
i/o:1 0x03c0 - 0x03df (0x20) "vesafb"
i/o:1 0x03f0 - 0x03f5 (0x06) "floppy"
i/o:1 0x03f6 - 0x03f6 (0x01) "ide0"
i/o:1 0x03f7 - 0x03f7 (0x01) "floppy DIR"
i/o:1 0x03f8 - 0x03ff (0x08) "serial(auto)"
i/o:0 0x0cf8 - 0x0cff (0x08) "PCI conf1"
i/o:0 0x8400 - 0x843f (0x40) "PCI device 105a:0d30"
i/o:1 0x8400 - 0x8407 (0x08) "ide2"
i/o:1 0x8408 - 0x840f (0x08) "ide3"
i/o:0 0x8410 - 0x843f (0x30) "PDC20265"
i/o:0 0x8800 - 0x8803 (0x04) "PCI device 105a:0d30"
i/o:0 0x9000 - 0x9007 (0x08) "PCI device 105a:0d30"
i/o:0 0x9400 - 0x9403 (0x04) "PCI device 105a:0d30"
i/o:0 0x9800 - 0x9807 (0x08) "PCI device 105a:0d30"
i/o:0 0xa000 - 0xa0ff (0x100) "PCI device 1106:3106"
i/o:0 0xa400 - 0xa47f (0x80) "PCI device 4005:4000"
i/o:0 0xd000 - 0xd01f (0x20) "PCI device 1106:3038"
i/o:0 0xd000 - 0xd01f (0x20) "usb-uhci"
i/o:0 0xd400 - 0xd41f (0x20) "PCI device 1106:3038"
i/o:0 0xd400 - 0xd41f (0x20) "usb-uhci"
i/o:0 0xd800 - 0xd80f (0x10) "PCI device 1106:0571"
i/o:1 0xd800 - 0xd807 (0x08) "ide0"
i/o:1 0xd808 - 0xd80f (0x08) "ide1"
i/o:0 0xe200 - 0xe27f (0x80) "PCI device 1106:3057"
i/o:0 0xe400 - 0xe4ff (0x100) "PCI device 1106:3057"
i/o:0 0xe800 - 0xe80f (0x10) "PCI device 1106:3057"
irq:1  0 (    20979) "timer"
irq:1  1 (      316) "keyboard"
irq:1  2 (        0) "cascade"
irq:1  3 (       30) "serial"
irq:1  4 (       28) "serial"
irq:1  6 (       34) "floppy"
irq:0  7 (      157) "usb-uhci" "usb-uhci"
irq:1  8 (        2) "rtc"
irq:1 12 (     3337) "PS/2 Mouse"
irq:1 14 (     7553) "ide0"
irq:1 15 (      347) "ide1"
dma:1 2 "floppy"
dma:1 4 "cascade"
----- misc resources end -----
>> parallel.1: pp mod
----- exec: "/sbin/rmmod lp" -----
----- return code: ? -----
----- exec: "/sbin/rmmod parport_pc" -----
----- return code: ? -----
----- exec: "/sbin/modprobe parport_pc" -----
----- return code: ? -----
>> parallel.2.1: lp read info
>> parallel.2.2: lp read info
>> parallel.2.3: lp read info
----- parallel info -----
/proc/sys/dev/parport/parport0/base-addr
  888	1912
/proc/sys/dev/parport/parport0/autoprobe
----- parallel info end -----
>> parallel.5: imm mod
----- exec: "/sbin/insmod imm " -----
  Using /lib/modules/2.4.18-4GB/kernel/drivers/scsi/imm.o
  /lib/modules/2.4.18-4GB/kernel/drivers/scsi/imm.o: init_module: No such device
  Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
----- return code: ? -----
>> parallel.5: ppa mod
----- exec: "/sbin/insmod ppa " -----
  Using /lib/modules/2.4.18-4GB/kernel/drivers/scsi/ppa.o
  /lib/modules/2.4.18-4GB/kernel/drivers/scsi/ppa.o: init_module: No such device
  Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
----- return code: ? -----
>> partition.1: partition
----- /proc/partitions -----
     3     0   80043264 hda 4805 9606 114730 30570 2733 4036 54888 31440 -2 148560 -151280
     3     1   20482843 hda1 0 0 0 0 0 0 0 0 0 0 0
     3     2          1 hda2 0 0 0 0 0 0 0 0 0 0 0
     3     5   20482843 hda5 4802 9600 114706 30520 2733 4036 54888 31440 0 22640 61980
     3     6    1052226 hda6 1 0 8 20 0 0 0 0 0 20 20
     3     7   38009758 hda7 0 0 0 0 0 0 0 0 0 0 0
----- /proc/partitions end -----
disks:
  hda
partitions:
  hda1
  hda2
  hda5
  hda6
  hda7
>> ide.1.1: read info
>> ide.1.3: read info
>> ide.1.4: read info
>> scsi.1: read info
>> scsi.1.1: proc
----- /proc/scsi/scsi -----
  Host: scsi0 Channel: 00 Id: 00 Lun: 00
    Vendor: Polaroid Model: BurnMAX52        Rev: 001H
    Type:   CD-ROM                           ANSI SCSI revision: 02
----- /proc/scsi/scsi end -----
>> scsi.1.2: build list
----- proc scsi data -----
  host 0, channel 0, id 0, lun 0, type 2, cache 0x00
    <no device name> [/dev/sr0] (sg-1)
    vendor "Polaroid", model "BurnMAX52", rev "001H", type "CD-ROM"
----- proc scsi data end -----
>> scsi.2: ioctl
>> scsi.2: ioctl
>> scsi.2.100: ioctl
>> scsi.2.100: cache
  scsi cache: 0x04
----- ioctl scsi data -----
  host 0, channel 0, id 0, lun 0, type 2, cache 0x04
    /dev/sr0 [?] (sg0)
    info "SCSI host adapter emulation for IDE ATAPI devices"

  host 0, channel 0, id 0, lun 0, type 128, cache 0x00 [*]
    inode 0x83, proc_dir "ide-scsi", driver "ide-scsi"
----- ioctl scsi data end -----
----- final scsi data -----
  host 0, channel 0, id 0, lun 0, type 2, cache 0x04
    /dev/sr0 [/dev/sr0] (sg0)
    vendor "Polaroid", model "BurnMAX52", rev "001H", type "CD-ROM"
    info "SCSI host adapter emulation for IDE ATAPI devices"

  host 0, channel 0, id 0, lun 0, type 128, cache 0x00 [*]
    inode 0x83, proc_dir "ide-scsi", driver "ide-scsi"
----- final scsi data end -----
   0:   ide-scsi  0
>> dac960.1.1: read info
>> dac960.1.2: read info
>> dac960.1.3: read info
>> dac960.1.4: read info
>> dac960.1.5: read info
>> dac960.1.6: read info
>> dac960.1.7: read info
>> dac960.1.8: read info
>> i2o.1: read info
>> cciss.1: read info
>> usb.1: check
>> usb.3: read info
----- /proc/bus/usb/devices -----
  T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
  B:  Alloc= 11/900 us ( 1%), #Int=  1, #Iso=  0
  D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
  P:  Vendor=0000 ProdID=0000 Rev= 0.00
  S:  Product=USB UHCI Root Hub
  S:  SerialNumber=d000
  C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
  I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
  E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
  T:  Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=12  MxCh= 4
  D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
  P:  Vendor=058f ProdID=9254 Rev= 1.00
  S:  Manufacturer=ALCOR
  S:  Product=Generic USB Hub
  C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
  I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
  E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=255ms
  T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
  B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
  D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
  P:  Vendor=0000 ProdID=0000 Rev= 0.00
  S:  Product=USB UHCI Root Hub
  S:  SerialNumber=d400
  C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
  I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
  E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
  T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
  D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
  P:  Vendor=043d ProdID=0078 Rev= 1.00
  S:  Manufacturer=Lexmark 
  S:  Product=Lexmark Z600 Series
  S:  SerialNumber=18K017598015400
  C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  4mA
  I:  If#= 0 Alt= 0 #EPs= 2 Cls=07(print) Sub=01 Prot=02 Driver=usblp
  E:  Ad=05(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
  E:  Ad=81(I) Atr=02(Bulk) MxPS=  16 Ivl=  0ms
----- /proc/bus/usb/devices end -----
----- usb device info -----
  2:1 (@2:0) 2 1500000
  vend 0x0000, dev 0x0000, rev 0x0000
  cls/sub/prot: 0x09/0x00/0x00  0x09/0x00/0x00
  driver "hub"
  product "USB UHCI Root Hub"
  serial "d000"

  2:2 (@2:1) 4 1500000
  vend 0x058f, dev 0x9254, rev 0x0100
  cls/sub/prot: 0x09/0x00/0x00  0x09/0x00/0x00
  driver "hub"
  manufacturer "ALCOR"
  product "Generic USB Hub"

  1:1 (@1:0) 2 1500000
  vend 0x0000, dev 0x0000, rev 0x0000
  cls/sub/prot: 0x09/0x00/0x00  0x09/0x00/0x00
  driver "hub"
  product "USB UHCI Root Hub"
  serial "d400"

  1:2 (@1:1) 0 1500000
  vend 0x043d, dev 0x0078, rev 0x0100
  cls/sub/prot: 0x00/0x00/0x00  0x07/0x01/0x02
  driver "usblp"
  manufacturer "Lexmark"
  product "Lexmark Z600 Series"
  serial "18K017598015400"
----- usb device info end -----
>> usb.4: build list
>> usb.5: tree
>> kbd.1: get info
>> braille.1.1: alva
>> braille.2.1: alva open
>> braille.3.1: alva init ok
>> braille.4.1: alva read data
alva.100@/dev/ttyS0[0]: 
>> braille.5.1: alva read done
>> braille.1.1: fhp_old
>> braille.2.1: fhp open
>> braille.3.1: fhp init ok
>> braille.4.1: fhp write ok
>> braille.5.1: fhp read done
fhp@/dev/ttyS0[0]: 
no fhp display: 0x00
>> braille.1.1: fhp_el
>> braille.2.1: fhp open
>> braille.3.1: fhp init ok
>> braille.4.1: fhp write ok
>> braille.5.1: fhp read done
fhp@/dev/ttyS0[0]: 
no fhp display: 0x00
>> braille.1.1: ht
>> braille.2.1: ht open
>> braille.3.1: ht init ok
>> braille.4.1: ht write ok
>> braille.5.1: ht read done
ht@/dev/ttyS0[1]: 00  "."
no ht display: 0x00
>> braille.1.1: baum
>> braille.2.1: baum open
>> braille.3.1: baum write ok
>> braille.4.1: baum read done
baum@/dev/ttyS0[0]: 
>> braille.1.2: alva
>> braille.2.2: alva open
>> braille.3.2: alva init ok
>> braille.4.2: alva read data
alva.100@/dev/ttyS1[0]: 
>> braille.5.2: alva read done
>> braille.1.2: fhp_old
>> braille.2.2: fhp open
>> braille.3.2: fhp init ok
>> braille.4.2: fhp write ok
>> braille.5.2: fhp read done
fhp@/dev/ttyS1[0]: 
no fhp display: 0x00
>> braille.1.2: fhp_el
>> braille.2.2: fhp open
>> braille.3.2: fhp init ok
>> braille.4.2: fhp write ok
>> braille.5.2: fhp read done
fhp@/dev/ttyS1[0]: 
no fhp display: 0x00
>> braille.1.2: ht
>> braille.2.2: ht open
>> braille.3.2: ht init ok
>> braille.4.2: ht write ok
>> braille.5.2: ht read done
ht@/dev/ttyS1[1]: 00  "."
no ht display: 0x00
>> braille.1.2: baum
>> braille.2.2: baum open
>> braille.3.2: baum write ok
>> braille.4.2: baum read done
baum@/dev/ttyS1[0]: 
>> modem.1: serial
>> modem.2: init
>> modem.3.1: at test
>> modem.3.2: at test
>> modem.3.3: at test
>> modem.3.4: at test
>> modem.4: init string
>> modem.5: speed
>> modem.8: testing
>> modem.5: pnp id
----- serial modems -----
/dev/ttyS0
  not a modem

/dev/ttyS1
  not a modem
----- serial modems end -----
>> mouse.1: ps/2
>> mouse.1.1: ps/2
>> mouse.1.2: ps/2
>> mouse.1.3: ps/2
ps/2[0]:   ""
>> mouse.1.4: ps/2
ps/2[0]:   ""
>> mouse.1.5: ps/2
ps/2[0]:   ""
>> mouse.1.6: ps/2
>> mouse.1.7: ps/2
>> mouse.1.8: ps/2
>> mouse.1.11: ps/2
>> mouse.1.12: ps/2
>> mouse.1.13: ps/2
>> mouse.1.14: ps/2
>> mouse.2: serial
----- serial mice -----
/dev/ttyS0

/dev/ttyS1
----- serial mice end -----
>> mouse.3: sunmouse
>> fb.1: read info
fb: size 1024 x 768
fb: timing 78.65 MHz, 59.95 kHz, 75.69 Hz
>> cdrom.1: get devices
----- /proc/sys/dev/cdrom/info -----
  drive name:		sr0	hdd
  drive speed:		52	40
  drive # of slots:	1	1
  Can close tray:		1	1
  Can open tray:		1	1
  Can lock tray:		1	1
  Can change speed:	1	1
  Can select disk:	0	0
  Can read multisession:	1	1
  Can read MCN:		1	1
  Reports media changed:	1	1
  Can play audio:		1	1
  Can write CD-R:		1	0
  Can write CD-RW:	1	0
  Can read DVD:		0	0
  Can write DVD-R:	0	0
  Can write DVD-RAM:	0	0
  
  
----- /proc/sys/dev/cdrom/info end -----
>> cdrom.2: build list
CD drive "/dev/hdc" not in kernel CD list
>> net.1: get net-if data
-----  network interfaces -----
  lo
  sit0
-----  network interfaces end -----
>> net.2: build list
>> disk.1: get info
>> ataraid.1: fix disk list
>> manual.1.1: read
  got rdCR.lZF+r4EgHp4
>> manual.1.2: read
  got rdCR.EgD7YhQ7IWA
>> manual.1.3: read
  got rdCR.CxwsZFjVASF
>> manual.1.4: read
  got B3Fu.VoGXaJc_mfF
>> manual.1.5: read
  got 8otl.EMoieHMrDq3
>> manual.1.6: read
  got n6T_.GQNx7L4uPNA
>> manual.1.7: read
  got B3Fu.vdWTmD_hAB1
>> manual.1.8: read
  got Kns9.bE19BMcJ2W0
>> manual.1.9: read
  got nBbg.1AZDh6e82c5
>> manual.1.10: read
  got rdCR.iWbWo71vw2C
>> manual.1.11: read
  got +6Nb.xdkCxOsqB19
>> manual.1.12: read
  got hY5p.1p67RhW7j+3
>> manual.1.13: read
  got sPPV.oZ89vuho4Y3
>> manual.1.14: read
  got yibb.iquB8cmEOd0
>> manual.1.15: read
  got rdCR.3aUD_AeIpvC
>> manual.1.16: read
  got B3Fu.bE19BMcJ2W0
>> manual.1.17: read
  got rdCR.n_7QNeEnh23
>> manual.1.18: read
  got RaT_.nfEXJulusj6
>> manual.1.19: read
  got qLht.nH3vDlRAKW5
>> manual.1.20: read
  got WL76.t4KjkXWj3e6
>> manual.1.21: read
  got B3Fu.5IXxr+mH9xF
>> manual.1.22: read
  got B3Fu.Bh50YlLnnW6
>> manual.1.23: read
  got 8kLt.ZxKxy3YdB66
>> manual.1.24: read
  got 7EWs.8WdZzOai8cD
>> manual.1.25: read
  got VCu0.+JjhgfWckg2
>> manual.1.26: read
  got vSkL.BQdp9bG_qCD
>> manual.1.27: read
  got qnJ_.t4KjkXWj3e6
>> manual.1.28: read
  got B3Fu.nAlHk2ieIp1
>> manual.1.29: read
  got B3Fu.9Oj4wbcMyNA
>> manual.1.30: read
  got zyP1.fHQ7CU4mjb6
>> manual.1.31: read
  got gZD2.pE3Evutp3f1
>> manual.1.32: read
  got B3Fu.000009njmc0
>> manual.1.33: read
  got rdCR.3wRL2_g4d2B
>> manual.1.34: read
  got b5r5.cMBiJYAoD7F
>> manual.1.35: read
  got kmLG.M6dR1NkQHEE
>> manual.1.36: read
  got rdCR.j8NaKXDZtZ6
>> manual.1.37: read
  got sRsQ.M6dR1NkQHEE
----- manually configured harware -----
  UniqueID=rdCR.lZF+r4EgHp4
    HWClass=bios
    Model=BIOS
    Configured=no
    Available=yes
    Needed=no
    BaseClass=0x101
    SubClass=0x5
  UniqueID=rdCR.EgD7YhQ7IWA
    HWClass=monitor
    Model=Monitor
    Configured=yes
    Available=yes
    Needed=yes
    BaseClass=0x100
    VendorID=IMR
    DeviceID=986a
  UniqueID=rdCR.CxwsZFjVASF
    HWClass=memory
    Model=Main Memory
    Configured=no
    Available=yes
    Needed=no
    BaseClass=0x101
    SubClass=0x2
  UniqueID=B3Fu.VoGXaJc_mfF
    HWClass=unknown
    Model=Lexmark International Unclassified device
    Configured=new
    Available=no
    Needed=no
    Bus=0x86
    Slot=0x102
    VendorID=u043d
    DeviceID=0078
    RevisionName=1.00
    USBGUID=043d00780000000000000000
  UniqueID=8otl.EMoieHMrDq3
    HWClass=bridge
    Model=Asustek VT82C686 [Apollo Super South]
    Configured=no
    Available=yes
    Needed=no
    Bus=0x4
    Slot=0x4
    BaseClass=0x6
    SubClass=0x1
    VendorID=1106
    DeviceID=0686
    SubVendorID=1043
    SubDeviceID=8033
    RevisionID=0x22
  UniqueID=n6T_.GQNx7L4uPNA
    HWClass=network interface
    Model=Loopback network interface
    Configured=no
    Available=yes
    Needed=no
    BaseClass=0x107
    UnixDevice=lo
  UniqueID=B3Fu.vdWTmD_hAB1
    HWClass=hub
    Model=VIA USB UHCI Root Hub
    Configured=no
    Available=no
    Needed=no
    Bus=0x86
    Slot=0x101
    BaseClass=0x10a
    VendorID=1106
    DeviceID=0000
    DeviceName=USB UHCI Root Hub
    Serial=d400
    USBGUID=00000000000000000000d400
  UniqueID=Kns9.bE19BMcJ2W0
    HWClass=printer
    Model=Lexmark Z600 Series
    Configured=yes
    Available=yes
    Needed=no
    Bus=0x86
    Slot=0x102
    BaseClass=0x109
    VendorID=u043d
    DeviceID=0078
    SubDeviceName=Lexmark Z600 Series
    SubVendorName=Lexmark
    RevisionName=1.00
    Serial=18K017598015400
    UnixDevice=/dev/usb/lp0
    USBGUID=043d00780194017598015400
  UniqueID=nBbg.1AZDh6e82c5
    HWClass=disk
    Model=Maxtor 6Y080L0
    Configured=yes
    Available=yes
    Needed=no
    Bus=0x85
    BaseClass=0x106
    DeviceName=Maxtor 6Y080L0
    RevisionName=YAR41BW0
    Serial=Y2AFKLVE
    UnixDevice=/dev/hda
  UniqueID=rdCR.iWbWo71vw2C
    HWClass=keyboard
    Model=PC Keyboard
    Configured=yes
    Available=yes
    Needed=yes
    BaseClass=0x108
    VendorID=s0201
    DeviceID=0000
  UniqueID=+6Nb.xdkCxOsqB19
    HWClass=storage
    Model=VIA Bus Master IDE
    Configured=no
    Available=yes
    Needed=no
    Bus=0x4
    Slot=0x4
    Function=0x1
    BaseClass=0x1
    SubClass=0x1
    ProgIF=0x8a
    VendorID=1106
    DeviceID=0571
    RevisionID=0x10
  UniqueID=hY5p.1p67RhW7j+3
    HWClass=cdrom
    Model=Polaroid BurnMAX52
    Configured=yes
    Available=yes
    Needed=no
    Bus=0x85
    Slot=0x2
    BaseClass=0x106
    SubClass=0x2
    ProgIF=0x2
    DeviceName=Polaroid BurnMAX52
    RevisionName=VER 001H
    Serial=
    UnixDevice=/dev/hdc
  UniqueID=sPPV.oZ89vuho4Y3
    HWClass=floppy
    Model=Floppy Disk
    Configured=yes
    Available=yes
    Needed=no
    Bus=0x83
    BaseClass=0x106
    SubClass=0x3
    DeviceName=Floppy Disk
    UnixDevice=/dev/fd0
  UniqueID=yibb.iquB8cmEOd0
    HWClass=mouse
    Model=Intelli/Wheel Mouse
    Configured=yes
    Available=yes
    Needed=yes
    Bus=0x80
    BaseClass=0x105
    VendorID=s0200
    DeviceID=0004
    UnixDevice=/dev/psaux
  UniqueID=rdCR.3aUD_AeIpvC
    HWClass=framebuffer
    Model=S3 Incorporated. Savage4 Savage4
    Configured=yes
    Available=yes
    Needed=no
    BaseClass=0x110
    SubClass=0x1
    DeviceName=Savage4
    VendorName=S3 Incorporated.
    SubVendorName=S3 Incorporated. Savage4
    RevisionName=Rev B
  UniqueID=B3Fu.bE19BMcJ2W0
    HWClass=printer
    Model=Lexmark Z600 Series
    Configured=new
    Available=no
    Needed=no
    Bus=0x86
    Slot=0x102
    BaseClass=0x109
    VendorID=u043d
    DeviceID=0078
    SubDeviceName=Lexmark Z600 Series
    SubVendorName=Lexmark
    RevisionName=1.00
    Serial=18K017598015400
    USBGUID=043d00780194017598015400
  UniqueID=rdCR.n_7QNeEnh23
    HWClass=system
    Model=System
    Configured=no
    Available=yes
    Needed=no
    BaseClass=0x101
    SubClass=0x7
  UniqueID=RaT_.nfEXJulusj6
    HWClass=network interface
    Model=Network Interface
    Configured=no
    Available=yes
    Needed=no
    BaseClass=0x107
    SubClass=0x81
    UnixDevice=sit0
  UniqueID=qLht.nH3vDlRAKW5
    HWClass=bridge
    Model=Asustek VT8363/8365 [KT133/KM133]
    Configured=no
    Available=yes
    Needed=no
    Bus=0x4
    BaseClass=0x6
    VendorID=1106
    DeviceID=0305
    SubVendorID=1043
    SubDeviceID=8033
    RevisionID=0x2
  UniqueID=WL76.t4KjkXWj3e6
    HWClass=network
    Model=VIA Ethernet controller
    Configured=yes
    Available=no
    Needed=no
    Bus=0x4
    Slot=0x9
    BaseClass=0x2
    VendorID=1106
    DeviceID=3106
    SubVendorID=1106
    SubDeviceID=0105
    RevisionID=0x86
  UniqueID=B3Fu.5IXxr+mH9xF
    HWClass=hub
    Model=USB UHCI Root Hub
    Configured=no
    Available=yes
    Needed=no
    Bus=0x86
    Slot=0x201
    BaseClass=0x10a
    DeviceName=USB UHCI Root Hub
    Serial=d000
    USBGUID=00000000000000000000d000
  UniqueID=B3Fu.Bh50YlLnnW6
    HWClass=hub
    Model=ALCOR Generic USB Hub
    Configured=no
    Available=yes
    Needed=no
    Bus=0x86
    Slot=0x202
    BaseClass=0x10a
    VendorID=u058f
    DeviceID=9254
    SubDeviceName=Generic USB Hub
    SubVendorName=ALCOR
    RevisionName=1.00
    USBGUID=058f92540000000000000000
  UniqueID=8kLt.ZxKxy3YdB66
    HWClass=cdrom
    Model=CD-540E
    Configured=yes
    Available=yes
    Needed=no
    Bus=0x85
    Slot=0x3
    BaseClass=0x106
    SubClass=0x2
    DeviceName=CD-540E
    RevisionName=1.0A
    Serial=
    UnixDevice=/dev/hdd
  UniqueID=7EWs.8WdZzOai8cD
    HWClass=storage
    Model=Promise Ultra100
    Configured=no
    Available=yes
    Needed=no
    Bus=0x4
    Slot=0x11
    BaseClass=0x1
    SubClass=0x80
    VendorID=105a
    DeviceID=0d30
    SubVendorID=105a
    SubDeviceID=4d33
    RevisionID=0x2
  UniqueID=VCu0.+JjhgfWckg2
    HWClass=graphics card
    Model=S3 86C394-397 Savage4
    Configured=yes
    Available=yes
    Needed=yes
    Bus=0x4
    Slot=0x100
    BaseClass=0x3
    VendorID=5333
    DeviceID=8a22
    SubVendorID=5333
    SubDeviceID=8a22
    RevisionID=0x4
  UniqueID=vSkL.BQdp9bG_qCD
    HWClass=bridge
    Model=VIA VT8363/8365 [KT133/KM133 AGP]
    Configured=no
    Available=yes
    Needed=no
    Bus=0x4
    Slot=0x1
    BaseClass=0x6
    SubClass=0x4
    VendorID=1106
    DeviceID=8305
  UniqueID=qnJ_.t4KjkXWj3e6
    HWClass=network
    Model=VIA Ethernet controller
    Configured=yes
    Available=yes
    Needed=no
    Bus=0x4
    Slot=0xd
    BaseClass=0x2
    VendorID=1106
    DeviceID=3106
    SubVendorID=1106
    SubDeviceID=0105
    RevisionID=0x86
  UniqueID=B3Fu.nAlHk2ieIp1
    HWClass=printer
    Model=Lexmark Printer
    Configured=new
    Available=no
    Needed=no
    Bus=0x86
    Slot=0x102
    BaseClass=0x109
    VendorID=u043d
    DeviceID=0078
    SubVendorName=Lexmark
    RevisionName=1.00
    USBGUID=043d00780000000000000000
  UniqueID=B3Fu.9Oj4wbcMyNA
    HWClass=hub
    Model=USB UHCI Root Hub
    Configured=new
    Available=yes
    Needed=no
    Bus=0x86
    Slot=0x101
    BaseClass=0x10a
    DeviceName=USB UHCI Root Hub
    Serial=d400
    USBGUID=00000000000000000000d400
  UniqueID=zyP1.fHQ7CU4mjb6
    HWClass=cdrom
    Model=Polaroid BurnMAX52
    Configured=no
    Available=yes
    Needed=no
    Bus=0x84
    BaseClass=0x106
    SubClass=0x2
    ProgIF=0x2
    DeviceName=Polaroid BurnMAX52
    VendorName=Polaroid
    RevisionName=VER 001H
    Serial=
    UnixDevice=/dev/sr0
  UniqueID=gZD2.pE3Evutp3f1
    HWClass=sound
    Model=Avance Logic ALS4000 Audio Chipset
    Configured=no
    Available=yes
    Needed=no
    Bus=0x4
    Slot=0xb
    BaseClass=0x4
    SubClass=0x1
    VendorID=4005
    DeviceID=4000
    SubVendorID=4005
    SubDeviceID=4000
  UniqueID=B3Fu.000009njmc0
    HWClass=unknown
    Model=Unclassified device
    Configured=new
    Available=no
    Needed=no
    Bus=0x86
    Slot=0x102
    DeviceName=Unclassified device
    USBGUID=000000000000000000000000
  UniqueID=rdCR.3wRL2_g4d2B
    HWClass=storage
    Model=Floppy disk controller
    Configured=no
    Available=yes
    Needed=no
    BaseClass=0x1
    SubClass=0x2
  UniqueID=b5r5.cMBiJYAoD7F
    HWClass=bridge
    Model=Asustek VT82C686 [Apollo Super ACPI]
    Configured=no
    Available=yes
    Needed=no
    Bus=0x4
    Slot=0x4
    Function=0x4
    BaseClass=0x6
    SubClass=0x80
    VendorID=1106
    DeviceID=3057
    SubVendorID=1043
    SubDeviceID=8033
    RevisionID=0x30
  UniqueID=kmLG.M6dR1NkQHEE
    HWClass=usb controller
    Model=VIA UHCI USB
    Configured=yes
    Available=yes
    Needed=no
    Bus=0x4
    Slot=0x4
    Function=0x3
    BaseClass=0xc
    SubClass=0x3
    VendorID=1106
    DeviceID=3038
    SubVendorID=0925
    SubDeviceID=1234
    RevisionID=0x10
  UniqueID=rdCR.j8NaKXDZtZ6
    HWClass=cpu
    Model=AMD Athlon(tm) Processor, 1009 MHz
    Configured=new
    Available=yes
    Needed=no
    BaseClass=0x101
    SubClass=0x3
  UniqueID=sRsQ.M6dR1NkQHEE
    HWClass=usb controller
    Model=VIA UHCI USB
    Configured=yes
    Available=yes
    Needed=no
    Bus=0x4
    Slot=0x4
    Function=0x2
    BaseClass=0xc
    SubClass=0x3
    VendorID=1106
    DeviceID=3038
    SubVendorID=0925
    SubDeviceID=1234
    RevisionID=0x10
----- manually configured harware end -----
>> isdn.1: list
>> int.1: idescsi
>> int.3: pcmcia
>> int.4: cdrom
>> int.5: media
>> int.4.1: /dev/hda
  read_block0: 512 bytes (5s, 0us)
>> int.6: floppy
>> int.7: bios
>> int.8: mouse
>> int.9: usbscsi
>> cdrom.3.1: read cdrom
>> cdrom.3.2: read cdrom
>> cdrom.3.3: read cdrom
----- /proc/modules -----
  parport_pc             25448   0
  parport                21856   0 [parport_pc]
  nls_iso8859-1           2880   1 (autoclean)
  nls_cp437               4384   1 (autoclean)
  vfat                    9244   1 (autoclean)
  fat                    28984   0 (autoclean) [vfat]
  nvram                   3752   0 (autoclean)
  ipv6                  123424  -1 (autoclean)
  isa-pnp                27816   0 (unused)
  printer                 5440   0
  joydev                  5728   0 (unused)
  evdev                   3904   0 (unused)
  input                   3072   0 [joydev evdev]
  st                     25844   0 (autoclean) (unused)
  sg                     23620   0 (autoclean)
  usb-uhci               20996   0 (unused)
  usbcore                55136   1 [printer usb-uhci]
  ide-scsi                7648   0
  reiserfs              158816   1
----- /proc/modules end -----
  used irqs: 0,1,2,3,4,5,6,7,8,9,12,14,15
=========== end debug info ============
01: None 00.0: 0102 Floppy disk controller
  [Created at floppy.111]
  Unique ID: rdCR.3wRL2_g4d2B
  Hardware Class: storage
  Model: "Floppy disk controller"
  I/O Ports: 0x3f0-0x3f5 (rw)
  DMA: 2
  IRQ: 6 (34 events)
  I/O Port: 0x3f7 (rw)

02: Floppy 00.0: 10603 Floppy Disk
  [Created at floppy.119]
  Unique ID: sPPV.oZ89vuho4Y3
  Hardware Class: floppy
  Model: "Floppy Disk"
  Device File: /dev/fd0
  Size: 3.5 ''
  Size: 2880 sectors a 512 bytes
  Geometry (Logical): CHS 80/2/18
  Attached to: #1 (Floppy disk controller)

03: None 00.0: 10105 BIOS
  [Created at bios.88]
  Unique ID: rdCR.lZF+r4EgHp4
  Hardware Class: bios
  VESA BIOS Version: 2.0
  APM Version: 0.0
  APM Status: on
  APM BIOS Flags: 0x0
  Serial Port 0: 0x3f8
  Serial Port 1: 0x2f8
  Parallel Port 0: 0x378
  Base Memory: 639k
  PnP BIOS: PNP0C00
  SMBIOS Version: 2.3
  BIOS Info:
    Vendor: "Award Software, Inc."
    Version: "ASUS A7V ACPI BIOS Revision 1011"
    Date: "04/23/2002"
    Features: 000000007fcbde80 00000007
      PCI supported
      PnP supported
      APM supported
      BIOS flashable
      BIOS shadowing allowed
      ESCD supported
      CD boot supported
      Selectable boot supported
      BIOS ROM socketed
      EDD spec supported
      ACPI supported
      USB Legacy supported
      AGP supported
  System Info:
    Manufacturer: "System Manufacturer"
    Product: "System Name"
    Version: "System Version"
    Serial: "SYS-1234567890"
    Wake-up: 0x06 (Power Switch)
  Board Info:
    Manufacturer: "ASUSTeK Computer INC."
    Product: "<A7V>"
    Version: "REV 1.xx"
    Serial: "xxxxxxxxxxx"
  Chassis Info:
    Manufacturer: "Chassis Manufacture"
    Type: 0x07 (Tower)
  Processor Info:
    Processor Socket: "SOCKET A"
    Processor Manufacturer: "AuthenticAMD"
    Processor Version: "AMD Athlon(TM) Processor"
    Voltage: 1.7 V
    External Clock: 100
    Max. Speed: 1800
    Current Speed: 1000
    Status: 0x41 (Socket Populated, CPU Enabled)
  On Board Devices:
    Other: "Promise PDC20265" (disabled)
  OEM Strings:
    0
    0
  Language Info:
    Languages: en|US|iso8859-1
    Current: en|US|iso8859-1
  Physical Memory Array:
    Max. Size: 1536 MB (No Error Correction)
  Memory Device:
    Location: "DIMM 1"
    Size: 256 MB
    Type: 64 bits (+8 ecc bits), Syncronous DRAM, DIMM
  Memory Device:
    Location: "DIMM 2"
    Size: 128 MB
    Type: 64 bits (+8 ecc bits), Syncronous DRAM, DIMM
  Memory Device:
    Location: "DIMM 3"
    Size: 128 MB
    Type: 64 bits (+8 ecc bits), Syncronous DRAM, DIMM

04: None 00.0: 11001 VESA Framebuffer
  [Created at bios.299]
  Unique ID: rdCR.3aUD_AeIpvC
  Hardware Class: framebuffer
  Model: "S3 Incorporated. Savage4 Savage4"
  Vendor: "S3 Incorporated."
  Device: "Savage4"
  SubVendor: "S3 Incorporated. Savage4"
  SubDevice: 0000 "?"
  Revision: "Rev B"
  Memory Size: 16 MB
  Memory Range: 0xd8000000-0xd8ffffff (rw)
  Mode 0x032e: 320x200 (+320), 8 bits
  Mode 0x030e: 320x200 (+640), 16 bits
  Mode 0x030f: 320x200 (+1280), 24 bits
  Mode 0x0331: 320x240 (+320), 8 bits
  Mode 0x0333: 320x240 (+640), 16 bits
  Mode 0x0334: 320x240 (+1280), 24 bits
  Mode 0x0341: 400x300 (+400), 8 bits
  Mode 0x0343: 400x300 (+800), 16 bits
  Mode 0x0344: 400x300 (+1600), 24 bits
  Mode 0x0351: 512x384 (+512), 8 bits
  Mode 0x0353: 512x384 (+1024), 16 bits
  Mode 0x0354: 512x384 (+2048), 24 bits
  Mode 0x0300: 640x400 (+640), 8 bits
  Mode 0x031d: 640x400 (+1280), 16 bits
  Mode 0x031e: 640x400 (+2560), 24 bits
  Mode 0x0301: 640x480 (+640), 8 bits
  Mode 0x0311: 640x480 (+1280), 16 bits
  Mode 0x0312: 640x480 (+2560), 24 bits
  Mode 0x0371: 720x480 (+720), 8 bits
  Mode 0x0373: 720x480 (+1440), 16 bits
  Mode 0x0374: 720x480 (+2880), 24 bits
  Mode 0x037c: 720x576 (+720), 8 bits
  Mode 0x037e: 720x576 (+1440), 16 bits
  Mode 0x037f: 720x576 (+2880), 24 bits
  Mode 0x0303: 800x600 (+800), 8 bits
  Mode 0x0314: 800x600 (+1600), 16 bits
  Mode 0x0315: 800x600 (+3200), 24 bits
  Mode 0x0305: 1024x768 (+1024), 8 bits
  Mode 0x0317: 1024x768 (+2048), 16 bits
  Mode 0x0318: 1024x768 (+4096), 24 bits
  Mode 0x0361: 1152x864 (+1152), 8 bits
  Mode 0x0363: 1152x864 (+2304), 16 bits
  Mode 0x0364: 1152x864 (+4608), 24 bits
  Mode 0x0307: 1280x1024 (+1280), 8 bits
  Mode 0x031a: 1280x1024 (+2560), 16 bits
  Mode 0x031b: 1280x1024 (+5120), 24 bits
  Mode 0x0320: 1600x1200 (+1600), 8 bits
  Mode 0x0322: 1600x1200 (+3200), 16 bits
  Mode 0x0324: 1600x1200 (+6400), 24 bits
  Mode 0x0336: 1920x1440 (+1920), 8 bits
  Mode 0x0338: 1920x1440 (+3840), 16 bits

05: None 00.0: 10107 System
  [Created at sys.47]
  Unique ID: rdCR.n_7QNeEnh23
  Hardware Class: system

06: None 00.0: 10104 FPU
  [Created at misc.194]
  Unique ID: rdCR.EMpH5pjcahD
  Hardware Class: unknown
  Model: "FPU"
  I/O Ports: 0xf0-0xff (rw)

07: None 00.0: 0801 DMA controller (8237)
  [Created at misc.208]
  Unique ID: rdCR.f5u1ucRm+H9
  Hardware Class: unknown
  Model: "DMA controller"
  I/O Ports: 0x00-0x1f (rw)
  I/O Ports: 0xc0-0xdf (rw)
  I/O Ports: 0x80-0x8f (rw)
  DMA: 4

08: None 00.0: 0800 PIC (8259)
  [Created at misc.221]
  Unique ID: rdCR.8uRK7LxiIA2
  Hardware Class: unknown
  Model: "PIC"
  I/O Ports: 0x20-0x3f (rw)
  I/O Ports: 0xa0-0xbf (rw)
  IRQ: 2 (no events)

09: None 00.0: 0802 Timer (8254)
  [Created at misc.232]
  Unique ID: rdCR.AJKleuxpiP0
  Hardware Class: unknown
  Model: "Timer"
  I/O Ports: 0x40-0x5f (rw)
  IRQ: 0 (20979 events)

10: None 00.0: 0803 RTC (Generic)
  [Created at misc.243]
  Unique ID: rdCR.hWmSPAStPX7
  Hardware Class: unknown
  Model: "RTC"
  I/O Ports: 0x70-0x7f (rw)
  IRQ: 8 (2 events)

11: None 00.0: 0900 Keyboard controller
  [Created at misc.253]
  Unique ID: rdCR.9N+EecqykME
  Hardware Class: unknown
  Model: "Keyboard controller"
  I/O Ports: 0x60-0x6f (rw)
  IRQ: 1 (316 events)

12: None 00.0: 0701 Parallel controller (SPP)
  [Created at misc.264]
  Unique ID: YMnp.ecK7NLYWZ5D
  Hardware Class: unknown
  Model: "Parallel controller"
  Device File: /dev/lp0
  I/O Ports: 0x378-0x37a (rw)

13: None 00.0: 10400 PS/2 Controller
  [Created at misc.306]
  Unique ID: rdCR.DziBbWO85o5
  Hardware Class: unknown
  Model: "PS/2 Controller"
  IRQ: 12 (3337 events)

14: None 00.0: 10103 CPU
  [Created at cpu.282]
  Unique ID: rdCR.j8NaKXDZtZ6
  Hardware Class: cpu
  Arch: Intel
  Vendor: "AuthenticAMD"
  Model: 6.4.2 "AMD Athlon(tm) Processor"
  Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,sep,mtrr,pge,mca,cmov,pat,pse36,mmx,fxsr,syscall,mmxext,3dnowext,3dnow
  Clock: 1009 MHz
  Cache: 256 kb

15: None 00.0: 10102 Main Memory
  [Created at memory.59]
  Unique ID: rdCR.CxwsZFjVASF
  Hardware Class: memory
  Model: "Main Memory"
  Memory Range: 0x00000000-0x1ffebfff (rw)
  Memory Size: 512 MB

16: PCI(AGP) 00.0: 0600 Host bridge
  [Created at pci.65]
  Unique ID: qLht.nH3vDlRAKW5
  Hardware Class: bridge
  Model: "Asustek VT8363/8365 [KT133/KM133]"
  Vendor: 1106 "VIA Technologies, Inc."
  Device: 0305 "VT8363/8365 [KT133/KM133]"
  SubVendor: 1043 "Asustek Computer, Inc."
  SubDevice: 8033 "?"
  Revision: 0x02
  Memory Range: 0xe6000000-??? (rw,prefetchable)

17: PCI 01.0: 0604 PCI bridge (Normal decode)
  [Created at pci.65]
  Unique ID: vSkL.BQdp9bG_qCD
  Hardware Class: bridge
  Model: "VIA VT8363/8365 [KT133/KM133 AGP]"
  Vendor: 1106 "VIA Technologies, Inc."
  Device: 8305 "VT8363/8365 [KT133/KM133 AGP]"

18: PCI 04.0: 0601 ISA bridge
  [Created at pci.65]
  Unique ID: 8otl.EMoieHMrDq3
  Hardware Class: bridge
  Model: "Asustek VT82C686 [Apollo Super South]"
  Vendor: 1106 "VIA Technologies, Inc."
  Device: 0686 "VT82C686 [Apollo Super South]"
  SubVendor: 1043 "Asustek Computer, Inc."
  SubDevice: 8033 "?"
  Revision: 0x22
  Driver Info #0:
    Driver Status: parport_pc is active
    Driver Activation Cmd: "modprobe parport_pc"

19: PCI 04.1: 0101 IDE interface
  [Created at pci.65]
  Unique ID: +6Nb.xdkCxOsqB19
  Hardware Class: storage
  Model: "VIA Bus Master IDE"
  Vendor: 1106 "VIA Technologies, Inc."
  Device: 0571 "Bus Master IDE"
  Revision: 0x10
  I/O Ports: 0xd800-0xd80f (rw)
  I/O Ports: 0x1f0-0x1f7 (rw)
  I/O Port: 0x3f6 (rw)
  I/O Ports: 0x170-0x177 (rw)
  I/O Port: 0x376 (rw)
  I/O Ports: 0x8400-0x840f (rw)
  IRQ: 14 (7553 events)
  IRQ: 15 (347 events)
  Extra Info: ide0, ide1

20: PCI 04.2: 0c03 USB Controller (UHCI)
  [Created at pci.65]
  Unique ID: sRsQ.M6dR1NkQHEE
  Hardware Class: usb controller
  Model: "VIA UHCI USB"
  Vendor: 1106 "VIA Technologies, Inc."
  Device: 3038 "UHCI USB"
  SubVendor: 0925 "?"
  SubDevice: 1234 "?"
  Revision: 0x10
  I/O Ports: 0xd400-??? (rw)
  IRQ: 7 (157 events)
  Driver Info #0:
    Driver Status: usbcore,usb-uhci are active
    Driver Activation Cmd: "insmod usbcore; insmod usb-uhci"

21: PCI 04.3: 0c03 USB Controller (UHCI)
  [Created at pci.65]
  Unique ID: kmLG.M6dR1NkQHEE
  Hardware Class: usb controller
  Model: "VIA UHCI USB"
  Vendor: 1106 "VIA Technologies, Inc."
  Device: 3038 "UHCI USB"
  SubVendor: 0925 "?"
  SubDevice: 1234 "?"
  Revision: 0x10
  I/O Ports: 0xd000-??? (rw)
  IRQ: 7 (157 events)
  Driver Info #0:
    Driver Status: usbcore,usb-uhci are active
    Driver Activation Cmd: "insmod usbcore; insmod usb-uhci"

22: PCI 04.4: 0680 Bridge
  [Created at pci.65]
  Unique ID: b5r5.cMBiJYAoD7F
  Hardware Class: bridge
  Model: "Asustek VT82C686 [Apollo Super ACPI]"
  Vendor: 1106 "VIA Technologies, Inc."
  Device: 3057 "VT82C686 [Apollo Super ACPI]"
  SubVendor: 1043 "Asustek Computer, Inc."
  SubDevice: 8033 "?"
  Revision: 0x30
  IRQ: 9 (no events)

23: PCI 0b.0: 0401 Multimedia audio controller
  [Created at pci.65]
  Unique ID: gZD2.pE3Evutp3f1
  Hardware Class: sound
  Model: "Avance Logic ALS4000 Audio Chipset"
  Vendor: 4005 "Avance Logic Inc."
  Device: 4000 "ALS4000 Audio Chipset"
  SubVendor: 4005 "Avance Logic Inc."
  SubDevice: 4000 "ALS4000 Audio Chipset"
  I/O Ports: 0xa400-??? (rw)
  IRQ: 5 (no events)
  Driver Info #0:
    Driver Status: snd-als4000 is not active
    Driver Activation Cmd: "modprobe snd-als4000"

24: PCI 0d.0: 0200 Ethernet controller
  [Created at pci.65]
  Unique ID: qnJ_.t4KjkXWj3e6
  Hardware Class: network
  Model: "VIA Ethernet controller"
  Vendor: 1106 "VIA Technologies, Inc."
  Device: 3106 "?"
  SubVendor: 1106 "VIA Technologies, Inc."
  SubDevice: 0105 "?"
  Revision: 0x86
  I/O Ports: 0xa000-??? (rw)
  Memory Range: 0xd6800000-??? (rw,non-prefetchable)
  IRQ: 7 (157 events)

25: PCI 11.0: 0180 Unknown mass storage controller
  [Created at pci.65]
  Unique ID: 7EWs.8WdZzOai8cD
  Hardware Class: storage
  Model: "Promise Ultra100"
  Vendor: 105a "Promise Technology, Inc."
  Device: 0d30 "20265"
  SubVendor: 105a "Promise Technology, Inc."
  SubDevice: 4d33 "Ultra100"
  Revision: 0x02
  I/O Ports: 0x9800-??? (rw)
  I/O Ports: 0x9400-??? (rw)
  I/O Ports: 0x9000-??? (rw)
  I/O Ports: 0x8800-??? (rw)
  I/O Ports: 0x8400-??? (rw)
  Memory Range: 0xd6000000-??? (rw,non-prefetchable)
  IRQ: 5 (no events)

26: PCI(AGP) 100.0: 0300 VGA compatible controller (VGA)
  [Created at pci.65]
  Unique ID: VCu0.+JjhgfWckg2
  Hardware Class: graphics card
  Model: "S3 86C394-397 Savage4"
  Vendor: 5333 "S3 Inc."
  Device: 8a22 "Savage 4"
  SubVendor: 5333 "S3 Inc."
  SubDevice: 8a22 "86C394-397 Savage4"
  Revision: 0x04
  Memory Range: 0xd7000000-??? (rw,non-prefetchable)
  Memory Range: 0xd8000000-??? (rw,prefetchable)
  Memory Range: 0xd7ff0000-??? (ro,disabled)
  IRQ: 9 (no events)
  I/O Ports: 0x3c0-0x3df (rw)
  Driver Info #0:
    XFree86 v4 Server Module: savage
  Driver Info #1:
    XFree86 v3 Server: SVGA
  Attached to: #17 (PCI bridge (Normal decode))

27: None 00.0: 10000 Monitor
  [Created at monitor.64]
  Unique ID: rdCR.EgD7YhQ7IWA
  Hardware Class: monitor
  Model: "Monitor"
  Vendor: IMR "?"
  Device: 986a "?"
  Size: 36x27 cm
  Resolution: 640x480@75Hz
  Resolution: 800x600@60Hz
  Resolution: 800x600@72Hz
  Resolution: 1024x768@70Hz
  Resolution: 640x480@85Hz
  Resolution: 800x600@85Hz
  Resolution: 1024x768@85Hz
  Resolution: 1600x1200@75Hz
  Driver Info #0:
    Max. Resolution: 1600x1200
    Vert. Sync Range: 45-150 Hz
    Hor. Sync Range: 28-96 kHz

28: None 00.0: 0700 Serial controller (16550)
  [Created at serial.69]
  Unique ID: S_Uw.3fyvFV+mbWD
  Hardware Class: unknown
  Model: "16550A"
  Device: "16550A"
  Device File: /dev/ttyS0
  Speed: 9.6 kbps
  I/O Ports: 0x3f8-0x3ff (rw)
  IRQ: 4 (28 events)

29: None 00.1: 0700 Serial controller (16550)
  [Created at serial.69]
  Unique ID: v9l_.3fyvFV+mbWD
  Hardware Class: unknown
  Model: "16550A"
  Device: "16550A"
  Device File: /dev/ttyS1
  Speed: 9.6 kbps
  I/O Ports: 0x2f8-0x2ff (rw)
  IRQ: 3 (30 events)

30: IDE 00.0: 10600 Disk
  [Created at ide.122]
  Unique ID: nBbg.1AZDh6e82c5
  Hardware Class: disk
  Model: "Maxtor 6Y080L0"
  Device: "Maxtor 6Y080L0"
  Revision: "YAR41BW0"
  Serial ID: "Y2AFKLVE"
  Driver: "ide-disk"
  Device File: /dev/hda
  Geometry (Physical): CHS 158816/16/63
  Geometry (Logical): CHS 9964/255/63
  Size: 160086528 sectors a 512 bytes
  Cache: 2048 kb
  Attached to: #19 (IDE interface)

32: IDE 03.0: 10602 CD-ROM
  [Created at ide.122]
  Unique ID: 8kLt.ZxKxy3YdB66
  Hardware Class: cdrom
  Model: "CD-540E"
  Device: "CD-540E"
  Revision: "1.0A"
  Serial ID: ""
  Driver: "ide-cdrom"
  Device File: /dev/hdd
  Size: 0 sectors a 512 bytes
  Drive status: no medium
  Attached to: #19 (IDE interface)
  Drive Speed: 40

33: SCSI 00.0: 10602 CD-ROM (CD-RW)
  [Created at scsi.230]
  Unique ID: zyP1.fHQ7CU4mjb6
  Hardware Class: cdrom
  Model: "Polaroid BurnMAX52"
  Vendor: "Polaroid"
  Device: "Polaroid BurnMAX52"
  Revision: "VER 001H"
  Serial ID: ""
  Driver: "ide-scsi"
  Device File: /dev/sr0
  Drive status: no medium
  Drive Speed: 52

34: USB 101.0: 10a00 Hub
  [Created at usb.100]
  Unique ID: B3Fu.vdWTmD_hAB1
  Hardware Class: hub
  Model: "VIA USB UHCI Root Hub"
  Vendor: 1106 "VIA Technologies, Inc."
  Device: "USB UHCI Root Hub"
  Serial ID: "d400"
  USB GUID: 00000000000000000000d400
  USB Device status: driver active ("hub")
  Speed: 1.5 Mbps
  Attached to: #21 (USB Controller (UHCI))

35: USB 102.0: 10900 Printer
  [Created at usb.100]
  Unique ID: Kns9.bE19BMcJ2W0
  Hardware Class: printer
  Model: "Lexmark Z600 Series"
  Vendor: u043d "Lexmark International Inc."
  Device: 0078 "?"
  SubVendor: "Lexmark"
  SubDevice: "Lexmark Z600 Series"
  Revision: "1.00"
  Serial ID: "18K017598015400"
  USB GUID: 043d00780194017598015400
  USB Device status: driver active ("usblp")
  Device File: /dev/usb/lp0
  Speed: 1.5 Mbps
  Attached to: #34 (Hub)

36: USB 201.0: 10a00 Hub
  [Created at usb.100]
  Unique ID: B3Fu.5IXxr+mH9xF
  Hardware Class: hub
  Model: "USB UHCI Root Hub"
  Device: "USB UHCI Root Hub"
  Serial ID: "d000"
  USB GUID: 00000000000000000000d000
  USB Device status: driver active ("hub")
  Speed: 1.5 Mbps

37: USB 202.0: 10a00 Hub
  [Created at usb.100]
  Unique ID: B3Fu.Bh50YlLnnW6
  Hardware Class: hub
  Model: "ALCOR Generic USB Hub"
  Vendor: u058f "Alcor Micro, Inc."
  Device: 9254 "Hub"
  SubVendor: "ALCOR"
  SubDevice: "Generic USB Hub"
  Revision: "1.00"
  USB GUID: 058f92540000000000000000
  USB Device status: driver active ("hub")
  Speed: 1.5 Mbps
  Attached to: #36 (Hub)

38: None 00.0: 10800 Keyboard
  [Created at kbd.159]
  Unique ID: rdCR.iWbWo71vw2C
  Hardware Class: keyboard
  Model: "PC Keyboard"
  Vendor: s0201 "Unknown"
  Device: 0000 "PC Keyboard"
  Driver Info #0:
    XkbRules: xfree86
    XkbModel: pc104
  Attached to: #11 (Keyboard controller)

39: PS/2 00.0: 10500 PS/2 Mouse
  [Created at mouse.275]
  Unique ID: yibb.g++hATXqKsF
  Hardware Class: mouse
  Model: "Generic PS/2 Mouse"
  Vendor: s0200 "Unknown"
  Device: 0002 "Generic PS/2 Mouse"
  Device File: /dev/psaux
  Driver Info #0:
    Wheels: 0
    XFree86 Protocol: ps/2
    GPM Protocol: ps2
  Attached to: #13 (PS/2 Controller)

40: None 00.0: 10700 Loopback
  [Created at net.66]
  Unique ID: n6T_.GQNx7L4uPNA
  Hardware Class: network interface
  Model: "Loopback network interface"
  Device File: lo

41: None 00.0: 10781 Network Interface
  [Created at net.66]
  Unique ID: RaT_.nfEXJulusj6
  Hardware Class: network interface
  Model: "Network Interface"
  Device File: sit0

42: USB 102.0: 0000 Unclassified device
  [Created at manual.204]
  Unique ID: B3Fu.VoGXaJc_mfF
  Hardware Class: unknown
  Model: "Lexmark International Unclassified device"
  Vendor: u043d "Lexmark International Inc."
  Device: 0078 "?"
  Revision: "1.00"
  USB GUID: 043d00780000000000000000

43: IDE 02.0: 10602 CD-ROM (CD-RW)
  [Created at manual.204]
  Unique ID: hY5p.1p67RhW7j+3
  Hardware Class: cdrom
  Model: "Polaroid BurnMAX52"
  Device: "Polaroid BurnMAX52"
  Revision: "VER 001H"
  Serial ID: ""
  Device File: /dev/hdc

44: PS/2 00.0: 10500 PS/2 Mouse
  [Created at manual.204]
  Unique ID: yibb.iquB8cmEOd0
  Hardware Class: mouse
  Model: "Intelli/Wheel Mouse"
  Vendor: s0200 "Unknown"
  Device: 0004 "Intelli/Wheel Mouse"
  Device File: /dev/psaux
  Driver Info #0:
    Buttons: 3
    Wheels: 1
    XFree86 Protocol: imps/2
    GPM Protocol: imps2

45: USB 102.0: 10900 Printer
  [Created at manual.204]
  Unique ID: B3Fu.bE19BMcJ2W0
  Hardware Class: printer
  Model: "Lexmark Z600 Series"
  Vendor: u043d "Lexmark International Inc."
  Device: 0078 "?"
  SubVendor: "Lexmark"
  SubDevice: "Lexmark Z600 Series"
  Revision: "1.00"
  Serial ID: "18K017598015400"
  USB GUID: 043d00780194017598015400

46: PCI 09.0: 0200 Ethernet controller
  [Created at manual.204]
  Unique ID: WL76.t4KjkXWj3e6
  Hardware Class: network
  Model: "VIA Ethernet controller"
  Vendor: 1106 "VIA Technologies, Inc."
  Device: 3106 "?"
  SubVendor: 1106 "VIA Technologies, Inc."
  SubDevice: 0105 "?"
  Revision: 0x86

47: USB 102.0: 10900 Printer
  [Created at manual.204]
  Unique ID: B3Fu.nAlHk2ieIp1
  Hardware Class: printer
  Model: "Lexmark Printer"
  Vendor: u043d "Lexmark International Inc."
  Device: 0078 "?"
  SubVendor: "Lexmark"
  SubDevice: 0000 "?"
  Revision: "1.00"
  USB GUID: 043d00780000000000000000

48: USB 101.0: 10a00 Hub
  [Created at manual.204]
  Unique ID: B3Fu.9Oj4wbcMyNA
  Hardware Class: hub
  Model: "USB UHCI Root Hub"
  Device: "USB UHCI Root Hub"
  Serial ID: "d400"
  USB GUID: 00000000000000000000d400

49: USB 102.0: 0000 Unclassified device
  [Created at manual.204]
  Unique ID: B3Fu.000009njmc0
  Hardware Class: unknown
  Model: "Unclassified device"
  Device: "Unclassified device"
  USB GUID: 000000000000000000000000
 
>> net.1: get net-if data
----- network interfaces -----
lo
sit0
----- network interfaces end -----
Die Netzwerkkarte wird nicht erkannt!

Wie steht es um die Ausgabe des BIOS beim Start des Rechners?
Ist die Netzwerkkarte dort zu sehen?

was für eine Netzwerkkarte ist eingebaut?

Gruß switcher51
 
Wenn ich richtig vermute, dann ist die 'Netzwerrkkarte' nur ein hip auf dem Mohtheboard. Dann ist u.U. dieser Chip per BIOS-Einstellung deaktiviert.

Gruß switcher51
 
Oben