Date: Tue, 27 Jul 1999 23:41:09 +0000 (GMT) From: Ryan Thompson <freebsd@sasknow.com> To: freebsd-questions@freebsd.org Subject: Dead serial mouse on /dev/cuaa0 Message-ID: <Pine.BSF.4.10.9907272322480.2083-100000@sasknow.com>
next in thread | raw e-mail | index | archive | help
Hi everybody! I seem to have killed my mouse... I've certainly fixed more difficult problems than this... But, at the moment, this has got me buffaloed. I've ruled out any sort of hardware problem... As the mouse works fine on the same COM port in different OSes. I'm running a custom kernel, with my serial port probed on sio0 (correctly, I might add... same port/irq as it has always been) The mouse worked fine in FreeBSD up until I changed some hardware around. Namely, I removed a CD-ROM, some expansion cards (none of which happened to be an IO controller :-) and added another network card. I did rebuild my kernel when I removed support for the hardware I removed and added support for the new network card. Other than that, I'm using the same mouse, on the same serial port. Again.... The mouse worked perfectly before, and STILL works in other operating systems that are using all the system hardware on (to the best of my memory) the same hardware settings. Unless I missed it, there shouldn't be any hardware conflicts (the only new hardware, my NIC, is on IRQ 12. sio0 is on IRQ 4). I'll attach my dmesg output for your perusal. moused -d /dev/cuaa0 reports that it cannot determine the mouse type. It's always been set to auto and worked without a hitch. I went through the various mouse types in sysinstall with no luck. Hmm.... Just looking at my dmesg output now.. I see "stray irq 7" messages reported by the kernel. Funny... Never saw those before. See my other thread "Stray IRQ 7 error". These errors, and "acd0:" errors occur when running sysinstall. Here's dmesg:------------------------------------------------------ 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-RELEASE #3: Tue Jul 27 15:43:52 GMT 1999 root@sasknow.com:/usr/src/sys/compile/CUSTOM Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P55C (199.90-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX> real memory = 134217728 (131072K bytes) avail memory = 127725568 (124732K bytes) Preloaded elf kernel "kernel" at 0xc02b5000. Preloaded elf module "splash_bmp.ko" at 0xc02b509c. Preloaded splash_image_data "/boot/splash.bmp" at 0xc02b5140. Probing for devices on PCI bus 0: chip0: <Intel 82439HX PCI cache memory controller> rev 0x03 on pci0.0.0 chip1: <Intel 82371SB PCI to ISA bridge> rev 0x01 on pci0.7.0 ide_pci0: <Intel PIIX3 Bus-master IDE controller> rev 0x00 on pci0.7.1 pn0: <82c169 PNIC 10/100BaseTX> rev 0x20 int a irq 12 on pci0.9.0 pn0: Ethernet address: 00:a0:cc:50:75:b2 pn0: autoneg complete, link status good (full-duplex, 100Mbps) vga0: <Matrox MGA 2064W graphics accelerator> rev 0x01 int a irq 10 on pci0.10.0 Probing for PnP devices: CSN 1 Vendor ID: TCM5095 [0x95506d50] Serial 0x5aa3668c Comp ID: @@@0000 [0x00000000] Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): <WDC AC21200H> wd0: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): <QUANTUM FIREBALL SE8.4A> wd1: 8063MB (16514064 sectors), 16383 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 1 (atapi): <CREATIVEDVD-ROM DVD2240E 12/24/97/1.7A>, removable, accel, dma, iordis acd0: drive speed 4125KB/sec, 256KB cache acd0: supported read types: CD-R, CD-RW, CD-DA, packet track acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked 1 3C5x9 board(s) on ISA found at 0x210 ep0 at 0x210-0x21f irq 11 on isa ep0: utp[*UTP*] address 00:10:5a:a3:66:8c vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Intel Pentium detected, installing workaround for F00F bug IP packet filtering initialized, divert enabled, rule-based forwarding disabled, logging disabled changing root device to wd0s1a acd0: read_toc failed stray irq 7 stray irq 7 acd0: read_toc failed stray irq 7 acd0: read_toc failed stray irq 7 acd0: read_toc failed stray irq 7 too many stray irq 7's; not logging any more acd0: read_toc failed ---------------------------------------------------- Any help would be, of course, very much appreciated. It is always beneficial to remain in control of one's pointer. Virtually yours, Ryan Thompson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9907272322480.2083-100000>