Re: boot hang: ata1: resetting devices .. done (5.1-CURRENT, IBMT30)

2003-10-14 Thread Lee Damon
Anyone tried going forward to 1.8? I just tried 1.8, it did not fix the problem. Symtoms are still the same, I noticed that ata-queue.c had a .rej so in a fit of lets make sure everything is validness I deleted my /usr/src tree and re-sup'd the entire thing, then built. Between that and

Re: boot hang: ata1: resetting devices .. done (5.1-CURRENT, IBMT30)

2003-10-13 Thread Lee Damon
Backing out the most recent checkin to sys/dev/ata/ata-queue.c (i.e. reverting to version 1.6) makes the problem go away. I upgraded from an Oct 1 - Oct 12 kernel and saw the same hang. Backing out r1.6 fixed it for me too. Anyone tried going forward to 1.8? I just tried 1.8, it

Re: Locks up with CURRENT

2003-10-11 Thread Lee Damon
I'm having exactly the same hang on my IBM T30. I just tried sos' patch to ata-lowlevel.c but the result was no change - it still hangs after the ata1: resetting devices.. done message. In the recent past I was able to boot if atapicam was not configured in the kernel, but now I can't boot

boot hang: ata1: resetting devices .. done (5.1-CURRENT, IBM T30)

2003-10-07 Thread Lee Damon
Recently I posted about boot hangs if I have atapicam defined in the kernel and a DVD/CD-RW drive in the ultrabay on my T30. As of today's CVSup, I get a hang on boot if the drive is in there regardless of atapicam being defined or not. ad0: 38154MB TOSHIBA MK4019GAX [77520/16/63] at

Re: system hang on boot w/ atapicam0: timeout waiting for ATAPI ready (5.1-CURRENT, IBM T30)

2003-09-16 Thread Lee Damon
Yesterday's cvsup'd and compiled kernel hung at acd0: CDRW UJDA720 DVD/CDRW at ata1-master UDMA33 atapicam0: timeout waiting for ATAPI ready This is from the low-level ATA layer. Do you see the same message if you disable ATAPICAM? If I remove ATAPICAM from the kernel the system boots

system hang on boot w/ atapicam0: timeout waiting for ATAPI ready (5.1-CURRENT, IBM T30)

2003-09-15 Thread Lee Damon
As reported on Fri, 05 Sep 2003, I am seeing a hang on boot when I have the CD-RW/DVD installed in my T30's ultrabay. When I remove the drive the system boots fine. Having a CD in the drive does not help. The system hangs hard enough that I have to hit the power button to get it's attention.

atapicam0: timeout waiting for ATAPI ready (5.1-CURRENT, IBM T30)

2003-09-05 Thread Lee Damon
Yesterday's cvsup'd and compiled kernel hung at acd0: CDRW UJDA720 DVD/CDRW at ata1-master UDMA33 atapicam0: timeout waiting for ATAPI ready (5.1-current, IBM T30) I waited until today and did another cvsup, same problem. What I expect to see is: acd0: CDRW UJDA720

Re: recent 5.1-CURRENT kernel panics on acd0 probe/attach, IBM T30

2003-08-28 Thread Lee Damon
Removing atapicam from my kernel configuration fixed the problem for me as well. Please try the patch I posted on -current under HEADS UP! ATAng committed. I just finished a new CVSup and kernel/world compile, rebooted and everything is happy, including reading CDs and data DVDs. I haven't

recent 5.1-CURRENT kernel panics on acd0 probe/attach, IBM T30laptop

2003-08-27 Thread Lee Damon
: || tylendel.castle.org [10] ; uname -a FreeBSD tylendel.castle.org 5.1-CURRENT FreeBSD 5.1-CURRENT #38: Wed Aug 27 09:05:21 PDT 2003 [EMAIL PROTECTED]:/users/FreeBSD-5.0/obj/users/FreeBSD-5.0/src/sys/TYLENDEL i386 The kernel I compiled on 20 AUG recognizes acd0 and loggs the following:

