Unix Technical Forum

emerge kde

This is a discussion on emerge kde within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Hi @ll, i emerged first of all kdevelop everything works fine after that i installed kde in this process ...


Go Back   Unix Technical Forum > Unix Operating Systems > Gentoo Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-21-2008, 10:42 AM
indika
 
Posts: n/a
Default emerge kde

Hi @ll,

i emerged first of all kdevelop everything works fine after that i
installed kde in this process emerge hangs with white lines left on the
screens. After i retry same problem again.

I am a little bit frustrated because the installing take a very long
while on a ibm laptop ibm t20 and to configure the hardware also very
difficult on this laptop and now it hangs on a simple software
installation.

Cu,

indika
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-21-2008, 10:42 AM
Sybren Stuvel
 
Posts: n/a
Default Re: emerge kde

indika enlightened us with:
> i emerged first of all kdevelop everything works fine after that i
> installed kde in this process emerge hangs with white lines left on
> the screens. After i retry same problem again.


Only white lines? No error message? No status message? You can't read
anything on the screen?

Sybren
--
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-21-2008, 10:42 AM
Ben Measures
 
Posts: n/a
Default Re: emerge kde

indika wrote:
>
> i emerged first of all kdevelop everything works fine after that i
> installed kde in this process emerge hangs with white lines left on the
> screens. After i retry same problem again.
>
> I am a little bit frustrated because the installing take a very long
> while on a ibm laptop ibm t20 and to configure the hardware also very
> difficult on this laptop and now it hangs on a simple software
> installation.


Perhaps the CPU is getting too hot. If your laptop has ACPI support,
make sure you've enabled:

Power management options (ACPI, APM) --->
ACPI (Advanced Configuration and Power Interface) Support --->
<*> Processor
<*> Thermal Zone

Hth,
--
Ben M.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-21-2008, 10:42 AM
indika
 
Posts: n/a
Default Re: emerge kde

Ben Measures wrote:
> indika wrote:
>
>>i emerged first of all kdevelop everything works fine after that i
>>installed kde in this process emerge hangs with white lines left on the
>>screens. After i retry same problem again.
>>
>>I am a little bit frustrated because the installing take a very long
>>while on a ibm laptop ibm t20 and to configure the hardware also very
>>difficult on this laptop and now it hangs on a simple software
>>installation.

>
>
> Perhaps the CPU is getting too hot. If your laptop has ACPI support,
> make sure you've enabled:
>
> Power management options (ACPI, APM) --->
> ACPI (Advanced Configuration and Power Interface) Support --->
> <*> Processor
> <*> Thermal Zone
>
> Hth,


I have to deactivate acpi because of the network card my modules get
only recognized when acpi is off. I took instead of acpi apm this
doesn't work either. The network card works but apm does not work right.
I didn't thought that i really need acpi but when a laptop requires
this... I think that the processor gets to warm that could be on all
this long compiling sessions. i will try suse 9.3 on my laptop because
the support is much better and try gentoo on a destop computer this will
be much easier for me.

cu,

indika
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-21-2008, 10:42 AM
Ben Measures
 
Posts: n/a
Default Re: emerge kde

indika wrote:
> Ben Measures wrote:
>>
>> Perhaps the CPU is getting too hot. If your laptop has ACPI support,
>> make sure you've enabled:
>>
>> <*> Thermal Zone

>
> I have to deactivate acpi because of the network card my modules get
> only recognized when acpi is off. I took instead of acpi apm this
> doesn't work either. The network card works but apm does not work right.
> I didn't thought that i really need acpi but when a laptop requires
> this... I think that the processor gets to warm that could be on all
> this long compiling sessions. i will try suse 9.3 on my laptop because
> the support is much better and try gentoo on a destop computer this will
> be much easier for me.


It sounds like your laptop's BIOS ACPI implementation is broken.
Thankfully, there is a workaround.

Simply append
acpi=noirq
to the kernel parameters (in Grub or LILO).

This will disable ACPI for IRQ routing and leave the rest of ACPI (such
as the 'Thermal Zone') enabled. In most cases this should be enough to
get your network card recognised, and still have ACPI manage your CPU's
thermals.

