USB-Tastatur geht im Loader nicht

-Daemon-

Well-Known Member
Hallo Forum,

mal wieder das leidige Thema USB-Tastatur...

Ich habe hier ein Happy Hacking Lite 2 am USB haengen. Wenn FreeBSD gebootet hat, kann ich auch ganz normal damit arbeiten. Das Problem ist nur, dass die Tastatur im Loader nicht funktioniert.

Ich habe in /boot/loader.conf schon
Code:
hint.atkbd.0.flags="0x1"
eingetragen - ohne Erfolg.

In /boot/device.hints habe ich auch
Code:
hint.atkbd.0.disabled="1"
probiert. Das war ebenfalls nicht von Erfolg gekroent. Den Tip habe ich von hier: http://www.freebsd.de/archive/de-bsd-questions/de-bsd-questions.200602/0368.html

Im Kernel habe ich
Code:
device       atkbd
kommentiert,
Code:
device       ukbd
ist eingetragen. Das hat auch keine Auswirkungen.

In der FreeBSD-FAQ habe ich noch den Hinweis gefunden,
Code:
kbdcontrol -k /dev/kbd0 < /dev/ttyv0 > /dev/null
in /etc/rc.i386 einzutragen. Aber erstens gibt es diese Datei auf meinem System nicht, und zweitens funktioniert meine Tastatur bereits vorzueglich unter X :ugly:

So, zum Schluss noch einige grundlegende Infos zum System an sich:

Code:
$ uname -a
FreeBSD herdubreid.intern.smo.de 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Aug 30 21:07:10 CEST 2006     pj@herdubreid.intern.smo.de:/usr/obj/usr/src/sys/HERDUBREIDKERNEL  i386

Kernelkonfiguration:
Code:
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.7.2.2 2006/05/01 00:15:12 scottl Exp $

machine		i386
cpu		I686_CPU
ident		HERDUBREIDKERNEL

# To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		# Default places to look for devices.

makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols

#options 	SCHED_ULE		# ULE scheduler
options 	SCHED_4BSD		# 4BSD scheduler
options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
options 	INET6			# IPv6 communications protocols
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	UFS_ACL			# Support for access control lists
options 	UFS_DIRHASH		# Improve performance on big directories
options 	MD_ROOT			# MD is a potential root device
options 	NFSCLIENT		# Network Filesystem Client
options 	NFSSERVER		# Network Filesystem Server
options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
options 	MSDOSFS			# MSDOS Filesystem
options 	CD9660			# ISO 9660 Filesystem
options 	PROCFS			# Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	GEOM_GPT		# GUID Partition Tables.
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
options 	KTRACE			# ktrace(1) support
options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~215k to driver.
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.

device		apic			# I/O APIC

# Bus support.
device		eisa
device		pci

# Floppy drives
device		fdc

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
device		ataraid		# ATA RAID drives
device		atapicd		# ATAPI CDROM drives
device		atapifd		# ATAPI floppy drives
device		atapist		# ATAPI tape drives
device 		atapicam	# Support for ATAPI through CAM
options 	ATA_STATIC_ID	# Static device numbering

# SCSI peripherals
device		scbus		# SCSI bus (required for SCSI)
device		ch		# SCSI media changers
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)
device		ses		# SCSI Environmental Services (and SAF-TE)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc		# AT keyboard controller
# device		atkbd		# AT keyboard
device		psm		# PS/2 mouse

device		kbdmux		# keyboard multiplexer

device		vga		# VGA video card driver

device		splash		# Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device		sc

# Enable this for the pcvt (VT220 compatible) console driver
#device		vt
#options 	XSERVER		# support for X server on a vt console
#options 	FAT_CURSOR	# start with block cursor

device		agp		# support several AGP chipsets

