Ubuntu 10.04 Problems on Acer Aspire 7520

Asked by SimonB

I have just upgraded my Acer Aspire 7520 Laptop from Ubuntu 9.10 to 10.04, Unfortunetely my screen is now what can only be described as "fuzzy" I have found a solution on another forum by changing the driver to the Nvidia one via "Hardware Drivers" in "Adminitration" but the problem I have is that only certain applications will now launch when I try to run them, for instance Evolution works, but if I try any Web Browsers I get the "egg timer" for a few seconds then it dissappears and the application doesn't launch, this also happens with "Hardware Drivers" can anyone please help, or do I have to "downgrade" back to version 9. Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You cannot downgrade to 9.10 You must reinstall if you go that way.

Can you give the output of:

sudo lshw -C display

Thanks

Revision history for this message
SimonB (simon-sblundell) said :
#2

Hi,
I get an error !!! as follows:

lshw:: error while loading shared libraries: /lib/libgcc_s.so.1:invalid
ELF header

On Thu, 2010-08-05 at 09:55 +0000, actionparsnip wrote:

> Your question #120053 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/120053
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> You cannot downgrade to 9.10 You must reinstall if you go that way.
>
> Can you give the output of:
>
> sudo lshw -C display
>
> Thanks
>

Simon Blundell

<a
href="http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB">http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB</a>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

ok what is the output of:

uname -a; lsb_release -a; file /lib/libgcc_s.so.1

Thanks

Revision history for this message
SimonB (simon-sblundell) said :
#4

Hi output as follows

Linux simon-laptop 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:22:14
UTC 2010 i686 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
/lib/libgcc_s.so.1:: ERROR: cannot open `/lib/libgcc_s.so.1:' (No such
file or directory)

On Thu, 2010-08-05 at 11:32 +0000, actionparsnip wrote:

> Your question #120053 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/120053
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> ok what is the output of:
>
> uname -a; lsb_release -a; file /lib/libgcc_s.so.1
>
> Thanks
>

Simon Blundell

<a
href="http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB">http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB</a>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

try:

sudo apt-get install libgcc; file /lib/libgcc_s.so.1

Revision history for this message
SimonB (simon-sblundell) said :
#6

HI,
failed as follows:

simon@simon-laptop:~$ sudo apt-get install libgcc;
file /lib/libgcc_s.so.1
[sudo] password for simon:
apt-get: error while loading shared libraries: /lib/libgcc_s.so.1:
invalid ELF header
/lib/libgcc_s.so.1: data

On Thu, 2010-08-05 at 11:58 +0000, actionparsnip wrote:

>
> sudo apt-get install libgcc; file /lib/libgcc_s.so.1

Simon Blundell

<a
href="http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB">http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB</a>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

What is the output of:

dpkg -S libgcc_s.so.1; cd /lib; ls libgc*

Thanks

Revision history for this message
SimonB (simon-sblundell) said :
#8

Hi, Output from command is

simon@simon-laptop:~$ dpkg -S libgcc_s.so.1; cd /lib; ls libgc*
libgcc1: /lib/libgcc_s.so.1
libgcc_s.so.1 libgcrypt.so.11 libgcrypt.so.11.5.2

On Thu, 2010-08-05 at 13:08 +0000, actionparsnip wrote:

> dpkg -S libgcc_s.so.1; cd /lib; ls libgc*

Simon Blundell

<a
href="http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB">http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB</a>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

Ok then run:

sudo apt-get --reinstall installl libgcc1

May help.

Revision history for this message
SimonB (simon-sblundell) said :
#10

HI, Output from command is

simon@simon-laptop:/lib$ sudo apt-get --reinstall installl libgcc1
apt-get: error while loading shared libraries: /lib/libgcc_s.so.1:
invalid ELF header

On Thu, 2010-08-05 at 17:12 +0000, actionparsnip wrote:

> Your question #120053 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/120053
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> Ok then run:
>
> sudo apt-get --reinstall installl libgcc1
>
> May help.
>

Simon Blundell

<a
href="http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB">http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB</a>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

Ok what is the output of:

cd /lib; file ./libgcc_s.so.1; file ./libgcrypt.so.11; file ./libgcrypt.so.11.5.2

Thanks

Revision history for this message
SimonB (simon-sblundell) said :
#12

Hi, Output from command as follows

simon@simon-laptop:/lib$ cd /lib; file ./libgcc_s.so.1;
file ./libgcrypt.so.11; file ./libgcrypt.so.11.5.2
./libgcc_s.so.1: data
./libgcrypt.so.11: symbolic link to `libgcrypt.so.11.5.2'
./libgcrypt.so.11.5.2: ELF 32-bit LSB shared object, Intel 80386,
version 1 (SYSV), dynamically linked, stripped
simon@simon-laptop:/lib$

On Thu, 2010-08-05 at 17:23 +0000, actionparsnip wrote:

> cd /lib; file ./libgcc_s.so.1; file ./libgcrypt.so.11; file
> ./libgcrypt.so.11.5.2

Simon Blundell

<a
href="http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB">http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB</a>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#13

ok all I can recommend is to download the libgcc1 deb file, extract it and manually move the file to /lib to overwrite it. I'll have a look at what the file is when I get home (i'm at work now) but i'll let you know

Revision history for this message
SimonB (simon-sblundell) said :
#14

Unfortunately most of my applications don't work because of this
problem, not sure why Ubuntu upgrade should make changes that have such
a disastrous effect, it appears not to have installed correctly even
though there were no problems reported. There seems to be a problem with
ELF whatever that is, can't I just re install that?

Many thanks for the help so far.

Regards

On Thu, 2010-08-05 at 17:37 +0000, actionparsnip wrote:

> Your question #120053 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/120053
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> ok all I can recommend is to download the libgcc1 deb file, extract it
> and manually move the file to /lib to overwrite it. I'll have a look at
> what the file is when I get home (i'm at work now) but i'll let you know
>

Simon Blundell

<a
href="http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB">http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB</a>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#15

ELF defines if it is 32bit or 64bit. All libs have this as each lib is compiled for the architecture.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#16

Here is the file from my system:
http://www.mediafire.com/?e5g4q026lqnes2x

download it and copy it to /lib

Revision history for this message
SimonB (simon-sblundell) said :
#17

Hi, there doesn't appear to be a copy command in Terminal and none of my
"file Managers" work anymore !!!!

On Thu, 2010-08-05 at 20:48 +0000, actionparsnip wrote:

> Your question #120053 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/120053
>
> actionparsnip proposed the following answer:
> Here is the file from my system:
> http://www.mediafire.com/?e5g4q026lqnes2x
>
> download it and copy it to /lib
>

Simon Blundell

<a
href="http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB">http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB</a>

Revision history for this message
SimonB (simon-sblundell) said :
#18

Hi,

Success, I've managed to copy the lib over and now I can run
applications :-) I have checked, and the installation of 10.04 didn't
actually install any display drivers, so once I installed them, all was
running Great :-D

Many Thanks for your help & patience

On Thu, 2010-08-05 at 20:48 +0000, actionparsnip wrote:

> Your question #120053 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/120053
>
> actionparsnip proposed the following answer:
> Here is the file from my system:
> http://www.mediafire.com/?e5g4q026lqnes2x
>
> download it and copy it to /lib
>

Simon Blundell

<a
href="http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB">http://www.smarterwaytomakemoney.com/Default.aspx?m=268590RB</a>

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#19

So all is well? please mark as solved if it is so, or provide more information so we can troubleshoot further

Cheers
-Andy

Revision history for this message
SimonB (simon-sblundell) said :
#20

Thanks actionparsnip, that solved my question.