Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2008 16:53:00 +0100
From:      clemens fischer <ino-news@spotteswoode.dnsalias.org>
To:        freebsd-questions@freebsd.org
Cc:        freebsd-usb@freebsd.org
Subject:   Re: [solved] Re: usb-stick accessible, but doesn't boot
Message-ID:  <sf2a26x176.ln2@nntp.spotteswoode.dnsalias.org>
References:  <bagt16xall.ln2@nntp.spotteswoode.dnsalias.org> <a1u126xiu1.ln2@nntp.spotteswoode.dnsalias.org> <otu426xb6i2.ln2@nntp.spotteswoode.dnsalias.org> <200812221944.17694.hselasky@c2i.net> <20081224140532.GB2099@spotteswoode.de.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 24 Dec 2008 15:05:32 +0100 clemens fischer wrote:

>> Hans Petter Selasky:
> 
>> Try the attached patch to "sys/kern/vfs_mount.c"
>>
>> Thanks for reporting. I have been aware about this issue for some time
>> now, but the patch has not been committed to current yet.
>>
>> I have FreeSBIE reliably up and running with USB2.
> 
> Can you tell me what to do to the kernel configuration?  Maybe I don't
> have to compile any USB functions into the kernel and can put them into
> loader.conf?  I always get these dependency problems.

I think I've found my problem.  The kernel configuration really needs
the line marked "required", which builds support for the USB bus:
"device usb".  Except this line, every usb related item is a "nodevice"
now.  The USB2 modules needed are kldload'ed in boot/loader.conf from
the USB-stick, and this really works.

Hans Petter:  although I am not sure if my USB-stick needs it, the
kernel was built using your patch.  So the least I can say about it:  It
doesn't hurt, and it might sure help with more restive devices.

-c




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?sf2a26x176.ln2>