Hth,
--
Ben M.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-21-2008, 10:42 AM
indika
 
Posts: n/a
Default Re: emerge kde

Ben Measures wrote:
> indika wrote:
>
>>Ben Measures wrote:
>>
>>>Perhaps the CPU is getting too hot. If your laptop has ACPI support,
>>>make sure you've enabled:
>>>
>>><*> Thermal Zone

>>
>>I have to deactivate acpi because of the network card my modules get
>>only recognized when acpi is off. I took instead of acpi apm this
>>doesn't work either. The network card works but apm does not work right.
>>I didn't thought that i really need acpi but when a laptop requires
>>this... I think that the processor gets to warm that could be on all
>>this long compiling sessions. i will try suse 9.3 on my laptop because
>>the support is much better and try gentoo on a destop computer this will
>> be much easier for me.

>
>
> It sounds like your laptop's BIOS ACPI implementation is broken.
> Thankfully, there is a workaround.
>
> Simply append
> acpi=noirq
> to the kernel parameters (in Grub or LILO).
>
> This will disable ACPI for IRQ routing and leave the rest of ACPI (such
> as the 'Thermal Zone') enabled. In most cases this should be enough to
> get your network card recognised, and still have ACPI manage your CPU's
> thermals.
>
> Hth,

thank you very much i will test it !!!

Cu,

indika

P.S. I will tell you if everything works.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-21-2008, 10:42 AM
indika
 
Posts: n/a
Default Re: emerge kde

Ben Measures wrote:
> indika wrote:
>
>>Ben Measures wrote:
>>
>>>Perhaps the CPU is getting too hot. If your laptop has ACPI support,
>>>make sure you've enabled:
>>>
>>><*> Thermal Zone

>>
>>I have to deactivate acpi because of the network card my modules get
>>only recognized when acpi is off. I took instead of acpi apm this
>>doesn't work either. The network card works but apm does not work right.
>>I didn't thought that i really need acpi but when a laptop requires
>>this... I think that the processor gets to warm that could be on all
>>this long compiling sessions. i will try suse 9.3 on my laptop because
>>the support is much better and try gentoo on a destop computer this will
>> be much easier for me.

>
>
> It sounds like your laptop's BIOS ACPI implementation is broken.
> Thankfully, there is a workaround.
>
> Simply append
> acpi=noirq
> to the kernel parameters (in Grub or LILO).
>
> This will disable ACPI for IRQ routing and leave the rest of ACPI (such
> as the 'Thermal Zone') enabled. In most cases this should be enough to
> get your network card recognised, and still have ACPI manage your CPU's
> thermals.
>
> Hth,

sry, but it is not working.
my network card is not installed.

any other idea, would be nice.

Cu,

indika
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-21-2008, 10:42 AM
Ben Measures
 
Posts: n/a
Default Re: emerge kde

indika wrote:
> Ben Measures wrote:
>
>> It sounds like your laptop's BIOS ACPI implementation is broken.
>> Thankfully, there is a workaround.
>>
>> Simply append
>> acpi=noirq
>> to the kernel parameters (in Grub or LILO).

>
> sry, but it is not working.
> my network card is not installed.


Any error messages?

What's the output of 'lspci -v'?

--
Ben M.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-21-2008, 10:43 AM
indika
 
Posts: n/a
Default Re: emerge kde

Ben Measures wrote:
> indika wrote:
>
>>Ben Measures wrote:
>>
>>
>>>It sounds like your laptop's BIOS ACPI implementation is broken.
>>>Thankfully, there is a workaround.
>>>
>>>Simply append
>>>acpi=noirq
>>>to the kernel parameters (in Grub or LILO).

>>
>>sry, but it is not working.
>>my network card is not installed.

>
>
> Any error messages?
>
> What's the output of 'lspci -v'?
>

lspci -v Command not found !

Maybe this helps: IBM T20 laptop.
I found many sites of this problems but no work around works.

cu,

indika
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:49 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com