tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Compiling Linux under emulated environment



Well… for its intended purpose, I would be using the USB serial port (which hasn't worked, yet, either), to have the laptop detached from the dock, and lighter.  A dmesg from the machine, docked, with a standard boot show a parallel port, I believe "lpt2?", and there is a line of isa0 but with no mention of ports at all.  I show the dmesg out, below.  Before I dumped a dmesg from a boot into my normal OS setup (from a drive on the dock), I ran the commands: 

ttys.sh ttys_before.txt; #after which I plugged in the usb to serial cable
ttys.sh ttys_U.txt; dmesg | tail -3 >> ttys_U.txt #after which I docked the laptop
ttys.sh ttys_U_D.txt; dmesg | tail -4 >> ttys_U_D.txt

and I show a reduced dump of the output files, below (there are large sections where a type of /dev/file shows no output from stty at all, so I'll summarized them, and after I plug in the serial cable and dock, I'll just show diff files output, which is really just the tacked on dmesg files, since nothing changes)

So that's what I've been doing to try to find out what is supposed to be working, so far, since, at first, it wouldn't work, then worked fine under Debian, I thought it would be a process of finding which file represented the dock's port, which seems to be wrong, from what you've told me, and the dock port doesn't seem to be on there at all.  I had been hoping it was one of the configured ttys from the stty dumps, and the "constty" is something that wasn't on until my recent upgrade to 6.1.5, so I had hoped it might have something to do with things.  Anyway, thanks for your help, again.

Dustin Kick
KC9MEL

<file:ttys.sh>
OUT=$1
for A in /dev/*ty*
do
echo '***************' >> $OUT
echo $A >> $OUT
echo '***************' >> $OUT
stty -a -f $A >> $OUT
echo '***************' >> $OUT
echo '===============' >> $OUT
done
</file:ttys.sh>

<file:ttys_before.txt>
***************
/dev/constty
***************
speed 9600 baud; 25 rows; 80 columns;
lflags: icanon isig iexten echo echoe echok echoke -echonl echoctl
	-echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
	-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
	brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
/dev/ctyHS0.00 through /dev/ctyHS0.10, /dev/cty[UY][01],/dev/dty00 through /dev/dty03,/dev/dtyCY000 through /dev/dtyCY031,/dev/dtyCZ0000 through /dev/dtyCZ0063,/dev/dtyHS0.00 through /dev/dtyHS0.10,/dev/dtyU0,/dev/dtyU1,/dev/dtyY0,/dev/dtyY1

***************
/dev/ptyp0
***************
speed 9600 baud; 0 rows; 0 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
	-echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
	-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
	brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl oxtabs onocr onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
***************
/dev/ptyp1
***************
speed 9600 baud; 0 rows; 0 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
	-echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
	-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
	brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl oxtabs onocr onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
***************
/dev/tty
***************
speed 9600 baud; 25 rows; 80 columns;
lflags: icanon isig iexten echo echoe echok echoke -echonl echoctl
	-echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
	-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
	brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
/dev/tty00 through /dev/tty03,/dev/ttyCY000 through /dev/ttyCY031,/dev/ttyCZ0000 through /dev/ttyCZ0063, no output
***************
/dev/ttyE0
***************
speed 9600 baud; 25 rows; 80 columns;
lflags: icanon isig iexten echo echoe echok echoke -echonl echoctl
	-echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
	-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
	brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
***************
/dev/ttyE1
***************
speed 9600 baud; 50 rows; 80 columns;
lflags: -icanon -isig -iexten -echo -echoe -echok -echoke -echonl
	-echoctl -echoprt -altwerase -noflsh -tostop -flusho -pendin
	-nokerninfo -extproc
iflags: -istrip -icrnl -inlcr -igncr -ixon -ixoff -ixany -imaxbel -ignbrk
	-brkint -inpck -ignpar -parmrk
oflags: -opost onlcr -ocrnl -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
***************
/dev/ttyE2
***************
speed 9600 baud; 50 rows; 80 columns;
lflags: -icanon -isig -iexten -echo -echoe -echok -echoke -echonl
	-echoctl -echoprt -altwerase -noflsh -tostop -flusho -pendin
	-nokerninfo -extproc
iflags: -istrip -icrnl -inlcr -igncr -ixon -ixoff -ixany -imaxbel -ignbrk
	-brkint -inpck -ignpar -parmrk
oflags: -opost onlcr -ocrnl -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
***************
/dev/ttyE3
***************
speed 9600 baud; 50 rows; 80 columns;
lflags: -icanon -isig -iexten -echo -echoe -echok -echoke -echonl
	-echoctl -echoprt -altwerase -noflsh -tostop -flusho -pendin
	-nokerninfo -extproc
iflags: -istrip -icrnl -inlcr -igncr -ixon -ixoff -ixany -imaxbel -ignbrk
	-brkint -inpck -ignpar -parmrk
oflags: -opost onlcr -ocrnl -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
***************
/dev/ttyE4
***************
speed 9600 baud; 25 rows; 80 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
	-echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
	-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
	brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl oxtabs onocr onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
/dev/ttyE5 through /dev/ttyE7, /dev/ttyEcfg, /dev/ttyEstat, /dev/ttyHS0.00 through /dev/ttyHS0.10 no output 
***************
/dev/ttyp0
***************
speed 9600 baud; 0 rows; 0 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
	-echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
	-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
	brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl oxtabs onocr onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
***************
/dev/ttyp1
***************
speed 9600 baud; 0 rows; 0 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
	-echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
	-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
	brkint -inpck -ignpar -parmrk
oflags: opost onlcr -ocrnl oxtabs onocr onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
	-cdtrcts
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
	min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
	stop = ^S; susp = ^Z; time = 0; werase = ^W;
***************
===============
</file:ttys_before.txt>

<diff ttys_before.txt ttys_U.txt>
1448a1449,1451
> uftdi0 at uhub1 port 1
> uftdi0: FTDI FT232R USB UART, rev 2.00/6.00, addr 2
> ucom0 at uftdi0 portno 1
</diff ttys_before.txt ttys_U.txt>

<diff ttys_U.txt ttys_U_D.txt>
1449,1451c1449,1452
< uftdi0 at uhub1 port 1
< uftdi0: FTDI FT232R USB UART, rev 2.00/6.00, addr 2
< ucom0 at uftdi0 portno 1
---
> NMI ... going to debugger
> uhub4 at uhub3 port 1: IBM product 0x4484, class 9/0, rev 2.00/0.01, addr 3
> uhub4: multiple transaction translators
> uhub4: 3 ports with 3 removable, self powered
</diff ttys_U.txt ttys_U_D.txt>



<file:dmesg.txt>
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
   2006, 2007, 2008, 2009, 2010, 2011, 2012
   The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
   The Regents of the University of California.  All rights reserved.

NetBSD 6.1_STABLE (GENERIC) #1: Thu Nov 20 09:52:31 UTC 2014
	root%netnez.eau.wi.charter.com@localhost:/usr/src/build/obj/usr/src/sys/arch/i386/compile/GENERIC
total memory = 502 MB
avail memory = 481 MB
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
IBM 23718EU (ThinkPad X40)
mainbus0 (root)
ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20110623/tbfadt-556)
ACPI Warning: Optional field Gpe1Block has zero address or length: 0x000000000000102C/0x0 (20110623/tbfadt-586)
cpu0 at mainbus0 apid 0: Intel(R) Pentium(R) M processor 1200MHz, id 0x695
ioapic0 at mainbus0 apid 1: pa 0xfec00000, version 20, 24 pins
acpi0 at mainbus0: Intel ACPICA 20110623
acpi0: X/RSDT: OemId <IBM   ,TP-1U   ,00002080>, AslId < LTP,00000000>
acpiecdt0 at acpi0: ACPI Embedded Controller via ECDT
acpi0: SCI interrupting at int 9
timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
acpiec0 at acpi0 (EC, PNP0C09-0): using acpiecdt0
MEM (PNP0C01) at acpi0 not configured
acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
acpibut0 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
SIO (PNP0C02) at acpi0 not configured
attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43 irq 0
pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
midi0 at pcppi1: PC speaker
sysbeep0 at pcppi1
npx1 at acpi0 (FPU, PNP0C04): io 0xf0 irq 13
npx1: reported by CPUID; using exception 16
pckbc1 at acpi0 (KBD, PNP0303) (kbd port): io 0x60,0x64 irq 1
pckbc2 at acpi0 (MOU, IBM3780) (aux port): irq 12
LPT (PNP0400) at acpi0 not configured
acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery
acpibat0: SANYO LION rechargeable battery
acpibat0: granularity: low->warn 0.001 Wh, warn->full 0.001 Wh
acpiacad0 at acpi0 (AC, ACPI0003-0): ACPI AC Adapter
thinkpad0 at acpi0 (HKEY, IBM0068)
acpivga0 at acpi0 (VID): ACPI Display Adapter
acpiout0 at acpivga0 (LCD0, 0x0400): ACPI Display Output Device
acpiout1 at acpivga0 (CRT0, 0x0100): ACPI Display Output Device
acpivga0: connected output devices:
acpivga0:   0x0400 (acpiout0): Unknown Output Device, head 0
acpivga0:   0x0100 (acpiout1): Ext. Monitor, head 0
GDCK (IBM007A) at acpi0 not configured
acpitz0 at acpi0 (THM0): cpu0
acpitz0: levels: critical 95.0 C, passive 90.5 C, passive cooling
apm0 at acpi0: Power Management spec V1.2
attimer1: attached to pcppi1
pckbd0 at pckbc1 (kbd slot)
pckbc1: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard
pms0 at pckbc1 (aux slot)
pckbc1: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0: vendor 0x8086 product 0x3580 (rev. 0x02)
agp0 at pchb0: detected 8060k stolen memory
agp0: aperture at 0xe0000000, size 0x8000000
vendor 0x8086 product 0x3584 (miscellaneous system, revision 0x02) at pci0 dev 0 function 1 not configured
vendor 0x8086 product 0x3585 (miscellaneous system, revision 0x02) at pci0 dev 0 function 3 not configured
vga1 at pci0 dev 2 function 0: vendor 0x8086 product 0x3582 (rev. 0x02)
wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation), using wskbd0
wsmux1: connecting to wsdisplay0
i915drm0 at vga1: Intel i852GM/i855GM GMCH
i915drm0: AGP at 0xe0000000 128MB
i915drm0: Initialized i915 1.6.0 20080730
vendor 0x8086 product 0x3582 (miscellaneous display, revision 0x02) at pci0 dev 2 function 1 not configured
uhci0 at pci0 dev 29 function 0: vendor 0x8086 product 0x24c2 (rev. 0x01)
uhci0: interrupting at ioapic0 pin 16
usb0 at uhci0: USB revision 1.0
uhci1 at pci0 dev 29 function 1: vendor 0x8086 product 0x24c4 (rev. 0x01)
uhci1: interrupting at ioapic0 pin 19
usb1 at uhci1: USB revision 1.0
uhci2 at pci0 dev 29 function 2: vendor 0x8086 product 0x24c7 (rev. 0x01)
uhci2: interrupting at ioapic0 pin 18
usb2 at uhci2: USB revision 1.0
ehci0 at pci0 dev 29 function 7: vendor 0x8086 product 0x24cd (rev. 0x01)
ehci0: interrupting at ioapic0 pin 23
ehci0: EHCI version 1.0
ehci0: companion controllers, 2 ports each: uhci0 uhci1 uhci2
usb3 at ehci0: USB revision 2.0
ppb0 at pci0 dev 30 function 0: vendor 0x8086 product 0x2448 (rev. 0x81)
pci1 at ppb0 bus 2
pci1: i/o space, memory space enabled
cbb0 at pci1 dev 0 function 0: vendor 0x1180 product 0x0476 (rev. 0x8d)
sdhc0 at pci1 dev 0 function 1: vendor 0x1180 product 0x0822 (rev. 0x13)
sdhc0: interrupting at ioapic0 pin 17
sdhc0: SD Host Specification 1.0, rev.2
sdmmc0 at sdhc0
wm0 at pci1 dev 1 function 0: Intel i82541GI Mobile 1000BASE-T Ethernet (rev. 0x00)
wm0: interrupting at ioapic0 pin 20
wm0: 32-bit 33MHz PCI bus
wm0: 64 word (6 address bits) MicroWire EEPROM
wm0: Ethernet address 00:0a:e4:2a:f7:3f
igphy0 at wm0 phy 1: Intel IGP01E1000 Gigabit PHY, rev. 0
igphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
ath0 at pci1 dev 2 function 0: Atheros 5212
ath0: interrupting at ioapic0 pin 21
ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ath0: mac 5.9 phy 4.3 radio 4.6
cbb0: cacheline 0x0 lattimer 0x40
cbb0: bhlc 0x824000
cbb0: interrupting at ioapic0 pin 16
cardslot0 at cbb0
cardbus0 at cardslot0: bus 3
pcmcia0 at cardslot0
ichlpcib0 at pci0 dev 31 function 0: vendor 0x8086 product 0x24cc (rev. 0x01)
timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
ichlpcib0: 24-bit timer
ichlpcib0: TCO (watchdog) timer configured.
ichlpcib0: SpeedStep enabled
gpio0 at ichlpcib0: 64 pins
piixide0 at pci0 dev 31 function 1: Intel 82801DBM IDE Controller (ICH4-M) (rev. 0x01)
piixide0: bus-master DMA support present
piixide0: primary channel configured to compatibility mode
piixide0: primary channel interrupting at ioapic0 pin 14
atabus0 at piixide0 channel 0
piixide0: secondary channel configured to compatibility mode
piixide0: secondary channel interrupting at ioapic0 pin 15
atabus1 at piixide0 channel 1
ichsmb0 at pci0 dev 31 function 3: vendor 0x8086 product 0x24c3 (rev. 0x01)
ichsmb0: interrupting at ioapic0 pin 17
iic0 at ichsmb0: I2C bus
auich0 at pci0 dev 31 function 5: i82801DB/DBM (ICH4/ICH4M) AC-97 Audio
auich0: interrupting at ioapic0 pin 17
auich0: ac97: Analog Devices AD1981B codec; headphone, 20 bit DAC, no 3D stereo
auich0: ac97: ext id 0x601<AC97_22,AMAP,VRA>
vendor 0x8086 product 0x24c6 (modem communications, revision 0x01) at pci0 dev 31 function 6 not configured
isa0 at ichlpcib0
lpt2 at isa0 port 0x3bc-0x3bf irq : polled
acpicpu0 at cpu0: ACPI CPU
acpicpu0: C1: HLT, lat   1 us, pow  1000 mW
acpicpu0: C2: I/O, lat   1 us, pow   500 mW
acpicpu0: C3: I/O, lat  85 us, pow   250 mW
acpicpu0: P0: FFH, lat 500 us, pow 12000 mW, 1200 MHz
acpicpu0: P1: FFH, lat 500 us, pow 11000 mW, 1100 MHz
acpicpu0: P2: FFH, lat 500 us, pow 10000 mW, 1000 MHz
acpicpu0: P3: FFH, lat 500 us, pow  9000 mW,  900 MHz
acpicpu0: P4: FFH, lat 500 us, pow  8000 mW,  800 MHz
acpicpu0: P5: FFH, lat 500 us, pow  6000 mW,  600 MHz
acpicpu0: T0: I/O, lat   1 us, pow     0 mW, 100 %
acpicpu0: T1: I/O, lat   1 us, pow     0 mW,  88 %
acpicpu0: T2: I/O, lat   1 us, pow     0 mW,  76 %
acpicpu0: T3: I/O, lat   1 us, pow     0 mW,  64 %
acpicpu0: T4: I/O, lat   1 us, pow     0 mW,  52 %
acpicpu0: T5: I/O, lat   1 us, pow     0 mW,  40 %
acpicpu0: T6: I/O, lat   1 us, pow     0 mW,  28 %
acpicpu0: T7: I/O, lat   1 us, pow     0 mW,  16 %
timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
auich0: measured ac97 link rate at 48001 Hz, will use 48000 Hz
audio0 at auich0: full duplex, playback, capture, mmap, independent
acpiacad0: AC adapter online.
uhub0 at usb0: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhub1 at usb1: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhub2 at usb2: vendor 0x8086 UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhub3 at usb3: vendor 0x8086 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered
ld0 at sdmmc0: <SD32G>
ld0: 30436 MB, 7729 cyl, 128 head, 63 sec, 512 bytes/sect x 62333952 sectors
ld0: mbr partition exceeds disk size
ld0: 4-bit width, bus clock 25.000 MHz
ath1 at cardbus0 function 0
ath1: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
ath1: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ath1: mac 5.9 phy 4.3 radio 3.6
uhub4 at uhub3 port 1: vendor 0x04b3 product 0x4484, class 9/0, rev 2.00/0.01, addr 2
uhub4: multiple transaction translators
uhub4: 3 ports with 3 removable, self powered
wd0 at atabus0 drive 0
wd0: <KingSpec KSD-PA18.6-032MS>
wd0: drive supports 1-sector PIO transfers, LBA48 addressing
wd0: 30192 MB, 65431 cyl, 15 head, 63 sec, 512 bytes/sect x 61833216 sectors
wd0: 32-bit data port
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA)
wd1 at atabus1 drive 0
wd1: <WDC WD7500BPKT-22PK4T0>
wd1: drive supports 16-sector PIO transfers, LBA48 addressing
wd1: 698 GB, 1453521 cyl, 16 head, 63 sec, 512 bytes/sect x 1465149168 sectors
wd1: 32-bit data port
wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133)
wd1(piixide0:1:0): using PIO mode 4, Ultra-DMA mode 5 (Ultra/100) (using DMA)
umass0 at uhub3 port 4 configuration 1 interface 0
umass0: SanDisk Cruzer Fit, rev 2.00/1.27, addr 3
umass0: using SCSI over Bulk-Only
scsibus0 at umass0: 2 targets, 1 lun per target
sd0 at scsibus0 target 0 lun 0: <SanDisk, Cruzer Fit, 1.27> disk removable
sd0: 61050 MB, 65535 cyl, 16 head, 63 sec, 512 bytes/sect x 125031680 sectors
Kernelized RAIDframe activated
ld0: mbr partition exceeds disk size
ld0: mbr partition exceeds disk size
ld0: mbr partition exceeds disk size
ld0: mbr partition exceeds disk size
boot device: wd1
root on wd1a dumps on wd1b
root file system type: ffs
wsdisplay0: screen 1 added (80x50, vt100 emulation)
wsdisplay0: screen 2 added (80x50, vt100 emulation)
wsdisplay0: screen 3 added (80x50, vt100 emulation)
wsdisplay0: screen 4 added (80x25, vt100 emulation)
wd1a: error reading fsbn 30160256 of 30160256-30160287 (wd1 bn 30160319; cn 29920 tn 15 sn 14), retrying
wd1: (obsolete (address mark not found), aborted command)
wd1: soft error (corrected)
ath0: device timeout (txq 1, txintrperiod 5)
ath0: device timeout (txq 1, txintrperiod 4)
ath1: device timeout (txq 1, txintrperiod 5)
ath1: device timeout (txq 1, txintrperiod 4)
ath1: device timeout (txq 1, txintrperiod 3)
ath1: device timeout (txq 1, txintrperiod 2)
i915drm0: interrupting at ioapic0 pin 16
ld0: mbr partition exceeds disk size
wd1a: error reading fsbn 6486016 of 6486016-6486047 (wd1 bn 6486079; cn 6434 tn 9 sn 40), retrying
wd1: (obsolete (address mark not found), aborted command)
wd1: soft error (corrected)
ath0: device timeout (txq 1, txintrperiod 3)
wd1a: error reading fsbn 6673792 of 6673792-6673823 (wd1 bn 6673855; cn 6620 tn 14 sn 13), retrying
wd1: (obsolete (address mark not found), aborted command)
wd1: soft error (corrected)
wd1a: error reading fsbn 6673952 of 6673952-6673983 (wd1 bn 6674015; cn 6621 tn 0 sn 47), retrying
wd1: (obsolete (address mark not found), aborted command)
wd1a: error reading fsbn 6673952 of 6673952-6673983 (wd1 bn 6674015; cn 6621 tn 0 sn 47), retrying
wd1: (obsolete (address mark not found), aborted command)
wd1: soft error (corrected)
wd1a: error reading fsbn 6674176 of 6674176-6674207 (wd1 bn 6674239; cn 6621 tn 4 sn 19), retrying
wd1: (obsolete (address mark not found), aborted command)
wd1: soft error (corrected)
duplicate IP address 192.168.1.14 sent from link address 00:0e:9b:52:bb:32
ath0: device timeout (txq 1, txintrperiod 2)
</file:dmesg.txt>



On Dec 3, 2014, at 2:56 PM, Greg Troxel <gdt%ir.bbn.com@localhost> wrote:

> 
> So the real question is if you have real serial ports (with a 16550
> UART) or you have USB serial ports.
> 
> A real serial port (on a 2006ish motherboard) looks like:
> 
> com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
> 
> A USB serial port will be something that attaches to the hardware, and a
> ucom(4) device attached to that.  man 4 ucom.
> 
> If the serial port really is a usb-serial convertor, look for /dev/dtyU0
> (or /dev/ttyU0).
> 
> Also look at the dmesg from linux and see what it finds.
> 
> 



Home | Main Index | Thread Index | Old Index