Unofficial LMDE KDE Live DVD: UP4 / 201208

Chat about Linux in general
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
Schoelje

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by Schoelje »

Gentlemen,
I'm really impressed that you are testing DDM so rigorously!

I'm struggling with this PAE thing:
When installed my system seems to always boot the pea kernel, even though I select the 486 kernel from grub. This means that I cannot remove pae from DDM.
Now, DDM should show PAE even if it is installed, but if you try to remove it, a message box will show to tell you that it cannot be removed.
Also, when installing PAE, I've decided to move xorg.conf to xorg.conf.ddm when it exists. If you have a better idea, please let me know.

http://www.schoelje.nl/lmdekde/packages ... .0_all.deb

The -d argument creates a debug file in your home directory: $HOME/ddm.log
This is the information I'll need. The terminal shows only user friendly messages, no debug information.

For more arguments:

Code: Select all

device-driver-manager --help
@zerozero
Could you please post your ddm.log? I don't understand how you can run from the 486 kernel and DDM detects an installed pae (it looks for the pae linux-header). Did you install pae but did not reboot?
zerozero

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by zerozero »

Schoelje
ddm.log is in the end of my last post
here again http://pastebin.com/uPgrvmRa
clarifying:
- i don't have PAE installed, only the stock i486
- ddm doesn't show the option to install it; as far as i can see the uname -m checks for i686 and assumes that multi-core is installed

Code: Select all

19-09-2012 19:55:58 execcmd.run                   DEBUG     Command to execute: uname -m
19-09-2012 19:55:58 pae.getHardwareList           INFO      Multi-core already installed
When installed my system seems to always boot the pea kernel, even though I select the 486 kernel from grub. This means that I cannot remove pae from DDM.
- if you trigger an update-grub after the kernel+headers installation won't that issue be solved?
Schoelje

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by Schoelje »

zerozero wrote:Schoelje
ddm.log is in the end of my last post
here again http://pastebin.com/uPgrvmRa
Sorry, missed that.
zerozero wrote:ddm doesn't show the option to install it; as far as i can see the uname -m checks for i686 and assumes that multi-core is installed
If you run

Code: Select all

uname -m
I don't suppose it returns i486?
zerozero wrote:if you trigger an update-grub after the kernel+headers installation won't that issue be solved?
I tried that, but no difference.
zerozero

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by zerozero »

nahh

Code: Select all

zerozero@lmdekde32 ~ $ uname -m
i686
zerozero@lmdekde32 ~ $ uname -a
Linux lmdekde32 3.2.0-3-486 #1 Thu Jun 28 08:08:24 UTC 2012 i686 GNU/Linux
zerozero@lmdekde32 ~ $ uname -r
3.2.0-3-486
zerozero@lmdekde32 ~ $ 
Schoelje

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by Schoelje »

Now that is a bit weird, isn't it?
I have no clue why there's a difference...
Does uname -m tell me I can run i686 and uname -r tells me what I have installed?
Looks like it, though.
BostonPeng

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by BostonPeng »

That deb shows PAE works on my system.
ddm screenshot 12-09-19 with PAE support.png
What can I do to aid in testing? I put my ddm.log in my Dropox in case it's helpful.

Also, I ran device-driver-manager --help to see what options are available but got this

Code: Select all

$ device-driver-manager --help
Traceback (most recent call last):
  File "/usr/lib/device-driver-manager/main.py", line 33, in <module>
    self.usage()
NameError: name 'self' is not defined
GeneC

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by GeneC »

Debug log for latest DDM
All good. :)
Image

Code: Select all

19-09-2012 16:58:57 main                          INFO      Write debug information to file: /home/gene/ddm.log
19-09-2012 16:58:57 main                          DEBUG     Startup command: kdesudo -i /usr/share/linuxmint/logo.png -d --comment "<b>Please enter your password</b>" python /usr/lib/device-driver-manager/ddm.py :d :l /home/gene/ddm.log
19-09-2012 16:59:05 ddm.main                      INFO      Checking your hardware...
19-09-2012 16:59:05 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_CODENAME
19-09-2012 16:59:05 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-detect
19-09-2012 16:59:05 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-detect
19-09-2012 16:59:05 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
19-09-2012 16:59:05 nvidia.getNvidia              INFO      Get the appropriate Nvidia driver
19-09-2012 16:59:05 execcmd.run                   DEBUG     Command to execute: nvidia-detect | grep nvidia- | tr -d ' '
19-09-2012 16:59:06 execcmd.run                   INFO      nvidia-glx
19-09-2012 16:59:06 nvidia.getNvidia              INFO      Nvidia driver to install: nvidia-glx
19-09-2012 16:59:06 nvidia.getNvidia              INFO      Get package status for driver: nvidia-glx
19-09-2012 16:59:06 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-glx
19-09-2012 16:59:06 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-glx
19-09-2012 16:59:06 nvidia.getNvidia              DEBUG     Package status: installed
19-09-2012 16:59:06 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
19-09-2012 16:59:06 execcmd.run                   INFO      01:00.0 VGA compatible controller: NVIDIA Corporation GF104 [GeForce GTX 460] (rev a1)
19-09-2012 16:59:06 ati.getATI                    DEBUG     No ATI card found
19-09-2012 16:59:06 execcmd.run                   DEBUG     Command to execute: lspci -vnn -d 14e4:
19-09-2012 16:59:06 execcmd.run                   DEBUG     Command to execute: uname -m
19-09-2012 16:59:06 execcmd.run                   INFO      x86_64
19-09-2012 16:59:06 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
19-09-2012 16:59:06 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
19-09-2012 16:59:06 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
19-09-2012 16:59:06 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
19-09-2012 16:59:06 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
19-09-2012 16:59:06 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
19-09-2012 16:59:06 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
19-09-2012 16:59:06 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
19-09-2012 16:59:06 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
19-09-2012 16:59:06 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
19-09-2012 16:59:06 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/nvidia.png
19-09-2012 16:59:06 ddm.fillHardware              INFO      Add item: NVIDIA Corporation GF104 [GeForce GTX 460] (rev a1)
19-09-2012 16:59:06 ddm.fillHardware              DEBUG     Preselect: False
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Create list store eval string: gtk.ListStore(bool, gtk.gdk.Pixbuf, gtk.gdk.Pixbuf, str, str, str, int)
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
19-09-2012 16:59:06 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/nvidia.png"), "NVIDIA Corporation GF104 [GeForce GTX 460] (rev a1)", "nvidia", "installed", 400] )
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Last visible column nr: 4
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 0", gtk.CellRendererToggle(), active=0)
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Check box found: add toggle function
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Column added: Column 0
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 1", gtk.CellRendererPixbuf(), pixbuf=1)
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Column added: Column 1
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 2", gtk.CellRendererPixbuf(), pixbuf=2)
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Column added: Column 2
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 3", gtk.CellRendererText(), text=3, weight=6)
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Column added: Column 3
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Hide column nr: 4
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Hide column nr: 5
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
19-09-2012 16:59:06 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
zerozero

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by zerozero »

