zerozero wrote:GeneC wrote:Anything else I can test?can you break it?
Trying like heck 'zz', but its pretty bulletproof....
zerozero wrote:GeneC wrote:Anything else I can test?can you break it?


sudo apt-get purge ntp


KBD47 wrote:I downloaded the 32 bit iso and used unetbootin to put it on a usb. It booted up OK, but no wireless as has been mentioned in this thread, also it would not mount the usb I wanted to do a full install on, said I was 'not authorized' to mount it...
x11-apps x11-common x11-utils
x11-xfs-utils x11-xkb-utils x11-xserver-utils x11proto-core-dev
x11proto-input-dev x11proto-kb-dev x11proto-xext-dev
xauth xfonts-mathml
xfonts-utils xfsprogs xinit xml-core xnest xsane xscreensaver-data
xscreensaver-data-extra xscreensaver-gl xscreensaver-gl-extra
xscreensaver-screensaver-bsod
xtrans-dev xz-utils
yelp-xsl zenity zenity-common
zip zlib1g
virtualbox-guest-dkms virtualbox-guest-utils
virtualbox-guest-x11
xserver-common xserver-xorg xserver-xorg-core
xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-synaptics
xserver-xorg-input-wacom xserver-xorg-video-apm xserver-xorg-video-ark
xserver-xorg-video-ati xserver-xorg-video-chips xserver-xorg-video-cirrus
xserver-xorg-video-fbdev xserver-xorg-video-i128 xserver-xorg-video-i740
xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga
xserver-xorg-video-neomagic xserver-xorg-video-nouveau
xserver-xorg-video-openchrome xserver-xorg-video-r128
xserver-xorg-video-radeon xserver-xorg-video-rendition xserver-xorg-video-s3
xserver-xorg-video-s3virge xserver-xorg-video-savage
xserver-xorg-video-siliconmotion xserver-xorg-video-sis
xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident
xserver-xorg-video-tseng xserver-xorg-video-vesa xserver-xorg-video-vmware
xserver-xorg-video-voodoo

