LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-25-2015, 10:34 PM   #1
robeneth
LQ Newbie
 
Registered: Sep 2015
Posts: 9

Rep: Reputation: Disabled
Question cannot use software centre to install software


Running Ubuntu 14.04 on HP laptop. Was in the process of setting up mirror of another monitor. I decided to try to upgrade the video driver as the laptop colour def was so poor. The upgrade failed. The error message is "BrokenCount >0" I was further told not to allow third party software in the Updater. and to run apt-get install -f in the terminal. I did all the the suggestions but cannot install new software. My video driver has changed to a generic driver that will not allow me to mirror the other monitor.
Any suggestions please?
 
Old 09-25-2015, 10:44 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
What is the model of the laptop and what is the specific video chipset in question?

You could try this in a terminal

Code:
sudo apt-get -f  <----"fix broken"
but folks, including me, have had trouble making that command work. See man apt-get for details.

If you have the Synaptic package manager installed, there is a "Fix Broken" option on one of the menus that does work (I've used it recently in my Ubuntu VM).

Give those a try and report back, with as much detail as possible.
 
Old 09-25-2015, 11:10 PM   #3
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by robeneth View Post
Any suggestions please?
Hi...

Welcome to the forum...

I'm not sure I can help with this but for the benefit of those who might, please open a terminal and post the output of...

Code:
lspci -nnk | grep VGA -A 12
Regards...
 
Old 09-26-2015, 10:40 PM   #4
robeneth
LQ Newbie
 
Registered: Sep 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
Devices on Board HP Laptop

00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 7340] [1002:9808]
Subsystem: Hewlett-Packard Company Device [103c:188b]
Kernel driver in use: fglrx_pci
00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler HDMI Audio [1002:1314]
Subsystem: Hewlett-Packard Company Device [103c:188b]
Kernel driver in use: snd_hda_intel
00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7804]
Subsystem: Hewlett-Packard Company Device [103c:188b]
Kernel driver in use: ahci
00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller [1022:7807] (rev 11)
Subsystem: Hewlett-Packard Company Device [103c:188b]
Kernel driver in use: ohci-pci
00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 11)
 
Old 09-27-2015, 08:02 AM   #5
robeneth
LQ Newbie
 
Registered: Sep 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
analysis of problem

Asked package manager to fix the problem. Problem not fixed. Below is analysis returned.

(Reading database ... 100%
(Reading database ... 1056068 files and directories currently installed.)
Preparing to unpack .../fglrx-updates_2%3a15.200-0ubuntu0.5_amd64.deb ...
Moving ati dir to /etc for the fglrx-core transition
dpkg: error processing archive /var/cache/apt/archives/fglrx-updates_2%3a15.200-0ubuntu0.5_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/fglrx-updates_2%3a15.200-0ubuntu0.5_amd64.deb
Error in function:
dpkg: dependency problems prevent configuration of fglrx-amdcccle-updates:
fglrx-amdcccle-updates depends on fglrx-updates; however:
Package fglrx-updates is not installed.

dpkg: error processing package fglrx-amdcccle-updates (--configure):
dependency problems - leaving unconfigured

Thanks
 
Old 09-27-2015, 08:08 AM   #6
robeneth
LQ Newbie
 
Registered: Sep 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
Devices on Board HP Laptop

00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 7340] [1002:9808]
Subsystem: Hewlett-Packard Company Device [103c:188b]
Kernel driver in use: fglrx_pci
00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler HDMI Audio [1002:1314]
Subsystem: Hewlett-Packard Company Device [103c:188b]
Kernel driver in use: snd_hda_intel
00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7804]
Subsystem: Hewlett-Packard Company Device [103c:188b]
Kernel driver in use: ahci
00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller [1022:7807] (rev 11)
Subsystem: Hewlett-Packard Company Device [103c:188b]
Kernel driver in use: ohci-pci
00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 11)

Thanks
 
Old 09-27-2015, 09:56 AM   #7
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by robeneth View Post
Error in function:
dpkg: dependency problems prevent configuration of fglrx-amdcccle-updates:
fglrx-amdcccle-updates depends on fglrx-updates; however:
Package fglrx-updates is not installed.

dpkg: error processing package fglrx-amdcccle-updates (--configure):
dependency problems - leaving unconfigured
Hi...

According to your readouts, you're still running the fglrx driver, not the open source radeon driver. To fix the error above, try installing this package. Just choose the appropriate file for your system's architecture, 32 or 64 bit. Then rerun frankbell's command.

Regards...

Last edited by ardvark71; 09-27-2015 at 09:58 AM. Reason: Added information.
 
1 members found this post helpful.
Old 09-28-2015, 10:16 AM   #8
robeneth
LQ Newbie
 
Registered: Sep 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
Thanks but nothing new