Re: recent 5.1-CURRENT kernel panics on acd0 probe/attach, IBM T30

2003-08-27 Thread Lee Damon
to fix the problem. Ken -- Kenneth Merry [EMAIL PROTECTED] 3.31. recent 5.1-CURRENT kernel panics on acd0 probe/attach, IBM T30 Subject: recent 5.1-CURRENT kernel panics on acd0 probe/attach, IBM T30 laptop From: Lee Damon [EMAIL PROTECTED] Date: Wed, 27 Aug 2003 10:55:05 -0700 To: [EMAIL

Re: IBM T30 bluetooth - success (fwd)

2003-08-25 Thread Lee Damon
Does anyone have an estimate of when this patch will be checked in? Please? thanks, nomad --- Forwarded Messages Date: Mon, 16 Jun 2003 23:37:38 +0200 From: Tobias Roth [EMAIL PROTECTED] To: Lee Damon [EMAIL PROTECTED] Subject: Re: IBM T30 bluetooth - success Message-ID: [EMAIL PROTECTED

Re: IBM T30 bluetooth - success

2003-06-16 Thread Lee Damon
I can second that success. Any chance of getting this patch checked in? thanks, nomad Controller /dev/usb2: addr 1: full speed, self powered, config 1, UHCI root hub(0x), Intel(0x), rev 1.00 uhub2 port 1 addr 2: full speed, power 200 mA, config 1, IBM Integrated Bluetooth(0x0310),

Re: IBM T30 USB issue: kernel: uhub2: device problem, disabling port 1

2003-04-05 Thread Lee Damon
-0800, Lee Damon wrote: I've just sup'd a completely clean source tree and compiled a new kernel and world. My kernconf is the generic one with pcm and apm turned on. apci is turned off in the hints file (because it breaks the mouse). I have INVARIANTS, DDB, and WITNESS turned off right

Re: Bluetooth on IBM T30 (USB device problem)

2003-03-26 Thread Lee Damon
+ exit 1 nomad Lee Damon wrote: first pass at trying to follow Pav's directions. I get as far as trying to run rc.bluetooth and get the following in syslog: Mar 26 11:18:34 tylendel kernel: link_elf: symbol _mtx_assert undefined Mar 26 11:18:34 tylendel nomad[576]: Failed to load

Re: Bluetooth on IBM T30 (USB device problem)

2003-03-26 Thread Lee Damon
Max, (Copied to current as Max requests) ugen is loaded at boot by default. When I try to manually load it I get the (expected) response: Mar 26 16:46:47 tylendel kernel: module_register: module uhub/ugen already exists! Mar 26 16:46:47 tylendel kernel: Module uhub/ugen failed to register: 17

Re: Bluetooth on IBM T30 (USB device problem)

2003-03-26 Thread Lee Damon
I'm playing with Bluetooth on my T30 as well. I've activated legacy USB support in BIOS, but still get Mar 26 08:41:03 tylendel kernel: uhub2: device problem, disabling port 1 maybe 45-60 seconds after pressing the Bluetooth button. I'm running a kernel and world sup'd yesterday afternoon.

5.0 on IBM T30: X11 failure

2003-02-04 Thread Lee Damon
I have just scratch installed 5.0 from CD. (By scratch install I mean I told it to delete and recreate all partitions except /users, so none of my old OS configurations should have been preseved.) When I installed 5.0 X11 worked. After turning off ACPI the built-in trackpoint mouse started

Re: My wi(4) ate itself (or Fun with no memory).

2002-12-30 Thread Lee Damon
I have the same problems on an IBM T30 with integrated wi running 4.7-STABLE. In fact, I've had this problem since 4.5 (which is where I started on this system.) nomad On Mon, Dec 30, 2002 at 11:36:45AM -0800, Juli Mallett wrote: Hey, =20 I ran some stuff overnight which exhausted my