# Power management support (see NOTES for more options)
#device		apm
# Add suspend/resume support for the i8254.
device		pmtimer

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		plip		# TCP/IP over parallel
device		ppi		# Parallel port interface device
#device		vpo		# Requires scbus and da

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
#device		puc

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device		miibus		# MII bus support
device		vr		# VIA Rhine, Rhine II

# Pseudo devices.
device		loop		# Network loopback
device		random		# Entropy device
device		ether		# Ethernet support
device		sl		# Kernel SLIP
device		ppp		# Kernel PPP
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
device		gif		# IPv6 and IPv4 tunneling
device		faith		# IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device		bpf		# Berkeley packet filter

# USB support
device		uhci		# UHCI PCI->USB interface
device		ohci		# OHCI PCI->USB interface
device		ehci		# EHCI PCI->USB interface (USB 2.0)
device		usb		# USB Bus (required)
#device		udbp		# USB Double Bulk Pipe devices
device		ugen		# Generic
device		uhid		# "Human Interface Devices"
device		ukbd		# Keyboard
device		ulpt		# Printer
device		umass		# Disks/Mass storage - Requires scbus and da
device		ums		# Mouse

# FireWire support
device		firewire	# FireWire bus code
device		sbp		# SCSI over FireWire (Requires scbus and da)
device		fwe		# Ethernet over FireWire (non-standard!)

# Support for sound
device		sound
device		snd_via8233	# Support for VIA onboard sound

dmesg:
Code:
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 6.1-STABLE #0: Wed Aug 30 21:07:10 CEST 2006
    pj@herdubreid.intern.smo.de:/usr/obj/usr/src/sys/HERDUBREIDKERNEL
