Device Driver Manager - Help needed

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Schoelje

Re: Device Driver Manager - Help needed

Post by Schoelje »

xircon wrote:New volunteer (or volunteered :)):
I'm always happy with new testers, especially when things go wrong :)

Can you verify that these packages were installed:

Code: Select all

fglrx-driver
build-essential
module-assistant
fglrx-control
fglrx-glx-ia32
How do you normally install drivers for this card (on a Debian distribution)?

If you want to revert back to the Nouveau drivers, you can start device-driver-manager, select your graphics card and hit Remove, or:

Code: Select all

sudo apt-get purge fglrx*
sudo apt-get autoremove
sudo apt-get install xserver-xorg-video-radeon xserver-xorg-video-nouveau xserver-xorg-video-ati libgl1-mesa-glx libgl1-mesa-dri libglu1-mesa
Could you post back the result of:

Code: Select all

lspci -nn | grep VGA
Schoelje

Re: Device Driver Manager - Help needed

Post by Schoelje »

lizbeth wrote:Howdy, Using an AMD Radeon Chip. Everything went off fine on my main LMDE. Here's the log file you requested.
Another new tester...my day can't go wrong!

Could you also post back the result of:

Code: Select all

lspci -nn | grep VGA
I'm trying to find out if I can check the ATI cards and the corresponding drivers by its PCI ID.
That would be a lot safer than by name.
However, I don't know yet if that is possible for ATI cards...
xircon

Re: Device Driver Manager - Help needed

Post by xircon »

Code: Select all

Reading state information... Done
fglrx-control is already the newest version.
fglrx-driver is already the newest version.
fglrx-glx-ia32 is already the newest version.
build-essential is already the newest version.
module-assistant is already the newest version.

Code: Select all

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Manhattan [Mobility Radeon HD 5400 Series] [1002:68e0]
Thanks for the info, will stick in fallback (with no xorg.conf - bear that in mind) whilst we are playing :)

I have never successfully installed AMD proprietary drivers on LMDE, been trying though (with a lot of late-night help from Lizbeth for one, search my posts, you will see!).

Cheers

Steve
Schoelje

Re: Device Driver Manager - Help needed

Post by Schoelje »

The fora are full of people that have similar problems with that card :(

I bet you already tried the catalyst drivers from AMD:
http://support.amd.com/us/gpudownload/l ... ng=English

And you probably tried sgfxi?
http://smxi.org/docs/sgfxi-manual.htm

If so, it looks like you're stuck with the open source radeon drivers...
xircon

Re: Device Driver Manager - Help needed

Post by xircon »

Yup, yup and no, not stuck on gallium - I have it working in Manjaro (see edit to my first post), off work with a back injury, needed to get it running to play half-life2, or day time TV would have driven me insane :)

Steve
Schoelje

Re: Device Driver Manager - Help needed

Post by Schoelje »

xircon wrote:Yup, yup and no, not stuck on gallium - I have it working in Manjaro (see edit to my first post)
Manjaro...don't know it.
Is it Debian based?
xircon

Re: Device Driver Manager - Help needed

Post by xircon »

No Arch based, Arch with a better installer, really could not be bothered with the "Arch Way" :)
Schoelje

Re: Device Driver Manager - Help needed

Post by Schoelje »

Arch...I don't have any experience with that one, but I suspect that the kernels are different and that that is the reason why users with your card can't use the fglrx driver. Just guessing, of course, but It means that I don't have a clue how to help you.
dcihon

Re: Device Driver Manager - Help needed

Post by dcihon »

Sorry I missed that part about starting with the -d in the terminal.
Here is the result of the log file:

Code: Select all

18-11-2012 10:59:01 main                          INFO      Write debug information to file: /home/dcihon/ddm.log
18-11-2012 10:59:01 main                          DEBUG     Startup command: gksu --message "<b>Please enter your password</b>" python /usr/lib/device-driver-manager/ddm.py :d :l /home/dcihon/ddm.log
18-11-2012 10:59:07 ddm.main                      INFO      Checking your hardware...
18-11-2012 10:59:07 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 10:59:07 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 10:59:07 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 10:59:07 nvidia.init                   DEBUG     Nvidia driver info: [304, 'Nvidia GeForce 8600 GT', '0402']
18-11-2012 10:59:07 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
18-11-2012 10:59:07 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 10:59:07 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 10:59:10 nvidia.getNvidia              INFO      Get the appropriate Nvidia driver
18-11-2012 10:59:10 nvidia.getNvidia              INFO      Nvidia driver to install: nvidia-glx
18-11-2012 10:59:10 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-glx
18-11-2012 10:59:10 drivers.getPackageStatus      DEBUG     Package not installed: nvidia-glx
18-11-2012 10:59:10 nvidia.getNvidia              DEBUG     Package status: notinstalled
18-11-2012 10:59:10 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 10:59:10 pae.getPae                    DEBUG     Distribution: debian 1.0
18-11-2012 10:59:10 execcmd.run                   DEBUG     Command to execute: uname -r
18-11-2012 10:59:10 execcmd.run                   INFO      3.6.0-4.dmz.1-liquorix-amd64
18-11-2012 10:59:10 execcmd.run                   DEBUG     Command to execute: uname -m
18-11-2012 10:59:10 execcmd.run                   INFO      x86_64
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 10:59:10 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 10:59:10 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 10:59:10 ddm.fillHardware              INFO      Add item: Nvidia GeForce 8600 GT
18-11-2012 10:59:10 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Create list store eval string: gtk.ListStore(bool, gtk.gdk.Pixbuf, gtk.gdk.Pixbuf, str, str, str, int)
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/nvidia.png"), "Nvidia GeForce 8600 GT", "nvidia", "notinstalled", 400] )
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 0", gtk.CellRendererToggle(), active=0)
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Check box found: add toggle function
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Column added: Column 0
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 1", gtk.CellRendererPixbuf(), pixbuf=1)
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Column added: Column 1
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 2", gtk.CellRendererPixbuf(), pixbuf=2)
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Column added: Column 2
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 3", gtk.CellRendererText(), text=3, weight=6)
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Column added: Column 3
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 10:59:10 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
18-11-2012 10:59:10 execcmd.run                   DEBUG     Command to execute: apt-cache policy device-driver-manager | grep Installed
18-11-2012 10:59:15 ddm.handleHardware            INFO      install hardware code: nvidia
18-11-2012 10:59:15 ddm.handleHardware            INFO      Start driver install thread
18-11-2012 10:59:15 drivers.DriverInstall         DEBUG     Initialize DriverInstall
18-11-2012 10:59:15 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 10:59:15 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 10:59:15 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
18-11-2012 10:59:15 nvidia.init                   DEBUG     Nvidia driver info: [304, 'Nvidia GeForce 8600 GT', '0402']
18-11-2012 10:59:15 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 10:59:15 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 10:59:19 nvidia.installNvidiaDriver    DEBUG     Is package installed: nvidia-kernel-dkms
18-11-2012 10:59:19 execcmd.run                   DEBUG     Command to execute: aptitude search nvidia-kernel-dkms | grep ^i
18-11-2012 10:59:22 nvidia.installNvidiaDriver    DEBUG     Is package installed: nvidia-glx
18-11-2012 10:59:22 execcmd.run                   DEBUG     Command to execute: aptitude search nvidia-glx | grep ^i
18-11-2012 10:59:25 nvidia.installNvidiaDriver    DEBUG     Remove drivers before reinstallation:  nvidia-glx
18-11-2012 10:59:25 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes remove nvidia-glx
18-11-2012 10:59:25 execcmd.run                   INFO      Reading package lists...
18-11-2012 10:59:25 execcmd.run                   INFO      Building dependency tree...
18-11-2012 10:59:26 execcmd.run                   INFO      Reading state information...
18-11-2012 10:59:26 execcmd.run                   INFO      Package 'nvidia-glx' is not installed, so not removed
18-11-2012 10:59:27 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
18-11-2012 10:59:33 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install nvidia-support nvidia-installer-cleanup
18-11-2012 10:59:33 execcmd.run                   INFO      Reading package lists...
18-11-2012 10:59:33 execcmd.run                   INFO      Building dependency tree...
18-11-2012 10:59:33 execcmd.run                   INFO      Reading state information...
18-11-2012 10:59:34 execcmd.run                   INFO      nvidia-installer-cleanup is already the newest version.
18-11-2012 10:59:34 execcmd.run                   INFO      nvidia-support is already the newest version.
18-11-2012 10:59:34 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
18-11-2012 10:59:34 nvidia.installNvidiaDriver    DEBUG     Install package: nvidia-kernel-dkms
18-11-2012 10:59:34 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install nvidia-kernel-dkms
18-11-2012 10:59:34 execcmd.run                   INFO      Reading package lists...
18-11-2012 10:59:34 execcmd.run                   INFO      Building dependency tree...
18-11-2012 10:59:35 execcmd.run                   INFO      Reading state information...
18-11-2012 10:59:35 execcmd.run                   INFO      The following extra packages will be installed:
18-11-2012 10:59:35 execcmd.run                   INFO      libgl1-nvidia-glx nvidia-alternative nvidia-glx nvidia-vdpau-driver
18-11-2012 10:59:35 execcmd.run                   INFO      xserver-xorg-video-nvidia
18-11-2012 10:59:35 execcmd.run                   INFO      Recommended packages:
18-11-2012 10:59:35 execcmd.run                   INFO      nvidia-settings libgl1-nvidia-glx-i386
18-11-2012 10:59:35 execcmd.run                   INFO      The following packages will be REMOVED:
18-11-2012 10:59:35 execcmd.run                   INFO      nvidia-glx-legacy-96xx nvidia-kernel-legacy-96xx-dkms
18-11-2012 10:59:35 execcmd.run                   INFO      The following NEW packages will be installed:
18-11-2012 10:59:35 execcmd.run                   INFO      libgl1-nvidia-glx nvidia-alternative nvidia-glx nvidia-kernel-dkms
18-11-2012 10:59:35 execcmd.run                   INFO      nvidia-vdpau-driver xserver-xorg-video-nvidia
18-11-2012 10:59:37 execcmd.run                   INFO      serious bugs of libgl1-nvidia-glx (-> 304.64-2) <unfixed>
18-11-2012 10:59:37 execcmd.run                   INFO      #686033 - libgl1-nvidia-glx: 304.37-1 libgl1-nvidia-glx:i386 removes libgl1-nvidia-glx (amd64) and Nvidia driver
18-11-2012 10:59:37 execcmd.run                   INFO      serious bugs of nvidia-glx (-> 304.64-2) <unfixed>
18-11-2012 10:59:37 execcmd.run                   INFO      #685054 - breaks wine (32-bit) OpenGL support on amd64
18-11-2012 10:59:37 execcmd.run                   INFO      Summary:
18-11-2012 10:59:37 execcmd.run                   INFO      libgl1-nvidia-glx(1 bug), nvidia-glx(1 bug)
18-11-2012 10:59:37 execcmd.run                   INFO      **********************************************************************
18-11-2012 10:59:37 execcmd.run                   INFO      ****** Exiting with an error in order to stop the installation. ******
18-11-2012 10:59:37 execcmd.run                   INFO      **********************************************************************
18-11-2012 10:59:37 execcmd.run                   INFO      0 upgraded, 6 newly installed, 2 to remove and 0 not upgraded.
18-11-2012 10:59:37 execcmd.run                   INFO      Need to get 0 B/16.9 MB of archives.
18-11-2012 10:59:37 execcmd.run                   INFO      After this operation, 69.9 MB of additional disk space will be used.
18-11-2012 10:59:37 execcmd.run                   INFO      E: Sub-process /usr/sbin/apt-listbugs apt || exit 10 returned an error code (10)
18-11-2012 10:59:37 execcmd.run                   INFO      E: Failure running script /usr/sbin/apt-listbugs apt || exit 10
18-11-2012 10:59:37 nvidia.installNvidiaDriver    DEBUG     Install package: build-essential
18-11-2012 10:59:37 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install build-essential
18-11-2012 10:59:37 execcmd.run                   INFO      Reading package lists...
18-11-2012 10:59:37 execcmd.run                   INFO      Building dependency tree...
18-11-2012 10:59:37 execcmd.run                   INFO      Reading state information...
18-11-2012 10:59:38 execcmd.run                   INFO      build-essential is already the newest version.
18-11-2012 10:59:38 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
18-11-2012 10:59:38 nvidia.installNvidiaDriver    DEBUG     Install package: nvidia-xconfig
18-11-2012 10:59:38 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install nvidia-xconfig
18-11-2012 10:59:38 execcmd.run                   INFO      Reading package lists...
18-11-2012 10:59:39 execcmd.run                   INFO      Building dependency tree...
18-11-2012 10:59:39 execcmd.run                   INFO      Reading state information...
18-11-2012 10:59:39 execcmd.run                   INFO      nvidia-xconfig is already the newest version.
18-11-2012 10:59:39 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
18-11-2012 10:59:40 nvidia.installNvidiaDriver    DEBUG     Install package: nvidia-glx-ia32
18-11-2012 10:59:40 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install nvidia-glx-ia32
18-11-2012 10:59:40 execcmd.run                   INFO      Reading package lists...
18-11-2012 10:59:40 execcmd.run                   INFO      Building dependency tree...
18-11-2012 10:59:40 execcmd.run                   INFO      Reading state information...
18-11-2012 10:59:41 execcmd.run                   INFO      nvidia-glx-ia32 is already the newest version.
18-11-2012 10:59:41 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
18-11-2012 10:59:41 nvidia.installNvidiaDriver    DEBUG     Install package: nvidia-glx
18-11-2012 10:59:41 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install nvidia-glx
18-11-2012 10:59:41 execcmd.run                   INFO      Reading package lists...
18-11-2012 10:59:41 execcmd.run                   INFO      Building dependency tree...
18-11-2012 10:59:41 execcmd.run                   INFO      Reading state information...
18-11-2012 10:59:42 execcmd.run                   INFO      The following extra packages will be installed:
18-11-2012 10:59:42 execcmd.run                   INFO      libgl1-nvidia-glx nvidia-alternative nvidia-kernel-dkms nvidia-vdpau-driver
18-11-2012 10:59:42 execcmd.run                   INFO      xserver-xorg-video-nvidia
18-11-2012 10:59:42 execcmd.run                   INFO      Recommended packages:
18-11-2012 10:59:42 execcmd.run                   INFO      nvidia-settings libgl1-nvidia-glx-i386
18-11-2012 10:59:42 execcmd.run                   INFO      The following packages will be REMOVED:
18-11-2012 10:59:42 execcmd.run                   INFO      nvidia-glx-legacy-96xx nvidia-kernel-legacy-96xx-dkms
18-11-2012 10:59:42 execcmd.run                   INFO      The following NEW packages will be installed:
18-11-2012 10:59:42 execcmd.run                   INFO      libgl1-nvidia-glx nvidia-alternative nvidia-glx nvidia-kernel-dkms
18-11-2012 10:59:42 execcmd.run                   INFO      nvidia-vdpau-driver xserver-xorg-video-nvidia
18-11-2012 10:59:44 execcmd.run                   INFO      serious bugs of libgl1-nvidia-glx (-> 304.64-2) <unfixed>
18-11-2012 10:59:44 execcmd.run                   INFO      #686033 - libgl1-nvidia-glx: 304.37-1 libgl1-nvidia-glx:i386 removes libgl1-nvidia-glx (amd64) and Nvidia driver
18-11-2012 10:59:44 execcmd.run                   INFO      serious bugs of nvidia-glx (-> 304.64-2) <unfixed>
18-11-2012 10:59:44 execcmd.run                   INFO      #685054 - breaks wine (32-bit) OpenGL support on amd64
18-11-2012 10:59:44 execcmd.run                   INFO      Summary:
18-11-2012 10:59:44 execcmd.run                   INFO      libgl1-nvidia-glx(1 bug), nvidia-glx(1 bug)
18-11-2012 10:59:44 execcmd.run                   INFO      **********************************************************************
18-11-2012 10:59:44 execcmd.run                   INFO      ****** Exiting with an error in order to stop the installation. ******
18-11-2012 10:59:44 execcmd.run                   INFO      **********************************************************************
18-11-2012 10:59:44 execcmd.run                   INFO      0 upgraded, 6 newly installed, 2 to remove and 0 not upgraded.
18-11-2012 10:59:44 execcmd.run                   INFO      Need to get 0 B/16.9 MB of archives.
18-11-2012 10:59:44 execcmd.run                   INFO      After this operation, 69.9 MB of additional disk space will be used.
18-11-2012 10:59:44 execcmd.run                   INFO      E: Sub-process /usr/sbin/apt-listbugs apt || exit 10 returned an error code (10)
18-11-2012 10:59:44 execcmd.run                   INFO      E: Failure running script /usr/sbin/apt-listbugs apt || exit 10
18-11-2012 10:59:44 nvidia.installNvidiaDriver    DEBUG     Install package: nvidia-settings
18-11-2012 10:59:44 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install nvidia-settings
18-11-2012 10:59:44 execcmd.run                   INFO      Reading package lists...
18-11-2012 10:59:45 execcmd.run                   INFO      Building dependency tree...
18-11-2012 10:59:45 execcmd.run                   INFO      Reading state information...
18-11-2012 10:59:45 execcmd.run                   INFO      The following extra packages will be installed:
18-11-2012 10:59:45 execcmd.run                   INFO      libgl1-nvidia-glx libxnvctrl0 nvidia-alternative nvidia-glx
18-11-2012 10:59:45 execcmd.run                   INFO      nvidia-kernel-dkms nvidia-vdpau-driver xserver-xorg-video-nvidia
18-11-2012 10:59:45 execcmd.run                   INFO      Recommended packages:
18-11-2012 10:59:45 execcmd.run                   INFO      libgl1-nvidia-glx-i386
18-11-2012 10:59:45 execcmd.run                   INFO      The following packages will be REMOVED:
18-11-2012 10:59:45 execcmd.run                   INFO      libgl1-nvidia-legacy-96xx-glx nvidia-glx-legacy-96xx
18-11-2012 10:59:45 execcmd.run                   INFO      nvidia-kernel-legacy-96xx-dkms xserver-xorg-video-nvidia-legacy-96xx
18-11-2012 10:59:45 execcmd.run                   INFO      The following NEW packages will be installed:
18-11-2012 10:59:45 execcmd.run                   INFO      libgl1-nvidia-glx libxnvctrl0 nvidia-alternative nvidia-glx
18-11-2012 10:59:45 execcmd.run                   INFO      nvidia-kernel-dkms nvidia-settings nvidia-vdpau-driver
18-11-2012 10:59:45 execcmd.run                   INFO      xserver-xorg-video-nvidia
18-11-2012 10:59:47 execcmd.run                   INFO      serious bugs of nvidia-glx (-> 304.64-2) <unfixed>
18-11-2012 10:59:47 execcmd.run                   INFO      #685054 - breaks wine (32-bit) OpenGL support on amd64
18-11-2012 10:59:47 execcmd.run                   INFO      serious bugs of libgl1-nvidia-glx (-> 304.64-2) <unfixed>
18-11-2012 10:59:47 execcmd.run                   INFO      #686033 - libgl1-nvidia-glx: 304.37-1 libgl1-nvidia-glx:i386 removes libgl1-nvidia-glx (amd64) and Nvidia driver
18-11-2012 10:59:47 execcmd.run                   INFO      Summary:
18-11-2012 10:59:47 execcmd.run                   INFO      nvidia-glx(1 bug), libgl1-nvidia-glx(1 bug)
18-11-2012 10:59:47 execcmd.run                   INFO      **********************************************************************
18-11-2012 10:59:47 execcmd.run                   INFO      ****** Exiting with an error in order to stop the installation. ******
18-11-2012 10:59:47 execcmd.run                   INFO      **********************************************************************
18-11-2012 10:59:47 execcmd.run                   INFO      0 upgraded, 8 newly installed, 4 to remove and 0 not upgraded.
18-11-2012 10:59:47 execcmd.run                   INFO      Need to get 0 B/17.8 MB of archives.
18-11-2012 10:59:47 execcmd.run                   INFO      After this operation, 45.2 MB of additional disk space will be used.
18-11-2012 10:59:47 execcmd.run                   INFO      E: Sub-process /usr/sbin/apt-listbugs apt || exit 10 returned an error code (10)
18-11-2012 10:59:47 execcmd.run                   INFO      E: Failure running script /usr/sbin/apt-listbugs apt || exit 10
18-11-2012 10:59:47 nvidia.installNvidia          DEBUG     Configure Nvidia...
18-11-2012 10:59:47 execcmd.run                   DEBUG     Command to execute: nvidia-xconfig
18-11-2012 10:59:47 nvidia.installNvidia          DEBUG     Blacklist Nouveau: /etc/modprobe.d/blacklist-nouveau.conf
18-11-2012 10:59:47 nvidia.installNvidia          INFO      Done installing Nvidia drivers
18-11-2012 10:59:47 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 10:59:47 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 10:59:47 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 10:59:47 nvidia.init                   DEBUG     Nvidia driver info: [304, 'Nvidia GeForce 8600 GT', '0402']
18-11-2012 10:59:47 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 10:59:47 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 10:59:50 nvidia.getNvidia              INFO      Get the appropriate Nvidia driver
18-11-2012 10:59:50 nvidia.getNvidia              INFO      Nvidia driver to install: nvidia-glx
18-11-2012 10:59:50 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-glx
18-11-2012 10:59:50 drivers.getPackageStatus      DEBUG     Package not installed: nvidia-glx
18-11-2012 10:59:50 nvidia.getNvidia              DEBUG     Package status: notinstalled
18-11-2012 10:59:50 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 10:59:50 pae.getPae                    DEBUG     Distribution: debian 1.0
18-11-2012 10:59:50 execcmd.run                   DEBUG     Command to execute: uname -r
18-11-2012 10:59:50 execcmd.run                   INFO      3.6.0-4.dmz.1-liquorix-amd64
18-11-2012 10:59:50 execcmd.run                   DEBUG     Command to execute: uname -m
18-11-2012 10:59:50 execcmd.run                   INFO      x86_64
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 10:59:50 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 10:59:50 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 10:59:50 ddm.fillHardware              INFO      Add item: Nvidia GeForce 8600 GT
18-11-2012 10:59:50 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Clear existing list store
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/nvidia.png"), "Nvidia GeForce 8600 GT", "nvidia", "notinstalled", 400] )
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Column already exists: Column 0
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Column already exists: Column 1
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Column already exists: Column 2
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Column already exists: Column 3
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 10:59:50 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
lizbeth

