Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel Configuration Options (n00b)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
logik3x
n00b
n00b


Joined: 16 Jun 2005
Posts: 13

PostPosted: Mon Apr 02, 2007 1:33 am    Post subject: Kernel Configuration Options (n00b) Reply with quote

Quote:

localhost ~ # USE="usb" emerge =orinoco-9999
Calculating dependencies... done!

>>> Emerging (1 of 1) net-wireless/orinoco-9999 to /
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.17.13
* Checking for suitable kernel configuration options...
* CONFIG_FW_LOADER: is not set when it should be.
* orinoco-9999 requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_NET_RADIO).
* CONFIG_PCMCIA: is not set when it should be.
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Once you have satisfied these options, please try merging
* this package again.

!!! ERROR: net-wireless/orinoco-9999 failed.
Call stack:
ebuild.sh, line 1562: Called dyn_setup
ebuild.sh, line 665: Called pkg_setup
orinoco-9999.ebuild, line 38: Called linux-mod_pkg_setup
linux-mod.eclass, line 432: Called linux-info_pkg_setup
linux-info.eclass, line 572: Called check_extra_config
linux-info.eclass, line 471: Called die

!!! Incorrect kernel configuration options
!!! If you need support, post the topmost build error, and the call stack if relevant.


I'm I right to think the options have to be enable when I do :

Quote:

make menuconfig


what are exactly are those options?
Back to top
View user's profile Send private message
overzero
n00b
n00b


Joined: 01 Nov 2006
Posts: 12

PostPosted: Mon Apr 02, 2007 2:10 am    Post subject: Reply with quote

I think you are right. The error message seems to be telling you to switch on those options. To find an option when running

Code:

make menuconfig


type the '/' key to open the "search dialog" and search for the string that follows "CONFIG_ ". e.g. If you search for "NET_RADIO", you should find an entry for the CONFIG_NET_RADIO option and it will state its location in the menu.

Good luck.

/0
Back to top
View user's profile Send private message
logik3x
n00b
n00b


Joined: 16 Jun 2005
Posts: 13

PostPosted: Mon Apr 02, 2007 2:18 am    Post subject: Reply with quote

overzero wrote:

type the '/' key to open the "search dialog" and search for the string that follows "CONFIG_ ".


Wow, thanks for the tip works great...

Now I get this :
Quote:

localhost ~ # USE="usb" emerge =orinoco-9999
Calculating dependencies... done!

>>> Emerging (1 of 1) net-wireless/orinoco-9999 to /
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.17.13
* Checking for suitable kernel configuration options... [ ok ]
>>> Unpacking source...
* Fetching CVS module orinoco into /usr/portage/distfiles/cvs-src ...
* Running cvs -q -f -z4 -d ":pserver:anonymous:@cvs.savannah.nongnu.org:/sources/orinoco" login
Logging in to :pserver:anonymous@cvs.savannah.nongnu.org:2401/sources/orinoco
* Running cvs -q -f -z4 -d ":pserver:anonymous@cvs.savannah.nongnu.org:/sources/orinoco" update -dP orinoco
* Copying orinoco from /usr/portage/distfiles/cvs-src ...
* CVS module orinoco is now in /var/tmp/portage/orinoco-9999/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/orinoco-9999/work/orinoco ...
* Preparing hermes module
make: *** No rule to make target `all'. Stop.

!!! ERROR: net-wireless/orinoco-9999 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
orinoco-9999.ebuild, line 80: Called linux-mod_src_compile
linux-mod.eclass, line 482: Called die

!!! Unable to make KERNEL_PATH=/usr/src/linux all.
!!! If you need support, post the topmost build error, and the call stack if relevant.


No clue what this means... :(
Back to top
View user's profile Send private message
logik3x
n00b
n00b


Joined: 16 Jun 2005
Posts: 13

PostPosted: Mon Apr 02, 2007 3:25 am    Post subject: =orinoco-9999 Reply with quote

I'm trying to get support for my USB ORiNOCO GOLD. From: http://gentoo-wiki.com/HOWTO_Orinoco_USB they say to:

Quote:

USE="usb" emerge orinoco-9999


The result is:

Quote:

localhost ~ # USE="usb" emerge =orinoco-9999
Calculating dependencies... done!

>>> Emerging (1 of 1) net-wireless/orinoco-9999 to /
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.17.13
* Checking for suitable kernel configuration options... [ ok ]
>>> Unpacking source...
* Fetching CVS module orinoco into /usr/portage/distfiles/cvs-src ...
* Running cvs -q -f -z4 -d ":pserver:anonymous:@cvs.savannah.nongnu.org:/sources/orinoco" login
Logging in to :pserver:anonymous@cvs.savannah.nongnu.org:2401/sources/orinoco
* Running cvs -q -f -z4 -d ":pserver:anonymous@cvs.savannah.nongnu.org:/sources/orinoco" update -dP orinoco
* Copying orinoco from /usr/portage/distfiles/cvs-src ...
* CVS module orinoco is now in /var/tmp/portage/orinoco-9999/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/orinoco-9999/work/orinoco ...
* Preparing hermes module
make: *** No rule to make target `all'. Stop.

!!! ERROR: net-wireless/orinoco-9999 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
orinoco-9999.ebuild, line 80: Called linux-mod_src_compile
linux-mod.eclass, line 482: Called die

!!! Unable to make KERNEL_PATH=/usr/src/linux all.
!!! If you need support, post the topmost build error, and the call stack if relevant.


I have no clue what this error means can anyone help?
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Mon Apr 02, 2007 4:52 am    Post subject: Reply with quote

It means you shouldn't use a live cvs build.
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5947

PostPosted: Mon Apr 02, 2007 6:11 am    Post subject: Reply with quote

Code:
* Preparing hermes module
make: *** No rule to make target `all'. Stop.


looks like its missing something. try it again at a later time, maybe the cvs will clean up.

ps: instead of using USE="usb" emerge etc, you should probably use /etc/portage/package.use

cheers

edit: from reading your other thread, they moved from cvs to svn... maybe the ebuild needs updating.
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
logik3x
n00b
n00b


Joined: 16 Jun 2005
Posts: 13

PostPosted: Mon Apr 02, 2007 11:15 am    Post subject: Reply with quote

http://savannah.nongnu.org/projects/orinoco

Quote:

There is experimental support for Orinoco USB devices (in the Subversion repository only).
Back to top
View user's profile Send private message
logik3x
n00b
n00b


Joined: 16 Jun 2005
Posts: 13

PostPosted: Thu Apr 05, 2007 12:51 am    Post subject: Reply with quote

any1?

MSG to admin: I know my 2 posts were kind of about the same subject, but the reason I posted it somewhere else is that the title is not representative anymore and it's in the wrong section...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum