Hello. I recently hooked up a Mitsumi 7-in-1 USB Card Reader/Floppy drive to my computer and ever since then, I cannot boot FreeBSD. I have an ASUS P5ND2-SLI motherboard (nForce 4), and the card reader is hooked up to the internal USB on the motherboard itself. Also, my machine has a dual core processor, therefore SMP is enabled in my kernel. When I try booting (from hard drive or install disc), I get the following error: "panic: ohci_add_done: addr 0x000d1c40 not found cpuid=0" After that error, all I can do is reboot. Also, of importance to note, if I disconnect the card reader, I can boot fine. I am not subscribed to this mailing list, so please CC all replies to my address. Thanks.
Hello. I recently hooked up a Mitsumi 7-in-1 USB Card Reader/Floppy drive to my computer and ever since then, I cannot boot FreeBSD. I have an ASUS P5ND2-SLI motherboard (nForce 4), and the card reader is hooked up to the internal USB on the motherboard itself. Also, my machine has a dual core processor, therefore SMP is enabled in my kernel. When I try booting (from hard drive or install disc), I get the following error: "panic: ohci_add_done: addr 0x000d1c40 not found cpuid=0" After that error, all I can do is reboot. Also, of importance to note, if I disconnect the card reader, I can boot fine. I am not subscribed to this mailing list, so please CC all replies to my address. Thanks.
Thanks for that excellent suggestion. It worked perfectly. I just have a few questions. 1) Any idea when this will be imported in to RELENG_6? 2) I have to do this everytime I update my sources, correct? 3) This is relatively stable, correct? (I did test it out a bit, but of course not thorougly enough to see how stable it is) Thanks again. On 9/5/06, Hans Petter Selasky <hselasky@c2i.net> wrote:> On Tuesday 05 September 2006 03:16, Indigo 23 wrote: > > Thanks for the reply. I already tried that, but unfortunetly the same > > thing happens :( > > Any other suggestions? > > Maybe you want to try my new Giant free USB driver: > > # > # How to install the new USB driver: > # > > # > # First get all the sources > # (you need /usr/ports/devel/subversion installed): > # > > svn --username anonsvn --password anonsvn \ > checkout svn://svn.turbocat.net/i4b > > # > # The following commands will > # install the driver on FreeBSD 6.x/7.x: > # > > cd i4b/trunk/i4b/FreeBSD.usb > make S=../src package > make install > > # > # Then build a new kernel (with modules) > # > > --HPS >