Re: Device Driver Manager - Help needed

Post by lizbeth »

Ok, this is from Nadia, Cinnamon. Again I use AMD Radeon on chip 6520G HD GPU. It seemed to install just fine.

Code: Select all

18-11-2012 12:42:49 main                          INFO      Write debug information to file: /home/nadia/ddm.log
18-11-2012 12:42:49 main                          DEBUG     Startup command: gksu --message "<b>Please enter your password</b>" python /usr/lib/device-driver-manager/ddm.py :d :l /home/nadia/ddm.log
18-11-2012 12:42:54 ddm.main                      INFO      Checking your hardware...
18-11-2012 12:42:54 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 12:42:54 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 12:42:54 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 12:42:54 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 12:42:54 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
18-11-2012 12:42:54 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 12:42:54 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 12:42:57 nvidia.getNvidia              DEBUG     No supported Nvidia card found
18-11-2012 12:42:57 ati.getATI                    INFO      ATI card found: Advanced Micro Devices [AMD] nee ATI BeaverCreek [Radeon HD 6520G]
18-11-2012 12:42:57 ati.getATI                    INFO      ATI chip serie found:  6520
18-11-2012 12:42:57 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx
18-11-2012 12:42:57 drivers.getPackageStatus      DEBUG     Package not installed: fglrx
18-11-2012 12:42:57 ati.getATI                    DEBUG     ATI fglrx status: notinstalled
18-11-2012 12:42:57 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 12:42:57 pae.getPae                    DEBUG     Distribution: linuxmint 14.0
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 12:42:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 12:42:57 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
18-11-2012 12:42:57 ddm.fillHardware              INFO      Add item: Advanced Micro Devices [AMD] nee ATI BeaverCreek [Radeon HD 6520G]
18-11-2012 12:42:57 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Create list store eval string: gtk.ListStore(bool, gtk.gdk.Pixbuf, gtk.gdk.Pixbuf, str, str, str, int)
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "Advanced Micro Devices [AMD] nee ATI BeaverCreek [Radeon HD 6520G]", "ati", "notinstalled", 400] )
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 0", gtk.CellRendererToggle(), active=0)
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Check box found: add toggle function
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Column added: Column 0
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 1", gtk.CellRendererPixbuf(), pixbuf=1)
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Column added: Column 1
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 2", gtk.CellRendererPixbuf(), pixbuf=2)
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Column added: Column 2
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 3", gtk.CellRendererText(), text=3, weight=6)
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Column added: Column 3
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 12:42:57 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
18-11-2012 12:42:57 execcmd.run                   DEBUG     Command to execute: apt-cache policy device-driver-manager | grep Installed
18-11-2012 12:43:02 ddm.handleHardware            INFO      install hardware code: ati
18-11-2012 12:43:02 ddm.handleHardware            INFO      Start driver install thread
18-11-2012 12:43:02 drivers.DriverInstall         DEBUG     Initialize DriverInstall
18-11-2012 12:43:02 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 12:43:02 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 12:43:02 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
18-11-2012 12:43:41 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 12:45:11 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 12:47:20 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 12:48:42 ati.installATI                INFO      ATI driver to install: fglrx
18-11-2012 12:48:58 ati.installATIDriver          DEBUG     Is package installed: fglrx
18-11-2012 12:49:00 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx | grep ^i
18-11-2012 12:49:06 ati.installATIDriver          DEBUG     Is package installed: fglrx-amdcccle
18-11-2012 12:49:06 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx-amdcccle | grep ^i
18-11-2012 12:49:08 ati.installATIDriver          DEBUG     Purge Nouveau drivers: xserver-xorg-video-nouvea
18-11-2012 12:49:08 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes remove xserver-xorg-video-nouveau
18-11-2012 12:49:09 execcmd.run                   INFO      Reading package lists...
18-11-2012 12:49:09 execcmd.run                   INFO      Building dependency tree...
18-11-2012 12:49:09 execcmd.run                   INFO      Reading state information...
18-11-2012 12:49:09 execcmd.run                   INFO      The following packages will be REMOVED:
18-11-2012 12:49:09 execcmd.run                   INFO      xserver-xorg-video-all xserver-xorg-video-nouveau
18-11-2012 12:49:10 execcmd.run                   INFO      0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
18-11-2012 12:49:10 execcmd.run                   INFO      After this operation, 362 kB disk space will be freed.
18-11-2012 12:49:10 execcmd.run                   INFO      (Reading database ... 167856 files and directories currently installed.)
18-11-2012 12:49:10 execcmd.run                   INFO      Removing xserver-xorg-video-all ...
18-11-2012 12:49:10 execcmd.run                   INFO      Removing xserver-xorg-video-nouveau ...
18-11-2012 12:49:11 execcmd.run                   INFO      Processing triggers for man-db ...
18-11-2012 12:49:13 ati.installATIDriver          DEBUG     Install drivers: fglrx
18-11-2012 12:49:13 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx
18-11-2012 12:49:23 execcmd.run                   INFO      Reading package lists...
18-11-2012 12:49:27 execcmd.run                   INFO      Building dependency tree...
18-11-2012 12:49:34 execcmd.run                   INFO      Reading state information...
18-11-2012 12:49:35 execcmd.run                   INFO      The following extra packages will be installed:
18-11-2012 12:49:39 execcmd.run                   INFO      fglrx-amdcccle lib32gcc1 libc6-i386
18-11-2012 12:49:39 execcmd.run                   INFO      The following NEW packages will be installed:
18-11-2012 12:49:39 execcmd.run                   INFO      fglrx fglrx-amdcccle lib32gcc1 libc6-i386
18-11-2012 12:49:39 execcmd.run                   INFO      0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
18-11-2012 12:49:39 execcmd.run                   INFO      Need to get 89.2 MB of archives.
18-11-2012 12:49:39 execcmd.run                   INFO      After this operation, 264 MB of additional disk space will be used.
18-11-2012 12:49:39 execcmd.run                   INFO      Get:1 http://archive.ubuntu.com/ubuntu/ quantal/main libc6-i386 amd64 2.15-0ubuntu20 [3,994 kB]
18-11-2012 12:49:41 execcmd.run                   INFO      Get:2 http://archive.ubuntu.com/ubuntu/ quantal/main lib32gcc1 amd64 1:4.7.2-2ubuntu1 [53.3 kB]
18-11-2012 12:49:41 execcmd.run                   INFO      Get:3 http://archive.ubuntu.com/ubuntu/ quantal/restricted fglrx amd64 2:9.000-0ubuntu3 [79.4 MB]
18-11-2012 12:50:32 execcmd.run                   INFO      Get:4 http://archive.ubuntu.com/ubuntu/ quantal/restricted fglrx-amdcccle amd64 2:9.000-0ubuntu3 [5,747 kB]
18-11-2012 12:50:35 execcmd.run                   INFO      dpkg-preconfigure: unable to re-open stdin: No such file or directory
18-11-2012 12:50:35 execcmd.run                   INFO      Fetched 89.2 MB in 1min 10s (1,257 kB/s)
18-11-2012 12:50:35 execcmd.run                   INFO      Selecting previously unselected package libc6-i386.
18-11-2012 12:50:35 execcmd.run                   INFO      (Reading database ... 167845 files and directories currently installed.)
18-11-2012 12:50:35 execcmd.run                   INFO      Unpacking libc6-i386 (from .../libc6-i386_2.15-0ubuntu20_amd64.deb) ...
18-11-2012 12:50:36 execcmd.run                   INFO      Selecting previously unselected package lib32gcc1.
18-11-2012 12:50:37 execcmd.run                   INFO      Unpacking lib32gcc1 (from .../lib32gcc1_1%3a4.7.2-2ubuntu1_amd64.deb) ...
18-11-2012 12:50:37 execcmd.run                   INFO      Selecting previously unselected package fglrx.
18-11-2012 12:50:37 execcmd.run                   INFO      Unpacking fglrx (from .../fglrx_2%3a9.000-0ubuntu3_amd64.deb) ...
18-11-2012 12:50:45 execcmd.run                   INFO      Selecting previously unselected package fglrx-amdcccle.
18-11-2012 12:50:45 execcmd.run                   INFO      Unpacking fglrx-amdcccle (from .../fglrx-amdcccle_2%3a9.000-0ubuntu3_amd64.deb) ...
18-11-2012 12:50:45 execcmd.run                   INFO      Processing triggers for ureadahead ...
18-11-2012 12:50:46 execcmd.run                   INFO      Setting up libc6-i386 (2.15-0ubuntu20) ...
18-11-2012 12:50:47 execcmd.run                   INFO      Setting up lib32gcc1 (1:4.7.2-2ubuntu1) ...
18-11-2012 12:50:47 execcmd.run                   INFO      Setting up fglrx (2:9.000-0ubuntu3) ...
18-11-2012 12:50:47 execcmd.run                   INFO      update-alternatives: using /usr/lib/fglrx/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode
18-11-2012 12:50:47 execcmd.run                   INFO      update-alternatives: using /usr/lib/fglrx/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode
18-11-2012 12:50:49 execcmd.run                   INFO      update-initramfs: deferring update (trigger activated)
18-11-2012 12:50:49 execcmd.run                   INFO      update-initramfs: Generating /boot/initrd.img-3.5.0-17-generic
18-11-2012 12:51:00 execcmd.run                   INFO      Warning: No support for locale: en_US.utf8
18-11-2012 12:51:06 execcmd.run                   INFO      Loading new fglrx-9.000 DKMS files...
18-11-2012 12:51:09 execcmd.run                   INFO      First Installation: checking all kernels...
18-11-2012 12:51:10 execcmd.run                   INFO      Building for 3.5.0-17-generic and 3.5.0-18-generic
18-11-2012 12:51:10 execcmd.run                   INFO      Building for architecture amd64
18-11-2012 12:51:10 execcmd.run                   INFO      Building initial module for 3.5.0-17-generic
18-11-2012 12:51:22 execcmd.run                   INFO      Done.
18-11-2012 12:51:22 execcmd.run                   INFO      fglrx:
18-11-2012 12:51:22 execcmd.run                   INFO      Running module version sanity check.
18-11-2012 12:51:22 execcmd.run                   INFO      - Original module
18-11-2012 12:51:22 execcmd.run                   INFO      - No original module exists within this kernel
18-11-2012 12:51:22 execcmd.run                   INFO      - Installation
18-11-2012 12:51:22 execcmd.run                   INFO      - Installing to /lib/modules/3.5.0-17-generic/kernel/drivers/char/drm/
18-11-2012 12:51:29 execcmd.run                   INFO      depmod....
18-11-2012 12:51:29 execcmd.run                   INFO      DKMS: install completed.
18-11-2012 12:51:29 execcmd.run                   INFO      Building initial module for 3.5.0-18-generic
18-11-2012 12:51:40 execcmd.run                   INFO      Done.
18-11-2012 12:51:42 execcmd.run                   INFO      fglrx:
18-11-2012 12:51:45 execcmd.run                   INFO      Running module version sanity check.
18-11-2012 12:51:45 execcmd.run                   INFO      - Original module
18-11-2012 12:51:45 execcmd.run                   INFO      - No original module exists within this kernel
18-11-2012 12:51:45 execcmd.run                   INFO      - Installation
18-11-2012 12:51:45 execcmd.run                   INFO      - Installing to /lib/modules/3.5.0-18-generic/kernel/drivers/char/drm/
18-11-2012 12:51:45 execcmd.run                   INFO      depmod....
18-11-2012 12:51:45 execcmd.run                   INFO      DKMS: install completed.
18-11-2012 12:51:45 execcmd.run                   INFO      update-initramfs: deferring update (trigger activated)
18-11-2012 12:51:45 execcmd.run                   INFO      Processing triggers for ureadahead ...
18-11-2012 12:51:45 execcmd.run                   INFO      Processing triggers for bamfdaemon ...
18-11-2012 12:51:45 execcmd.run                   INFO      Rebuilding /usr/share/applications/bamf.index...
18-11-2012 12:51:45 execcmd.run                   INFO      Setting up fglrx-amdcccle (2:9.000-0ubuntu3) ...
18-11-2012 12:51:45 execcmd.run                   INFO      Processing triggers for libc-bin ...
18-11-2012 12:51:47 execcmd.run                   INFO      ldconfig deferred processing now taking place
18-11-2012 12:51:47 execcmd.run                   INFO      Processing triggers for initramfs-tools ...
18-11-2012 12:51:47 execcmd.run                   INFO      update-initramfs: Generating /boot/initrd.img-3.5.0-18-generic
18-11-2012 12:51:57 execcmd.run                   INFO      Warning: No support for locale: en_US.utf8
18-11-2012 12:52:04 ati.installATIDriver          DEBUG     Install drivers: fglrx-amdcccle
18-11-2012 12:52:04 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx-amdcccle
18-11-2012 12:52:05 execcmd.run                   INFO      Reading package lists...
18-11-2012 12:52:05 execcmd.run                   INFO      Building dependency tree...
18-11-2012 12:52:05 execcmd.run                   INFO      Reading state information...
18-11-2012 12:52:06 execcmd.run                   INFO      fglrx-amdcccle is already the newest version.
18-11-2012 12:52:13 execcmd.run                   INFO      fglrx-amdcccle set to manually installed.
18-11-2012 12:52:30 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
18-11-2012 12:52:42 ati.installATI                DEBUG     Configure ATI
18-11-2012 12:52:46 execcmd.run                   DEBUG     Command to execute: aticonfig --initial -f
18-11-2012 12:53:19 execcmd.run                   INFO      Uninitialised file found, configuring.
18-11-2012 12:54:18 execcmd.run                   INFO      Using /etc/X11/xorg.conf
18-11-2012 12:54:56 execcmd.run                   INFO      Saving back-up to /etc/X11/xorg.conf.original-0
18-11-2012 12:55:00 ati.installATI                INFO      Done installing ATI drivers
18-11-2012 12:55:13 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 12:55:13 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 12:55:13 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 12:55:13 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 12:55:13 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 12:55:13 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 12:55:19 nvidia.getNvidia              DEBUG     No supported Nvidia card found
18-11-2012 12:55:19 ati.getATI                    INFO      ATI card found: Advanced Micro Devices [AMD] nee ATI BeaverCreek [Radeon HD 6520G]
18-11-2012 12:55:19 ati.getATI                    INFO      ATI chip serie found:  6520
18-11-2012 12:55:19 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx
18-11-2012 12:55:19 drivers.getPackageStatus      DEBUG     Package is installed: fglrx
18-11-2012 12:55:19 ati.getATI                    DEBUG     ATI fglrx status: installed
18-11-2012 12:55:19 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 12:55:19 pae.getPae                    DEBUG     Distribution: linuxmint 14.0
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 12:55:19 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 12:55:19 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
18-11-2012 12:55:19 ddm.fillHardware              INFO      Add item: Advanced Micro Devices [AMD] nee ATI BeaverCreek [Radeon HD 6520G]
18-11-2012 12:55:19 ddm.fillHardware              DEBUG     Preselect: False
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Clear existing list store
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [False, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/installed.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "Advanced Micro Devices [AMD] nee ATI BeaverCreek [Radeon HD 6520G]", "ati", "installed", 400] )
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Column already exists: Column 0
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Column already exists: Column 1
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Column already exists: Column 2
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Column already exists: Column 3
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 12:55:19 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
Schoelje