ACPI APIC Table: <ASUS   A7V600-X>
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(TM) XP 2800+ (2071.04-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x6a0  Stepping = 0
  Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
  AMD Features=0xc0400800<SYSCALL,MMX+,3DNow+,3DNow>
real memory  = 1073721344 (1023 MB)
avail memory = 1041752064 (993 MB)
ioapic0: Changing APIC ID to 2
ioapic0 <Version 0.3> irqs 0-23 on motherboard
kbd0 at kbdmux0
acpi0: <ASUS A7V600-X> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <32-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
agp0: <VIA 8377 (Apollo KT400/KT400A/KT600) host to PCI bridge> mem 0xf0000000-0xf7ffffff at device 0.0 on pci0
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
pci1: <display> at device 0.1 (no driver attached)
atapci0: <VIA 6420 SATA150 controller> port 0xb800-0xb807,0xb400-0xb403,0xb000-0xb007,0xa800-0xa803,0xa400-0xa40f,0xa000-0xa0ff at device 15.0 on pci0
ata2: <ATA channel 0> on atapci0
ata3: <ATA channel 1> on atapci0
atapci1: <VIA 8237 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x9800-0x980f irq 20 at device 15.1 on pci0
ata0: <ATA channel 0> on atapci1
ata1: <ATA channel 1> on atapci1
uhci0: <VIA 83C572 USB controller> port 0x9400-0x941f at device 16.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <VIA 83C572 USB controller> on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <VIA 83C572 USB controller> port 0x9000-0x901f at device 16.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <VIA 83C572 USB controller> on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <VIA 83C572 USB controller> port 0x8800-0x881f at device 16.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <VIA 83C572 USB controller> on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3: <VIA 83C572 USB controller> port 0x8400-0x841f at device 16.3 on pci0
uhci3: [GIANT-LOCKED]
usb3: <VIA 83C572 USB controller> on uhci3
usb3: USB revision 1.0
uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
ehci0: <VIA VT6202 USB 2.0 controller> mem 0xd6800000-0xd68000ff at device 16.4 on pci0
ehci0: [GIANT-LOCKED]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4: <VIA VT6202 USB 2.0 controller> on ehci0
usb4: USB revision 2.0
uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub4: 8 ports with 8 removable, self powered
isab0: <PCI-ISA bridge> at device 17.0 on pci0
isa0: <ISA bus> on isab0
pcm0: <VIA VT8237> port 0xe000-0xe0ff at device 17.5 on pci0
pcm0: <Analog Devices AD1888 AC97 Codec>
pcm0: <VIA DXS Enabled: DXS 4 / SGD 1 / REC 1>
vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0x8000-0x80ff mem 0xd6000000-0xd60000ff at device 18.0 on pci0
miibus0: <MII bus> on vr0
ukphy0: <Generic IEEE 802.3u media interface> on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vr0: Ethernet address: 00:11:d8:52:7a:86
fdc0: <floppy drive controller> port 0x3f2-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
ppc0: <ECP parallel printer port> port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/16 bytes threshold
ppbus0: <Parallel port bus> on ppc0
ppi0: <Parallel I/O> on ppbus0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xccfff,0xd0000-0xd6fff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse Explorer, device ID 4
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
uhub5: Chicony Generic USB Hub, class 9/0, rev 1.10/1.00, addr 2
uhub5: 3 ports with 2 removable, bus powered
ukbd0: Chicony PFU-65 USB Keyboard, rev 1.10/1.00, addr 3, iclass 3/1
kbd1 at ukbd0
Timecounter "TSC" frequency 2071037896 Hz quality 800
Timecounters tick every 1.000 msec
acd0: DVDR <HL-DT-ST DVDRAM GSA-4163B/A101> at ata1-master UDMA33
acd1: DVDROM <TOSHIBA DVD-ROM SDM2012C/TU01> at ata1-slave UDMA33
ad4: 157066MB <WDC WD1600YD-01NVB1 10.02E01> at ata2-master SATA150
ad6: 157066MB <WDC WD1600YD-01NVB1 10.02E01> at ata3-master SATA150
Trying to mount root from ufs:/dev/ad4s1a
cd0 at ata1 bus 0 target 0 lun 0
cd0: <HL-DT-ST DVDRAM GSA-4163B A101> Removable CD-ROM SCSI-0 device 
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
cd1 at ata1 bus 0 target 1 lun 0
cd1: <TOSHIBA DVD-ROM SDM2012C TU01> Removable CD-ROM SCSI-0 device 
cd1: 33.000MB/s transfers
cd1: Attempt to query device size failed: NOT READY, Medium not present - tray closed

Die Forensuche und einschlaegige Suchmaschinen habe ich schon bemueht, viel geholfen hat es nicht. Was dort vorgeschlagen wurde habe ich versucht - funktioniert hat es nicht. *grml* Die man-page zu ukbd habe ich mir durchgelesen, auch hier steht nichts drin was mich weiterbringen koennte. :confused:

Hat irgendjemand einen Hinweis wo ich was haette falsch machen koennen/falsch gemacht habe? Sonstige Vorschlaege was ich noch tun kann? Ich steh grad irgendwie auf der Leitung :ugly:

Danke schonmal fuer eure Hinweise, Tips und Anregungen. :)

Gruss,
Philipp
 
Du kannst erstmal diese "USB Legacy Keyboard"-Option oder so im BIOS aktivieren. Dann wird das USB-Keyboard auch als normales Keyboard erkannt (iirc).

Warum ueberhaupt nen Keyboard an USB?!
 
Maxx schrieb:
Du kannst erstmal diese "USB Legacy Keyboard"-Option oder so im BIOS aktivieren. Dann wird das USB-Keyboard auch als normales Keyboard erkannt (iirc).
Diese Option habe ich gerade eben mal aktiviert (stand auf "Auto") - im Loader verweigert sie immer noch ihren Dienst.

Maxx schrieb:
Warum ueberhaupt nen Keyboard an USB?!
Warum nicht? Das HHKB Lite 2 ist die beste Tastatur die mir bis jetzt untergekommen ist, von den IBM- und alten SUN-Tastaturen mal abgesehen. :) Wenn sie nicht als "USB-only" angegeben waere, dann haette ich es mal mit einem Adapter von USB auf PS/2 versucht....
 
