atom feed6 messages in org.freebsd.freebsd-current(Sort of) Solved Re: Current (DP1) on...
FromSent OnAttachments
Rob HughesJul 16, 2002 5:48 am 
Anthony JenkinsJul 16, 2002 1:04 pm 
Rob HughesJul 16, 2002 7:33 pm 
Rob HughesJul 19, 2002 5:33 am.out
Alexander KabaevJul 19, 2002 5:42 am 
Rob HughesJul 19, 2002 5:47 am 
Subject:(Sort of) Solved Re: Current (DP1) on Toshiba 5005
From:Rob Hughes (ro@robhughes.com)
Date:Jul 19, 2002 5:33:08 am
List:org.freebsd.freebsd-current
Attachments:
dmesg.out - 5k

On Tue, 2002-07-16 at 15:04, Anthony Jenkins wrote:

Rob Hughes wrote:

All,

I have a Toshiba 5005-S504 laptop (a wonderful legacy-free box that's I've cussed to no end) that I'm trying to get DP1 to boot on so I can cvsup and take a look (and hopefully contribute something). I was able to install, but after installation the system soft hangs after displaying a message about CPU power states (sorry, going off memory for now). I'm able to break to the debugger, so what information from dbg would be helpful at this point? Also, I'm pretty sure it's acpi that's causing the problem, so would someone point me to the syntax for disabling a module preload?

I was tracking down a similar hang and had to disable acpi (turns out I'm an idiot and the apparent hang at boot was because I forgot console was redirected to the serial port of the machine next to it), but I had to jump through hoops to do it it seems. I believe all you have to do is 'unset acpi_load' at the boot loader prompt. I had tried 'set acpi_load=NO', and finally 'unset module_path' to keep the kernel from finding /boot/kernel/acpi.ko.

After the last couple of days of cvsup's, the system now boots and runs. I haven't tested much on it yet, as I just got a working kernel config, based on OLDCARD, late last night. I've attached the output of dmesg for anyone interested. Some things to note, this system doesn't have a floppy installed, but uses a usb floppy, has an integrated modem, irda, bluetooth, and firewire ports, an nvidia geforce 2 go, and is intel 815-based with a regular p3 chip, not the mobile version. Also, again, it's a legacy-free model, so no serial, game, or parallel ports, just lots of usb ports.

Also, in sysconfig, since usb mice appear to be supported in the OS, could sysinstall be patched to allow you to select usm0 as the mouse port?

Thanks, Rob