Following your advice, hopefully correctly the video upgrade file downloaded in the package manager but would not install.
I then ran sudo apt-get install -f in terminal and again it did not install.
Thanks for your help. If you can suggest anything more please do. Same error message as before.
 
Old 09-28-2015, 12:52 PM   #9
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by robeneth View Post
Following your advice, hopefully correctly the video upgrade file downloaded in the package manager but would not install.
I then ran sudo apt-get install -f in terminal and again it did not install.
Thanks for your help. If you can suggest anything more please do. Same error message as before.
Hi...

If you would, please post the error messages you received when you tried installing the .deb package and when you ran "sudo apt-get install -f." Thanks!

Regards...
 
Old 09-28-2015, 01:49 PM   #10
robeneth
LQ Newbie
 
Registered: Sep 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
Error information from Package Manager

Reading database ... 100%
(Reading database ... 1056068 files and directories currently installed.)
Preparing to unpack .../fglrx-updates_2%3a15.200-0ubuntu0.5_amd64.deb ...
Moving ati dir to /etc for the fglrx-core transition
dpkg: error processing archive /var/cache/apt/archives/fglrx-updates_2%3a15.200-0ubuntu0.5_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/fglrx-updates_2%3a15.200-0ubuntu0.5_amd64.deb
Error in function:
dpkg: dependency problems prevent configuration of fglrx-amdcccle-updates:
fglrx-amdcccle-updates depends on fglrx-updates; however:
Package fglrx-updates is not installed.

dpkg: error processing package fglrx-amdcccle-updates (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
 
Old 09-28-2015, 01:56 PM   #11
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

Please include the one when you tried to install the package I linked to.

Thanks...
 
Old 09-28-2015, 01:58 PM   #12
robeneth
LQ Newbie
 
Registered: Sep 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
Read Ou from terminal sudo apt-get insall -f

robert@robert-HP-2000-Notebook-PC:~$ sudo apt-get install -f
[sudo] password for robert:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
account-plugin-windows-live baloo libakonadi-kde4 libakonadi-kmime4
libakonadiprotocolinternals1 libkabc4 libkldap4 libkmime4 libkpimutils4
libkresources4 libupstart1 linux-headers-3.13.0-24
linux-headers-3.13.0-24-generic linux-image-3.13.0-24-generic
linux-image-extra-3.13.0-24-generic linux-image-extra-3.13.0-45-generic
python3-dirspec
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
fglrx-updates
The following NEW packages will be installed:
fglrx-updates
0 upgraded, 1 newly installed, 0 to remove and 38 not upgraded.
1 not fully installed or removed.
Need to get 0 B/37.6 MB of archives.
After this operation, 168 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 1056068 files and directories currently installed.)
Preparing to unpack .../fglrx-updates_2%3a15.200-0ubuntu0.5_amd64.deb ...
Moving ati dir to /etc for the fglrx-core transition
dpkg: error processing archive /var/cache/apt/archives/fglrx-updates_2%3a15.200-0ubuntu0.5_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/fglrx-updates_2%3a15.200-0ubuntu0.5_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
robert@robert-HP-2000-Notebook-PC:~$ ^C
robert@robert-HP-2000-Notebook-PC:~$ ^C
robert@robert-HP-2000-Notebook-PC:~$
 
Old 09-28-2015, 02:06 PM   #13
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

I'm kind of wondering if it might be easier to purge your system of the currently installed fglrx driver and start over again? I don't know what else to suggest at this point.

Regards...

Last edited by ardvark71; 09-28-2015 at 02:08 PM. Reason: Added information.
 
Old 09-28-2015, 03:52 PM   #14
robeneth
LQ Newbie
 
Registered: Sep 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
Well there it is. Nothing like a good purge to clean things up. Thank you for your help.
My system is running faster and the colour resolution is crisp. I cannot mirror the display so may attempt an ATI install when courage dictates. Rather like how things look now. I will find out what happened and what drivers are actually doing the job.
Thanks again, Really appreciate your help
 
Old 09-28-2015, 05:37 PM   #15
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by robeneth View Post
Thanks again, Really appreciate your help
You're welcome, glad you got it working right.

Regards...
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
command line v Software centre install riscxman Linux - Newbie 4 09-02-2012 04:06 PM
LXer: Deepin Software Centre: GUI Software Frontend Done right LXer Syndicated Linux News 0 06-23-2012 06:43 PM
ubuntu software centre no install button for some softwares !!! geekygeek Linux - Newbie 2 02-19-2012 08:08 AM
Ubuntu Software Centre - No Option to Install PerigeeApogee Ubuntu 2 06-18-2011 01:36 PM
Unable to install softwares from Ubuntu Software Centre in Lucid Lynx ayazfarooque Ubuntu 4 05-28-2010 07:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration