LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 07-19-2018, 08:15 AM   #1
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Installation issues - Mint 19/Old Laptop


Mint 19 is new - the laptop is 10+ years old (Twin Turion, 3G ram, Broadcom wifi RS690 (awful) graphics.

Cinnamon crashes 100% of the time. Modesetting, & Radeon driver are all happening (good) but it's throwing in Vesa & fbdev as well (Not good). Where can I disable that? I'm new to Wayland.

Wifi is another issue. The kernel config has
CONFIG_B43=y
CONFIG_B43_BUSES_BCMA_AND_SSB=y
# CONFIG_B43_BUSES_SSB is not set

The SSB (Sonics Silicon Backplane - I don't know either) stuff seems otherwise OK but the firmware is lacking. Apparently, they never tried a b43xx card.
I'll manage firmware, nut rebuilding a kernel is pretty pointless as they're so regularly updated. And where's wpa_supplicant.conf to set the WPA key?

EDIT: Firmware got the Broadcom Wifi up & recognised. Still no connection, and there's an open network (my 'guess access') atm. Don't have resource worries yet despite just 3G ram. I gather Cinnamon is resource hungry. XFCE?

The big remaining issues are "Fallback Mode" in X, & getting the wifi going.

Last edited by business_kid; 07-19-2018 at 08:43 AM.
 
Old 07-19-2018, 10:31 AM   #2
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
Depending on how old the laptop is (ca. 2007-2010), Mint MATE might be a good idea. It kinda looks like Cinnamon, but uses much less RAM.

To add Mint's XFCE or MATE to your machine such that you can choose XFCE or MATE over Cinnamon at boot time, type:

sudo apt-get install mint-meta-xfce

or sudo apt-get install mint-meta-mate

You're getting Fallback mode because Cinnamon requires accelerated graphics rendering in your graphics card, and if you're graphic drivers aren't acting right or predate the "Vista Ready" sticker (or a Vista/7 or later sticker), it's going to use a software renderer that strains your CPU. Most of the computers that are old enough to require the software renderer also have old, slow CPUs, making the problem exponentially worse.

You can install as many desktop environments as you wish, given you have enough space on the / filesystem.

When did your wireless card last work correctly - on another distro maybe?
 
Old 07-19-2018, 02:32 PM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Original Poster
Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Software rendering sounds about right. I need the kernel module, and the standard Mesa driver. Then it should go (as much as it ever does). It can't even keep speech in sync on a full screen video :-((.
The card has no vertex shader, whatever that is, but graphics heads view that as a problem. It seems to load the right stuff, then the crap. If I could stop it loading vesa & fbdev, I'd probably be fine.

I'll ditch Cinnamon for xfce or Mate. Which is lighter? XFCE I know my way around; I'll try Mate.

Wifi worked last week with Slackware-14.1. I think the 4312 binaries were dropped from the kernel firmware, but I kept a tar of the Slackware firmware :-D. I'm just after getting online here by setting up in X, so we can consider that the ancient firmware sorted it.
Let's hope it remembers the settings.

EDIT: I did an 'apt-get update' & upgrade, and it exposed 2 things
1. dpkg objects to the extra firmware and spews an error installing it's own firmware
2. I have 100M (About 83 Megs of space) for boot, and the initrd is taking over half of it (56M) so it can't make a second. How can I trim the initrd it automatically makes up? My setup is
sda1 = Vista
sda2 = boot
sda3 = swap
sda4 = extended

So anything added to /boot will have to come out of swap :-(.

Last edited by business_kid; 07-19-2018 at 03:08 PM.
 
Old 07-19-2018, 07:44 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
I might be tempted to try different newish distro's for testing.

3G may not need swap.

Can add in usb or almost any accessible space to add to swap. Swapfile may help if you want to manage it often.

Usually easy to add in broadcom drivers. Almost everyone has to.
 
Old 07-19-2018, 08:36 PM   #5
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
At the question about the lighter DE, XFCE is a little lighter.

But yeah, you can create a swapfile and throw it into fstab if needbe to get more boot space.

Also, although you've probably heard it before, Vista was EOL'd last year
 
Old 07-20-2018, 05:34 AM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Original Poster
Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Actually posting from this crummy HP Laptop in Cinnamon, so there's progress!

Solved the boot problem this way. I thought "Who needs a 100M boot partition?" I remounted it in /opt, copied the contents to /boot (the directory on /), commented it out in /etc/fstab and rebooted. All happy. It has space now.

Then I repeated the apt-get update & upgrade and piped the screen errors to a logfile to save them running off screen. This is the output
Code:
 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Setting up initramfs-tools (0.130ubuntu3.1) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-firmware (1.173.1) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-20-generic
Processing triggers for initramfs-tools (0.130ubuntu3.1) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-20-generic
W: APT had planned for dpkg to do more than it reported back (0 vs 7).
   Affected packages: initramfs-tools:amd64 linux-firmware:amd64
My gut instinct is to ignore this Warning and hope it will go away :-/. I'd love to drastically trim the ramdisk. It's loading drivers for raid and LVM. And if I ever need drive space, I have a blank partition for /opt. Partitioning took into account a 15G package from Xilinx for FPGA software with a simulator which I wanted for home and University THEN, but not now, when I'm qualified and disabled.

Yes, Vista is EOL, but do I care? My only option is Windows 10, which takes over 40G in a VM (basically bare install) vs 26G (populated) for Vista. You'll probably think me mad for saying this, but I actually prefer the Vista interface to windows 10, once you neuter the most irritating aspects. I've only a 64G NTFS partition.

Also, I've installed Mate as per instructions (sudo apt-get install mint-meta-mate) but it doesn't show in the menu. What's the grub syntax to tell it to think it out again?

Last edited by business_kid; 07-20-2018 at 05:54 AM.
 
Old 07-26-2018, 08:58 AM   #7
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
business_kid,

I know you have marked this as SOLVED, but for the benefit of others visiting this thread later, I would suggest looking at post #2 on:
https://www.linuxquestions.org/quest...em-4175625807/


Quote:
Also, I've installed Mate as per instructions (sudo apt-get install mint-meta-mate) but it doesn't show in the menu.
Log out (not Quit) of the Cinnamon desktop environment and log in again.

Click on the gearwheel/cog in the top right corner (see attached screenshot) and select MATE.
Attached Images
 

Last edited by beachboy2; 07-26-2018 at 08:59 AM.
 
  


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
long time boot linux mint at a toshiba laptop. Tested also Debian and Ubuntu latest stable releases geting similar issues. jorgespain76 Linux Mint 8 09-10-2016 02:54 PM
Linux Mint Installation - Hard Drive Mounting Issues jeffreykramer Linux - Newbie 12 02-26-2016 12:46 PM
[SOLVED] Post installation issues and laptop Acer Aspire 5830g heolstor Arch 8 11-07-2012 06:11 AM
FUPPES Installation Issues w/ Mint Felicia Elnsoxo Linux - Software 3 01-29-2009 09:02 AM
Installation on Laptop hp dv6000 pavillion: issues redlynch Linux - Laptop and Netbook 10 10-30-2008 01:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 05:17 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