* [gentoo-amd64] "emerge rt2500" error (drivers for ASUS wl-167g USB Wireless adapter)
@ 2006-07-20 9:57 Daniele Salatti
2006-07-20 16:50 ` Brian Litzinger
2006-07-21 6:45 ` [gentoo-amd64] " yoshi watanabe
0 siblings, 2 replies; 5+ messages in thread
From: Daniele Salatti @ 2006-07-20 9:57 UTC (permalink / raw
To: gentoo-amd64
Hi!
I'm getting some errors while emerging net-wireless/rt2500. It seems I
have some problem with the kernel configuration options and I need to
recompile it. Can you explain me which options should I set? Below the
output of "emerge rt2500".
TIA
Daniele
base sale # emerge rt2500
Calculating dependencies... done!
>>> Emerging (1 of 1) net-wireless/rt2500-1.1.0_beta3 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking rt2500-1.1.0-b3.tar.gz ;-)
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.16-gentoo-r12-base
* Checking for suitable kernel configuration options...
* SMP Processors and Kernels are currently not supported
* 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/rt2500-1.1.0_beta3 failed.
Call stack:
ebuild.sh, line 1555: Called dyn_setup
ebuild.sh, line 668: Called pkg_setup
rt2500-1.1.0_beta3.ebuild, line 27: Called linux-mod_pkg_setup
linux-mod.eclass, line 465: Called linux-info_pkg_setup
linux-info.eclass, line 550: Called check_extra_config
linux-info.eclass, line 466: Called die
!!! Incorrect kernel configuration options
!!! If you need support, post the topmost build error, and the call
stack if relevant.
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] "emerge rt2500" error (drivers for ASUS wl-167g USB Wireless adapter)
2006-07-20 9:57 [gentoo-amd64] "emerge rt2500" error (drivers for ASUS wl-167g USB Wireless adapter) Daniele Salatti
@ 2006-07-20 16:50 ` Brian Litzinger
2006-07-21 13:08 ` [gentoo-amd64] " Daniele Salatti
2006-07-21 6:45 ` [gentoo-amd64] " yoshi watanabe
1 sibling, 1 reply; 5+ messages in thread
From: Brian Litzinger @ 2006-07-20 16:50 UTC (permalink / raw
To: gentoo-amd64
On Thu, Jul 20, 2006 at 11:57:13AM +0200, Daniele Salatti wrote:
> Hi!
> I'm getting some errors while emerging net-wireless/rt2500. It seems I
> have some problem with the kernel configuration options and I need to
> recompile it. Can you explain me which options should I set? Below the
> output of "emerge rt2500".
> TIA
> Daniele
> base sale # emerge rt2500
> * Found sources for kernel version:
> * 2.6.16-gentoo-r12-base
> * Checking for suitable kernel configuration options...
> * SMP Processors and Kernels are currently not supported
Your milage will vary but this should provide the necessary clues:
cd /usr/src/linux
make menuconfig
Processor type and features
[ ] Symmetric multi-processing support (uncheck this)
exit, save
make
make modules_install
cp arch/x86_64/boot/bzImage /boot/something
modify your grub or lilo boot
boot the new kernel.
emerge rt2500
--
Brian Litzinger
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] "emerge rt2500" error (drivers for ASUS wl-167g USB Wireless adapter)
2006-07-20 9:57 [gentoo-amd64] "emerge rt2500" error (drivers for ASUS wl-167g USB Wireless adapter) Daniele Salatti
2006-07-20 16:50 ` Brian Litzinger
@ 2006-07-21 6:45 ` yoshi watanabe
1 sibling, 0 replies; 5+ messages in thread
From: yoshi watanabe @ 2006-07-21 6:45 UTC (permalink / raw
To: gentoo-amd64
On 11:57 Thu 20 Jul , Daniele Salatti wrote:
> Hi!
> I'm getting some errors while emerging net-wireless/rt2500. It seems I
> have some problem with the kernel configuration options and I need to
> recompile it. Can you explain me which options should I set? Below the
> output of "emerge rt2500".
> TIA
> Daniele
>
>
> base sale # emerge rt2500
> Calculating dependencies... done!
> >>> Emerging (1 of 1) net-wireless/rt2500-1.1.0_beta3 to /
> >>> checking ebuild checksums ;-)
> >>> checking auxfile checksums ;-)
> >>> checking miscfile checksums ;-)
> >>> checking rt2500-1.1.0-b3.tar.gz ;-)
> * Determining the location of the kernel source code
> * Found kernel source directory:
> * /usr/src/linux
> * Found sources for kernel version:
> * 2.6.16-gentoo-r12-base
> * Checking for suitable kernel configuration options...
> * SMP Processors and Kernels are currently not supported
> * 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/rt2500-1.1.0_beta3 failed.
> Call stack:
> ebuild.sh, line 1555: Called dyn_setup
> ebuild.sh, line 668: Called pkg_setup
> rt2500-1.1.0_beta3.ebuild, line 27: Called linux-mod_pkg_setup
> linux-mod.eclass, line 465: Called linux-info_pkg_setup
> linux-info.eclass, line 550: Called check_extra_config
> linux-info.eclass, line 466: Called die
>
> !!! Incorrect kernel configuration options
> !!! If you need support, post the topmost build error, and the call
> stack if relevant.
>
> --
> gentoo-amd64@gentoo.org mailing list
you need to disable symmetric multiprocessing in your kernel. that's somewhere in "CPU Type and Features" menu
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-amd64] Re: "emerge rt2500" error (drivers for ASUS wl-167g USB Wireless adapter)
2006-07-20 16:50 ` Brian Litzinger
@ 2006-07-21 13:08 ` Daniele Salatti
2006-07-24 21:42 ` KK
0 siblings, 1 reply; 5+ messages in thread
From: Daniele Salatti @ 2006-07-21 13:08 UTC (permalink / raw
To: gentoo-amd64
Brian Litzinger wrote:
>
> Your milage will vary but this should provide the necessary clues:
>
> cd /usr/src/linux
> make menuconfig
>
> Processor type and features
> [ ] Symmetric multi-processing support (uncheck this)
>
> exit, save
>
> make
> make modules_install
> cp arch/x86_64/boot/bzImage /boot/something
>
> modify your grub or lilo boot
>
> boot the new kernel.
>
> emerge rt2500
>
Done, and compiled....but the USB adapter is still not working...
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] Re: "emerge rt2500" error (drivers for ASUS wl-167g USB Wireless adapter)
2006-07-21 13:08 ` [gentoo-amd64] " Daniele Salatti
@ 2006-07-24 21:42 ` KK
0 siblings, 0 replies; 5+ messages in thread
From: KK @ 2006-07-24 21:42 UTC (permalink / raw
To: gentoo-amd64
On Fri, 21 Jul 2006 16:08:55 +0300, Daniele Salatti
<linuxlist@salatti.net> wrote:
> Brian Litzinger wrote:
>>
>> Your milage will vary but this should provide the necessary clues:
>>
>> cd /usr/src/linux
>> make menuconfig
>>
>> Processor type and features
>> [ ] Symmetric multi-processing support (uncheck this)
>>
>> exit, save
>>
>> make
>> make modules_install
>> cp arch/x86_64/boot/bzImage /boot/something
>>
>> modify your grub or lilo boot
>>
>> boot the new kernel.
>>
>> emerge rt2500
>>
> Done, and compiled....but the USB adapter is still not working...
>
I have same adapter & could not get it work too.No error messages in
logfiles, only
info that Asus wireless usb adapter found & module rt2500 loaded.
When module is loaded & adapter connected to USB, the terminal hangs &
other USB devices stop working.
USB devices will work again only after reboot.Have no idea how to get it
work :(
--
Q: What do you call 50 Microsoft products in a trashcan?
A: A darned good start.
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-07-24 21:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-20 9:57 [gentoo-amd64] "emerge rt2500" error (drivers for ASUS wl-167g USB Wireless adapter) Daniele Salatti
2006-07-20 16:50 ` Brian Litzinger
2006-07-21 13:08 ` [gentoo-amd64] " Daniele Salatti
2006-07-24 21:42 ` KK
2006-07-21 6:45 ` [gentoo-amd64] " yoshi watanabe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox