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

Notices


Reply
  Search this Thread
Old 06-19-2014, 03:31 AM   #1
tvannee
LQ Newbie
 
Registered: Mar 2014
Location: the Netherlands
Posts: 15

Rep: Reputation: Disabled
Mint 16 works, but Mint 17 does not


Hello everybody,

I have installed Linux Mint Cinnamon 16 32-bit on an older computer, which worked fine, but when I tried to install linuxint-17-cinnamon-dvd-32bit.iso it didn't work.
Hopefully the following information will help to solve this problem.

When I used Mint 16 I always got the following message:
"Running in software rendering mode
Cinnamon is currently running without video hardware acceleration ..."

During installation of Mint 17 I got the following message:
"Asking for cache data failed ... Assuming drive cache: write through"
The last message I get during installation was "detecting hardware".
After that the screen was black.
When I start the laptop now it asks several times to log in text mode.
It does accept my installation account and password than, but I don't know what sort of command I should give now to get the system running in normal mode.

I assume Mint 16 can still be used for some time, but if possible I would like to use LTS version Mint 17 (because it is for somebody else, who is not a computer expert).
Thank you for your help in advance.

With kind regards,
Theo van Nee
 
Old 06-19-2014, 03:35 AM   #2
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Do you really need to use the Cinnamon version? If not download and install the MATE version because it is much lighter (Cinnamon is a highly modified Gnome 3 while MATE is a modified and updated fork of Gnome 2.32).
 
Old 06-19-2014, 04:12 AM   #3
tvannee
LQ Newbie
 
Registered: Mar 2014
Location: the Netherlands
Posts: 15

Original Poster
Rep: Reputation: Disabled
Thanks for replying.
I will try out Mate 17.

... Well, I just tried out linuxmint-17-mate-dvd-32bit.iso, but am getting the same problem.
After logging in the OS stays in text mode and I don't know what sort of commands I should give.
Do you have other suggestions?
Otherwise I have to go back to linuxmint-16

Last edited by tvannee; 06-19-2014 at 07:15 AM.
 
Old 06-19-2014, 11:14 AM   #4
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
I had a similar experience testing Mint 17 for my review. There's a problem with some video and it's with the display manager. When you've logged in at the command line, try
sudo apt-get remove mdm
sudo apt-get install lightdm
and re-boot. That might fix it.

PS I should have said that if you're facing a message about the xserver crashing, you can get back to the log-in screen with Ctrl-Alt-F1. You can re-boot with
sudo telinit 6

Last edited by DavidMcCann; 06-19-2014 at 11:36 AM. Reason: addition
 
Old 06-20-2014, 05:01 AM   #5
tvannee
LQ Newbie
 
Registered: Mar 2014
Location: the Netherlands
Posts: 15

Original Poster
Rep: Reputation: Disabled
I entered the commands:
"sudo apt-get remove mdm
sudo apt-get install lightdm"
After that I still got an error message with the suggestion: you still could try sudo apt-get update (or similar), which I did.
However this didnīt solve the problem.
 
Old 06-20-2014, 10:39 AM   #6
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
What was the error message?
 
Old 06-20-2014, 03:10 PM   #7
tvannee
LQ Newbie
 
Registered: Mar 2014
Location: the Netherlands
Posts: 15

Original Poster
Rep: Reputation: Disabled
After "sudo apt-get install lightdm" I got the following reply:

Could not resolve 'archive ubuntu.com'
E: failed to fetch http://archive.ubuntu.com/ubuntu/poo...untu1_i386.deb
Unable to fetch some archives, maybe run apt-get update or try with --fixmlsngn?

(last characters on line 2 and 3 I am not sure about - missing on the picture I took of my screen)

After "sudo apt-get update" I got a whole list with entries like "failed to fetch http://archive.ubuntu.com...", "...canonical.com" etc.
The list is so long that it is of the screen before I can record it.
Does this help?
 
Old 06-20-2014, 05:05 PM   #8
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
It would appear that that one repo is not resolving.

Quote:
--fixmlsngn
I'll bet on apt-get --fix-broken.

See man 8 apt-get for an explanation.

You might also try apt-get clean, then retry the install and let us know what happened.
 
Old 06-20-2014, 11:58 PM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Have you checked to see if network is up?
Try
Quote:
sudo dhclient eth0
 
Old 06-22-2014, 02:12 PM   #10
tvannee
LQ Newbie
 
Registered: Mar 2014
Location: the Netherlands
Posts: 15

Original Poster
Rep: Reputation: Disabled
Thanks frankbell,
But as Newbie I don't know anything about command shells.
And where can I find "man apt-get".
Could you perhaps suggest a beginner's workshop for the command shell or a users guide?
I would like to get to know a bit more about it.

Thanks also for your suggestion, EDDY.
I have tried it, but after a long time waiting I only got the following replies repeatingly:
"Asking for cache data failed
Assuming drive cache: write through".
 
Old 06-22-2014, 02:48 PM   #11
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Quote:
And where can I find "man apt-get".
Click on the terminal icon in the lower left of the Desktop. Type: man apt-get
 
Old 06-22-2014, 07:52 PM   #12
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
In this case, it's man 8 apt-get. It's far more detailed than man apt-get. There are several sections of man(ual) pages. Unless you specify otherwise, the basic man command just looks in section 1.

(Grin) See man man for details.

The man pages are great references, once you get the hang of reading them--they are not necessarily reader-friendly--and you really should do so, as you may be able to answer many questions quickly, without waiting for a response from a forum or the results of web search. Do not think of them as tutorials--they are definitely designed as reference tools, not training tools.

McGill University has a pretty good guide about how to use them.

Last edited by frankbell; 06-22-2014 at 07:53 PM.
 
Old 06-23-2014, 03:08 PM   #13
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
Man pages are also available on the web. Man pages tend to be useful for people who already know the command and only need tips or help remember.

If your laptop is fully supported, you should download and test you iso. Then burn to high quality disc and use the very slowest speed in burning. If your system isn't fully supported then we may have ways around it.
 
Old 06-23-2014, 04:00 PM   #14
tvannee
LQ Newbie
 
Registered: Mar 2014
Location: the Netherlands
Posts: 15

Original Poster
Rep: Reputation: Disabled
Because I have to return the laptop to the owner tomorrow, I don't have time enough to figure everything out now.
I am afraid I have to install Mint 16 again and try Mint 17 some time later, when I am more skilled in Linux myself.
Anyway, thanks everybody for helping so far and I will read and try your suggestions some time later.
Kind regards,
Theo
 
Old 06-23-2014, 04:58 PM   #15
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Why not just install 16 & upgrade to 17
 
  


Reply



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

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Mint 16 Mate; Mint menu periodically disappears from the panel 1sweetwater! Linux - Desktop 4 08-12-2014 10:04 AM
LXer: How to make Mint Menu always show favorite applications in Linux Mint 15 MATE LXer Syndicated Linux News 0 06-09-2013 01:00 PM
Mint Update has stopped loading the notification icon at startup (Mint 10) icekool Linux Mint 6 12-19-2010 07:49 AM
Newbie with Mint/ Linux needs to install Clam AV in Mint after 4 Wdws Trogan attack BAKEAPPLEFARM Linux Mint 6 03-24-2010 08:38 PM
Newbie with Mint/ Linux would like to iinstall WINE on Mint so found no help for this BAKEAPPLEFARM Linux Mint 4 05-08-2009 08:33 AM

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

All times are GMT -5. The time now is 09:48 PM.

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