-Daemon- schrieb:
Warum nicht? Das HHKB Lite 2 ist die beste Tastatur die mir bis jetzt untergekommen ist, von den IBM- und alten SUN-Tastaturen mal abgesehen. :) Wenn sie nicht als "USB-only" angegeben waere, dann haette ich es mal mit einem Adapter von USB auf PS/2 versucht....

Ach stimmt, das HHK Lite 2 war ja nur USB. Wollte ich mir auch noch bestellen - nachher vermutlich :D
 
-Daemon- schrieb:
In der FreeBSD-FAQ habe ich noch den Hinweis gefunden,
Code:
kbdcontrol -k /dev/kbd0 < /dev/ttyv0 > /dev/null
in /etc/rc.i386 einzutragen. Aber erstens gibt es diese Datei auf meinem System nicht, und zweitens funktioniert meine Tastatur bereits vorzueglich unter X :ugly:

Hi

Laut man ukbd soll diese Zeile einfach als "Kommando während der System-Initialisierung" ausgeführt werden. Wie man das genau macht müsstest du in der manpage von rc(8) nachschlagen.

man ukbd schlägt aber noch eine andere Möglichkeit anstelle des kbdcontrol-Kommandos vor. Hast du das schonmal probiert?

Gruß
 
.mp schrieb:
Laut man ukbd soll diese Zeile einfach als "Kommando während der System-Initialisierung" ausgeführt werden. Wie man das genau macht müsstest du in der manpage von rc(8) nachschlagen.
Ich weiss :) Nur bringt es mir nichts, weil die rc-Skripte nach dem Loader geladen werden...

.mp schrieb:
man ukbd schlägt aber noch eine andere Möglichkeit anstelle des kbdcontrol-Kommandos vor. Hast du das schonmal probiert?
Die Kerneloptionen habe ich noch nicht ausprobiert, gute Idee. Mal schauen ob's was hilft :)
<edit>
Denkfehler meinerseits. Kerneloptionen bringen mich nicht weiter, weil ja der Loader den Kernl laedt *argh* Ich muss dem Loader irgendwie klarmachen, dass die USB-Tastatur das einzige Eingabegeraet ist. Nur wie ich das mache ist mir derzeit noch unklar. Wie ich in meinem ersten Posting schon schrieb, haben die Eintraege in /boot/loader.conf und /boot/device.hints nichts bewirkt.
</edit>

@thorsten1: Sehe ich es richtig, dass du das gleiche Problem wie ich hast?

Danke fuer eure Antworten :)
 
Zuletzt bearbeitet:
Hallo Daemon,

ich habe das gleiche Problem wie du. Bei mir ist es eine Apple Tastatur. Ich habe ein MSI 754 Sockel Mainboard drin. Nach einem Wechsel auf einen anderen Hersteller funktionierte die Tastatur im Loader. Jetzt hab ich wiedert MSI und die Tastatur funktioniert wieder nicht :D

Ich hab hier auf dem Schrank eine alte Cherry PS/2 Tastatur liegen, für Kernel/Userland Aktualisierungen. Das ist praktisch mein "Workaround" :)

mfg

tobias
 
carbuncle schrieb:
ich habe das gleiche Problem wie du. Bei mir ist es eine Apple Tastatur. Ich habe ein MSI 754 Sockel Mainboard drin.
Mit VIA-Chipsatz? Wenn ja, dann habe ich mit meinem Asus A7V600-X auch ein groesseres Problem :grumble:

carbuncle schrieb:
Nach einem Wechsel auf einen anderen Hersteller funktionierte die Tastatur im Loader. Jetzt hab ich wiedert MSI und die Tastatur funktioniert wieder nicht :D
Na toll :ugly: Ich will eigentlich nicht so weit gehen und das Mainboard austauschen nur damit ich die Tastatur auch im Loader nutzen kann. *argh*