Schoelje wrote:
These issues were introduced since the UP5 upgrade and I've been at it for weeks but couldn't find a solution for it.
I am not certain, but I think that not being able to shutdown or restart, mount an USB or add a wireless connection all do have a common origin.
As far as I know, the 64-bit version does not have these issues.
I tried to find a solution upstream: https://bugzilla.gnome.org/show_bug.cgi?id=682606
But that was a dead end: "...The whole thing looks like Debian-specific and thus you are better off going to a Debian bug tracker."
So I recently filed this issue here: https://bugs.kde.org/show_bug.cgi?id=307680
But I hadn't had a reaction yet.
I anyone would like to try and solve this puzzle: Below you find the output of dist-upgrade.
Somewhere in those packages lies the problem (It's not the kernel version...already tried that).

KBD47 wrote:The biggest issue I have with LMDE KDE right now is no sound. I've checked firmware, settings, I have no clue why it doesn't work and it's the first time I've had that issue with any distroAnd that is a full install, not just the live cd.
sudo apt-get purge pulseaudio* 

TeaSwigger wrote:Probably not related (I'm using 64-bit), but... have you tried tossing out Pulseaudio and depending on ALSA instead?
- Code: Select all
sudo apt-get purge pulseaudio*


TeaSwigger wrote:KBD47 wrote:The biggest issue I have with LMDE KDE right now is no sound. I've checked firmware, settings, I have no clue why it doesn't work and it's the first time I've had that issue with any distroAnd that is a full install, not just the live cd.
Probably not related (I'm using 64-bit), but... have you tried tossing out Pulseaudio and depending on ALSA instead?
- Code: Select all
sudo apt-get purge pulseaudio*


arjay wrote:1. One very small thing - in the partition editor, the box "Edit Partitions" is still in Spanish: "Editar particiones" even though I have chosen English and a UK K/B (I live in Spain). Did this in UP4 also.
arjay wrote:2. After completing install it says something like "Need to reboot now" but nothing happens? Is this supposed to be an auto process or manual? Obviously if manual, there is a problem because of no Reboot choice in the Live DVD menu. I had to choose Shutdown from Favourites. This doesn't actually shut down at all. The screen blanks and the DVD ejects but even after removing the DVD and closing the tray, the PC keeps running. Left it for a few minutes but eventually had to use the manual reboot button.
arjay wrote:3. After powering up again I got to the login screen OK but it refused to accept the PW created earlier. I know it is the right PW because it is specific to this PC. Checked the usual things by using the username box to type in - text was lower-case not CAPS and the keyboard was producing the right symbols for the PW. I can only assume that the previous shutdown had not gone properly? I tried rebooting but it would still not accept the PW. I then tried using the Recovery entry in the grub menu but it would not boot. It showed the following error "List of all partitions - no filesystem could be mounted by root" or something similar. I rebooted, edited the linux line in the recovery menu option to delete"ro single" and replace it with "rw init=/bin/bash". This should give a terminal bypassing the PW but it didn't. However it did give me a different login screen where I entered the original PW and it allowed me to boot, having twice refused the same PW!!!
arjay wrote:4. Now the show-stopper. I finally got to the DDM Welcome screen which looked nice and correctly identified the Nvidia GeForce 210 card and offered the multicore kernel. I chose both and clicked "Install drivers". It asked for the password which i entered and then it started installing the drivers and new kernel - took about 5 minutes and reported "Drivers installed OK". But nothing happened after that. What is the user supposed to do? I did see the box "Get started" which tried clicking but nothing happened. Not sure what you are supposed to do at that point? Anyway I closed the DDM screen. It never told me to reboot which I expected after a video driver install.
arjay wrote:Anyway, i ran nvidia-settings as root but just got "you do not appear to be using the nvidia X driver - edit Xorg config or run nvidia-config as root". There was no content in the nvidia-settings windows. I checked the xorg.conf file and it showed nvidia as the driver. So I tried a reboot and I got dumped to a terminal. I logged in and tried startx. This gave "FATAL: Module nvidia not found". I had a look at the Xorg.0.log file. It finished very quickly with "NVIDIA: Failed to load NVIDIA kernel module" and "No driver found".
Over to you


arjay wrote:TeaSwigger wrote:KBD47 wrote:The biggest issue I have with LMDE KDE right now is no sound. I've checked firmware, settings, I have no clue why it doesn't work and it's the first time I've had that issue with any distroAnd that is a full install, not just the live cd.
Probably not related (I'm using 64-bit), but... have you tried tossing out Pulseaudio and depending on ALSA instead?
- Code: Select all
sudo apt-get purge pulseaudio*
Had the same problem when I updated from UP4 to UP5 using the script. I also uninstalled pulseaudio but it didn't help then I re-installed it and, bingo it worked OK - go figure but YMMV.
RJ



zerozero@lmdekde32 ~ $ inxi -Sr
System: Host lmdekde32 Kernel 3.2.0-3-686-pae i686 (32 bit) Distro Linux Mint Debian Edition
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://packages.linuxmint.com debian main upstream import incoming
deb http://lmde-mirror.gwendallebihan.net/incoming testing main contrib non-free
deb http://lmde-mirror.gwendallebihan.net/incoming/security testing/updates main contrib non-free
deb http://lmde-mirror.gwendallebihan.net/incoming/multimedia testing main non-free
zerozero@lmdekde32 ~ $ cat /var/log/apt/history.log
Start-Date: 2012-09-19 19:33:59
Commandline: synaptic
Purge: device-driver-manager:i386 (0.1.0)
End-Date: 2012-09-19 19:34:04
Start-Date: 2012-09-19 22:12:08
Commandline: synaptic
Purge: device-driver-manager:i386 (0.1.0)
End-Date: 2012-09-19 22:12:13
Start-Date: 2012-09-19 22:17:06
Commandline: apt-get -y --force-yes install linux-headers-686-pae linux-image-686-pae
Install: linux-image-3.2.0-3-686-pae:i386 (3.2.21-3, automatic), linux-headers-3.2.0-3-686-pae:i386 (3.2.21-3, automatic), linux-headers-686-pae:i386 (3.2+45), linux-image-686-pae:i386 (3.2+45)
End-Date: 2012-09-19 22:19:33
Start-Date: 2012-10-05 00:48:07
Commandline: /usr/sbin/synaptic --hide-main-window --non-interactive --parent-window-id 52428905 -o Synaptic::closeZvt=true --progress-str Please wait, this can take some time --finish-str Update is complete --set-selections-file /tmp/tmpjer7_L
Upgrade: mint-debian-mirrors:i386 (2012.09.18, 2012.09.27)
End-Date: 2012-10-05 00:48:26
zerozero@lmdekde32 ~ $ aplay /usr/share/sounds/alsa/Front_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
zerozero@lmdekde32 ~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
Subdevices: 1/1
Subdevice #0: subdevice #0
zerozero@lmdekde32 ~ $ lspci -vv | grep -i -A10 audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
Subsystem: Dell Device 02aa
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 47
Region 0: Memory at f6afc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
zerozero@lmdekde32 ~ $









zerozero wrote:what puzzles me is that as far as i can see none of these issues are present in the 32bit-rc1, so i don''t think it's a UP5 "breakage" or "misconfiguration" (but i can be way off)


bring it onSchoelje wrote:So, I'm going to prepare a service release, test it further and upload asap.





Schoelje wrote:so if you could test the 32-bit version:



Schoelje wrote:I've uploaded a service release with all known bugs resolved so if you could test the 32-bit version



Users browsing this forum: dmmcf and 7 guests