Date: Mon, 24 May 1999 22:33:56 -0700 From: "William Woods" <wwoods@cybcon.com> To: "Kazutaka YOKOTA" <yokota@zodiac.mech.utsunomiya-u.ac.jp> Cc: "FreeBSD Stable" <freebsd-stable@freebsd.org> Subject: RE: PSM0 not DECTED...PLEASE HELP...... Message-ID: <000201bea670$2ef308e0$2e4b93cd@william> In-Reply-To: <199905250158.KAA00638@zodiac.mech.utsunomiya-u.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Here is a copy of dmesg with those new commands in the kernel: --------------------------------------- Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-STABLE #0: Mon May 24 22:16:34 PDT 1999 root@mobile.cybcon.com:/usr/src/sys/compile/mobile Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P54C (99.95-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8> real memory = 42139648 (41152K bytes) avail memory = 37380096 (36504K bytes) Preloaded elf kernel "kernel" at 0xc0371000. Preloaded elf module "splash_bmp.ko" at 0xc037109c. Preloaded splash_image_data "/boot/splash.bmp" at 0xc0371140. Probing for PnP devices: Probing for devices on the ISA bus: kbdc: new command byte:0046 (set_controller...) kbdc: 1:0 char read (empty_both_buffers) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbdc: new command byte:0047 (set_controller...) sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> ed0 not found at 0x280 fe0 not found at 0x300 atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0: current command byte:0047 kbdc: new command byte:0054 (set_controller...) kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 kbdc: new command byte:0047 (set_controller...) psm0: failed to reset the aux device. psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): <TOSHIBA MK1403MAV> wd0: 1295MB (2654064 sectors), 2633 cyls, 16 heads, 63 S/T, 512 B/S wdc1 not found at 0x170 wt0 not found at 0x300 mcd0 not found at 0x300 matcdc0 not found at 0x230 scd0 not found at 0x230 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold lpt0: <generic printer> on ppbus 0 lpt0: Interrupt-driven port ppi0: <generic parallel i/o> on ppbus 0 plip0: <PLIP network interface> on ppbus 0 ie0: unknown board_id: f000 ie0 not found at 0x300 ep0 not found at 0x300 ex0 not found le0 not found at 0x300 lnc0 not found at 0x280 cs0 not found at 0x300 adv0 not found at 0x330 bt_isa_probe: Probe failed for card at 0x330 bt_isa_probe: Probe failed for card at 0x334 bt_isa_probe: Probe failed for card at 0x230 bt_isa_probe: Probe failed for card at 0x234 bt_isa_probe: Probe failed for card at 0x130 bt_isa_probe: Probe failed for card at 0x134 bt0 not found at 0x134 aha0 not found at 0x134 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface apm0 on isa apm: found APM BIOS version 1.1 PC-Card Intel 82365 (5 mem & 2 I/O windows) pcic: controller irq 3 Initializing PC-card drivers: sio fe ep ed Intel Pentium detected, installing workaround for F00F bug IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to accept, logging limited to 100 packets/entry changing root device to wd0s1a ------------------------------------------------- Is this any help? William > -----Original Message----- > From: Kazutaka YOKOTA [mailto:yokota@zodiac.mech.utsunomiya-u.ac.jp] > Sent: Monday, May 24, 1999 6:58 PM > To: William Woods > Cc: FreeBSD Stable; yokota@zodiac.mech.utsunomiya-u.ac.jp > Subject: Re: PSM0 not DECTED...PLEASE HELP...... > > > > >FreeBSD mobile.cybcon.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Mon May 24 > >15:13:14 PDT 1999 root@mobile.cybcon.com:/usr/src/sys/compile/mobile > >i386 > > > >It is a toshiba Satelite, I have the ps/2 mouse enabled in the > bios, I have > >the psm0 device in the kernel config, here is the realivant > section of the > >kernel config: > > > ># atkbdc0 controlls both the keyboard and the PS/2 mouse > >controller atkbdc0 at isa? port IO_KBD tty > >device atkbd0 at isa? tty irq 1 > >device psm0 at isa? tty irq 12 > >options PSM_HOOKAPM > >options PSM_RESETAFTERSUSPEND > > Add > options PSM_DEBUG=2 > options KBDIO_DEBUG=2 > > These options will generate much more diagnostic messages when > probing the PS/2 mouse. Send me the output from `dmesg' after > booting the kernel with the above options. > > >here is the dmesg on that same kerenel regarding psm0: > > > >psm0 not found > > > >And also, in /dev/ there is no psm0 either....... > > Become root. Go to /dev, and type > > ./MAKEDEV psm0 > > Kazu > yokota@FreeBSD.ORG > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000201bea670$2ef308e0$2e4b93cd>