Gentoo Archives: gentoo-dev

From: Lorenzo Hernandez Garcia-Hierro <lorenzo@×××.org>
To: gentoo-dev@l.g.o
Cc: linux-usb-devel@×××××××××××××××××.net
Subject: Re: [gentoo-dev] 2.6.11-gentoo-r7: If USB core API (usbcore) is built-in, it conflicts with the rest of usb-dependent modules
Date: Wed, 11 May 2005 21:31:30
Message-Id: 1115846862.2886.11.camel@localhost
In Reply to: Re: [gentoo-dev] 2.6.11-gentoo-r7: If USB core API (usbcore) is built-in, it conflicts with the rest of usb-dependent modules by Greg KH
1 El mié, 11-05-2005 a las 13:12 -0700, Greg KH escribió:
2 > On Wed, May 11, 2005 at 09:10:46PM +0200, Lorenzo Hernandez Garcia-Hierro wrote:
3 > > Hi,
4 > >
5 > > After some talk to gregkh, I've decided to send this message as it might
6 > > give some light regarding the breakage of the USB modules when usbcore
7 > > is built-in instead of compiled as module.
8 > >
9 > > Modules that are breaking with CONFIG_USB=y :
10 > >
11 > > - audio, bfusb, bcm203x, bpa10x, hci_usb, usblp, usb-midi, cdc_acm,
12 > > uhci-hcd, ohci-hcd, ehci-hcd, usb-storage...
13 > >
14 > > For those, the core API symbols that follow are missing as of the
15 > > built-in selected option:
16 >
17 > This should work just fine, care to attach your .config?
18
19 Attached is my .config for -hardened-r1 which is basically a gentoo
20 sources without fbsplash patch and some security-related patches
21 applied, from the Hardened Gentoo project.
22
23 This one takes CONFIG_USB=m but no host controller drivers nor class
24 drivers will be able to get registered (the case is getting even more
25 strange...):
26
27 kobject_register failed for usbcore (-17)
28 [<c02677bb>]
29 [<c016d041>]
30 [<c016e04f>]
31 [<c016e356>]
32 [<c0138227>]
33 [<c013007b>]
34 kobject_register failed for ehci_hcd (-17)
35 [<c02677bb>]
36 [<c016d041>]
37 [<c016e04f>]
38 [<c016e356>]
39 [<c0138227>]
40 [<c01979e1>]
41 [<c013823f>]
42
43 Some translated:
44
45 c0267760 T kobject_register
46 c02677c0 T kobject_set_name
47 (...)
48 c013823f t restore_all
49
50 Thanks in advance,
51 cheers.
52 --
53 Lorenzo Hernández García-Hierro <lorenzo@×××.org>
54 [1024D/6F2B2DEC] & [2048g/9AE91A22][http://tuxedo-es.org]

Attachments

File name MIME type
2611-h-r1.config application/x-config
signature.asc application/pgp-signature

Replies