carbuncle schrieb:
Ich hab hier auf dem Schrank eine alte Cherry PS/2 Tastatur liegen, für Kernel/Userland Aktualisierungen. Das ist praktisch mein "Workaround" :)
So mache ich das derzeit auch. Allerdings ist das ziemlich nervig, weil die PS/2-Tastatur auch anderweitig noch in Gebrauch ist :rolleyes:


Ich habe zwischenzeitlich auch eine Mail an stable@ geschickt, aber bisher keine Antwort bekommen.
Mal schauen ob's wirklich am Mainboard liegt (--> Test mit -CURRENT auf nem Rechner mit MSI-Board und Intel-Chipsatz :D)

Gruss und Danke fuer die Antwort!
 
Ja genau, Via!

Ich häng mal den dmesg Output an, vielleicht nützt er was.

Code:
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE #1: Sun Jul 23 14:37:15 CEST 2006
    tobias@tobias.universum.local:/usr/obj/usr/src/sys/palermo
ACPI APIC Table: <A M I  OEMAPIC >
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Sempron(tm) Processor 2800+ (1657.72-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x20fc2  Stepping = 2
  Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2>
  Features2=0x1<SSE3>
  AMD Features=0xe2500800<SYSCALL,NX,MMX+,FFXSR,LM,3DNow+,3DNow>
  AMD Features2=0x1<LAHF>
real memory  = 805109760 (767 MB)
avail memory = 774373376 (738 MB)
ioapic0 <Version 0.3> irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: <A M I OEMRSDT> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
nvidia0: <GeForce FX 5200> mem 0xfd000000-0xfdffffff,0xc0000000-0xcfffffff irq 16 at device 0.0 on pci1
nvidia0: [GIANT-LOCKED]
ahc0: <Adaptec 29160 Ultra160 SCSI adapter> port 0xe800-0xe8ff mem 0xfebff000-0xfebfffff irq 17 at device 9.0 on pci0
ahc0: [GIANT-LOCKED]
aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
fwohci0: <VIA Fire II (VT6306)> port 0xec00-0xec7f mem 0xfebfe800-0xfebfefff irq 18 at device 10.0 on pci0
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channels is 8.
fwohci0: EUI64 00:11:06:00:00:00:61:ab
fwohci0: Phy 1394a available S400, 3 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 02:11:06:00:61:ab
fwe0: Ethernet address: 02:11:06:00:61:ab
fwe0: if_start running deferred for Giant
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
atapci0: <VIA 8237 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 15.0 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
uhci0: <VIA 83C572 USB controller> port 0xe400-0xe41f irq 21 at device 16.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <VIA 83C572 USB controller> on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <VIA 83C572 USB controller> port 0xe000-0xe01f irq 21 at device 16.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <VIA 83C572 USB controller> on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <VIA 83C572 USB controller> port 0xdc00-0xdc1f irq 21 at device 16.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <VIA 83C572 USB controller> on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3: <VIA 83C572 USB controller> port 0xd800-0xd81f irq 21 at device 16.3 on pci0
uhci3: [GIANT-LOCKED]
usb3: <VIA 83C572 USB controller> on uhci3
usb3: USB revision 1.0
uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
ehci0: <VIA VT6202 USB 2.0 controller> mem 0xfebfe400-0xfebfe4ff irq 21 at device 16.4 on pci0
ehci0: [GIANT-LOCKED]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4: <VIA VT6202 USB 2.0 controller> on ehci0
usb4: USB revision 2.0
uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub4: 8 ports with 8 removable, self powered
isab0: <PCI-ISA bridge> at device 17.0 on pci0
isa0: <ISA bus> on isab0
pcm0: <VIA VT8237> port 0xd400-0xd4ff irq 22 at device 17.5 on pci0
pcm0: <Avance Logic ALC655 AC97 Codec>
pcm0: <VIA DXS Enabled: DXS 4 / SGD 1 / REC 1>
vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xd000-0xd0ff mem 0xfebfe000-0xfebfe0ff irq 23 at device 18.0 on pci0
miibus0: <MII bus> on vr0
rlphy0: <RTL8201L 10/100 media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vr0: Ethernet address: 00:13:d3:cb:03:4e
acpi_button0: <Sleep Button> on acpi0
acpi_button1: <Power Button> on acpi0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FAST]
ppc0: <Standard parallel printer port> port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: <Parallel port bus> on ppc0
ppbus0: IEEE1284 device found /NIBBLE/PS2/ECP
Probing for PnP devices on ppbus0:
ppbus0: <Brother HL-2070N series> PRINTER PJL,PCL,PCLXL
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xc0000-0xcf7ff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
ugen0: vendor 0x046d Camera, rev 1.10/1.00, addr 2
uhub5: Mitsumi Electric Hub in Apple Extended USB Keyboard, class 9/0, rev 1.10/4.10, addr 2
uhub5: 3 ports with 2 removable, bus powered
ums0: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM), rev 1.10/3.00, addr 3, iclass 3/1
ums0: 5 buttons and Z dir.
ukbd0: Mitsumi Electric Apple Extended USB Keyboard, rev 1.10/4.10, addr 4, iclass 3/1
kbd2 at ukbd0
uhid0: Mitsumi Electric Apple Extended USB Keyboard, rev 1.10/4.10, addr 4, iclass 3/1
Timecounter "TSC" frequency 1657717775 Hz quality 800
Timecounters tick every 1.000 msec
acd0: DVDR <HL-DT-ST DVDRAM GSA-4120B/A101> at ata0-master UDMA33
acd1: DVDROM <Pioneer DVD-ROM ATAPIModel DVD-105S 0122/E1.22> at ata1-master UDMA33
Waiting 5 seconds for SCSI devices to settle
da0 at ahc0 bus 0 target 0 lun 0
da0: <QUANTUM ATLAS10K2-TY367L DA40> Fixed Direct Access SCSI-3 device
da0: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled
da0: 34732MB (71132960 512 byte sectors: 255H 63S/T 4427C)
da1 at ahc0 bus 0 target 1 lun 0
da1: <QUANTUM ATLAS10K2-TY367L DA40> Fixed Direct Access SCSI-3 device
da1: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled
da1: 34732MB (71132960 512 byte sectors: 255H 63S/T 4427C)
cd1 at ata1 bus 0 target 0 lun 0
cd1: <PIONEER DVD-ROM DVD-105 1.22> Removable CD-ROM SCSI-0 device
cd1: 33.000MB/s transfers
cd1: cd present [1397184 x 2048 byte records]
cd0 at ata0 bus 0 target 0 lun 0
cd0: <HL-DT-ST DVDRAM GSA-4120B A101> Removable CD-ROM SCSI-0 device
cd0: 33.000MB/s transfers
cd0: cd present [1882672 x 2048 byte records]
Trying to mount root from ufs:/dev/da0s1a
Warning: pid 6299 used static ldt allocation.
See the i386_set_ldt man page for more info

Ich tippe auch mal stark auf den Via, da ich vorher ein ULI hatte. Bei diesem hat aber die Grafikkarte den IRQ vom Adaptec geklaut (ist halt kleptohardware).

mfg

tobias
 
Tobias,

Danke fuer den Hinweis! Ich habe es an meinen Testrechner ausprobiert (MSI-Board mit Intel i810, Celeron 500) - nachdem ich etwas im BIOS rumgefummelt habe (USB-Keyboard auf Enabled gestellt) geht es dort. Schlussfolgerung: Der VIA-Chipsatz auf meinem Asus-Board ist schuld :huth: Ueber kurz oder lang wird also ein neues Board bei mir Einzug halten :ugly: Bis dahin muss der "PS/2-Workaround" herhalten :zitter:

Danke nochmals fuer deinen Hinweis. :)

Gruss,
Philipp
 
Zurück
Oben