Re: Device Driver Manager - Help needed

Post by Schoelje »

dcihon wrote:Sorry I missed that part about starting with the -d in the terminal.
First a summary (correct me if I'm wrong):
  1. This is KDE installed on LMDE XFCE
  2. You're using the liquorix kernel (this shouldn't be a problem, as long as the linux-headers are installed)
  3. You get an error on wine (never seen that one)
Let's focus on the error:

Code: Select all

The following NEW packages will be installed:
libgl1-nvidia-glx nvidia-alternative nvidia-glx nvidia-kernel-dkms
nvidia-vdpau-driver xserver-xorg-video-nvidia
serious bugs of libgl1-nvidia-glx (-> 304.64-2) <unfixed>
#686033 - libgl1-nvidia-glx: 304.37-1 libgl1-nvidia-glx:i386 removes libgl1-nvidia-glx (amd64) and Nvidia driver
serious bugs of nvidia-glx (-> 304.64-2) <unfixed>
#685054 - breaks wine (32-bit) OpenGL support on amd64
Summary:
libgl1-nvidia-glx(1 bug), nvidia-glx(1 bug)
**********************************************************************
****** Exiting with an error in order to stop the installation. ******
**********************************************************************
This is a bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685054

And probably has something to do with dpkg not being multiarch enabled.
Please look at the bug report to check if this might help your issue.
Post any questions on this thread, because this might help others as well.

Could you please, re-download DDM: I've made some changes in the order in which the packages are installed.
It might clarify problems the next time you post the log file
lizbeth

Re: Device Driver Manager - Help needed

Post by lizbeth »

Tried it in debian squeeze with non-pae kernel... problem.... no python2.7 to run it..


device-driver-manager -d
/usr/bin/device-driver-manager: line 3: /usr/bin/python2.7: No such file or directory
lizbeth

Re: Device Driver Manager - Help needed

Post by lizbeth »

Ok, so after I upgraded my lxde from squeeze to lmde and reran ddm, the first thing it wanted to do was install pae kernel and enable muti-core support. Then it claimed fglrx had no installation candidate. Somehow I needed to reboot and had lost my internet connection...doh. Anyway here is the log from that.....

Code: Select all