sorry gentlemen i guess i was all this time loading the wrong ddm deb :oops:
this latest works fine (with a small problem though: it shows the pae status as installed when it's not and installs it)
Image
ddm.log >> http://pastebin.com/NWwQqFRq

another thing, i can't replicate the grub problem, it shows the pae as 1st option and boots into it after the 5 sec timeout
Schoelje

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by Schoelje »

So...I've installed an image on my laptop to start from scratch.
I installed pae, booted into 686 (worked), rebooted into 486 (which worked!), removed pae, booted and all was good (angels singing).
Just a tiny thing left: The code should also install the nvidia drivers when it's already installed (in the hope it would install for the new pae kernel as well) but I cannot test that.

Any volunteers?

The last one for today (it's midnight and tomorrow is an early day again):
http://www.schoelje.nl/lmdekde/packages ... .0_all.deb
User avatar
Insane1
Level 2
Level 2
Posts: 59
Joined: Sun Nov 18, 2007 6:26 pm
Location: Wolcott, CT

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by Insane1 »

About to start experimenting with the release, (Up4. Gonna see how the update to 5 goes). In either case, I ran into a strange issue. When I installed the system, the default boot mysteriously was configured identical to the safeboot option. As a result, the resolution was incredibly small, there were graphical issues, and the system would run into issues that would cause sgfxi to cancel out after a short time constantly. I fixed it by booting the system via the recovery mode, and instructing it to normally boot. I can post my hardware specs and information if you'd like.

System is an Asus g73sw with Nvidia 460m gtx card, and 8gb of ram. System runs absolutely fine when safe mode configurations aren't used. Still odd my default boot was configured in such a way.
Life is like hot chocolate. Sometimes it's so hot it burns your mouth. Other times it's just right.
User avatar
lahirdenganselamat
Level 4
Level 4
Posts: 420
Joined: Mon Oct 17, 2011 10:30 pm
Location: Yogyakarta

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by lahirdenganselamat »

Schoelje, I download the DDM to see if now I can use fglrx, (neither fglrx from debian repo and *.run from the amd site working), that's why I still using LM 11 as my daily OS :D

So, here's the log:

Code: Select all

faramir@faramir-1215b ~ $ inxi -Gx
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] bus-ID: 00:01.0 
           X.Org: 1.12.3 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz                                              
           GLX Renderer: Gallium 0.4 on AMD PALM GLX Version: 2.1 Mesa 8.0.4 Direct Rendering: Yes                                           
faramir@faramir-1215b ~ $ device-driver-manager -d
INFO      Write debug information to file: /home/faramir/ddm.log
INFO      Checking your hardware...
INFO      Install nvidia-detect
INFO      Reading package lists...
INFO      Building dependency tree...
INFO      Reading state information...
INFO      The following packages were automatically installed and are no longer required:
INFO      glx-alternative-mesa glx-diversions nvidia-installer-cleanup
INFO      Use 'apt-get autoremove' to remove them.
INFO      The following NEW packages will be installed:
INFO      nvidia-detect
INFO      0 upgraded, 1 newly installed, 0 to remove and 118 not upgraded.
INFO      Need to get 86.8 kB of archives.
INFO      After this operation, 111 kB of additional disk space will be used.
INFO      Get:1 http://kambing.ui.ac.id/debian/ testing/non-free nvidia-detect amd64 302.17-3 [86.8 kB]
INFO      Fetched 86.8 kB in 9s (9,444 B/s)
INFO      Selecting previously unselected package nvidia-detect.
INFO      (Reading database ... 196047 files and directories currently installed.)
INFO      Unpacking nvidia-detect (from .../nvidia-detect_302.17-3_amd64.deb) ...
INFO      Setting up nvidia-detect (302.17-3) ...
INFO      00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Ra
Traceback (most recent call last):
  File "/usr/lib/device-driver-manager/ddm.py", line 266, in <module>
    app.main(args)
  File "/usr/lib/device-driver-manager/ddm.py", line 235, in main
    self.fillHardware()
  File "/usr/lib/device-driver-manager/ddm.py", line 65, in fillHardware
    self.hwList = DriverCheck(self.log).run()
  File "/usr/lib/device-driver-manager/drivers.py", line 31, in run
    hwATI = ati.getATI()
  File "/usr/lib/device-driver-manager/ati.py", line 32, in getATI
    self.log.write('ATI chip serie found: ' + atiSerie, 'ati.getATI', 'info')
TypeError: cannot concatenate 'str' and 'NoneType' objects
faramir@faramir-1215b ~ $ device-driver-manager -d
INFO      Write debug information to file: /home/faramir/ddm.log
INFO      Checking your hardware...
INFO      00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Ra
Traceback (most recent call last):
  File "/usr/lib/device-driver-manager/ddm.py", line 266, in <module>
    app.main(args)
  File "/usr/lib/device-driver-manager/ddm.py", line 235, in main
    self.fillHardware()
  File "/usr/lib/device-driver-manager/ddm.py", line 65, in fillHardware
    self.hwList = DriverCheck(self.log).run()
  File "/usr/lib/device-driver-manager/drivers.py", line 31, in run
    hwATI = ati.getATI()
  File "/usr/lib/device-driver-manager/ati.py", line 32, in getATI
    self.log.write('ATI chip serie found: ' + atiSerie, 'ati.getATI', 'info')
TypeError: cannot concatenate 'str' and 'NoneType' objects
faramir@faramir-1215b ~ $ 
and this is the content of the log (why I can't attached it?)

Code: Select all

20-09-2012 11:12:57 main                          INFO      Write debug information to file: /home/faramir/ddm.log
20-09-2012 11:12:57 main                          DEBUG     Startup command: kdesudo -i /usr/share/linuxmint/logo.png -d --comment "<b>Please enter your password</b>" python /usr/lib/device-driver-manager/ddm.py :d :l /home/faramir/ddm.log
20-09-2012 11:12:58 ddm.main                      INFO      Checking your hardware...
20-09-2012 11:12:58 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_CODENAME
20-09-2012 11:12:58 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-detect
20-09-2012 11:12:59 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-detect
20-09-2012 11:12:59 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
20-09-2012 11:12:59 nvidia.getNvidia              DEBUG     No Nvidia card found
20-09-2012 11:12:59 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
20-09-2012 11:12:59 execcmd.run                   INFO      00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
Schoelje

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by Schoelje »

@lahirdenganselamat
That's what you get when you code for hardware you don't have...you can try this one:
http://www.schoelje.nl/lmdekde/packages ... .0_all.deb

@Insane1
If I understand correctly: you used DDM on a machine that has Nvidia drivers installed by sgfxi?
DDM cannot detect other drivers then the ones available in the repositories (yet) so using DDM when you have Nvidia drivers installed through sgfxi is quite risky (as you found out).
Please, add the log file ($HOME/ddm.log) to your post when you run

Code: Select all

device-driver-manager -d
A note to anyone wanting to try out DDM:
DDM is very experimental. The best results you'll have on a clean install and please, don't use it on your working machine without having a good image to revert to.
User avatar
lahirdenganselamat
Level 4
Level 4
Posts: 420
Joined: Mon Oct 17, 2011 10:30 pm
Location: Yogyakarta

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by lahirdenganselamat »

Schoelje wrote:That's what you get when you code for hardware you don't have
lol :D

Now it detect the broadcom, but not the radeon 6310 :( ,
here's the terminal output :

Code: Select all

faramir@faramir-1215b ~ $ device-driver-manager -d
INFO      Write debug information to file: /home/faramir/ddm.log
INFO      Checking your hardware...
INFO      00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
INFO      01:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
INFO      Subsystem: AzureWave Device [1a3b:2047]
INFO      Flags: bus master, fast devsel, latency 0, IRQ 16
INFO      Memory at fea00000 (64-bit, non-prefetchable) [size=16K]
INFO      Capabilities: [40] Power Management version 3
INFO      Capabilities: [58] Vendor Specific Information: Len=78 <?>
INFO      Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
INFO      Capabilities: [d0] Express Endpoint, MSI 00
INFO      Capabilities: [100] Advanced Error Reporting                                        
INFO      Capabilities: [13c] Virtual Channel                                                 
INFO      Capabilities: [160] Device Serial Number 00-00-60-ff-ff-b5-48-5d                    
INFO      Capabilities: [16c] Power Budgeting <?>                                             
INFO      Kernel driver in use: brcmsmac                                                      
INFO      Broadcom found: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
INFO      Broadcom chip serie found: 4727
INFO      3.2.0-3-amd64
INFO      Hardware image found: /usr/share/device-driver-manager/broadcom.png
INFO      Add item: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
faramir@faramir-1215b ~ $ 
and the ddm log:

Code: Select all

20-09-2012 16:19:25 main                          INFO      Write debug information to file: /home/faramir/ddm.log
20-09-2012 16:19:25 main                          DEBUG     Startup command: kdesudo -i /usr/share/linuxmint/logo.png -d --comment "<b>Please enter your password</b>" python /usr/lib/device-driver-manager/ddm.py :d :l /home/faramir/ddm.log
20-09-2012 16:19:31 ddm.main                      INFO      Checking your hardware...
20-09-2012 16:19:32 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_CODENAME
20-09-2012 16:19:32 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-detect
20-09-2012 16:19:32 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-detect
20-09-2012 16:19:32 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
20-09-2012 16:19:32 nvidia.getNvidia              DEBUG     No Nvidia card found
20-09-2012 16:19:32 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
20-09-2012 16:19:32 execcmd.run                   INFO      00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
20-09-2012 16:19:32 execcmd.run                   DEBUG     Command to execute: lspci -vnn -d 14e4:
20-09-2012 16:19:32 execcmd.run                   INFO      01:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
20-09-2012 16:19:32 execcmd.run                   INFO      Subsystem: AzureWave Device [1a3b:2047]
20-09-2012 16:19:32 execcmd.run                   INFO      Flags: bus master, fast devsel, latency 0, IRQ 16
20-09-2012 16:19:32 execcmd.run                   INFO      Memory at fea00000 (64-bit, non-prefetchable) [size=16K]
20-09-2012 16:19:32 execcmd.run                   INFO      Capabilities: [40] Power Management version 3
20-09-2012 16:19:32 execcmd.run                   INFO      Capabilities: [58] Vendor Specific Information: Len=78 <?>
20-09-2012 16:19:32 execcmd.run                   INFO      Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
20-09-2012 16:19:32 execcmd.run                   INFO      Capabilities: [d0] Express Endpoint, MSI 00
20-09-2012 16:19:32 execcmd.run                   INFO      Capabilities: [100] Advanced Error Reporting
20-09-2012 16:19:32 execcmd.run                   INFO      Capabilities: [13c] Virtual Channel
20-09-2012 16:19:32 execcmd.run                   INFO      Capabilities: [160] Device Serial Number 00-00-60-ff-ff-b5-48-5d
20-09-2012 16:19:32 execcmd.run                   INFO      Capabilities: [16c] Power Budgeting <?>
20-09-2012 16:19:32 execcmd.run                   INFO      Kernel driver in use: brcmsmac
20-09-2012 16:19:32 broadcom.setCurrentChipInfo   INFO      Broadcom found: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
20-09-2012 16:19:32 broadcom.setCurrentChipInfo   DEBUG     Broadcom chip set found: 4727
20-09-2012 16:19:32 broadcom.setCurrentChipInfo   DEBUG     Broadcom chip set driver: firmware-brcm80211
20-09-2012 16:19:32 execcmd.run                   DEBUG     Command to execute: apt-cache policy firmware-brcm80211
20-09-2012 16:19:32 drivers.getPackageStatus      DEBUG     Package is installed: firmware-brcm80211
20-09-2012 16:19:32 broadcom.getBroadcom          INFO      Broadcom chip serie found: 4727
20-09-2012 16:19:32 execcmd.run                   DEBUG     Command to execute: uname -r
20-09-2012 16:19:32 execcmd.run                   INFO      3.2.0-3-amd64
20-09-2012 16:19:32 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
20-09-2012 16:19:32 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
20-09-2012 16:19:32 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
20-09-2012 16:19:32 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
20-09-2012 16:19:32 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
20-09-2012 16:19:32 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
20-09-2012 16:19:32 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
20-09-2012 16:19:32 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
20-09-2012 16:19:32 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
20-09-2012 16:19:32 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
20-09-2012 16:19:32 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/broadcom.png
20-09-2012 16:19:32 ddm.fillHardware              INFO      Add item: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
20-09-2012 16:19:32 ddm.fillHardware              DEBUG     Preselect: False
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Create list store eval string: gtk.ListStore(bool, gtk.gdk.Pixbuf, gtk.gdk.Pixbuf, str, str, str, int)
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
20-09-2012 16:19:32 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/broadcom.png"), "Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)", "broadcom", "installed", 400] )
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Last visible column nr: 4
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 0", gtk.CellRendererToggle(), active=0)
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Check box found: add toggle function
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Column added: Column 0
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 1", gtk.CellRendererPixbuf(), pixbuf=1)
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Column added: Column 1
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 2", gtk.CellRendererPixbuf(), pixbuf=2)
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Column added: Column 2
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 3", gtk.CellRendererText(), text=3, weight=6)
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Column added: Column 3
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Hide column nr: 4
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Hide column nr: 5
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
20-09-2012 16:19:32 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
Schoelje

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by Schoelje »

@lahirdenganselamat
That really helped a lot!
With your log file I could trace the problem. It should now be fixed.
Try to install the driver, reboot, say a prayer, and let me know what happened by posting the log file.
If all went well (and you're feeling rather brave today), try to remove the drivers, reboot, say another prayer, and let me know what happened.

http://www.schoelje.nl/lmdekde/packages ... .0_all.deb

Note:
I only need the log file, not the output from the terminal.
User avatar
lahirdenganselamat
Level 4
Level 4
Posts: 420
Joined: Mon Oct 17, 2011 10:30 pm
Location: Yogyakarta

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by lahirdenganselamat »

Now it says : "done installing driver", but the icon still blue, so its not yet installed..

owh, and i dont have sid repo, but why the apt-get update from ddm process looking for sid?? I found altrad on sources.list.d, is that from the ddm?
personally, i prefer a closer repo than the sid main repo :D , especially when downloading large file (yea, >50mb is large for my connection) :D if I use a closer sid repo on sources.list, will it be used instead of the ftp.us.debian.org sid/ ?

so here's the log:

Code: Select all

20-09-2012 19:27:54 main                          INFO      Write debug information to file: /home/faramir/ddm.log
20-09-2012 19:27:54 main                          DEBUG     Startup command: kdesudo -i /usr/share/linuxmint/logo.png -d --comment "<b>Please enter your password</b>" python /usr/lib/device-driver-manager/ddm.py :d :l /home/faramir/ddm.log
20-09-2012 19:27:56 ddm.main                      INFO      Checking your hardware...
20-09-2012 19:27:57 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_CODENAME
20-09-2012 19:27:57 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-detect
20-09-2012 19:27:57 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-detect
20-09-2012 19:27:57 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
20-09-2012 19:27:57 nvidia.getNvidia              DEBUG     No Nvidia card found
20-09-2012 19:27:57 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
20-09-2012 19:27:57 execcmd.run                   INFO      00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
20-09-2012 19:27:57 ati.getATI                    INFO      ATI card found: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
20-09-2012 19:27:57 ati.getATI                    INFO      ATI chip serie found:  6310
20-09-2012 19:27:57 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx-driver
20-09-2012 19:27:57 drivers.getPackageStatus      DEBUG     Package not installed: fglrx-driver
20-09-2012 19:27:57 ati.getATI                    DEBUG     ATI fglrx-driver status: notinstalled
20-09-2012 19:27:57 execcmd.run                   DEBUG     Command to execute: lspci -vnn -d 14e4:
20-09-2012 19:27:57 execcmd.run                   INFO      01:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
20-09-2012 19:27:57 execcmd.run                   INFO      Subsystem: AzureWave Device [1a3b:2047]
20-09-2012 19:27:57 execcmd.run                   INFO      Flags: bus master, fast devsel, latency 0, IRQ 16
20-09-2012 19:27:57 execcmd.run                   INFO      Memory at fea00000 (64-bit, non-prefetchable) [size=16K]
20-09-2012 19:27:57 execcmd.run                   INFO      Capabilities: [40] Power Management version 3
20-09-2012 19:27:57 execcmd.run                   INFO      Capabilities: [58] Vendor Specific Information: Len=78 <?>
20-09-2012 19:27:57 execcmd.run                   INFO      Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
20-09-2012 19:27:57 execcmd.run                   INFO      Capabilities: [d0] Express Endpoint, MSI 00
20-09-2012 19:27:57 execcmd.run                   INFO      Capabilities: [100] Advanced Error Reporting
20-09-2012 19:27:57 execcmd.run                   INFO      Capabilities: [13c] Virtual Channel
20-09-2012 19:27:57 execcmd.run                   INFO      Capabilities: [160] Device Serial Number 00-00-60-ff-ff-b5-48-5d
20-09-2012 19:27:57 execcmd.run                   INFO      Capabilities: [16c] Power Budgeting <?>
20-09-2012 19:27:57 execcmd.run                   INFO      Kernel driver in use: brcmsmac
20-09-2012 19:27:57 broadcom.setCurrentChipInfo   INFO      Broadcom found: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
20-09-2012 19:27:57 broadcom.setCurrentChipInfo   DEBUG     Broadcom chip set found: 4727
20-09-2012 19:27:57 broadcom.setCurrentChipInfo   DEBUG     Broadcom chip set driver: firmware-brcm80211
20-09-2012 19:27:57 execcmd.run                   DEBUG     Command to execute: apt-cache policy firmware-brcm80211
20-09-2012 19:27:57 drivers.getPackageStatus      DEBUG     Package is installed: firmware-brcm80211
20-09-2012 19:27:57 broadcom.getBroadcom          INFO      Broadcom chip serie found: 4727
20-09-2012 19:27:57 execcmd.run                   DEBUG     Command to execute: uname -r
20-09-2012 19:27:57 execcmd.run                   INFO      3.2.0-3-amd64
20-09-2012 19:27:57 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
20-09-2012 19:27:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
20-09-2012 19:27:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
20-09-2012 19:27:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
20-09-2012 19:27:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
20-09-2012 19:27:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
20-09-2012 19:27:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
20-09-2012 19:27:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
20-09-2012 19:27:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
20-09-2012 19:27:57 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
20-09-2012 19:27:57 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
20-09-2012 19:27:57 ddm.fillHardware              INFO      Add item: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
20-09-2012 19:27:57 ddm.fillHardware              DEBUG     Preselect: True
20-09-2012 19:27:57 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/broadcom.png
20-09-2012 19:27:57 ddm.fillHardware              INFO      Add item: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
20-09-2012 19:27:57 ddm.fillHardware              DEBUG     Preselect: False
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Create list store eval string: gtk.ListStore(bool, gtk.gdk.Pixbuf, gtk.gdk.Pixbuf, str, str, str, int)
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
20-09-2012 19:27: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 Wrestler [Radeon HD 6310]", "ati", "notinstalled", 400] )
20-09-2012 19:27:57 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/broadcom.png"), "Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)", "broadcom", "installed", 400] )
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Last visible column nr: 4
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 0", gtk.CellRendererToggle(), active=0)
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Check box found: add toggle function
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Column added: Column 0
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 1", gtk.CellRendererPixbuf(), pixbuf=1)
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Column added: Column 1
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 2", gtk.CellRendererPixbuf(), pixbuf=2)
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Column added: Column 2
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 3", gtk.CellRendererText(), text=3, weight=6)
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Column added: Column 3
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Hide column nr: 4
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Hide column nr: 5
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
20-09-2012 19:27:57 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
20-09-2012 19:27:59 ddm.handleHardware            INFO      install hardware code: ati
20-09-2012 19:27:59 ddm.handleHardware            INFO      Start driver install thread
20-09-2012 19:27:59 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_CODENAME
20-09-2012 19:27:59 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
20-09-2012 19:27:59 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-detect
20-09-2012 19:27:59 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-detect
20-09-2012 19:27:59 ati.installATI                DEBUG     Alternative repository for ATI drivers: deb http://ftp.us.debian.org/debian sid main contrib non-free
20-09-2012 19:27:59 execcmd.run                   DEBUG     Command to execute: apt-get update
20-09-2012 19:28:00 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian InRelease
20-09-2012 19:28:00 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian Release.gpg
20-09-2012 19:28:00 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian Release
20-09-2012 19:28:00 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian/main amd64 Packages
20-09-2012 19:28:00 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian/upstream amd64 Packages
20-09-2012 19:28:00 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian/import amd64 Packages
20-09-2012 19:28:00 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian/backport amd64 Packages
20-09-2012 19:28:00 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian/romeo amd64 Packages
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/backport Translation-en_US
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/backport Translation-en
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/import Translation-en_US
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/import Translation-en
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/main Translation-en_US
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/main Translation-en
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/romeo Translation-en_US
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/romeo Translation-en
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/upstream Translation-en_US
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/upstream Translation-en
20-09-2012 19:28:01 execcmd.run                   INFO      Ign http://www.mendeley.com  InRelease
20-09-2012 19:28:02 execcmd.run                   INFO      Hit http://www.mendeley.com  Release.gpg
20-09-2012 19:28:04 execcmd.run                   INFO      Hit http://www.mendeley.com  Release
20-09-2012 19:28:05 execcmd.run                   INFO      Hit http://www.mendeley.com  Packages
20-09-2012 19:28:05 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing InRelease
20-09-2012 19:28:07 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/updates InRelease
20-09-2012 19:28:07 execcmd.run                   INFO      Get:1 http://ftp.us.debian.org sid InRelease [258 kB]
20-09-2012 19:28:07 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates InRelease
20-09-2012 19:28:09 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/main amd64 Packages/DiffIndex
20-09-2012 19:28:09 execcmd.run                   INFO      Hit http://www.deb-multimedia.org testing InRelease
20-09-2012 19:28:09 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/contrib amd64 Packages/DiffIndex
20-09-2012 19:28:09 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/non-free amd64 Packages/DiffIndex
20-09-2012 19:28:09 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/contrib Translation-en/DiffIndex
20-09-2012 19:28:11 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/main Translation-en/DiffIndex
20-09-2012 19:28:11 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/non-free Translation-en/DiffIndex
20-09-2012 19:28:11 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/updates/main amd64 Packages
20-09-2012 19:28:11 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/updates/contrib amd64 Packages
20-09-2012 19:28:11 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/updates/non-free amd64 Packages
20-09-2012 19:28:11 execcmd.run                   INFO      Hit http://www.deb-multimedia.org testing/main amd64 Packages/DiffIndex
20-09-2012 19:28:12 execcmd.run                   INFO      Hit http://www.deb-multimedia.org testing/non-free amd64 Packages/DiffIndex
20-09-2012 19:28:13 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/main amd64 Packages/DiffIndex
20-09-2012 19:28:13 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/contrib amd64 Packages
20-09-2012 19:28:13 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/non-free amd64 Packages
20-09-2012 19:28:13 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/contrib Translation-en
20-09-2012 19:28:13 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/main Translation-en/DiffIndex
20-09-2012 19:28:13 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/non-free Translation-en
20-09-2012 19:28:14 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/contrib Translation-en_US
20-09-2012 19:28:14 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/contrib Translation-en
20-09-2012 19:28:15 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/main Translation-en_US
20-09-2012 19:28:15 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/main Translation-en
20-09-2012 19:28:15 execcmd.run                   INFO      Get:2 http://ftp.us.debian.org sid/main amd64 Packages [6,136 kB]
20-09-2012 19:28:15 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/non-free Translation-en_US
20-09-2012 19:28:16 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/non-free Translation-en
20-09-2012 19:28:24 execcmd.run                   INFO      Ign http://www.deb-multimedia.org testing/main Translation-en_US
20-09-2012 19:28:25 execcmd.run                   INFO      Ign http://www.deb-multimedia.org testing/main Translation-en
20-09-2012 19:28:26 execcmd.run                   INFO      Ign http://www.mendeley.com  Translation-en_US
20-09-2012 19:28:26 execcmd.run                   INFO      Ign http://www.deb-multimedia.org testing/non-free Translation-en_US
20-09-2012 19:28:27 execcmd.run                   INFO      Ign http://www.deb-multimedia.org testing/non-free Translation-en
20-09-2012 19:28:27 execcmd.run                   INFO      Ign http://www.mendeley.com  Translation-en
20-09-2012 19:28:46 execcmd.run                   INFO      Get:3 http://ftp.us.debian.org sid/contrib amd64 Packages [45.9 kB]
20-09-2012 19:28:53 execcmd.run                   INFO      Get:4 http://ftp.us.debian.org sid/non-free amd64 Packages [84.7 kB]
20-09-2012 19:28:55 execcmd.run                   INFO      Get:5 http://ftp.us.debian.org sid/contrib Translation-en [37.4 kB]
20-09-2012 19:28:56 execcmd.run                   INFO      Get:6 http://ftp.us.debian.org sid/main Translation-en [4,043 kB]
20-09-2012 19:33:39 execcmd.run                   INFO      Get:7 http://ftp.us.debian.org sid/non-free Translation-en [70.6 kB]
20-09-2012 19:33:44 execcmd.run                   INFO      Fetched 10.7 MB in 5min 44s (31.0 kB/s)
20-09-2012 19:33:56 execcmd.run                   INFO      Reading package lists...
20-09-2012 19:33:56 ati.installATI                DEBUG     ATI driver to install: fglrx-driver
20-09-2012 19:33:56 ati.installATI                DEBUG     Remove alternative Radeon repository: deb http://ftp.us.debian.org/debian sid main contrib non-free
20-09-2012 19:33:56 execcmd.run                   DEBUG     Command to execute: apt-get update
20-09-2012 19:33:57 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing InRelease
20-09-2012 19:33:57 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/updates InRelease
20-09-2012 19:33:57 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates InRelease
20-09-2012 19:33:59 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/main amd64 Packages/DiffIndex
20-09-2012 19:33:59 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/contrib amd64 Packages/DiffIndex
20-09-2012 19:33:59 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/non-free amd64 Packages/DiffIndex
20-09-2012 19:33:59 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/contrib Translation-en/DiffIndex
20-09-2012 19:34:00 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/main Translation-en/DiffIndex
20-09-2012 19:34:00 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/non-free Translation-en/DiffIndex
20-09-2012 19:34:00 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/updates/main amd64 Packages
20-09-2012 19:34:00 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/updates/contrib amd64 Packages
20-09-2012 19:34:00 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing/updates/non-free amd64 Packages
20-09-2012 19:34:00 execcmd.run                   INFO      Hit http://www.deb-multimedia.org testing InRelease
20-09-2012 19:34:01 execcmd.run                   INFO      Hit http://www.deb-multimedia.org testing/main amd64 Packages/DiffIndex
20-09-2012 19:34:01 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/main amd64 Packages/DiffIndex
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/contrib amd64 Packages
20-09-2012 19:34:02 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian InRelease
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/non-free amd64 Packages
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian Release.gpg
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/contrib Translation-en
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian Release
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/main Translation-en/DiffIndex
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian/main amd64 Packages
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://www.deb-multimedia.org testing/non-free amd64 Packages/DiffIndex
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://kambing.ui.ac.id testing-proposed-updates/non-free Translation-en
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian/upstream amd64 Packages
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian/import amd64 Packages
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian/backport amd64 Packages
20-09-2012 19:34:02 execcmd.run                   INFO      Hit http://repo.ugm.ac.id debian/romeo amd64 Packages
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/contrib Translation-en_US
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/contrib Translation-en
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/main Translation-en_US
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/main Translation-en
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/non-free Translation-en_US
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://kambing.ui.ac.id testing/updates/non-free Translation-en
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/backport Translation-en_US
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/backport Translation-en
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/import Translation-en_US
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/import Translation-en
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/main Translation-en_US
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/main Translation-en
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/romeo Translation-en_US
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/romeo Translation-en
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/upstream Translation-en_US
20-09-2012 19:34:03 execcmd.run                   INFO      Ign http://repo.ugm.ac.id debian/upstream Translation-en
20-09-2012 19:34:04 execcmd.run                   INFO      Ign http://www.mendeley.com  InRelease
20-09-2012 19:34:05 execcmd.run                   INFO      Hit http://www.mendeley.com  Release.gpg
20-09-2012 19:34:06 execcmd.run                   INFO      Hit http://www.mendeley.com  Release
20-09-2012 19:34:07 execcmd.run                   INFO      Hit http://www.mendeley.com  Packages
20-09-2012 19:34:13 execcmd.run                   INFO      Ign http://www.deb-multimedia.org testing/main Translation-en_US
20-09-2012 19:34:14 execcmd.run                   INFO      Ign http://www.deb-multimedia.org testing/main Translation-en
20-09-2012 19:34:15 execcmd.run                   INFO      Ign http://www.mendeley.com  Translation-en_US
20-09-2012 19:34:15 execcmd.run                   INFO      Ign http://www.deb-multimedia.org testing/non-free Translation-en_US
20-09-2012 19:34:16 execcmd.run                   INFO      Ign http://www.deb-multimedia.org testing/non-free Translation-en
20-09-2012 19:34:17 execcmd.run                   INFO      Ign http://www.mendeley.com  Translation-en
20-09-2012 19:34:25 execcmd.run                   INFO      Reading package lists...
20-09-2012 19:34:25 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_CODENAME
20-09-2012 19:34:25 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-detect
20-09-2012 19:34:25 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-detect
20-09-2012 19:34:25 nvidia.getNvidia              DEBUG     No Nvidia card found
20-09-2012 19:34:25 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
20-09-2012 19:34:25 execcmd.run                   INFO      00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
20-09-2012 19:34:25 ati.getATI                    INFO      ATI card found: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
20-09-2012 19:34:25 ati.getATI                    INFO      ATI chip serie found:  6310
20-09-2012 19:34:25 execcmd.run                   DEBUG     Command to execute: apt-cache policy fglrx-driver
20-09-2012 19:34:25 drivers.getPackageStatus      DEBUG     Package not installed: fglrx-driver
20-09-2012 19:34:25 ati.getATI                    DEBUG     ATI fglrx-driver status: notinstalled
20-09-2012 19:34:25 execcmd.run                   DEBUG     Command to execute: lspci -vnn -d 14e4:
20-09-2012 19:34:25 execcmd.run                   INFO      01:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
20-09-2012 19:34:25 execcmd.run                   INFO      Subsystem: AzureWave Device [1a3b:2047]
20-09-2012 19:34:25 execcmd.run                   INFO      Flags: bus master, fast devsel, latency 0, IRQ 16
20-09-2012 19:34:25 execcmd.run                   INFO      Memory at fea00000 (64-bit, non-prefetchable) [size=16K]
20-09-2012 19:34:25 execcmd.run                   INFO      Capabilities: [40] Power Management version 3
20-09-2012 19:34:25 execcmd.run                   INFO      Capabilities: [58] Vendor Specific Information: Len=78 <?>
20-09-2012 19:34:25 execcmd.run                   INFO      Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
20-09-2012 19:34:25 execcmd.run                   INFO      Capabilities: [d0] Express Endpoint, MSI 00
20-09-2012 19:34:25 execcmd.run                   INFO      Capabilities: [100] Advanced Error Reporting
20-09-2012 19:34:25 execcmd.run                   INFO      Capabilities: [13c] Virtual Channel
20-09-2012 19:34:25 execcmd.run                   INFO      Capabilities: [160] Device Serial Number 00-00-60-ff-ff-b5-48-5d
20-09-2012 19:34:25 execcmd.run                   INFO      Capabilities: [16c] Power Budgeting <?>
20-09-2012 19:34:25 execcmd.run                   INFO      Kernel driver in use: brcmsmac
20-09-2012 19:34:25 broadcom.setCurrentChipInfo   INFO      Broadcom found: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
20-09-2012 19:34:25 broadcom.setCurrentChipInfo   DEBUG     Broadcom chip set found: 4727
20-09-2012 19:34:25 broadcom.setCurrentChipInfo   DEBUG     Broadcom chip set driver: firmware-brcm80211
20-09-2012 19:34:25 execcmd.run                   DEBUG     Command to execute: apt-cache policy firmware-brcm80211
20-09-2012 19:34:25 drivers.getPackageStatus      DEBUG     Package is installed: firmware-brcm80211
20-09-2012 19:34:25 broadcom.getBroadcom          INFO      Broadcom chip serie found: 4727
20-09-2012 19:34:25 execcmd.run                   DEBUG     Command to execute: uname -r
20-09-2012 19:34:25 execcmd.run                   INFO      3.2.0-3-amd64
20-09-2012 19:34:25 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
20-09-2012 19:34:25 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
20-09-2012 19:34:25 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
20-09-2012 19:34:25 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
20-09-2012 19:34:25 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
20-09-2012 19:34:25 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
20-09-2012 19:34:25 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
20-09-2012 19:34:25 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
20-09-2012 19:34:25 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
20-09-2012 19:34:25 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
20-09-2012 19:34:25 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/ati.png
20-09-2012 19:34:25 ddm.fillHardware              INFO      Add item: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
20-09-2012 19:34:25 ddm.fillHardware              DEBUG     Preselect: True
20-09-2012 19:34:25 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/broadcom.png
20-09-2012 19:34:25 ddm.fillHardware              INFO      Add item: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
20-09-2012 19:34:25 ddm.fillHardware              DEBUG     Preselect: False
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Clear existing list store
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
20-09-2012 19:34:25 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 Wrestler [Radeon HD 6310]", "ati", "notinstalled", 400] )
20-09-2012 19:34:25 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/broadcom.png"), "Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)", "broadcom", "installed", 400] )
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Last visible column nr: 4
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Column already exists: Column 0
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Column already exists: Column 1
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Column already exists: Column 2
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Column already exists: Column 3
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Hide column nr: 4
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Hide column nr: 5
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
20-09-2012 19:34:25 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
20-09-2012 19:34:25 ddm.checkThread               INFO      Done installing drivers
what should I do then?
BostonPeng

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by BostonPeng »

I let ddm reinstall my Nvidia drivers and pae kernel this am with the deb you posted just before the one for lahirdenganselamat (the link may be the same, I didn't look) and I rebooted with no problem. This may be due to having pae installed already though.

Here's my log.

Code: Select all

20-09-2012 08:28:56 main                          INFO      Write debug information to file: /home/bpeng/ddm.log
20-09-2012 08:28:56 main                          DEBUG     Startup command: kdesudo -i /usr/share/linuxmint/logo.png -d --comment "<b>Please enter your password</b>" python /usr/lib/device-driver-manager/ddm.py :d :l /home/bpeng/ddm.log
20-09-2012 08:28:59 ddm.main                      INFO      Checking your hardware...
20-09-2012 08:28:59 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_CODENAME
20-09-2012 08:28:59 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-detect
20-09-2012 08:28:59 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-detect
20-09-2012 08:28:59 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
20-09-2012 08:28:59 nvidia.getNvidia              INFO      Get the appropriate Nvidia driver
20-09-2012 08:28:59 execcmd.run                   DEBUG     Command to execute: nvidia-detect | grep nvidia- | tr -d ' '
20-09-2012 08:28:59 execcmd.run                   INFO      nvidia-glx
20-09-2012 08:28:59 nvidia.getNvidia              INFO      Nvidia driver to install: nvidia-glx
20-09-2012 08:28:59 nvidia.getNvidia              INFO      Get package status for driver: nvidia-glx
20-09-2012 08:28:59 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-glx
20-09-2012 08:28:59 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-glx
20-09-2012 08:28:59 nvidia.getNvidia              DEBUG     Package status: installed
20-09-2012 08:28:59 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
20-09-2012 08:28:59 execcmd.run                   INFO      01:00.0 VGA compatible controller: NVIDIA Corporation G86 [Quadro NVS 140M] (rev a1)
20-09-2012 08:28:59 ati.getATI                    INFO      ATI card found: NVIDIA Corporation G86 [Quadro NVS 140M] (rev a1)
20-09-2012 08:28:59 ati.getATI                    WARNING   No ATI card found
20-09-2012 08:28:59 execcmd.run                   DEBUG     Command to execute: lspci -vnn -d 14e4:
20-09-2012 08:28:59 execcmd.run                   DEBUG     Command to execute: uname -r
20-09-2012 08:28:59 execcmd.run                   INFO      3.2.0-3-686-pae
20-09-2012 08:28:59 pae.getHardwareList           INFO      Multi-core already installed: 3.2.0-3-686-pae
20-09-2012 08:28:59 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
20-09-2012 08:28:59 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
20-09-2012 08:28:59 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
20-09-2012 08:28:59 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
20-09-2012 08:28:59 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
20-09-2012 08:28:59 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
20-09-2012 08:28:59 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
20-09-2012 08:28:59 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
20-09-2012 08:28:59 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
20-09-2012 08:28:59 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
20-09-2012 08:28:59 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/nvidia.png
20-09-2012 08:28:59 ddm.fillHardware              INFO      Add item: NVIDIA Corporation G86 [Quadro NVS 140M] (rev a1)
20-09-2012 08:28:59 ddm.fillHardware              DEBUG     Preselect: False
20-09-2012 08:28:59 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
20-09-2012 08:28:59 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
20-09-2012 08:28:59 ddm.fillHardware              DEBUG     Preselect: False
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Create list store eval string: gtk.ListStore(bool, gtk.gdk.Pixbuf, gtk.gdk.Pixbuf, str, str, str, int)
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
20-09-2012 08:28:59 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/nvidia.png"), "NVIDIA Corporation G86 [Quadro NVS 140M] (rev a1)", "nvidia", "installed", 400] )
20-09-2012 08:28:59 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] )
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Last visible column nr: 4
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 0", gtk.CellRendererToggle(), active=0)
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Check box found: add toggle function
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Column added: Column 0
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 1", gtk.CellRendererPixbuf(), pixbuf=1)
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Column added: Column 1
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 2", gtk.CellRendererPixbuf(), pixbuf=2)
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Column added: Column 2
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Create column: gtk.TreeViewColumn("Column 3", gtk.CellRendererText(), text=3, weight=6)
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Column added: Column 3
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Hide column nr: 4
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Hide column nr: 5
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
20-09-2012 08:28:59 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
20-09-2012 08:29:57 ddm.handleHardware            INFO      install hardware code: nvidia
20-09-2012 08:29:57 ddm.handleHardware            INFO      install hardware code: pae
20-09-2012 08:29:57 ddm.handleHardware            INFO      Start driver install thread
20-09-2012 08:29:57 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_CODENAME
20-09-2012 08:29:57 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-detect
20-09-2012 08:29:57 ddm.installHardware           DEBUG     Check every 5 seconds if thread is still active
20-09-2012 08:29:57 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-detect
20-09-2012 08:29:57 nvidia.getNvidia              INFO      Get the appropriate Nvidia driver
20-09-2012 08:29:57 execcmd.run                   DEBUG     Command to execute: nvidia-detect | grep nvidia- | tr -d ' '
20-09-2012 08:29:57 execcmd.run                   INFO      nvidia-glx
20-09-2012 08:29:57 nvidia.getNvidia              INFO      Nvidia driver to install: nvidia-glx
20-09-2012 08:29:57 nvidia.installNvidiaDriver    DEBUG     Is package installed: nvidia-kernel-dkms
20-09-2012 08:29:57 execcmd.run                   DEBUG     Command to execute: apt search nvidia-kernel-dkms | grep ^i | wc -l
20-09-2012 08:30:01 nvidia.installNvidiaDriver    DEBUG     Is package installed: nvidia-glx
20-09-2012 08:30:01 execcmd.run                   DEBUG     Command to execute: apt search nvidia-glx | grep ^i | wc -l
20-09-2012 08:30:03 nvidia.installNvidiaDriver    DEBUG     Remove drivers before reinstallation:  nvidia-kernel-dkms nvidia-glx
20-09-2012 08:30:03 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes remove nvidia-kernel-dkms nvidia-glx
20-09-2012 08:30:03 execcmd.run                   INFO      Reading package lists...
20-09-2012 08:30:03 execcmd.run                   INFO      Building dependency tree...
20-09-2012 08:30:03 execcmd.run                   INFO      Reading state information...
20-09-2012 08:30:04 execcmd.run                   INFO      The following packages will be REMOVED:
20-09-2012 08:30:04 execcmd.run                   INFO      nvidia-glx nvidia-kernel-dkms
20-09-2012 08:30:07 execcmd.run                   INFO      0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
20-09-2012 08:30:07 execcmd.run                   INFO      After this operation, 26.9 MB disk space will be freed.
20-09-2012 08:30:07 execcmd.run                   INFO      (Reading database ... 200676 files and directories currently installed.)
20-09-2012 08:30:07 execcmd.run                   INFO      Removing nvidia-glx ...
20-09-2012 08:30:07 execcmd.run                   INFO      Removing nvidia-kernel-dkms ...
20-09-2012 08:30:12 execcmd.run                   INFO      -------- Uninstall Beginning --------
20-09-2012 08:30:12 execcmd.run                   INFO      Module:  nvidia
20-09-2012 08:30:12 execcmd.run                   INFO      Version: 302.17
20-09-2012 08:30:12 execcmd.run                   INFO      Kernel:  3.2.0-3-686-pae (i686)
20-09-2012 08:30:12 execcmd.run                   INFO      -------------------------------------
20-09-2012 08:30:12 execcmd.run                   INFO      Status: Before uninstall, this module version was ACTIVE on this kernel.
20-09-2012 08:30:12 execcmd.run                   INFO      nvidia.ko:
20-09-2012 08:30:12 execcmd.run                   INFO      - Uninstallation
20-09-2012 08:30:12 execcmd.run                   INFO      - Deleting from: /lib/modules/3.2.0-3-686-pae/updates/dkms/
20-09-2012 08:30:12 execcmd.run                   INFO      - Original module
20-09-2012 08:30:12 execcmd.run                   INFO      - No original module was found for this module on this kernel.
20-09-2012 08:30:12 execcmd.run                   INFO      - Use the dkms install command to reinstall any previous module version.
20-09-2012 08:30:21 execcmd.run                   INFO      depmod.......
20-09-2012 08:30:21 execcmd.run                   INFO      DKMS: uninstall completed.
20-09-2012 08:30:21 execcmd.run                   INFO      ------------------------------
20-09-2012 08:30:21 execcmd.run                   INFO      Deleting module version: 302.17
20-09-2012 08:30:21 execcmd.run                   INFO      completely from the DKMS tree.
20-09-2012 08:30:21 execcmd.run                   INFO      ------------------------------
20-09-2012 08:30:21 execcmd.run                   INFO      Done.
20-09-2012 08:30:21 execcmd.run                   INFO      Processing triggers for nvidia-alternative ...
20-09-2012 08:30:22 execcmd.run                   INFO      update-alternatives: warning: forcing reinstallation of alternative /usr/lib/nvidia/current because link group nvidia is broken.
20-09-2012 08:30:23 execcmd.run                   INFO      Processing triggers for glx-alternative-nvidia ...
20-09-2012 08:30:23 execcmd.run                   INFO      update-alternatives: warning: forcing reinstallation of alternative /usr/lib/nvidia because link group glx is broken.
20-09-2012 08:30:31 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install nvidia-support nvidia-installer-cleanup
20-09-2012 08:30:32 execcmd.run                   INFO      Reading package lists...
20-09-2012 08:30:32 execcmd.run                   INFO      Building dependency tree...
20-09-2012 08:30:32 execcmd.run                   INFO      Reading state information...
20-09-2012 08:30:32 execcmd.run                   INFO      nvidia-installer-cleanup is already the newest version.
20-09-2012 08:30:32 execcmd.run                   INFO      nvidia-installer-cleanup set to manually installed.
20-09-2012 08:30:32 execcmd.run                   INFO      nvidia-support is already the newest version.
20-09-2012 08:30:32 execcmd.run                   INFO      nvidia-support set to manually installed.
20-09-2012 08:30:32 execcmd.run                   INFO      The following package was automatically installed and is no longer required:
20-09-2012 08:30:32 execcmd.run                   INFO      nvidia-kernel-common
20-09-2012 08:30:32 execcmd.run                   INFO      Use 'apt-get autoremove' to remove it.
20-09-2012 08:30:32 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
20-09-2012 08:30:32 nvidia.installNvidiaDriver    DEBUG     Install drivers:  nvidia-kernel-dkms build-essential nvidia-xconfig nvidia-glx nvidia-settings
20-09-2012 08:30:32 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install nvidia-kernel-dkms build-essential nvidia-xconfig nvidia-glx nvidia-settings
20-09-2012 08:30:33 execcmd.run                   INFO      Reading package lists...
20-09-2012 08:30:33 execcmd.run                   INFO      Building dependency tree...
20-09-2012 08:30:33 execcmd.run                   INFO      Reading state information...
20-09-2012 08:30:33 execcmd.run                   INFO      build-essential is already the newest version.
20-09-2012 08:30:33 execcmd.run                   INFO      nvidia-settings is already the newest version.
20-09-2012 08:30:33 execcmd.run                   INFO      nvidia-xconfig is already the newest version.
20-09-2012 08:30:33 execcmd.run                   INFO      The following NEW packages will be installed:
20-09-2012 08:30:33 execcmd.run                   INFO      nvidia-glx nvidia-kernel-dkms
20-09-2012 08:30:34 execcmd.run                   INFO      0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
20-09-2012 08:30:34 execcmd.run                   INFO      Need to get 9,295 kB of archives.
20-09-2012 08:30:34 execcmd.run                   INFO      After this operation, 26.9 MB of additional disk space will be used.
20-09-2012 08:30:34 execcmd.run                   INFO      Get:1 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/non-free nvidia-kernel-dkms i386 302.17-3 [8,934 kB]
20-09-2012 08:31:54 execcmd.run                   INFO      Get:2 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/non-free nvidia-glx i386 302.17-3 [361 kB]
20-09-2012 08:31:57 execcmd.run                   INFO      debconf: unable to initialize frontend: Dialog
20-09-2012 08:31:57 execcmd.run                   INFO      debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
20-09-2012 08:31:58 execcmd.run                   INFO      debconf: falling back to frontend: Readline
20-09-2012 08:31:58 execcmd.run                   INFO      Fetched 9,295 kB in 1min 23s (111 kB/s)
20-09-2012 08:31:58 execcmd.run                   INFO      Selecting previously unselected package nvidia-kernel-dkms.
20-09-2012 08:31:58 execcmd.run                   INFO      (Reading database ... 200557 files and directories currently installed.)
20-09-2012 08:31:58 execcmd.run                   INFO      Unpacking nvidia-kernel-dkms (from .../nvidia-kernel-dkms_302.17-3_i386.deb) ...
20-09-2012 08:32:00 execcmd.run                   INFO      Selecting previously unselected package nvidia-glx.
20-09-2012 08:32:00 execcmd.run                   INFO      Unpacking nvidia-glx (from .../nvidia-glx_302.17-3_i386.deb) ...
20-09-2012 08:32:00 execcmd.run                   INFO      Processing triggers for nvidia-alternative ...
20-09-2012 08:32:00 execcmd.run                   INFO      update-alternatives: warning: forcing reinstallation of alternative /usr/lib/nvidia/current because link group nvidia is broken.
20-09-2012 08:32:01 execcmd.run                   INFO      Processing triggers for glx-alternative-nvidia ...
20-09-2012 08:32:01 execcmd.run                   INFO      update-alternatives: warning: forcing reinstallation of alternative /usr/lib/nvidia because link group glx is broken.
20-09-2012 08:32:01 execcmd.run                   INFO      Setting up nvidia-kernel-dkms (302.17-3) ...
20-09-2012 08:32:02 execcmd.run                   INFO      Loading new nvidia-302.17 DKMS files...
20-09-2012 08:32:02 execcmd.run                   INFO      First Installation: checking all kernels...
20-09-2012 08:32:02 execcmd.run                   INFO      Building only for 3.2.0-3-686-pae
20-09-2012 08:32:02 execcmd.run                   INFO      Building initial module for 3.2.0-3-686-pae
20-09-2012 08:32:23 execcmd.run                   INFO      Done.
20-09-2012 08:32:24 execcmd.run                   INFO      nvidia:
20-09-2012 08:32:24 execcmd.run                   INFO      Running module version sanity check.
20-09-2012 08:32:24 execcmd.run                   INFO      - Original module
20-09-2012 08:32:24 execcmd.run                   INFO      - No original module exists within this kernel
20-09-2012 08:32:24 execcmd.run                   INFO      - Installation
20-09-2012 08:32:24 execcmd.run                   INFO      - Installing to /lib/modules/3.2.0-3-686-pae/updates/dkms/
20-09-2012 08:32:26 execcmd.run                   INFO      depmod....
20-09-2012 08:32:27 execcmd.run                   INFO      DKMS: install completed.
20-09-2012 08:32:27 execcmd.run                   INFO      Setting up nvidia-glx (302.17-3) ...
20-09-2012 08:32:27 execcmd.run                   INFO      No diversion 'diversion of /usr/lib/xorg/modules/extensions/libGLcore.so to /usr/lib/nvidia/libGLcore.so.xlibmesa by nvidia-glx', none removed.
20-09-2012 08:32:27 execcmd.run                   INFO      No diversion 'diversion of /usr/lib/xorg/modules/extensions/libGLcore.a to /usr/lib/nvidia/libGLcore.a.xlibmesa by nvidia-glx', none removed.
20-09-2012 08:32:27 execcmd.run                   INFO      No diversion 'diversion of /usr/lib/xorg/modules/extensions/libglx.a to /usr/lib/nvidia/libglx.a.xlibmesa by nvidia-glx', none removed.
20-09-2012 08:32:27 execcmd.run                   INFO      Processing triggers for glx-alternative-mesa ...
20-09-2012 08:32:32 nvidia.installNvidia          DEBUG     Configure Nvidia...
20-09-2012 08:32:32 execcmd.run                   DEBUG     Command to execute: nvidia-xconfig
20-09-2012 08:32:32 nvidia.installNvidia          DEBUG     Blacklist Nouveau: /etc/modprobe.d/blacklist-nouveau.conf
20-09-2012 08:32:32 execcmd.run                   DEBUG     Command to execute: apt-cache policy linux-headers-686-pae
20-09-2012 08:32:33 drivers.getPackageStatus      DEBUG     Package is installed: linux-headers-686-pae
20-09-2012 08:32:33 pae.installPAE                DEBUG     PAE kernel install command: apt-get -y --force-yes install linux-headers-686-pae linux-image-686-pae --reinstall
20-09-2012 08:32:33 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install linux-headers-686-pae linux-image-686-pae --reinstall
20-09-2012 08:32:33 execcmd.run                   INFO      Reading package lists...
20-09-2012 08:32:33 execcmd.run                   INFO      Building dependency tree...
20-09-2012 08:32:33 execcmd.run                   INFO      Reading state information...
20-09-2012 08:32:33 execcmd.run                   INFO      The following NEW packages will be installed:
20-09-2012 08:32:33 execcmd.run                   INFO      linux-image-686-pae
20-09-2012 08:32:35 execcmd.run                   INFO      0 upgraded, 1 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
20-09-2012 08:32:35 execcmd.run                   INFO      Need to get 10.0 kB of archives.
20-09-2012 08:32:35 execcmd.run                   INFO      After this operation, 37.9 kB of additional disk space will be used.
20-09-2012 08:32:35 execcmd.run                   INFO      Get:1 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/main linux-headers-686-pae i386 3.2+45 [4,340 B]
20-09-2012 08:32:35 execcmd.run                   INFO      Get:2 http://mirror.rts-informatique.fr/linuxmint/debian/incoming/ testing/main linux-image-686-pae i386 3.2+45 [5,690 B]
20-09-2012 08:32:35 execcmd.run                   INFO      debconf: unable to initialize frontend: Dialog
20-09-2012 08:32:35 execcmd.run                   INFO      debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
20-09-2012 08:32:35 execcmd.run                   INFO      debconf: falling back to frontend: Readline
20-09-2012 08:32:35 execcmd.run                   INFO      Fetched 10.0 kB in 1s (6,033 B/s)
20-09-2012 08:32:36 execcmd.run                   INFO      (Reading database ... 200676 files and directories currently installed.)
20-09-2012 08:32:36 execcmd.run                   INFO      Preparing to replace linux-headers-686-pae 3.2+45 (using .../linux-headers-686-pae_3.2+45_i386.deb) ...
20-09-2012 08:32:36 execcmd.run                   INFO      Unpacking replacement linux-headers-686-pae ...
20-09-2012 08:32:38 execcmd.run                   INFO      Selecting previously unselected package linux-image-686-pae.
20-09-2012 08:32:38 execcmd.run                   INFO      Unpacking linux-image-686-pae (from .../linux-image-686-pae_3.2+45_i386.deb) ...
20-09-2012 08:32:39 execcmd.run                   INFO      Setting up linux-headers-686-pae (3.2+45) ...
20-09-2012 08:32:39 execcmd.run                   INFO      Setting up linux-image-686-pae (3.2+45) ...
20-09-2012 08:32:40 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-detect
20-09-2012 08:32:40 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-detect
20-09-2012 08:32:40 nvidia.getNvidia              INFO      Get the appropriate Nvidia driver
20-09-2012 08:32:40 execcmd.run                   DEBUG     Command to execute: nvidia-detect | grep nvidia- | tr -d ' '
20-09-2012 08:32:40 execcmd.run                   INFO      nvidia-glx
20-09-2012 08:32:40 nvidia.getNvidia              INFO      Nvidia driver to install: nvidia-glx
20-09-2012 08:32:40 nvidia.getNvidia              INFO      Get package status for driver: nvidia-glx
20-09-2012 08:32:40 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-glx
20-09-2012 08:32:40 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-glx
20-09-2012 08:32:40 nvidia.getNvidia              DEBUG     Package status: installed
20-09-2012 08:32:40 pae.installPAE                DEBUG     Nvidia info: [['NVIDIA Corporation G86 [Quadro NVS 140M] (rev a1)', 'nvidia', 'installed']]
20-09-2012 08:32:40 pae.installPAE                INFO      Install Nvidia drivers
20-09-2012 08:32:40 nvidia.getNvidia              INFO      Get the appropriate Nvidia driver
20-09-2012 08:32:40 execcmd.run                   DEBUG     Command to execute: nvidia-detect | grep nvidia- | tr -d ' '
20-09-2012 08:32:41 execcmd.run                   INFO      nvidia-glx
20-09-2012 08:32:41 nvidia.getNvidia              INFO      Nvidia driver to install: nvidia-glx
20-09-2012 08:32:41 nvidia.installNvidiaDriver    DEBUG     Is package installed: nvidia-kernel-dkms
20-09-2012 08:32:41 execcmd.run                   DEBUG     Command to execute: apt search nvidia-kernel-dkms | grep ^i | wc -l
20-09-2012 08:32:43 nvidia.installNvidiaDriver    DEBUG     Is package installed: nvidia-glx
20-09-2012 08:32:43 execcmd.run                   DEBUG     Command to execute: apt search nvidia-glx | grep ^i | wc -l
20-09-2012 08:32:45 nvidia.installNvidiaDriver    DEBUG     Remove drivers before reinstallation:  nvidia-kernel-dkms nvidia-glx
20-09-2012 08:32:45 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes remove nvidia-kernel-dkms nvidia-glx
20-09-2012 08:32:45 execcmd.run                   INFO      Reading package lists...
20-09-2012 08:32:45 execcmd.run                   INFO      Building dependency tree...
20-09-2012 08:32:45 execcmd.run                   INFO      Reading state information...
20-09-2012 08:32:45 execcmd.run                   INFO      The following packages will be REMOVED:
20-09-2012 08:32:45 execcmd.run                   INFO      nvidia-glx nvidia-kernel-dkms
20-09-2012 08:32:45 execcmd.run                   INFO      0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
20-09-2012 08:32:45 execcmd.run                   INFO      After this operation, 26.9 MB disk space will be freed.
20-09-2012 08:32:46 execcmd.run                   INFO      (Reading database ... 200682 files and directories currently installed.)
20-09-2012 08:32:46 execcmd.run                   INFO      Removing nvidia-glx ...
20-09-2012 08:32:47 execcmd.run                   INFO      Removing nvidia-kernel-dkms ...
20-09-2012 08:32:47 execcmd.run                   INFO      -------- Uninstall Beginning --------
20-09-2012 08:32:47 execcmd.run                   INFO      Module:  nvidia
20-09-2012 08:32:47 execcmd.run                   INFO      Version: 302.17
20-09-2012 08:32:47 execcmd.run                   INFO      Kernel:  3.2.0-3-686-pae (i686)
20-09-2012 08:32:47 execcmd.run                   INFO      -------------------------------------
20-09-2012 08:32:47 execcmd.run                   INFO      Status: Before uninstall, this module version was ACTIVE on this kernel.
20-09-2012 08:32:47 execcmd.run                   INFO      nvidia.ko:
20-09-2012 08:32:47 execcmd.run                   INFO      - Uninstallation
20-09-2012 08:32:47 execcmd.run                   INFO      - Deleting from: /lib/modules/3.2.0-3-686-pae/updates/dkms/
20-09-2012 08:32:47 execcmd.run                   INFO      - Original module
20-09-2012 08:32:47 execcmd.run                   INFO      - No original module was found for this module on this kernel.
20-09-2012 08:32:47 execcmd.run                   INFO      - Use the dkms install command to reinstall any previous module version.
20-09-2012 08:32:56 execcmd.run                   INFO      depmod....
20-09-2012 08:33:07 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install nvidia-support nvidia-installer-cleanup
20-09-2012 08:33:07 execcmd.run                   INFO      Reading package lists...
20-09-2012 08:33:07 execcmd.run                   INFO      Building dependency tree...
20-09-2012 08:33:07 execcmd.run                   INFO      Reading state information...
20-09-2012 08:33:07 execcmd.run                   INFO      nvidia-installer-cleanup is already the newest version.
20-09-2012 08:33:07 execcmd.run                   INFO      nvidia-support is already the newest version.
20-09-2012 08:33:07 execcmd.run                   INFO      The following package was automatically installed and is no longer required:
20-09-2012 08:33:07 execcmd.run                   INFO      nvidia-kernel-common
20-09-2012 08:33:07 execcmd.run                   INFO      Use 'apt-get autoremove' to remove it.
20-09-2012 08:33:07 execcmd.run                   INFO      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
20-09-2012 08:33:07 nvidia.installNvidiaDriver    DEBUG     Install drivers:  nvidia-kernel-dkms build-essential nvidia-xconfig nvidia-glx nvidia-settings
20-09-2012 08:33:07 execcmd.run                   DEBUG     Command to execute: apt-get -y --force-yes install nvidia-kernel-dkms build-essential nvidia-xconfig nvidia-glx nvidia-settings
20-09-2012 08:33:09 execcmd.run                   INFO      Reading package lists...
20-09-2012 08:33:09 execcmd.run                   INFO      Building dependency tree...
20-09-2012 08:33:09 execcmd.run                   INFO      Reading state information...
20-09-2012 08:33:09 execcmd.run                   INFO      build-essential is already the newest version.
20-09-2012 08:33:09 execcmd.run                   INFO      nvidia-settings is already the newest version.
20-09-2012 08:33:09 execcmd.run                   INFO      nvidia-xconfig is already the newest version.
20-09-2012 08:33:09 execcmd.run                   INFO      The following NEW packages will be installed:
20-09-2012 08:33:09 execcmd.run                   INFO      nvidia-glx nvidia-kernel-dkms
20-09-2012 08:33:09 execcmd.run                   INFO      debconf: unable to initialize frontend: Dialog
20-09-2012 08:33:09 execcmd.run                   INFO      debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
20-09-2012 08:33:09 execcmd.run                   INFO      debconf: falling back to frontend: Readline
20-09-2012 08:33:09 execcmd.run                   INFO      0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
20-09-2012 08:33:09 execcmd.run                   INFO      Need to get 0 B/9,295 kB of archives.
20-09-2012 08:33:09 execcmd.run                   INFO      After this operation, 26.9 MB of additional disk space will be used.
20-09-2012 08:33:09 execcmd.run                   INFO      Selecting previously unselected package nvidia-kernel-dkms.
20-09-2012 08:33:10 execcmd.run                   INFO      (Reading database ... 200563 files and directories currently installed.)
20-09-2012 08:33:10 execcmd.run                   INFO      Unpacking nvidia-kernel-dkms (from .../nvidia-kernel-dkms_302.17-3_i386.deb) ...
20-09-2012 08:33:13 execcmd.run                   INFO      Selecting previously unselected package nvidia-glx.
20-09-2012 08:33:14 execcmd.run                   INFO      Unpacking nvidia-glx (from .../nvidia-glx_302.17-3_i386.deb) ...
20-09-2012 08:33:19 execcmd.run                   INFO      Processing triggers for nvidia-alternative ...
20-09-2012 08:33:22 execcmd.run                   INFO      update-alternatives: warning: forcing reinstallation of alternative /usr/lib/nvidia/current because link group nvidia is broken.
20-09-2012 08:33:26 execcmd.run                   INFO      Processing triggers for glx-alternative-nvidia ...
20-09-2012 08:33:26 execcmd.run                   INFO      update-alternatives: warning: forcing reinstallation of alternative /usr/lib/nvidia because link group glx is broken.
20-09-2012 08:33:26 execcmd.run                   INFO      Setting up nvidia-kernel-dkms (302.17-3) ...
20-09-2012 08:33:26 execcmd.run                   INFO      Loading new nvidia-302.17 DKMS files...
20-09-2012 08:33:26 execcmd.run                   INFO      First Installation: checking all kernels...
20-09-2012 08:33:26 execcmd.run                   INFO      Building only for 3.2.0-3-686-pae
20-09-2012 08:33:26 execcmd.run                   INFO      Building initial module for 3.2.0-3-686-pae
20-09-2012 08:33:36 execcmd.run                   INFO      Done.
20-09-2012 08:33:36 execcmd.run                   INFO      nvidia:
20-09-2012 08:33:36 execcmd.run                   INFO      Running module version sanity check.
20-09-2012 08:33:36 execcmd.run                   INFO      - Original module
20-09-2012 08:33:36 execcmd.run                   INFO      - No original module exists within this kernel
20-09-2012 08:33:36 execcmd.run                   INFO      - Installation
20-09-2012 08:33:36 execcmd.run                   INFO      - Installing to /lib/modules/3.2.0-3-686-pae/updates/dkms/
20-09-2012 08:33:39 execcmd.run                   INFO      depmod....
20-09-2012 08:33:39 execcmd.run                   INFO      DKMS: install completed.
20-09-2012 08:33:39 execcmd.run                   INFO      Setting up nvidia-glx (302.17-3) ...
20-09-2012 08:33:40 execcmd.run                   INFO      No diversion 'diversion of /usr/lib/xorg/modules/extensions/libGLcore.so to /usr/lib/nvidia/libGLcore.so.xlibmesa by nvidia-glx', none removed.
20-09-2012 08:33:40 execcmd.run                   INFO      No diversion 'diversion of /usr/lib/xorg/modules/extensions/libGLcore.a to /usr/lib/nvidia/libGLcore.a.xlibmesa by nvidia-glx', none removed.
20-09-2012 08:33:40 execcmd.run                   INFO      No diversion 'diversion of /usr/lib/xorg/modules/extensions/libglx.a to /usr/lib/nvidia/libglx.a.xlibmesa by nvidia-glx', none removed.
20-09-2012 08:33:40 execcmd.run                   INFO      Processing triggers for glx-alternative-mesa ...
20-09-2012 08:33:44 nvidia.installNvidia          DEBUG     Configure Nvidia...
20-09-2012 08:33:44 execcmd.run                   DEBUG     Command to execute: nvidia-xconfig
20-09-2012 08:33:44 nvidia.installNvidia          DEBUG     Blacklist Nouveau: /etc/modprobe.d/blacklist-nouveau.conf
20-09-2012 08:33:44 execcmd.run                   DEBUG     Command to execute: cat /etc/*-release | grep DISTRIB_CODENAME
20-09-2012 08:33:44 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-detect
20-09-2012 08:33:44 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-detect
20-09-2012 08:33:44 nvidia.getNvidia              INFO      Get the appropriate Nvidia driver
20-09-2012 08:33:44 execcmd.run                   DEBUG     Command to execute: nvidia-detect | grep nvidia- | tr -d ' '
20-09-2012 08:33:44 execcmd.run                   INFO      nvidia-glx
20-09-2012 08:33:44 nvidia.getNvidia              INFO      Nvidia driver to install: nvidia-glx
20-09-2012 08:33:44 nvidia.getNvidia              INFO      Get package status for driver: nvidia-glx
20-09-2012 08:33:44 execcmd.run                   DEBUG     Command to execute: apt-cache policy nvidia-glx
20-09-2012 08:33:44 drivers.getPackageStatus      DEBUG     Package is installed: nvidia-glx
20-09-2012 08:33:44 nvidia.getNvidia              DEBUG     Package status: installed
20-09-2012 08:33:44 execcmd.run                   DEBUG     Command to execute: lspci | grep VGA
20-09-2012 08:33:44 execcmd.run                   INFO      01:00.0 VGA compatible controller: NVIDIA Corporation G86 [Quadro NVS 140M] (rev a1)
20-09-2012 08:33:44 ati.getATI                    INFO      ATI card found: NVIDIA Corporation G86 [Quadro NVS 140M] (rev a1)
20-09-2012 08:33:44 ati.getATI                    WARNING   No ATI card found
20-09-2012 08:33:44 execcmd.run                   DEBUG     Command to execute: lspci -vnn -d 14e4:
20-09-2012 08:33:44 execcmd.run                   DEBUG     Command to execute: uname -r
20-09-2012 08:33:44 execcmd.run                   INFO      3.2.0-3-686-pae
20-09-2012 08:33:44 pae.getHardwareList           INFO      Multi-core already installed: 3.2.0-3-686-pae
20-09-2012 08:33:44 functions.getImgsFromDir      DEBUG     Search for extensions: ['.png', '.jpg', '.jpeg', '.gif']
20-09-2012 08:33:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/broadcom.png
20-09-2012 08:33:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/logo.png
20-09-2012 08:33:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/installed.png
20-09-2012 08:33:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/uninstallable.png
20-09-2012 08:33:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/pae.png
20-09-2012 08:33:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/ati.png
20-09-2012 08:33:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/nvidia.png
20-09-2012 08:33:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/notinstalled.png
20-09-2012 08:33:44 functions.getImgsFromDir      DEBUG     Image found: /usr/share/device-driver-manager/empty.png
20-09-2012 08:33:44 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/nvidia.png
20-09-2012 08:33:44 ddm.fillHardware              INFO      Add item: NVIDIA Corporation G86 [Quadro NVS 140M] (rev a1)
20-09-2012 08:33:44 ddm.fillHardware              DEBUG     Preselect: False
20-09-2012 08:33:44 ddm.fillHardware              INFO      Hardware image found: /usr/share/device-driver-manager/pae.png
20-09-2012 08:33:44 ddm.fillHardware              INFO      Add item: Multi-core support for 32-bit systems
20-09-2012 08:33:44 ddm.fillHardware              DEBUG     Preselect: False
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Clear existing list store
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Create column names: ['Column 0', 'Column 1', 'Column 2', 'Column 3', 'Column 4', 'Column 5']
20-09-2012 08:33: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/nvidia.png"), "NVIDIA Corporation G86 [Quadro NVS 140M] (rev a1)", "nvidia", "installed", 400] )
20-09-2012 08:33: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] )
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Last visible column nr: 4
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Column already exists: Column 0
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Column already exists: Column 1
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Column already exists: Column 2
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Column already exists: Column 3
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Hide column nr: 4
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Hide column nr: 5
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Add Liststrore to Treeview
20-09-2012 08:33:44 functions.fillTreeview        DEBUG     Scrolled to selected row: 0
20-09-2012 08:33:44 ddm.checkThread               INFO      Done installing drivers
I have to say that with seeing all the problems the Gnome-based LMDE folks are having I feel sorry for them. I'm not noticing the font issues they're talking about because you've put so much effort into making the respin so easy to run right out of the box. Is it wrong to feel superior for having kicked KDE as my dm? :mrgreen:
Schoelje

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by Schoelje »

@lahirdenganselamat
I hope you're not afraid to check some code:

Code: Select all

kdesudo kate /usr/lib/device-driver-manager/ati.py
Look for the following code and make sure it looks exactly the same:

Code: Select all

            # Install the driver and create xorg.conf
            drv = self.getDriver()
            if drv != '':
                self.log.write('ATI driver to install: ' + drv, 'ati.installATI', 'debug')
                packages = self.getAdditionalPackages(drv)
                self.installATIDriver(packages)
                # Configure ATI
                self.ec.run('aticonfig --initial -f')
I'm afraid that the two lines before "# Configure ATI" do have a hash in front of them...
If so, my bad.

Now, if you want to change the alternative repository, you'll have to edit the configuration file:

Code: Select all

kdesudo kate /usr/lib/device-driver-manager/ddm.conf
And change the value to whatever repository you want:

Code: Select all

[Program]
altRadeonRepoDebian = deb http://ftp.us.debian.org/debian sid main contrib non-free
@BostonPeng
I do not envy the people that have to tackle the Mate issues.
You know that it could happen too with the KDE desktop. If I remember well, there were quite some issues with the previous version for many people.
But sure, LMDE and KDE is potentially a very stable OS but user friendlyness can still be improved.
User avatar
Insane1
Level 2
Level 2
Posts: 59
Joined: Sun Nov 18, 2007 6:26 pm
Location: Wolcott, CT

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by Insane1 »

@Insane1
If I understand correctly: you used DDM on a machine that has Nvidia drivers installed by sgfxi?
DDM cannot detect other drivers then the ones available in the repositories (yet) so using DDM when you have Nvidia drivers installed through sgfxi is quite risky (as you found out).
Please, add the log file ($HOME/ddm.log) to your post when you run

Code: Select all

device-driver-manager -d
A note to anyone wanting to try out DDM:
DDM is very experimental. The best results you'll have on a clean install and please, don't use it on your working machine without having a good image to revert to.
Actually no. This has nothing at all to do with ddm (That actually worked wonderfully when I fixed my issue and tested it).

What happened is I downloaded the x64 iso from your website, burned it to a USB disk, and installed it. Now here's where my problem came in.

Normally you have these options at boot
"Normal" - Configured to do nothing special other than boot
"Recovery"
"Windows"
From grub. (simplified names, of course).

However, mine were configured like this.
"Normal" - Here's the problem. This was configured under the hood exactly the same as the liveCD's failsafe option. Including noacpi, graphics equal 800x600. The works.
"Recovery"
"Windows"

Which is very bad as the failsafe options such as no acpi and the like actually cause my computer to act very bad, including flickering cursor and crashing to terminal if I'm not careful. I had to use the recovery option to bybass the first, boot normally, and edit out all the failsafe options from my grub. Result was plymouth wouldn't load at all, but my system ran just as the liveCD had (Perfectly).

----------------------------------------------

Put in the simplest terms possible, installed the system from your iso, tried to boot, first grub entry was configured as liveCD failsafe instead of normal and caused my system to run like a person trying to sprint through a lake of molasses.

EDIT:

Had a hypothesis, tested it, and failed. My issue with grub occurs on both the 32 bit and 64 bit iso
Last edited by Insane1 on Thu Sep 20, 2012 12:09 pm, edited 6 times in total.
Life is like hot chocolate. Sometimes it's so hot it burns your mouth. Other times it's just right.
BostonPeng

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by BostonPeng »

Schoelje wrote:@BostonPeng
I do not envy the people that have to tackle the Mate issues.
You know that it could happen too with the KDE desktop. If I remember well, there were quite some issues with the previous version for many people.
But sure, LMDE and KDE is potentially a very stable OS but user friendlyness can still be improved.
I didn't use your respin before the weekend, and I didn't spend much time with the UP4 packages since I knew KDE 4.8 was a lot easier, or at least I was used to the changes for 4.8. Of course now I look forward to using 4.9, partially since the inline renaming is back for Dolphin.

I may be more of a techie to understand how newer users respond to how LMDE KDE UP5 works for them but improved user friendliness is always a plus. When I get to recommend Mint to a new user (based on what they see on my screen) I'll probably recommend Mint 13 KDE simply because I know they may not be comfortable with the level of familiarity LMDE requires in general, but I'd love to be able to hand a Windows user my LMDE KDE flash drive and check it out as a possible entry into Linux.
User avatar
lahirdenganselamat
Level 4
Level 4
Posts: 420
Joined: Mon Oct 17, 2011 10:30 pm
Location: Yogyakarta

Re: Unofficial LMDE KDE Live DVD: UP4 / 201208

Post by lahirdenganselamat »

Mine:

Code: Select all

 # Install the driver and create xorg.conf
                drv = self.getDriver()
                if drv != '':
                    self.log.write('ATI driver to install: ' + drv, 'ati.installATI', 'debug')
                    packages = self.getAdditionalPackages(drv)
                    #self.installATIDriver(packages)
                    # Configure ATI
                    #self.ec.run('aticonfig --initial -f')
so I remove the hash mark and now (still) refreshing the repo.. aghh... I hate this connection.. why apt-get update took so long?? its been 15min now.. and not yet finished...grrrr...
If it finished (i hope it will), I'll report here asap..
Locked

Return to “Chat about Linux”