18-11-2012 18:18:52 main                          INFO      Write debug information to file: /root/ddm.log
18-11-2012 18:18:52 main                          DEBUG     Startup command:  python /usr/lib/device-driver-manager/ddm.py :d :l /root/ddm.log
18-11-2012 18:18:52 ddm.main                      INFO      Checking your hardware...
18-11-2012 18:18:52 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 18:18:52 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 18:18:52 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 18:18:52 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 18:18:52 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
18-11-2012 18:18:52 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 18:18:52 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 18:18:54 nvidia.getNvidia              DEBUG     No supported Nvidia card found
18-11-2012 18:18:54 ati.getATI                    INFO      ATI card found: ATI Technologies Inc Device 9647
18-11-2012 18:18:54 ati.getATI                    INFO      ATI chip serie found:  9647
18-11-2012 18:18:54 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx
18-11-2012 18:18:54 drivers.getPackageStatus      DEBUG     Package not installed: fglrx
18-11-2012 18:18:54 ati.getATI                    DEBUG     ATI fglrx status: notinstalled
18-11-2012 18:18:54 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 18:18:54 pae.getPae                    DEBUG     Distribution: cat: /etc/*-release: no such file or directory 0
18-11-2012 18:18:54 execcmd.run                   DEBUG     Command to execute: uname -r
18-11-2012 18:18:54 execcmd.run                   INFO      2.6.32-5-686
18-11-2012 18:18:54 execcmd.run                   DEBUG     Command to execute: uname -m
18-11-2012 18:18:54 execcmd.run                   INFO      i686
18-11-2012 18:18:54 pae.getPae                    DEBUG     Single-core kernel found: 2.6.32-5-686
18-11-2012 18:18:54 pae.getPae                    INFO      Multi-core system running single-core kernel found
18-11-2012 18:18:54 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers-3.2.0-3-686-pae | grep ^i
18-11-2012 18:18:56 pae.getPae                    INFO      PAE not installed
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 18:18:56 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 18:18:56 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
18-11-2012 18:18:56 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
18-11-2012 18:18:56 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 18:18:56 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
18-11-2012 18:18:56 ddm.fillHardware              INFO      Add item: ATI Technologies Inc Device 9647
18-11-2012 18:18:56 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Create list store eval string: gtk.ListStore(bool, gtk.gdk.Pixbuf, gtk.gdk.Pixbuf, str, str, str, int)
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/pae.png"), "Multi-core support for 32-bit systems", "pae", "notinstalled", 400] )
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "ATI Technologies Inc Device 9647", "ati", "notinstalled", 400] )
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 0", gtk.CellRendererToggle(), active=0)
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Check box found: add toggle function
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Column added: Column 0
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 1", gtk.CellRendererPixbuf(), pixbuf=1)
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Column added: Column 1
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 2", gtk.CellRendererPixbuf(), pixbuf=2)
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Column added: Column 2
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 3", gtk.CellRendererText(), text=3, weight=6)
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Column added: Column 3
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 18:18:56 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
18-11-2012 18:18:56 execcmd.run                   DEBUG     Command to execute: apt-cache policy device-driver-manager | grep Installed
18-11-2012 18:19:13 ddm.handleHardware            INFO      install hardware code: pae
18-11-2012 18:19:13 ddm.handleHardware            INFO      Start driver install thread
18-11-2012 18:19:13 drivers.DriverInstall         DEBUG     Initialize DriverInstall
18-11-2012 18:19:13 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 18:19:13 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 18:19:13 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 18:19:13 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
18-11-2012 18:20:31 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 18:25:37 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 18:38:54 pae.installPAE                DEBUG     PAE kernel install command: apt-get -y --force-yes install linux-headers-3.2.0-3-686-pae linux-image-3.2.0-3-686-pae --reinstall
18-11-2012 18:38:54 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install linux-headers-3.2.0-3-686-pae linux-image-3.2.0-3-686-pae --reinstall
18-11-2012 18:38:55 execcmd.run                   INFO      Reading package lists...
18-11-2012 18:38:55 execcmd.run                   INFO      Building dependency tree...
18-11-2012 18:38:55 execcmd.run                   INFO      Reading state information...
18-11-2012 18:38:55 execcmd.run                   INFO      The following extra packages will be installed:
18-11-2012 18:38:55 execcmd.run                   INFO      binutils cpp-4.6 firmware-linux-free gcc-4.6 gcc-4.6-base initramfs-tools
18-11-2012 18:39:15 execcmd.run                   INFO      klibc-utils libklibc libmpc2 linux-base linux-headers-3.2.0-3-common
18-11-2012 18:39:15 execcmd.run                   INFO      linux-kbuild-3.2
18-11-2012 18:39:15 execcmd.run                   INFO      Suggested packages:
18-11-2012 18:39:15 execcmd.run                   INFO      binutils-doc gcc-4.6-locales gcc-4.6-multilib libmudflap0-4.6-dev
18-11-2012 18:39:15 execcmd.run                   INFO      gcc-4.6-doc libgcc1-dbg libgomp1-dbg libquadmath0-dbg libmudflap0-dbg
18-11-2012 18:39:15 execcmd.run                   INFO      binutils-gold linux-doc-3.2 debian-kernel-handbook
18-11-2012 18:39:36 execcmd.run                   INFO      The following NEW packages will be installed:
18-11-2012 18:39:46 execcmd.run                   INFO      cpp-4.6 gcc-4.6 gcc-4.6-base libmpc2 linux-headers-3.2.0-3-686-pae
18-11-2012 18:39:46 execcmd.run                   INFO      linux-headers-3.2.0-3-common linux-image-3.2.0-3-686-pae linux-kbuild-3.2
18-11-2012 18:39:46 execcmd.run                   INFO      The following packages will be upgraded:
18-11-2012 18:39:46 execcmd.run                   INFO      binutils firmware-linux-free initramfs-tools klibc-utils libklibc linux-base
18-11-2012 18:39:46 execcmd.run                   INFO      6 upgraded, 8 newly installed, 0 to remove and 633 not upgraded.
18-11-2012 18:39:46 execcmd.run                   INFO      Need to get 44.2 MB of archives.
18-11-2012 18:39:46 execcmd.run                   INFO      After this operation, 138 MB of additional disk space will be used.
18-11-2012 18:39:46 execcmd.run                   INFO      Get:1 http://debian.linuxmint.com/incoming/ testing/main initramfs-tools all 0.107 [90.3 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:2 http://debian.linuxmint.com/incoming/ testing/main klibc-utils i386 2.0.1-1 [189 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:3 http://debian.linuxmint.com/incoming/ testing/main libklibc i386 2.0.1-1 [58.1 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:4 http://debian.linuxmint.com/incoming/ testing/main linux-base all 3.5 [34.3 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:5 http://debian.linuxmint.com/incoming/ testing/main linux-image-3.2.0-3-686-pae i386 3.2.21-3 [22.8 MB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:6 http://debian.linuxmint.com/incoming/ testing/main libmpc2 i386 0.9-4 [41.3 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:7 http://debian.linuxmint.com/incoming/ testing/main binutils i386 2.22-6.1 [4,566 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:8 http://debian.linuxmint.com/incoming/ testing/main gcc-4.6-base i386 4.6.3-8 [140 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:9 http://debian.linuxmint.com/incoming/ testing/main cpp-4.6 i386 4.6.3-8 [4,654 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:10 http://debian.linuxmint.com/incoming/ testing/main firmware-linux-free all 3.1 [10.5 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:11 http://debian.linuxmint.com/incoming/ testing/main gcc-4.6 i386 4.6.3-8 [7,338 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:12 http://debian.linuxmint.com/incoming/ testing/main linux-headers-3.2.0-3-common i386 3.2.21-3 [3,526 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:13 http://debian.linuxmint.com/incoming/ testing/main linux-kbuild-3.2 i386 3.2.17-1 [233 kB]
18-11-2012 18:39:46 execcmd.run                   INFO      Get:14 http://debian.linuxmint.com/incoming/ testing/main linux-headers-3.2.0-3-686-pae i386 3.2.21-3 [577 kB]
18-11-2012 18:39:47 execcmd.run                   INFO      Reading changelogs...
18-11-2012 18:39:47 execcmd.run                   INFO      linux-base (3) unstable; urgency=low
18-11-2012 18:39:55 execcmd.run                   INFO      * Some HP Smart Array controllers are now handled by the new 'hpsa'
18-11-2012 18:39:55 execcmd.run                   INFO      driver, rather than the 'cciss' driver.
18-11-2012 18:39:55 execcmd.run                   INFO      While the cciss driver presented disk device names beginning with
18-11-2012 18:39:55 execcmd.run                   INFO      'cciss/', hpsa makes disk arrays appear as ordinary SCSI disks and
18-11-2012 18:39:55 execcmd.run                   INFO      presents device names beginning with 'sd'.  In a system that already
18-11-2012 18:39:55 execcmd.run                   INFO      has other SCSI or SCSI-like devices, names may change unpredictably.
18-11-2012 18:39:55 execcmd.run                   INFO      During the upgrade from earlier versions, you will be prompted to
18-11-2012 18:39:55 execcmd.run                   INFO      update configuration files which refer to device names that may
18-11-2012 18:39:57 execcmd.run                   INFO      change.  You can choose to do this yourself or to follow an automatic
18-11-2012 18:40:08 execcmd.run                   INFO      upgrade process.  All changed configuration files are backed up with
18-11-2012 18:40:08 execcmd.run                   INFO      a suffix of '.old' (or '^old' in one case).
18-11-2012 18:40:08 execcmd.run                   INFO      -- Ben Hutchings <ben@decadent.org.uk>  Wed, 16 Mar 2011 13:19:34 +0000
18-11-2012 18:40:08 execcmd.run                   INFO      apt-listchanges: Mailing root: apt-listchanges: news for minty
18-11-2012 18:40:08 execcmd.run                   INFO      Preconfiguring packages ...
18-11-2012 18:40:08 execcmd.run                   INFO      Fetched 44.2 MB in 45s (982 kB/s)
18-11-2012 18:40:08 execcmd.run                   INFO      (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 80951 files and directories currently installed.)
18-11-2012 18:40:08 execcmd.run                   INFO      Preparing to replace initramfs-tools 0.98.8 (using .../initramfs-tools_0.107_all.deb) ...
18-11-2012 18:40:08 execcmd.run                   INFO      Unpacking replacement initramfs-tools ...
18-11-2012 18:40:21 execcmd.run                   INFO      Preparing to replace klibc-utils 1.5.20-1+squeeze1 (using .../klibc-utils_2.0.1-1_i386.deb) ...
18-11-2012 18:40:22 execcmd.run                   INFO      Unpacking replacement klibc-utils ...
18-11-2012 18:40:23 execcmd.run                   INFO      Preparing to replace libklibc 1.5.20-1+squeeze1 (using .../libklibc_2.0.1-1_i386.deb) ...
18-11-2012 18:40:23 execcmd.run                   INFO      Unpacking replacement libklibc ...
18-11-2012 18:40:23 execcmd.run                   INFO      Preparing to replace linux-base 2.6.32-45 (using .../linux-base_3.5_all.deb) ...
18-11-2012 18:40:23 execcmd.run                   INFO      Unpacking replacement linux-base ...
18-11-2012 18:40:23 execcmd.run                   INFO      Selecting previously deselected package linux-image-3.2.0-3-686-pae.
18-11-2012 18:40:23 execcmd.run                   INFO      Unpacking linux-image-3.2.0-3-686-pae (from .../linux-image-3.2.0-3-686-pae_3.2.21-3_i386.deb) ...
18-11-2012 18:40:26 execcmd.run                   INFO      Selecting previously deselected package libmpc2.
18-11-2012 18:40:26 execcmd.run                   INFO      Unpacking libmpc2 (from .../libmpc2_0.9-4_i386.deb) ...
18-11-2012 18:40:26 execcmd.run                   INFO      Preparing to replace binutils 2.20.1-16 (using .../binutils_2.22-6.1_i386.deb) ...
18-11-2012 18:40:26 execcmd.run                   INFO      Unpacking replacement binutils ...
18-11-2012 18:40:26 execcmd.run                   INFO      Selecting previously deselected package gcc-4.6-base.
18-11-2012 18:40:26 execcmd.run                   INFO      Unpacking gcc-4.6-base (from .../gcc-4.6-base_4.6.3-8_i386.deb) ...
18-11-2012 18:40:26 execcmd.run                   INFO      Selecting previously deselected package cpp-4.6.
18-11-2012 18:40:26 execcmd.run                   INFO      Unpacking cpp-4.6 (from .../cpp-4.6_4.6.3-8_i386.deb) ...
18-11-2012 18:40:26 execcmd.run                   INFO      Preparing to replace firmware-linux-free 2.6.32-45 (using .../firmware-linux-free_3.1_all.deb) ...
18-11-2012 18:40:26 execcmd.run                   INFO      Unpacking replacement firmware-linux-free ...
18-11-2012 18:40:26 execcmd.run                   INFO      Selecting previously deselected package gcc-4.6.
18-11-2012 18:40:26 execcmd.run                   INFO      Unpacking gcc-4.6 (from .../gcc-4.6_4.6.3-8_i386.deb) ...
18-11-2012 18:40:28 execcmd.run                   INFO      Selecting previously deselected package linux-headers-3.2.0-3-common.
18-11-2012 18:40:29 execcmd.run                   INFO      Unpacking linux-headers-3.2.0-3-common (from .../linux-headers-3.2.0-3-common_3.2.21-3_i386.deb) ...
18-11-2012 18:40:31 execcmd.run                   INFO      Selecting previously deselected package linux-kbuild-3.2.
18-11-2012 18:40:34 execcmd.run                   INFO      Unpacking linux-kbuild-3.2 (from .../linux-kbuild-3.2_3.2.17-1_i386.deb) ...
18-11-2012 18:40:35 execcmd.run                   INFO      Selecting previously deselected package linux-headers-3.2.0-3-686-pae.
18-11-2012 18:40:37 execcmd.run                   INFO      Unpacking linux-headers-3.2.0-3-686-pae (from .../linux-headers-3.2.0-3-686-pae_3.2.21-3_i386.deb) ...
18-11-2012 18:40:37 execcmd.run                   INFO      Processing triggers for man-db ...
18-11-2012 18:40:41 execcmd.run                   INFO      Setting up libklibc (2.0.1-1) ...
18-11-2012 18:40:42 execcmd.run                   INFO      Setting up klibc-utils (2.0.1-1) ...
18-11-2012 18:40:43 execcmd.run                   INFO      Setting up initramfs-tools (0.107) ...
18-11-2012 18:40:46 execcmd.run                   INFO      Installing new version of config file /etc/kernel/postinst.d/initramfs-tools ...
18-11-2012 18:40:47 execcmd.run                   INFO      Installing new version of config file /etc/kernel/postrm.d/initramfs-tools ...
18-11-2012 18:40:50 execcmd.run                   INFO      Installing new version of config file /etc/initramfs-tools/initramfs.conf ...
18-11-2012 18:40:51 execcmd.run                   INFO      update-initramfs: deferring update (trigger activated)
18-11-2012 18:40:51 execcmd.run                   INFO      Setting up linux-base (3.5) ...
18-11-2012 18:40:51 execcmd.run                   INFO      Setting up linux-image-3.2.0-3-686-pae (3.2.21-3) ...
18-11-2012 18:40:52 execcmd.run                   INFO      Running depmod.
18-11-2012 18:40:53 execcmd.run                   INFO      Examining /etc/kernel/postinst.d.
18-11-2012 18:40:54 execcmd.run                   INFO      run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-3-686-pae /boot/vmlinuz-3.2.0-3-686-pae
18-11-2012 18:40:56 execcmd.run                   INFO      update-initramfs: Generating /boot/initrd.img-3.2.0-3-686-pae
18-11-2012 18:41:02 execcmd.run                   INFO      run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-3-686-pae /boot/vmlinuz-3.2.0-3-686-pae
18-11-2012 18:42:27 execcmd.run                   INFO      run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-3-686-pae /boot/vmlinuz-3.2.0-3-686-pae
18-11-2012 18:42:27 execcmd.run                   INFO      Generating grub.cfg ...
18-11-2012 18:42:27 execcmd.run                   INFO      Found background image: /usr/share/images/desktop-base/desktop-grub.png
18-11-2012 18:42:34 execcmd.run                   INFO      Found linux image: /boot/vmlinuz-3.2.0-3-686-pae
18-11-2012 18:42:34 execcmd.run                   INFO      Found initrd image: /boot/initrd.img-3.2.0-3-686-pae
18-11-2012 18:42:34 execcmd.run                   INFO      Found linux image: /boot/vmlinuz-2.6.32-5-686
18-11-2012 18:42:34 execcmd.run                   INFO      Found initrd image: /boot/initrd.img-2.6.32-5-686
18-11-2012 18:42:34 execcmd.run                   INFO      Found linux image: /boot/vmlinuz-2.6.32-5-486
18-11-2012 18:42:34 execcmd.run                   INFO      Found initrd image: /boot/initrd.img-2.6.32-5-486
18-11-2012 18:42:34 execcmd.run                   INFO      Found LMDE Cinnamon Edition (1) on /dev/sda6
18-11-2012 18:42:34 execcmd.run                   INFO      done
18-11-2012 18:42:34 execcmd.run                   INFO      Setting up libmpc2 (0.9-4) ...
18-11-2012 18:42:34 execcmd.run                   INFO      Setting up binutils (2.22-6.1) ...
18-11-2012 18:42:34 execcmd.run                   INFO      Setting up gcc-4.6-base (4.6.3-8) ...
18-11-2012 18:42:34 execcmd.run                   INFO      Setting up cpp-4.6 (4.6.3-8) ...
18-11-2012 18:42:34 execcmd.run                   INFO      Setting up firmware-linux-free (3.1) ...
18-11-2012 18:42:34 execcmd.run                   INFO      update-initramfs: deferring update (trigger activated)
18-11-2012 18:43:03 execcmd.run                   INFO      Setting up gcc-4.6 (4.6.3-8) ...
18-11-2012 18:43:03 execcmd.run                   INFO      Setting up linux-headers-3.2.0-3-common (3.2.21-3) ...
18-11-2012 18:43:08 execcmd.run                   INFO      Setting up linux-kbuild-3.2 (3.2.17-1) ...
18-11-2012 18:43:51 execcmd.run                   INFO      Setting up linux-headers-3.2.0-3-686-pae (3.2.21-3) ...
18-11-2012 18:43:51 execcmd.run                   INFO      Processing triggers for initramfs-tools ...
18-11-2012 18:43:51 execcmd.run                   INFO      update-initramfs: Generating /boot/initrd.img-3.2.0-3-686-pae
18-11-2012 18:43:51 pae.installPAE                INFO      Done installing PAE
18-11-2012 18:43:51 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 18:43:51 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 18:43:51 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 18:43:51 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 18:43:51 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 18:43:51 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 18:43:55 nvidia.getNvidia              DEBUG     No supported Nvidia card found
18-11-2012 18:43:55 ati.getATI                    INFO      ATI card found: ATI Technologies Inc Device 9647
18-11-2012 18:43:55 ati.getATI                    INFO      ATI chip serie found:  9647
18-11-2012 18:43:55 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx
18-11-2012 18:43:55 drivers.getPackageStatus      DEBUG     Package not installed: fglrx
18-11-2012 18:43:55 ati.getATI                    DEBUG     ATI fglrx status: notinstalled
18-11-2012 18:43:55 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 18:43:55 pae.getPae                    DEBUG     Distribution: cat: /etc/*-release: no such file or directory 0
18-11-2012 18:43:55 execcmd.run                   DEBUG     Command to execute: uname -r
18-11-2012 18:43:55 execcmd.run                   INFO      2.6.32-5-686
18-11-2012 18:43:55 execcmd.run                   DEBUG     Command to execute: uname -m
18-11-2012 18:43:55 execcmd.run                   INFO      i686
18-11-2012 18:43:55 pae.getPae                    DEBUG     Single-core kernel found: 2.6.32-5-686
18-11-2012 18:43:55 pae.getPae                    INFO      Multi-core system running single-core kernel found
18-11-2012 18:43:55 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers-3.2.0-3-686-pae | grep ^i
18-11-2012 18:43:56 execcmd.run                   DEBUG     Command to execute: aptitude search linux-image-3.2.0-3-686-pae | grep ^i
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 18:43:58 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 18:43:58 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
18-11-2012 18:43:58 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
18-11-2012 18:43:58 ddm.fillHardware              DEBUG     Preselect: False
18-11-2012 18:43:58 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
18-11-2012 18:43:58 ddm.fillHardware              INFO      Add item: ATI Technologies Inc Device 9647
18-11-2012 18:43:58 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Clear existing list store
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [False, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/installed.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/pae.png"), "Multi-core support for 32-bit systems", "pae", "installed", 400] )
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "ATI Technologies Inc Device 9647", "ati", "notinstalled", 400] )
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Column already exists: Column 0
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Column already exists: Column 1
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Column already exists: Column 2
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Column already exists: Column 3
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 18:43:58 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
18-11-2012 18:44:07 ddm.handleHardware            INFO      install hardware code: ati
18-11-2012 18:44:07 ddm.handleHardware            INFO      Start driver install thread
18-11-2012 18:44:07 drivers.DriverInstall         DEBUG     Initialize DriverInstall
18-11-2012 18:44:07 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 18:44:07 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 18:44:07 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 18:44:07 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
18-11-2012 18:45:55 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 18:48:50 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 19:00:44 ati.installATI                INFO      ATI driver to install: fglrx
18-11-2012 19:00:49 ati.installATIDriver          DEBUG     Is package installed: fglrx
18-11-2012 19:01:00 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx | grep ^i
18-11-2012 19:02:04 ati.installATIDriver          DEBUG     Is package installed: fglrx-amdcccle
18-11-2012 19:02:04 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx-amdcccle | grep ^i
18-11-2012 19:02:16 ati.installATIDriver          DEBUG     Purge Nouveau drivers: xserver-xorg-video-nouvea
18-11-2012 19:02:16 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes remove xserver-xorg-video-nouveau
18-11-2012 19:02:17 execcmd.run                   INFO      Reading package lists...
18-11-2012 19:02:17 execcmd.run                   INFO      Building dependency tree...
18-11-2012 19:02:17 execcmd.run                   INFO      Reading state information...
18-11-2012 19:02:17 execcmd.run                   INFO      The following packages will be REMOVED:
18-11-2012 19:02:17 execcmd.run                   INFO      xserver-xorg-video-all xserver-xorg-video-nouveau
18-11-2012 19:02:19 execcmd.run                   INFO      0 upgraded, 0 newly installed, 2 to remove and 631 not upgraded.
18-11-2012 19:02:19 execcmd.run                   INFO      After this operation, 516 kB disk space will be freed.
18-11-2012 19:02:27 execcmd.run                   INFO      (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 93857 files and directories currently installed.)
18-11-2012 19:02:27 execcmd.run                   INFO      Removing xserver-xorg-video-all ...
18-11-2012 19:02:27 execcmd.run                   INFO      Removing xserver-xorg-video-nouveau ...
18-11-2012 19:02:29 execcmd.run                   INFO      Processing triggers for man-db ...
18-11-2012 19:02:34 ati.installATIDriver          DEBUG     Install drivers: fglrx
18-11-2012 19:02:34 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx
18-11-2012 19:02:44 execcmd.run                   INFO      Reading package lists...
18-11-2012 19:02:44 execcmd.run                   INFO      Building dependency tree...
18-11-2012 19:02:44 execcmd.run                   INFO      Reading state information...
18-11-2012 19:02:44 execcmd.run                   INFO      E: Package 'fglrx' has no installation candidate
18-11-2012 19:02:44 ati.installATIDriver          DEBUG     Install drivers: fglrx-amdcccle
18-11-2012 19:02:44 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx-amdcccle
18-11-2012 19:04:03 execcmd.run                   INFO      Reading package lists...
18-11-2012 19:04:28 execcmd.run                   INFO      Building dependency tree...
18-11-2012 19:04:28 execcmd.run                   INFO      Reading state information...
18-11-2012 19:04:28 execcmd.run                   INFO      E: Package 'fglrx-amdcccle' has no installation candidate
18-11-2012 19:04:28 ati.installATI                DEBUG     Configure ATI
18-11-2012 19:04:28 execcmd.run                   DEBUG     Command to execute: aticonfig --initial -f
18-11-2012 19:05:39 execcmd.run                   INFO      /bin/sh: aticonfig: not found
18-11-2012 19:05:39 ati.installATI                INFO      Done installing ATI drivers
18-11-2012 19:05:39 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 19:05:39 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 19:05:39 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 19:05:39 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 19:05:39 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 19:05:39 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 19:05:41 nvidia.getNvidia              DEBUG     No supported Nvidia card found
18-11-2012 19:05:41 ati.getATI                    INFO      ATI card found: ATI Technologies Inc Device 9647
18-11-2012 19:05:41 ati.getATI                    INFO      ATI chip serie found:  9647
18-11-2012 19:05:41 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx
18-11-2012 19:05:41 drivers.getPackageStatus      DEBUG     Package not installed: fglrx
18-11-2012 19:05:41 ati.getATI                    DEBUG     ATI fglrx status: notinstalled
18-11-2012 19:05:41 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 19:05:41 pae.getPae                    DEBUG     Distribution: cat: /etc/*-release: no such file or directory 0
18-11-2012 19:05:41 execcmd.run                   DEBUG     Command to execute: uname -r
18-11-2012 19:05:41 execcmd.run                   INFO      2.6.32-5-686
18-11-2012 19:05:41 execcmd.run                   DEBUG     Command to execute: uname -m
18-11-2012 19:05:41 execcmd.run                   INFO      i686
18-11-2012 19:05:41 pae.getPae                    DEBUG     Single-core kernel found: 2.6.32-5-686
18-11-2012 19:05:41 pae.getPae                    INFO      Multi-core system running single-core kernel found
18-11-2012 19:05:41 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers-3.2.0-3-686-pae | grep ^i
18-11-2012 19:05:43 execcmd.run                   DEBUG     Command to execute: aptitude search linux-image-3.2.0-3-686-pae | grep ^i
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 19:05:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 19:05:44 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
18-11-2012 19:05:44 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
18-11-2012 19:05:44 ddm.fillHardware              DEBUG     Preselect: False
18-11-2012 19:05:44 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
18-11-2012 19:05:44 ddm.fillHardware              INFO      Add item: ATI Technologies Inc Device 9647
18-11-2012 19:05:44 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Clear existing list store
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [False, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/installed.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/pae.png"), "Multi-core support for 32-bit systems", "pae", "installed", 400] )
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "ATI Technologies Inc Device 9647", "ati", "notinstalled", 400] )
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Column already exists: Column 0
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Column already exists: Column 1
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Column already exists: Column 2
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Column already exists: Column 3
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 19:05:44 functions.fillTreeview        DEBUG     Scrolled to selected row: 0

lizbeth

Re: Device Driver Manager - Help needed

Post by lizbeth »

Ok, so after the reboot that the ddm recommended after the pae kernel install, I reran it, going after the ATI drivers for my AMD Radeon 6520G HD on chip GPU. It still reports fglrx has no candidate. Ran it several times.

log follows

Code: Select all


18-11-2012 20:14:20 main                          INFO      Write debug information to file: /home/minty/ddm.log
18-11-2012 20:14:20 main                          DEBUG     Startup command: gksu --message "<b>Please enter your password</b>" python /usr/lib/device-driver-manager/ddm.py :d :l /home/minty/ddm.log
18-11-2012 20:14:25 ddm.main                      INFO      Checking your hardware...
18-11-2012 20:14:25 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 20:14:25 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:14:25 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 20:14:25 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 20:14:25 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
18-11-2012 20:14:25 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:14:25 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 20:14:30 nvidia.getNvidia              DEBUG     No supported Nvidia card found
18-11-2012 20:14:30 ati.getATI                    INFO      ATI card found: ATI Technologies Inc Device 9647
18-11-2012 20:14:30 ati.getATI                    INFO      ATI chip serie found:  9647
18-11-2012 20:14:30 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx
18-11-2012 20:14:30 drivers.getPackageStatus      DEBUG     Package not installed: fglrx
18-11-2012 20:14:30 ati.getATI                    DEBUG     ATI fglrx status: notinstalled
18-11-2012 20:14:30 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 20:14:30 pae.getPae                    DEBUG     Distribution: cat: /etc/*-release: no such file or directory 0
18-11-2012 20:14:30 execcmd.run                   DEBUG     Command to execute: uname -r
18-11-2012 20:14:30 execcmd.run                   INFO      3.2.0-3-686-pae
18-11-2012 20:14:30 execcmd.run                   DEBUG     Command to execute: uname -m
18-11-2012 20:14:30 execcmd.run                   INFO      i686
18-11-2012 20:14:30 pae.getPae                    INFO      Multi-core already installed: 3.2.0-3-686-pae
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 20:14:30 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 20:14:30 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
18-11-2012 20:14:30 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
18-11-2012 20:14:30 ddm.fillHardware              DEBUG     Preselect: False
18-11-2012 20:14:30 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
18-11-2012 20:14:30 ddm.fillHardware              INFO      Add item: ATI Technologies Inc Device 9647
18-11-2012 20:14:30 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 20:14:30 functions.fillTreeview        DEBUG     Create list store eval string: gtk.ListStore(bool, gtk.gdk.Pixbuf, gtk.gdk.Pixbuf, str, str, str, int)
18-11-2012 20:14:30 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 20:14:30 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [False, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/installed.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/pae.png"), "Multi-core support for 32-bit systems", "pae", "installed", 400] )
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "ATI Technologies Inc Device 9647", "ati", "notinstalled", 400] )
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 0", gtk.CellRendererToggle(), active=0)
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Check box found: add toggle function
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Column added: Column 0
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 1", gtk.CellRendererPixbuf(), pixbuf=1)
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Column added: Column 1
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 2", gtk.CellRendererPixbuf(), pixbuf=2)
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Column added: Column 2
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 3", gtk.CellRendererText(), text=3, weight=6)
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Column added: Column 3
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 20:14:31 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
18-11-2012 20:14:31 execcmd.run                   DEBUG     Command to execute: apt-cache policy device-driver-manager | grep Installed
18-11-2012 20:14:32 ddm.handleHardware            INFO      install hardware code: ati
18-11-2012 20:14:32 ddm.handleHardware            INFO      Start driver install thread
18-11-2012 20:14:32 drivers.DriverInstall         DEBUG     Initialize DriverInstall
18-11-2012 20:14:32 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:14:32 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 20:14:33 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 20:14:33 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
18-11-2012 20:14:41 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:14:42 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 20:14:45 ati.installATI                INFO      ATI driver to install: fglrx
18-11-2012 20:14:45 ati.installATIDriver          DEBUG     Is package installed: fglrx
18-11-2012 20:14:45 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx | grep ^i
18-11-2012 20:14:47 ati.installATIDriver          DEBUG     Is package installed: fglrx-amdcccle
18-11-2012 20:14:47 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx-amdcccle | grep ^i
18-11-2012 20:14:49 ati.installATIDriver          DEBUG     Purge Nouveau drivers: xserver-xorg-video-nouvea
18-11-2012 20:14:49 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes remove xserver-xorg-video-nouveau
18-11-2012 20:14:49 execcmd.run                   INFO      Reading package lists...
18-11-2012 20:14:49 execcmd.run                   INFO      Building dependency tree...
18-11-2012 20:14:49 execcmd.run                   INFO      Reading state information...
18-11-2012 20:14:51 execcmd.run                   INFO      Package xserver-xorg-video-nouveau is not installed, so not removed
18-11-2012 20:15:04 execcmd.run                   INFO      The following packages were automatically installed and are no longer required:
18-11-2012 20:15:06 execcmd.run                   INFO      libutempter0 xbitmaps
18-11-2012 20:15:06 execcmd.run                   INFO      Use 'apt-get autoremove' to remove them.
18-11-2012 20:15:06 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 581 not upgraded.
18-11-2012 20:15:06 ati.installATIDriver          DEBUG     Install drivers: fglrx
18-11-2012 20:15:06 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx
18-11-2012 20:15:06 execcmd.run                   INFO      Reading package lists...
18-11-2012 20:15:06 execcmd.run                   INFO      Building dependency tree...
18-11-2012 20:15:07 execcmd.run                   INFO      Reading state information...
18-11-2012 20:15:07 execcmd.run                   INFO      E: Package 'fglrx' has no installation candidate
18-11-2012 20:15:07 ati.installATIDriver          DEBUG     Install drivers: fglrx-amdcccle
18-11-2012 20:15:07 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx-amdcccle
18-11-2012 20:15:09 execcmd.run                   INFO      Reading package lists...
18-11-2012 20:15:09 execcmd.run                   INFO      Building dependency tree...
18-11-2012 20:15:09 execcmd.run                   INFO      Reading state information...
18-11-2012 20:15:09 execcmd.run                   INFO      E: Package 'fglrx-amdcccle' has no installation candidate
18-11-2012 20:15:09 ati.installATI                DEBUG     Configure ATI
18-11-2012 20:15:09 execcmd.run                   DEBUG     Command to execute: aticonfig --initial -f
18-11-2012 20:15:12 execcmd.run                   INFO      /bin/sh: aticonfig: not found
18-11-2012 20:15:12 ati.installATI                INFO      Done installing ATI drivers
18-11-2012 20:15:12 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 20:15:12 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:15:12 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 20:15:12 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 20:15:12 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:15:12 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 20:15:14 nvidia.getNvidia              DEBUG     No supported Nvidia card found
18-11-2012 20:15:14 ati.getATI                    INFO      ATI card found: ATI Technologies Inc Device 9647
18-11-2012 20:15:14 ati.getATI                    INFO      ATI chip serie found:  9647
18-11-2012 20:15:14 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx
18-11-2012 20:15:14 drivers.getPackageStatus      DEBUG     Package not installed: fglrx
18-11-2012 20:15:14 ati.getATI                    DEBUG     ATI fglrx status: notinstalled
18-11-2012 20:15:14 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 20:15:14 pae.getPae                    DEBUG     Distribution: cat: /etc/*-release: no such file or directory 0
18-11-2012 20:15:14 execcmd.run                   DEBUG     Command to execute: uname -r
18-11-2012 20:15:14 execcmd.run                   INFO      3.2.0-3-686-pae
18-11-2012 20:15:14 execcmd.run                   DEBUG     Command to execute: uname -m
18-11-2012 20:15:14 execcmd.run                   INFO      i686
18-11-2012 20:15:14 pae.getPae                    INFO      Multi-core already installed: 3.2.0-3-686-pae
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 20:15:14 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 20:15:14 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
18-11-2012 20:15:14 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
18-11-2012 20:15:14 ddm.fillHardware              DEBUG     Preselect: False
18-11-2012 20:15:14 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
18-11-2012 20:15:14 ddm.fillHardware              INFO      Add item: ATI Technologies Inc Device 9647
18-11-2012 20:15:14 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Clear existing list store
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [False, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/installed.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/pae.png"), "Multi-core support for 32-bit systems", "pae", "installed", 400] )
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "ATI Technologies Inc Device 9647", "ati", "notinstalled", 400] )
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Column already exists: Column 0
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Column already exists: Column 1
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Column already exists: Column 2
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Column already exists: Column 3
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 20:15:14 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
18-11-2012 20:20:56 ddm.handleHardware            INFO      install hardware code: ati
18-11-2012 20:20:56 ddm.handleHardware            INFO      Start driver install thread
18-11-2012 20:20:56 drivers.DriverInstall         DEBUG     Initialize DriverInstall
18-11-2012 20:20:56 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:20:56 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 20:20:56 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 20:20:56 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
18-11-2012 20:21:21 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:21:25 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 20:21:29 ati.installATI                INFO      ATI driver to install: fglrx
18-11-2012 20:21:32 ati.installATIDriver          DEBUG     Is package installed: fglrx
18-11-2012 20:21:32 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx | grep ^i
18-11-2012 20:21:36 ati.installATIDriver          DEBUG     Is package installed: fglrx-amdcccle
18-11-2012 20:21:36 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx-amdcccle | grep ^i
18-11-2012 20:21:40 ati.installATIDriver          DEBUG     Purge Nouveau drivers: xserver-xorg-video-nouvea
18-11-2012 20:21:40 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes remove xserver-xorg-video-nouveau
18-11-2012 20:21:43 execcmd.run                   INFO      Reading package lists...
18-11-2012 20:21:43 execcmd.run                   INFO      Building dependency tree...
18-11-2012 20:21:43 execcmd.run                   INFO      Reading state information...
18-11-2012 20:21:48 execcmd.run                   INFO      Package xserver-xorg-video-nouveau is not installed, so not removed
18-11-2012 20:21:48 execcmd.run                   INFO      The following packages were automatically installed and are no longer required:
18-11-2012 20:21:48 execcmd.run                   INFO      libutempter0 xbitmaps
18-11-2012 20:21:48 execcmd.run                   INFO      Use 'apt-get autoremove' to remove them.
18-11-2012 20:21:48 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 581 not upgraded.
18-11-2012 20:21:48 ati.installATIDriver          DEBUG     Install drivers: fglrx
18-11-2012 20:21:48 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx
18-11-2012 20:21:48 execcmd.run                   INFO      Reading package lists...
18-11-2012 20:21:49 execcmd.run                   INFO      Building dependency tree...
18-11-2012 20:21:49 execcmd.run                   INFO      Reading state information...
18-11-2012 20:21:49 execcmd.run                   INFO      E: Package 'fglrx' has no installation candidate
18-11-2012 20:21:49 ati.installATIDriver          DEBUG     Install drivers: fglrx-amdcccle
18-11-2012 20:21:49 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx-amdcccle
18-11-2012 20:21:49 execcmd.run                   INFO      Reading package lists...
18-11-2012 20:21:50 execcmd.run                   INFO      Building dependency tree...
18-11-2012 20:21:55 execcmd.run                   INFO      Reading state information...
18-11-2012 20:21:56 execcmd.run                   INFO      E: Package 'fglrx-amdcccle' has no installation candidate
18-11-2012 20:21:56 ati.installATI                DEBUG     Configure ATI
18-11-2012 20:21:56 execcmd.run                   DEBUG     Command to execute: aticonfig --initial -f
18-11-2012 20:21:57 execcmd.run                   INFO      /bin/sh: aticonfig: not found
18-11-2012 20:21:58 ati.installATI                INFO      Done installing ATI drivers
18-11-2012 20:21:58 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 20:21:58 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:21:58 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 20:21:58 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 20:21:58 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:21:58 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 20:22:00 nvidia.getNvidia              DEBUG     No supported Nvidia card found
18-11-2012 20:22:00 ati.getATI                    INFO      ATI card found: ATI Technologies Inc Device 9647
18-11-2012 20:22:00 ati.getATI                    INFO      ATI chip serie found:  9647
18-11-2012 20:22:00 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx
18-11-2012 20:22:00 drivers.getPackageStatus      DEBUG     Package not installed: fglrx
18-11-2012 20:22:00 ati.getATI                    DEBUG     ATI fglrx status: notinstalled
18-11-2012 20:22:00 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 20:22:00 pae.getPae                    DEBUG     Distribution: cat: /etc/*-release: no such file or directory 0
18-11-2012 20:22:00 execcmd.run                   DEBUG     Command to execute: uname -r
18-11-2012 20:22:00 execcmd.run                   INFO      3.2.0-3-686-pae
18-11-2012 20:22:00 execcmd.run                   DEBUG     Command to execute: uname -m
18-11-2012 20:22:00 execcmd.run                   INFO      i686
18-11-2012 20:22:00 pae.getPae                    INFO      Multi-core already installed: 3.2.0-3-686-pae
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 20:22:00 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 20:22:00 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
18-11-2012 20:22:00 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
18-11-2012 20:22:00 ddm.fillHardware              DEBUG     Preselect: False
18-11-2012 20:22:00 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
18-11-2012 20:22:00 ddm.fillHardware              INFO      Add item: ATI Technologies Inc Device 9647
18-11-2012 20:22:00 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Clear existing list store
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [False, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/installed.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/pae.png"), "Multi-core support for 32-bit systems", "pae", "installed", 400] )
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "ATI Technologies Inc Device 9647", "ati", "notinstalled", 400] )
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Column already exists: Column 0
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Column already exists: Column 1
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Column already exists: Column 2
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Column already exists: Column 3
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 20:22:00 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
18-11-2012 20:23:10 ddm.handleHardware            INFO      install hardware code: ati
18-11-2012 20:23:10 ddm.handleHardware            INFO      Start driver install thread
18-11-2012 20:23:10 drivers.DriverInstall         DEBUG     Initialize DriverInstall
18-11-2012 20:23:10 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:23:10 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 20:23:10 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 20:23:10 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
18-11-2012 20:23:17 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:23:51 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 20:24:11 ati.installATI                INFO      ATI driver to install: fglrx
18-11-2012 20:24:18 ati.installATIDriver          DEBUG     Is package installed: fglrx
18-11-2012 20:24:18 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx | grep ^i
18-11-2012 20:24:25 ati.installATIDriver          DEBUG     Is package installed: fglrx-amdcccle
18-11-2012 20:24:25 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx-amdcccle | grep ^i
18-11-2012 20:24:49 ati.installATIDriver          DEBUG     Purge Nouveau drivers: xserver-xorg-video-nouvea
18-11-2012 20:24:49 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes remove xserver-xorg-video-nouveau
18-11-2012 20:25:10 execcmd.run                   INFO      Reading package lists...
18-11-2012 20:25:15 execcmd.run                   INFO      Building dependency tree...
18-11-2012 20:25:15 execcmd.run                   INFO      Reading state information...
18-11-2012 20:25:18 execcmd.run                   INFO      Package xserver-xorg-video-nouveau is not installed, so not removed
18-11-2012 20:25:18 execcmd.run                   INFO      The following packages were automatically installed and are no longer required:
18-11-2012 20:25:18 execcmd.run                   INFO      libutempter0 xbitmaps
18-11-2012 20:25:18 execcmd.run                   INFO      Use 'apt-get autoremove' to remove them.
18-11-2012 20:25:18 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 581 not upgraded.
18-11-2012 20:25:18 ati.installATIDriver          DEBUG     Install drivers: fglrx
18-11-2012 20:25:18 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx
18-11-2012 20:25:31 execcmd.run                   INFO      Reading package lists...
18-11-2012 20:25:41 execcmd.run                   INFO      Building dependency tree...
18-11-2012 20:25:41 execcmd.run                   INFO      Reading state information...
18-11-2012 20:25:41 execcmd.run                   INFO      E: Package 'fglrx' has no installation candidate
18-11-2012 20:25:41 ati.installATIDriver          DEBUG     Install drivers: fglrx-amdcccle
18-11-2012 20:25:41 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx-amdcccle
18-11-2012 20:25:50 execcmd.run                   INFO      Reading package lists...
18-11-2012 20:25:50 execcmd.run                   INFO      Building dependency tree...
18-11-2012 20:25:55 execcmd.run                   INFO      Reading state information...
18-11-2012 20:26:07 execcmd.run                   INFO      E: Package 'fglrx-amdcccle' has no installation candidate
18-11-2012 20:26:09 ati.installATI                DEBUG     Configure ATI
18-11-2012 20:26:09 execcmd.run                   DEBUG     Command to execute: aticonfig --initial -f
18-11-2012 20:26:09 execcmd.run                   INFO      /bin/sh: aticonfig: not found
18-11-2012 20:26:09 ati.installATI                INFO      Done installing ATI drivers
18-11-2012 20:26:11 drivers.DriverCheck           DEBUG     Initialize DriverCheck
18-11-2012 20:26:11 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:26:11 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_ID
18-11-2012 20:26:11 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
18-11-2012 20:26:11 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
18-11-2012 20:26:11 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
18-11-2012 20:26:13 nvidia.getNvidia              DEBUG     No supported Nvidia card found
18-11-2012 20:26:13 ati.getATI                    INFO      ATI card found: ATI Technologies Inc Device 9647
18-11-2012 20:26:13 ati.getATI                    INFO      ATI chip serie found:  9647
18-11-2012 20:26:13 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx
18-11-2012 20:26:13 drivers.getPackageStatus      DEBUG     Package not installed: fglrx
18-11-2012 20:26:13 ati.getATI                    DEBUG     ATI fglrx status: notinstalled
18-11-2012 20:26:13 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
18-11-2012 20:26:13 pae.getPae                    DEBUG     Distribution: cat: /etc/*-release: no such file or directory 0
18-11-2012 20:26:13 execcmd.run                   DEBUG     Command to execute: uname -r
18-11-2012 20:26:13 execcmd.run                   INFO      3.2.0-3-686-pae
18-11-2012 20:26:13 execcmd.run                   DEBUG     Command to execute: uname -m
18-11-2012 20:26:13 execcmd.run                   INFO      i686
18-11-2012 20:26:13 pae.getPae                    INFO      Multi-core already installed: 3.2.0-3-686-pae
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
18-11-2012 20:26:13 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
18-11-2012 20:26:13 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
18-11-2012 20:26:13 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
18-11-2012 20:26:13 ddm.fillHardware              DEBUG     Preselect: False
18-11-2012 20:26:13 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
18-11-2012 20:26:13 ddm.fillHardware              INFO      Add item: ATI Technologies Inc Device 9647
18-11-2012 20:26:13 ddm.fillHardware              DEBUG     Preselect: True
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Clear existing list store
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [False, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/installed.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/pae.png"), "Multi-core support for 32-bit systems", "pae", "installed", 400] )
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "ATI Technologies Inc Device 9647", "ati", "notinstalled", 400] )
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Last visible column nr: 4
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Column already exists: Column 0
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Column already exists: Column 1
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Column already exists: Column 2
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Column already exists: Column 3
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Hide column nr: 4
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Hide column nr: 5
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
18-11-2012 20:26:13 functions.fillTreeview        DEBUG     Scrolled to selected row: 0

dcihon

Re: Device Driver Manager - Help needed

Post by dcihon »

First a summary (correct me if I'm wrong):

This is KDE installed on LMDE XFCE
You're using the liquorix kernel (this shouldn't be a problem, as long as the linux-headers are installed)
You get an error on wine (never seen that one)
Yes KDE installed on LMDE XFCE
Yes on the liqurix kernel
I don't have wine installed. That must be a noted bug according to the link you had above.
I went to that bug and installed the following:
sudo apt-get install libgl1-nvidia-glx:amd64
It installed nvidia and updated dpkg it looks like. (Not sure what I am talking about here)
I was running 0.2.3 of DDM.
After I rebooted DDM tells me the nvidia is installed (green dot).
I still am getting the flashing boxes when they close.
They disappear real quick then re appear and then close.
Schoelje

Re: Device Driver Manager - Help needed

Post by Schoelje »

@lizbeth
Tried it in debian squeeze with non-pae kernel... problem.... no python2.7 to run it..
I updated the dependencies for the deb file.
Ok, so after the reboot that the ddm recommended after the pae kernel install, I reran it, going after the ATI drivers for my AMD Radeon 6520G HD on chip GPU. It still reports fglrx has no candidate. Ran it several times.
How does your sources.list look like?

Code: Select all

cat /etc/apt/sources.list
[EDIT]
I think I know what's happening: DDM is confused about the base distribution and doesn't recognize it's a Debian distribution and assumes Ubuntu.
Could you post the results of:

Code: Select all

cat /etc/*-release
Last edited by Schoelje on Mon Nov 19, 2012 3:53 am, edited 2 times in total.
Schoelje

Re: Device Driver Manager - Help needed

Post by Schoelje »

dcihon wrote:After I rebooted DDM tells me the nvidia is installed (green dot).
I still am getting the flashing boxes when they close.
They disappear real quick then re appear and then close.
Now that the drivers are installed, I'm afraid I can't help you any further.
You can always download and try LMDE KDE ;)
Schoelje

Re: Device Driver Manager - Help needed

Post by Schoelje »

I made some changes to the ATI and Nvidia code and I changed the way to check the base distribution (this should solve lizbeth's issue installing the ATI drivers).

You can download the .deb file here:
http://www.schoelje.nl/lmdekde/packages ... .4_all.deb
lizbeth

Re: Device Driver Manager - Help needed

Post by lizbeth »

I think you may be right about the confusion about the distribution. It took forever to run it. I just ran ddm on a fresh install of LMDE mate and it installed the pae kernel and then the fglrx drivers in just a few minutes. It was very snappy! Under 5 minutes total and much faster than jockey at just installing fglrx... and ddm installed the pae kernel as well in that time WOOO!

Here's the log.

Code: Select all

19-11-2012 09:55:59 main                          INFO      Write debug information to file: /home/minty/ddm.log
19-11-2012 09:55:59 main                          DEBUG     Startup command: gksu --message "<b>Please enter your password</b>" python /usr/lib/device-driver-manager/ddm.py :d :l /home/minty/ddm.log
19-11-2012 09:56:00 ddm.main                      INFO      Checking your hardware...
19-11-2012 09:56:00 drivers.DriverCheck           DEBUG     Initialize DriverCheck
19-11-2012 09:56:00 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
19-11-2012 09:56:00 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
19-11-2012 09:56:00 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
19-11-2012 09:56:00 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
19-11-2012 09:56:00 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
19-11-2012 09:56:02 nvidia.getNvidia              DEBUG     No supported Nvidia card found
19-11-2012 09:56:02 ati.getATI                    INFO      ATI card found: ATI Technologies Inc Device 9647
19-11-2012 09:56:02 ati.getATI                    INFO      ATI chip serie found:  9647
19-11-2012 09:56:02 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx-driver
19-11-2012 09:56:02 drivers.getPackageStatus      DEBUG     Package not installed: fglrx-driver
19-11-2012 09:56:02 ati.getATI                    DEBUG     ATI fglrx-driver status: notinstalled
19-11-2012 09:56:02 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
19-11-2012 09:56:02 pae.getPae                    DEBUG     Distribution: debian 1.0
19-11-2012 09:56:02 execcmd.run                   DEBUG     Command to execute: uname -r
19-11-2012 09:56:02 execcmd.run                   INFO      3.2.0-2-486
19-11-2012 09:56:02 execcmd.run                   DEBUG     Command to execute: uname -m
19-11-2012 09:56:02 execcmd.run                   INFO      i686
19-11-2012 09:56:02 pae.getPae                    DEBUG     Single-core kernel found: 3.2.0-2-486
19-11-2012 09:56:02 pae.getPae                    INFO      Multi-core system running single-core kernel found
19-11-2012 09:56:02 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers-3.2.0-3-686-pae | grep ^i
19-11-2012 09:56:04 pae.getPae                    INFO      PAE not installed
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
19-11-2012 09:56:04 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
19-11-2012 09:56:04 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
19-11-2012 09:56:04 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
19-11-2012 09:56:04 ddm.fillHardware              DEBUG     Preselect: True
19-11-2012 09:56:04 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
19-11-2012 09:56:04 ddm.fillHardware              INFO      Add item: ATI Technologies Inc Device 9647
19-11-2012 09:56:04 ddm.fillHardware              DEBUG     Preselect: True
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Create list store eval string: gtk.ListStore(bool, gtk.gdk.Pixbuf, gtk.gdk.Pixbuf, str, str, str, int)
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/pae.png"), "Multi-core support for 32-bit systems", "pae", "notinstalled", 400] )
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "ATI Technologies Inc Device 9647", "ati", "notinstalled", 400] )
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Last visible column nr: 4
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 0", gtk.CellRendererToggle(), active=0)
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Check box found: add toggle function
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Column added: Column 0
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 1", gtk.CellRendererPixbuf(), pixbuf=1)
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Column added: Column 1
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 2", gtk.CellRendererPixbuf(), pixbuf=2)
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Column added: Column 2
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 3", gtk.CellRendererText(), text=3, weight=6)
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Column added: Column 3
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Hide column nr: 4
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Hide column nr: 5
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
19-11-2012 09:56:04 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
19-11-2012 09:56:04 execcmd.run                   DEBUG     Command to execute: apt-cache policy device-driver-manager | grep Installed
19-11-2012 09:56:09 ddm.handleHardware            INFO      install hardware code: pae
19-11-2012 09:56:09 ddm.handleHardware            INFO      Start driver install thread
19-11-2012 09:56:09 drivers.DriverInstall         DEBUG     Initialize DriverInstall
19-11-2012 09:56:09 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
19-11-2012 09:56:09 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
19-11-2012 09:56:09 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
19-11-2012 09:56:09 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
19-11-2012 09:56:09 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
19-11-2012 09:56:11 pae.installPAE                DEBUG     PAE kernel install command: apt-get -y --force-yes install linux-headers-3.2.0-3-686-pae linux-image-3.2.0-3-686-pae --reinstall
19-11-2012 09:56:11 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install linux-headers-3.2.0-3-686-pae linux-image-3.2.0-3-686-pae --reinstall
19-11-2012 09:56:12 execcmd.run                   INFO      Reading package lists...
19-11-2012 09:56:12 execcmd.run                   INFO      Building dependency tree...
19-11-2012 09:56:12 execcmd.run                   INFO      Reading state information...
19-11-2012 09:56:12 execcmd.run                   INFO      The following extra packages will be installed:
19-11-2012 09:56:12 execcmd.run                   INFO      linux-headers-3.2.0-3-common
19-11-2012 09:56:12 execcmd.run                   INFO      Suggested packages:
19-11-2012 09:56:12 execcmd.run                   INFO      linux-doc-3.2 debian-kernel-handbook
19-11-2012 09:56:12 execcmd.run                   INFO      The following NEW packages will be installed:
19-11-2012 09:56:12 execcmd.run                   INFO      linux-headers-3.2.0-3-686-pae linux-headers-3.2.0-3-common
19-11-2012 09:56:12 execcmd.run                   INFO      linux-image-3.2.0-3-686-pae
19-11-2012 09:56:13 execcmd.run                   INFO      0 upgraded, 3 newly installed, 0 to remove and 1200 not upgraded.
19-11-2012 09:56:13 execcmd.run                   INFO      Need to get 26.9 MB of archives.
19-11-2012 09:56:13 execcmd.run                   INFO      After this operation, 109 MB of additional disk space will be used.
19-11-2012 09:56:13 execcmd.run                   INFO      Get:1 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/main linux-image-3.2.0-3-686-pae i386 3.2.21-3 [22.8 MB]
19-11-2012 09:56:26 execcmd.run                   INFO      Get:2 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/main linux-headers-3.2.0-3-common i386 3.2.21-3 [3,526 kB]
19-11-2012 09:56:26 execcmd.run                   INFO      Get:3 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/main linux-headers-3.2.0-3-686-pae i386 3.2.21-3 [577 kB]
19-11-2012 09:56:26 execcmd.run                   INFO      dpkg-preconfigure: unable to re-open stdin:
19-11-2012 09:56:26 execcmd.run                   INFO      Fetched 26.9 MB in 13s (1,942 kB/s)
19-11-2012 09:56:27 execcmd.run                   INFO      Selecting previously unselected package linux-image-3.2.0-3-686-pae.
19-11-2012 09:56:27 execcmd.run                   INFO      (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 171086 files and directories currently installed.)
19-11-2012 09:56:27 execcmd.run                   INFO      Unpacking linux-image-3.2.0-3-686-pae (from .../linux-image-3.2.0-3-686-pae_3.2.21-3_i386.deb) ...
19-11-2012 09:56:34 execcmd.run                   INFO      Selecting previously unselected package linux-headers-3.2.0-3-common.
19-11-2012 09:56:34 execcmd.run                   INFO      Unpacking linux-headers-3.2.0-3-common (from .../linux-headers-3.2.0-3-common_3.2.21-3_i386.deb) ...
19-11-2012 09:56:36 execcmd.run                   INFO      Selecting previously unselected package linux-headers-3.2.0-3-686-pae.
19-11-2012 09:56:36 execcmd.run                   INFO      Unpacking linux-headers-3.2.0-3-686-pae (from .../linux-headers-3.2.0-3-686-pae_3.2.21-3_i386.deb) ...
19-11-2012 09:56:40 execcmd.run                   INFO      Setting up linux-image-3.2.0-3-686-pae (3.2.21-3) ...
19-11-2012 09:56:40 execcmd.run                   INFO      Running depmod.
19-11-2012 09:56:41 execcmd.run                   INFO      Examining /etc/kernel/postinst.d.
19-11-2012 09:56:41 execcmd.run                   INFO      run-parts: executing /etc/kernel/postinst.d/dkms 3.2.0-3-686-pae /boot/vmlinuz-3.2.0-3-686-pae
19-11-2012 09:56:41 execcmd.run                   INFO      dkms.conf: Error! No 'BUILT_MODULE_NAME' directive specified for record #0.
19-11-2012 09:56:41 execcmd.run                   INFO      Error! Bad conf file.
19-11-2012 09:56:41 execcmd.run                   INFO      File:
19-11-2012 09:56:41 execcmd.run                   INFO      does not represent a valid dkms.conf file.
19-11-2012 09:56:41 execcmd.run                   INFO      run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-3-686-pae /boot/vmlinuz-3.2.0-3-686-pae
19-11-2012 09:56:41 execcmd.run                   INFO      update-initramfs: Generating /boot/initrd.img-3.2.0-3-686-pae
19-11-2012 09:57:33 execcmd.run                   INFO      run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-3-686-pae /boot/vmlinuz-3.2.0-3-686-pae
19-11-2012 09:57:34 execcmd.run                   INFO      run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-3-686-pae /boot/vmlinuz-3.2.0-3-686-pae
19-11-2012 09:57:39 execcmd.run                   INFO      Generating grub.cfg ...
19-11-2012 09:57:39 execcmd.run                   INFO      Found background image: linuxmint.png
19-11-2012 09:57:39 execcmd.run                   INFO      Found Debian background: linuxmint.png
19-11-2012 09:57:39 execcmd.run                   INFO      Found linux image: /boot/vmlinuz-3.2.0-3-686-pae
19-11-2012 09:57:39 execcmd.run                   INFO      Found initrd image: /boot/initrd.img-3.2.0-3-686-pae
19-11-2012 09:57:39 execcmd.run                   INFO      Found linux image: /boot/vmlinuz-3.2.0-2-486
19-11-2012 09:57:39 execcmd.run                   INFO      Found initrd image: /boot/initrd.img-3.2.0-2-486
19-11-2012 09:57:41 execcmd.run                   INFO      Found LMDE Cinnamon Edition (1) on /dev/sda6
19-11-2012 09:57:43 execcmd.run                   INFO      done
19-11-2012 09:57:43 execcmd.run                   INFO      Setting up linux-headers-3.2.0-3-common (3.2.21-3) ...
19-11-2012 09:57:43 execcmd.run                   INFO      Setting up linux-headers-3.2.0-3-686-pae (3.2.21-3) ...
19-11-2012 09:57:43 execcmd.run                   INFO      Examining /etc/kernel/header_postinst.d.
19-11-2012 09:57:43 execcmd.run                   INFO      run-parts: executing /etc/kernel/header_postinst.d/dkms 3.2.0-3-686-pae
19-11-2012 09:57:43 execcmd.run                   INFO      dkms.conf: Error! No 'BUILT_MODULE_NAME' directive specified for record #0.
19-11-2012 09:57:43 execcmd.run                   INFO      Error! Bad conf file.
19-11-2012 09:57:43 execcmd.run                   INFO      File:
19-11-2012 09:57:43 execcmd.run                   INFO      does not represent a valid dkms.conf file.
19-11-2012 09:57:46 pae.installPAE                INFO      Done installing PAE
19-11-2012 09:57:46 drivers.DriverCheck           DEBUG     Initialize DriverCheck
19-11-2012 09:57:46 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
19-11-2012 09:57:46 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
19-11-2012 09:57:46 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
19-11-2012 09:57:46 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
19-11-2012 09:57:48 nvidia.getNvidia              DEBUG     No supported Nvidia card found
19-11-2012 09:57:48 ati.getATI                    INFO      ATI card found: ATI Technologies Inc Device 9647
19-11-2012 09:57:48 ati.getATI                    INFO      ATI chip serie found:  9647
19-11-2012 09:57:48 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx-driver
19-11-2012 09:57:48 drivers.getPackageStatus      DEBUG     Package not installed: fglrx-driver
19-11-2012 09:57:48 ati.getATI                    DEBUG     ATI fglrx-driver status: notinstalled
19-11-2012 09:57:48 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
19-11-2012 09:57:48 pae.getPae                    DEBUG     Distribution: debian 1.0
19-11-2012 09:57:48 execcmd.run                   DEBUG     Command to execute: uname -r
19-11-2012 09:57:48 execcmd.run                   INFO      3.2.0-2-486
19-11-2012 09:57:48 execcmd.run                   DEBUG     Command to execute: uname -m
19-11-2012 09:57:48 execcmd.run                   INFO      i686
19-11-2012 09:57:48 pae.getPae                    DEBUG     Single-core kernel found: 3.2.0-2-486
19-11-2012 09:57:48 pae.getPae                    INFO      Multi-core system running single-core kernel found
19-11-2012 09:57:48 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers-3.2.0-3-686-pae | grep ^i
19-11-2012 09:57:49 execcmd.run                   DEBUG     Command to execute: aptitude search linux-image-3.2.0-3-686-pae | grep ^i
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
19-11-2012 09:57:51 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
19-11-2012 09:57:51 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
19-11-2012 09:57:51 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
19-11-2012 09:57:51 ddm.fillHardware              DEBUG     Preselect: False
19-11-2012 09:57:51 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
19-11-2012 09:57:51 ddm.fillHardware              INFO      Add item: ATI Technologies Inc Device 9647
19-11-2012 09:57:51 ddm.fillHardware              DEBUG     Preselect: True
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Clear existing list store
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [False, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/installed.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/pae.png"), "Multi-core support for 32-bit systems", "pae", "installed", 400] )
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [True, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/notinstalled.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "ATI Technologies Inc Device 9647", "ati", "notinstalled", 400] )
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Last visible column nr: 4
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Column already exists: Column 0
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Column already exists: Column 1
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Column already exists: Column 2
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Column already exists: Column 3
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Hide column nr: 4
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Hide column nr: 5
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
19-11-2012 09:57:51 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
19-11-2012 09:58:17 ddm.handleHardware            INFO      install hardware code: ati
19-11-2012 09:58:17 ddm.handleHardware            INFO      Start driver install thread
19-11-2012 09:58:17 drivers.DriverInstall         DEBUG     Initialize DriverInstall
19-11-2012 09:58:17 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
19-11-2012 09:58:17 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
19-11-2012 09:58:17 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
19-11-2012 09:58:17 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
19-11-2012 09:58:17 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
19-11-2012 09:58:19 ati.installATI                INFO      ATI driver to install: fglrx-driver
19-11-2012 09:58:19 ati.installATIDriver          DEBUG     Is package installed: fglrx-driver
19-11-2012 09:58:19 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx-driver | grep ^i
19-11-2012 09:58:21 ati.installATIDriver          DEBUG     Is package installed: fglrx-control
19-11-2012 09:58:21 execcmd.run                   DEBUG     Command to execute: aptitude search fglrx-control | grep ^i
19-11-2012 09:58:22 ati.installATIDriver          DEBUG     Purge Nouveau drivers: xserver-xorg-video-nouvea
19-11-2012 09:58:22 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes remove xserver-xorg-video-nouveau
19-11-2012 09:58:23 execcmd.run                   INFO      Reading package lists...
19-11-2012 09:58:23 execcmd.run                   INFO      Building dependency tree...
19-11-2012 09:58:23 execcmd.run                   INFO      Reading state information...
19-11-2012 09:58:23 execcmd.run                   INFO      The following packages will be REMOVED:
19-11-2012 09:58:23 execcmd.run                   INFO      xserver-xorg-video-nouveau
19-11-2012 09:58:23 execcmd.run                   INFO      0 upgraded, 0 newly installed, 1 to remove and 1199 not upgraded.
19-11-2012 09:58:23 execcmd.run                   INFO      After this operation, 515 kB disk space will be freed.
19-11-2012 09:58:24 execcmd.run                   INFO      (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 183790 files and directories currently installed.)
19-11-2012 09:58:24 execcmd.run                   INFO      Removing xserver-xorg-video-nouveau ...
19-11-2012 09:58:24 execcmd.run                   INFO      Processing triggers for man-db ...
19-11-2012 09:58:31 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install libfglrx fglrx-driver
19-11-2012 09:58:31 execcmd.run                   INFO      Reading package lists...
19-11-2012 09:58:31 execcmd.run                   INFO      Building dependency tree...
19-11-2012 09:58:31 execcmd.run                   INFO      Reading state information...
19-11-2012 09:58:31 execcmd.run                   INFO      The following extra packages will be installed:
19-11-2012 09:58:31 execcmd.run                   INFO      fglrx-atieventsd fglrx-modules-dkms glx-alternative-fglrx
19-11-2012 09:58:31 execcmd.run                   INFO      glx-alternative-mesa glx-diversions libfglrx-amdxvba1 libgl1-fglrx-glx
19-11-2012 09:58:31 execcmd.run                   INFO      nvidia-installer-cleanup
19-11-2012 09:58:31 execcmd.run                   INFO      Suggested packages:
19-11-2012 09:58:31 execcmd.run                   INFO      fglrx-control xvba-va-driver amd-opencl-icd
19-11-2012 09:58:31 execcmd.run                   INFO      The following NEW packages will be installed:
19-11-2012 09:58:31 execcmd.run                   INFO      fglrx-atieventsd fglrx-driver fglrx-modules-dkms glx-alternative-fglrx
19-11-2012 09:58:31 execcmd.run                   INFO      glx-alternative-mesa glx-diversions libfglrx libfglrx-amdxvba1
19-11-2012 09:58:31 execcmd.run                   INFO      libgl1-fglrx-glx nvidia-installer-cleanup
19-11-2012 09:58:32 execcmd.run                   INFO      0 upgraded, 10 newly installed, 0 to remove and 1199 not upgraded.
19-11-2012 09:58:32 execcmd.run                   INFO      Need to get 27.1 MB of archives.
19-11-2012 09:58:32 execcmd.run                   INFO      After this operation, 84.3 MB of additional disk space will be used.
19-11-2012 09:58:32 execcmd.run                   INFO      Get:1 http://packages.linuxmint.com/ debian/import fglrx-atieventsd i386 1:12-6+point-1 [153 kB]
19-11-2012 09:58:32 execcmd.run                   INFO      Get:2 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/contrib nvidia-installer-cleanup i386 20120630+1 [17.7 kB]
19-11-2012 09:58:32 execcmd.run                   INFO      Get:3 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/contrib glx-diversions i386 0.2.2 [9,464 B]
19-11-2012 09:58:32 execcmd.run                   INFO      Get:4 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/contrib glx-alternative-mesa i386 0.2.2 [2,914 B]
19-11-2012 09:58:32 execcmd.run                   INFO      Get:5 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/contrib glx-alternative-fglrx i386 0.2.2 [3,038 B]
19-11-2012 09:58:32 execcmd.run                   INFO      Get:6 http://packages.linuxmint.com/ debian/import libfglrx i386 1:12-6+point-1 [14.2 MB]
19-11-2012 10:00:20 execcmd.run                   INFO      Get:7 http://packages.linuxmint.com/ debian/import fglrx-driver i386 1:12-6+point-1 [8,462 kB]
19-11-2012 10:01:29 execcmd.run                   INFO      Get:8 http://packages.linuxmint.com/ debian/import libgl1-fglrx-glx i386 1:12-6+point-1 [246 kB]
19-11-2012 10:01:31 execcmd.run                   INFO      Get:9 http://packages.linuxmint.com/ debian/import libfglrx-amdxvba1 i386 1:12-6+point-1 [3,032 kB]
19-11-2012 10:01:58 execcmd.run                   INFO      Get:10 http://packages.linuxmint.com/ debian/import fglrx-modules-dkms i386 1:12-6+point-1 [942 kB]
19-11-2012 10:02:03 execcmd.run                   INFO      dpkg-preconfigure: unable to re-open stdin:
19-11-2012 10:02:03 execcmd.run                   INFO      Fetched 27.1 MB in 3min 31s (128 kB/s)
19-11-2012 10:02:04 execcmd.run                   INFO      Selecting previously unselected package nvidia-installer-cleanup.
19-11-2012 10:02:04 execcmd.run                   INFO      (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 183781 files and directories currently installed.)
19-11-2012 10:02:04 execcmd.run                   INFO      Unpacking nvidia-installer-cleanup (from .../nvidia-installer-cleanup_20120630+1_i386.deb) ...
19-11-2012 10:02:05 execcmd.run                   INFO      Setting up nvidia-installer-cleanup (20120630+1) ...
19-11-2012 10:02:07 execcmd.run                   INFO      Selecting previously unselected package glx-diversions.
19-11-2012 10:02:07 execcmd.run                   INFO      (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 183788 files and directories currently installed.)
19-11-2012 10:02:07 execcmd.run                   INFO      Unpacking glx-diversions (from .../glx-diversions_0.2.2_i386.deb) ...
19-11-2012 10:02:08 execcmd.run                   INFO      Selecting previously unselected package fglrx-atieventsd.
19-11-2012 10:02:08 execcmd.run                   INFO      Unpacking fglrx-atieventsd (from .../fglrx-atieventsd_1%3a12-6+point-1_i386.deb) ...
19-11-2012 10:02:09 execcmd.run                   INFO      Selecting previously unselected package libfglrx.
19-11-2012 10:02:09 execcmd.run                   INFO      Unpacking libfglrx (from .../libfglrx_1%3a12-6+point-1_i386.deb) ...
19-11-2012 10:02:12 execcmd.run                   INFO      Selecting previously unselected package glx-alternative-mesa.
19-11-2012 10:02:12 execcmd.run                   INFO      Unpacking glx-alternative-mesa (from .../glx-alternative-mesa_0.2.2_i386.deb) ...
19-11-2012 10:02:12 execcmd.run                   INFO      Selecting previously unselected package glx-alternative-fglrx.
19-11-2012 10:02:12 execcmd.run                   INFO      Unpacking glx-alternative-fglrx (from .../glx-alternative-fglrx_0.2.2_i386.deb) ...
19-11-2012 10:02:13 execcmd.run                   INFO      Selecting previously unselected package fglrx-driver.
19-11-2012 10:02:13 execcmd.run                   INFO      Unpacking fglrx-driver (from .../fglrx-driver_1%3a12-6+point-1_i386.deb) ...
19-11-2012 10:02:15 execcmd.run                   INFO      Selecting previously unselected package libgl1-fglrx-glx.
19-11-2012 10:02:15 execcmd.run                   INFO      Unpacking libgl1-fglrx-glx (from .../libgl1-fglrx-glx_1%3a12-6+point-1_i386.deb) ...
19-11-2012 10:02:15 execcmd.run                   INFO      Selecting previously unselected package libfglrx-amdxvba1.
19-11-2012 10:02:15 execcmd.run                   INFO      Unpacking libfglrx-amdxvba1 (from .../libfglrx-amdxvba1_1%3a12-6+point-1_i386.deb) ...
19-11-2012 10:02:16 execcmd.run                   INFO      Selecting previously unselected package fglrx-modules-dkms.
19-11-2012 10:02:16 execcmd.run                   INFO      Unpacking fglrx-modules-dkms (from .../fglrx-modules-dkms_1%3a12-6+point-1_i386.deb) ...
19-11-2012 10:02:17 execcmd.run                   INFO      Processing triggers for man-db ...
19-11-2012 10:02:19 execcmd.run                   INFO      Setting up glx-diversions (0.2.2) ...
19-11-2012 10:02:19 execcmd.run                   INFO      No diversion 'diversion of /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/mesa-diverted/libglx.so.dbg by glx-diversions', none removed.
19-11-2012 10:02:19 execcmd.run                   INFO      No diversion 'diversion of /usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/mesa-diverted/libglx.so by glx-diversions', none removed.
19-11-2012 10:02:19 execcmd.run                   INFO      Adding 'diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by glx-diversions'
19-11-2012 10:02:19 execcmd.run                   INFO      Adding 'diversion of /usr/lib/i386-linux-gnu/libGL.so to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions'
19-11-2012 10:02:19 execcmd.run                   INFO      Adding 'diversion of /usr/lib/x86_64-linux-gnu/libGL.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions'
19-11-2012 10:02:19 execcmd.run                   INFO      Adding 'diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by glx-diversions'
19-11-2012 10:02:19 execcmd.run                   INFO      Adding 'diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions'
19-11-2012 10:02:19 execcmd.run                   INFO      Adding 'diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions'
19-11-2012 10:02:20 execcmd.run                   INFO      Adding 'diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by glx-diversions'
19-11-2012 10:02:20 execcmd.run                   INFO      Adding 'diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions'
19-11-2012 10:02:20 execcmd.run                   INFO      Adding 'diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions'
19-11-2012 10:02:21 execcmd.run                   INFO      Setting up fglrx-atieventsd (1:12-6+point-1) ...
19-11-2012 10:02:22 execcmd.run                   INFO      Starting AMD events daemon: atieventsd/usr/sbin/atieventsd: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
19-11-2012 10:02:22 execcmd.run                   INFO      [31mfailed![39;49m
19-11-2012 10:02:22 execcmd.run                   INFO      Setting up libfglrx (1:12-6+point-1) ...
19-11-2012 10:02:22 execcmd.run                   INFO      Setting up glx-alternative-mesa (0.2.2) ...
19-11-2012 10:02:23 execcmd.run                   INFO      update-alternatives: using /usr/lib/mesa-diverted to provide /usr/lib/glx (glx) in auto mode.
19-11-2012 10:02:23 execcmd.run                   INFO      update-alternatives: using /usr/lib/mesa-diverted to provide /usr/lib/mesa-diverted/libGL.so-master (libGL.so-master) in auto mode.
19-11-2012 10:02:23 execcmd.run                   INFO      Setting up glx-alternative-fglrx (0.2.2) ...
19-11-2012 10:02:23 execcmd.run                   INFO      update-alternatives: using /usr/lib/fglrx to provide /usr/lib/glx (glx) in auto mode.
19-11-2012 10:02:23 execcmd.run                   INFO      Setting up fglrx-driver (1:12-6+point-1) ...
19-11-2012 10:02:24 execcmd.run                   INFO      Setting up libgl1-fglrx-glx (1:12-6+point-1) ...
19-11-2012 10:02:24 execcmd.run                   INFO      Setting up libfglrx-amdxvba1 (1:12-6+point-1) ...
19-11-2012 10:02:25 execcmd.run                   INFO      Setting up fglrx-modules-dkms (1:12-6+point-1) ...
19-11-2012 10:02:25 execcmd.run                   INFO      Loading new fglrx-12-6+point DKMS files...
19-11-2012 10:02:25 execcmd.run                   INFO      First Installation: checking all kernels...
19-11-2012 10:02:25 execcmd.run                   INFO      Building for 3.2.0-2-486 and 3.2.0-3-686-pae
19-11-2012 10:02:25 execcmd.run                   INFO      Building initial module for 3.2.0-2-486
19-11-2012 10:02:44 execcmd.run                   INFO      Done.
19-11-2012 10:02:44 execcmd.run                   INFO      fglrx:
19-11-2012 10:02:44 execcmd.run                   INFO      Running module version sanity check.
19-11-2012 10:02:44 execcmd.run                   INFO      - Original module
19-11-2012 10:02:44 execcmd.run                   INFO      - No original module exists within this kernel
19-11-2012 10:02:44 execcmd.run                   INFO      - Installation
19-11-2012 10:02:44 execcmd.run                   INFO      - Installing to /lib/modules/3.2.0-2-486/updates/
19-11-2012 10:02:56 execcmd.run                   INFO      depmod.......
19-11-2012 10:02:56 execcmd.run                   INFO      DKMS: install completed.
19-11-2012 10:02:56 execcmd.run                   INFO      Building initial module for 3.2.0-3-686-pae
19-11-2012 10:03:16 execcmd.run                   INFO      Done.
19-11-2012 10:03:16 execcmd.run                   INFO      fglrx:
19-11-2012 10:03:16 execcmd.run                   INFO      Running module version sanity check.
19-11-2012 10:03:16 execcmd.run                   INFO      - Original module
19-11-2012 10:03:16 execcmd.run                   INFO      - No original module exists within this kernel
19-11-2012 10:03:16 execcmd.run                   INFO      - Installation
19-11-2012 10:03:16 execcmd.run                   INFO      - Installing to /lib/modules/3.2.0-3-686-pae/updates/
19-11-2012 10:03:18 execcmd.run                   INFO      depmod....
19-11-2012 10:03:18 execcmd.run                   INFO      DKMS: install completed.
19-11-2012 10:03:20 ati.installATIDriver          DEBUG     Install drivers: fglrx-driver
19-11-2012 10:03:20 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx-driver
19-11-2012 10:03:21 execcmd.run                   INFO      Reading package lists...
19-11-2012 10:03:21 execcmd.run                   INFO      Building dependency tree...
19-11-2012 10:03:21 execcmd.run                   INFO      Reading state information...
19-11-2012 10:03:21 execcmd.run                   INFO      fglrx-driver is already the newest version.
19-11-2012 10:03:21 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 1199 not upgraded.
19-11-2012 10:03:21 ati.installATIDriver          DEBUG     Install drivers: fglrx-control
19-11-2012 10:03:21 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx-control
19-11-2012 10:03:22 execcmd.run                   INFO      Reading package lists...
19-11-2012 10:03:22 execcmd.run                   INFO      Building dependency tree...
19-11-2012 10:03:22 execcmd.run                   INFO      Reading state information...
19-11-2012 10:03:22 execcmd.run                   INFO      The following NEW packages will be installed:
19-11-2012 10:03:22 execcmd.run                   INFO      fglrx-control
19-11-2012 10:03:22 execcmd.run                   INFO      0 upgraded, 1 newly installed, 0 to remove and 1199 not upgraded.
19-11-2012 10:03:22 execcmd.run                   INFO      Need to get 4,613 kB of archives.
19-11-2012 10:03:22 execcmd.run                   INFO      After this operation, 6,714 kB of additional disk space will be used.
19-11-2012 10:03:22 execcmd.run                   INFO      Get:1 http://packages.linuxmint.com/ debian/import fglrx-control i386 1:12-6+point-1 [4,613 kB]
19-11-2012 10:04:04 execcmd.run                   INFO      dpkg-preconfigure: unable to re-open stdin:
19-11-2012 10:04:04 execcmd.run                   INFO      Fetched 4,613 kB in 41s (111 kB/s)
19-11-2012 10:04:04 execcmd.run                   INFO      Selecting previously unselected package fglrx-control.
19-11-2012 10:04:05 execcmd.run                   INFO      (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 184006 files and directories currently installed.)
19-11-2012 10:04:05 execcmd.run                   INFO      Unpacking fglrx-control (from .../fglrx-control_1%3a12-6+point-1_i386.deb) ...
19-11-2012 10:04:06 execcmd.run                   INFO      Processing triggers for gnome-menus ...
19-11-2012 10:04:06 execcmd.run                   INFO      Processing triggers for desktop-file-utils ...
19-11-2012 10:04:06 execcmd.run                   INFO      Processing triggers for man-db ...
19-11-2012 10:04:10 execcmd.run                   INFO      Setting up fglrx-control (1:12-6+point-1) ...
19-11-2012 10:04:12 ati.installATIDriver          DEBUG     Install drivers: build-essential
19-11-2012 10:04:12 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install build-essential
19-11-2012 10:04:13 execcmd.run                   INFO      Reading package lists...
19-11-2012 10:04:13 execcmd.run                   INFO      Building dependency tree...
19-11-2012 10:04:13 execcmd.run                   INFO      Reading state information...
19-11-2012 10:04:13 execcmd.run                   INFO      build-essential is already the newest version.
19-11-2012 10:04:13 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 1199 not upgraded.
19-11-2012 10:04:13 ati.installATIDriver          DEBUG     Install drivers: module-assistant
19-11-2012 10:04:13 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install module-assistant
19-11-2012 10:04:14 execcmd.run                   INFO      Reading package lists...
19-11-2012 10:04:14 execcmd.run                   INFO      Building dependency tree...
19-11-2012 10:04:14 execcmd.run                   INFO      Reading state information...
19-11-2012 10:04:14 execcmd.run                   INFO      The following NEW packages will be installed:
19-11-2012 10:04:14 execcmd.run                   INFO      module-assistant
19-11-2012 10:04:14 execcmd.run                   INFO      0 upgraded, 1 newly installed, 0 to remove and 1199 not upgraded.
19-11-2012 10:04:14 execcmd.run                   INFO      Need to get 115 kB of archives.
19-11-2012 10:04:14 execcmd.run                   INFO      After this operation, 578 kB of additional disk space will be used.
19-11-2012 10:04:14 execcmd.run                   INFO      Get:1 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/main module-assistant all 0.11.4 [115 kB]
19-11-2012 10:04:15 execcmd.run                   INFO      dpkg-preconfigure: unable to re-open stdin:
19-11-2012 10:04:15 execcmd.run                   INFO      Fetched 115 kB in 0s (226 kB/s)
19-11-2012 10:04:15 execcmd.run                   INFO      Selecting previously unselected package module-assistant.
19-11-2012 10:04:15 execcmd.run                   INFO      (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 184015 files and directories currently installed.)
19-11-2012 10:04:15 execcmd.run                   INFO      Unpacking module-assistant (from .../module-assistant_0.11.4_all.deb) ...
19-11-2012 10:04:16 execcmd.run                   INFO      Processing triggers for man-db ...
19-11-2012 10:04:18 execcmd.run                   INFO      Setting up module-assistant (0.11.4) ...
19-11-2012 10:04:20 ati.installATIDriver          DEBUG     Install drivers: fglrx-glx-ia32
19-11-2012 10:04:20 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install fglrx-glx-ia32
19-11-2012 10:04:20 execcmd.run                   INFO      Reading package lists...
19-11-2012 10:04:20 execcmd.run                   INFO      Building dependency tree...
19-11-2012 10:04:20 execcmd.run                   INFO      Reading state information...
19-11-2012 10:04:20 execcmd.run                   INFO      Package fglrx-glx-ia32 is not available, but is referred to by another package.
19-11-2012 10:04:20 execcmd.run                   INFO      This may mean that the package is missing, has been obsoleted, or
19-11-2012 10:04:20 execcmd.run                   INFO      is only available from another source
19-11-2012 10:04:20 ati.installATI                DEBUG     Configure ATI
19-11-2012 10:04:20 execcmd.run                   DEBUG     Command to execute: aticonfig --initial -f
19-11-2012 10:04:21 execcmd.run                   INFO      Uninitialised file found, configuring.
19-11-2012 10:04:21 execcmd.run                   INFO      Using /etc/X11/xorg.conf
19-11-2012 10:04:21 execcmd.run                   INFO      Saving back-up to /etc/X11/xorg.conf.original-0
19-11-2012 10:04:21 ati.installATI                INFO      Done installing ATI drivers
19-11-2012 10:04:21 drivers.DriverCheck           DEBUG     Initialize DriverCheck
19-11-2012 10:04:21 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
19-11-2012 10:04:21 execcmd.run                   DEBUG     Command to execute: lspci -nn | grep VGA
19-11-2012 10:04:21 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_RELEASE
19-11-2012 10:04:21 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers
19-11-2012 10:04:23 nvidia.getNvidia              DEBUG     No supported Nvidia card found
19-11-2012 10:04:23 ati.getATI                    INFO      ATI card found: ATI Technologies Inc Device 9647
19-11-2012 10:04:23 ati.getATI                    INFO      ATI chip serie found:  9647
19-11-2012 10:04:23 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx-driver
19-11-2012 10:04:23 drivers.getPackageStatus      DEBUG     Package is installed: fglrx-driver
19-11-2012 10:04:23 ati.getATI                    DEBUG     ATI fglrx-driver status: installed
19-11-2012 10:04:23 execcmd.run                   DEBUG     Command to execute: lspci | grep Broadcom
19-11-2012 10:04:23 pae.getPae                    DEBUG     Distribution: debian 1.0
19-11-2012 10:04:23 execcmd.run                   DEBUG     Command to execute: uname -r
19-11-2012 10:04:23 execcmd.run                   INFO      3.2.0-2-486
19-11-2012 10:04:23 execcmd.run                   DEBUG     Command to execute: uname -m
19-11-2012 10:04:23 execcmd.run                   INFO      i686
19-11-2012 10:04:23 pae.getPae                    DEBUG     Single-core kernel found: 3.2.0-2-486
19-11-2012 10:04:23 pae.getPae                    INFO      Multi-core system running single-core kernel found
19-11-2012 10:04:23 execcmd.run                   DEBUG     Command to execute: aptitude search linux-headers-3.2.0-3-686-pae | grep ^i
19-11-2012 10:04:26 execcmd.run                   DEBUG     Command to execute: aptitude search linux-image-3.2.0-3-686-pae | grep ^i
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/mirror.png
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
19-11-2012 10:04:28 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
19-11-2012 10:04:28 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
19-11-2012 10:04:28 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
19-11-2012 10:04:28 ddm.fillHardware              DEBUG     Preselect: False
19-11-2012 10:04:28 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
19-11-2012 10:04:28 ddm.fillHardware              INFO      Add item: ATI Technologies Inc Device 9647
19-11-2012 10:04:28 ddm.fillHardware              DEBUG     Preselect: False
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Clear existing list store
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [False, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/installed.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/pae.png"), "Multi-core support for 32-bit systems", "pae", "installed", 400] )
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Add data to list store (single-column list): liststore.append( [False, gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/installed.png"), gtk.gdk.pixbuf_new_from_file("/usr/share/device-driver-manager/ati.png"), "ATI Technologies Inc Device 9647", "ati", "installed", 400] )
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Last visible column nr: 4
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Column already exists: Column 0
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Column already exists: Column 1
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Column already exists: Column 2
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Column already exists: Column 3
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Hide column nr: 4
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Hide column nr: 5
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
19-11-2012 10:04:28 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
Schoelje

Re: Device Driver Manager - Help needed

Post by Schoelje »

Good to hear that you got it working...I feel we're getting close to a stable version that could be included in the next LM and LMDE.
B.t.w.: did you use the latest version (0.2.4)?
Locked

Return to “Software & Applications”