LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-07-2015, 07:38 PM   #1
un1x
Member
 
Registered: Oct 2015
Posts: 645

Rep: Reputation: Disabled
huge to generic...


hi !

runnin Slackware-current

I dunno what does kernel-generic is excluded mean? talking bout gslapt

how to install it ???
 
Old 10-07-2015, 09:52 PM   #2
nelsonm
LQ Newbie
 
Registered: Oct 2015
Location: Winnipeg
Distribution: Slackware, GalliumOS,
Posts: 21
Blog Entries: 2

Rep: Reputation: 7
I might be missing something, but if you're saying that the package manager "gslapt" (A front-end interface for slapt-get if I recall correctly) is telling you that "kernel-generic is excluded" I would presume that the message is telling you that by default, the package manager will not attempt to upgrade your linux kernel.

Are you asking how to install gslapt, or a kernel update?

:edit:

I'm going to presume you're trying to install a kernel update... my preference when running -current (which hasn't been for years) is to keep things as default as possible, after all, If I have problems in -current I want my bug report/help request to be a free of external influence as possible.

if you would like to use gslapt, I imagine you will need to look for the configuration file and edit it so that it no longer prevents the kernel updates from coming in. I'd be careful about that though because if you automatically upgrade your kernel, then forget to do something like run `lilo' afterwards, you may get into trouble.

Anyways, hopefully that helps?

Last edited by nelsonm; 10-07-2015 at 10:01 PM. Reason: addendum
 
Old 10-08-2015, 06:38 AM   #3
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
If you did a full install of Slackware, the generic kernel is included, you just need to make an initrd and then adjust your lilo accordingly. See this wiki page for more information.

As for gslapt, this is not an official tool for Slackware and I don't know of many users that use it. Support might be slim on that. The included program, slackpkg, is the official tool to install official packages. If you chose to not install the generic kernel when you installed Slackware, then you could use slackpkg install kernel-generic once you configure slackpkg properly (there's instructions on the page linked to above for setting up slackpkg.
 
Old 10-08-2015, 08:55 AM   #4
un1x
Member
 
Registered: Oct 2015
Posts: 645

Original Poster
Rep: Reputation: Disabled
I installled slackpkg and now wants to install
Code:
 slackpkg install kernel-generic  


[*] kernel-generic-3.10.17-x86_64-2.txz
i want kernel-generic-4.1.6

thx!

Quote:
slackpkg install kernel-generic (bassmadrigal)

Last edited by un1x; 10-08-2015 at 08:57 AM.
 
Old 10-08-2015, 09:13 AM   #5
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,359

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Install kernel from slackware64-current/slackware64/A by installing the following:
Code:
kernel-firmware-20150820git-noarch-1.txz
kernel-generic-4.1.6-x86_64-1.txz
kernel-huge-4.16-x86_64-1.txz
kernel-modules-4.1.6-x86_64-1.txz
with the installpkg command after downloading the files from a Slackware mirror site.
Then add the appropiate entries in /etc/lilo.conf and rerun lilo.

Note: Do not install kernel-headers-4.1.6-x86-1.txz

Last edited by colorpurple21859; 10-08-2015 at 09:18 AM.
 
Old 10-08-2015, 09:54 AM   #6
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
If it wants to install the 3.10.17 kernel, then you uncommented a 14.1 mirror, not a current mirror. Please check your /etc/slackpkg/mirrors file and verify you only have one mirror uncommented and it is for slackware-current (make sure you select the correct architecture, either 32bit or 64bit).

But if you did a full install, the 4.1.6 kernel should already be installed unless you are running an older version of current. If you didn't do a full install, as colorpurple21859 mentioned, you would also need to install the kernel-modules and kernel-firmware packages for the 4.1.6 kernel. You'll also need the kernel-source if you want to build anything against the kernel. As he also mentioned, make sure you don't upgrade kernel-headers unless you upgrade everything in Slackware-current to the latest version. The kernel-headers package needs to match the kernel version that glibc was compiled against.
 
Old 10-08-2015, 10:47 AM   #7
un1x
Member
 
Registered: Oct 2015
Posts: 645

Original Poster
Rep: Reputation: Disabled
hi,

what to do now ?

I do not run Lilo, my grub is managed by other distro...

Code:
2015-10-08 09:43:31 (149 KB/s) - '/var/cache/packages/./slackware64/a/kernel-generic-4.1.6-x86_64-1.txz.asc' saved [181]

	Package kernel-generic-4.1.6-x86_64-1.txz is already in cache - not downloading
	Installing kernel-generic-4.1.6-x86_64-1...
Verifying package kernel-generic-4.1.6-x86_64-1.txz.
Installing package kernel-generic-4.1.6-x86_64-1.txz:
PACKAGE DESCRIPTION:
# kernel-generic (a general purpose SMP Linux kernel)
#
# This is a Linux kernel with built-in support for most disk
# controllers.  To use filesystems, or to load support for a SCSI or
# other controller, then you'll need to load one or more kernel
# modules using an initial ramdisk, or initrd.  For more information
# about creating an initrd, see the README.initrd file in the /boot
# directory.
#
# SMP is "Symmetric multiprocessing", or multiple CPU/core support.
#
Executing install script for kernel-generic-4.1.6-x86_64-1.txz.
Package kernel-generic-4.1.6-x86_64-1.txz installed.



Your kernel image was updated.  We highly recommend you run: lilo
Do you want slackpkg to run lilo now? (Y/n)
n

Searching for NEW configuration files

Some packages had new configuration files installed.
You have four choices:

	(K)eep the old files and consider .new files later

	(O)verwrite all old files with the new ones. The
	   old files will be stored with the suffix .orig

	(R)emove all .new files

	(P)rompt K, O, R selection for every single file
	
What do you want (K/O/R/P)?
my mistake,sorry guys...

Quote:
check your /etc/slackpkg/mirrors file and verify you only have one mirror uncommented and it is for slackware-current (make sure you select the correct architecture, either 32bit or 64bit).

Last edited by un1x; 10-08-2015 at 10:50 AM.
 
Old 10-08-2015, 11:37 AM   #8
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
As said before, you'll need to install the kernel-modules and kernel-firmware packages (and I'd recommend the kernel-source package, as you'll need that for any 3rd-party modules).

Once you have all that, you'll need to generate an initrd and then add those pertinent lines to your grub config. The initrd generation was covered in the link I provided earlier, and I'm not familiar enough with grub to give you any direction on how to configure your new kernel with it.
 
Old 10-09-2015, 02:40 PM   #9
un1x
Member
 
Registered: Oct 2015
Posts: 645

Original Poster
Rep: Reputation: Disabled
NO flashplugin...

well...

I have midori,openbox and flash-plugin : can hear it but no see it !
 
Old 10-09-2015, 03:16 PM   #10
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Flash is not included with Slackware, and I think the latest versions of Firefox will disable it even if it is found on system.

How did you install flash and midori? What site are you trying to view flash content on? Are you sure it is using a flash-based player and not HTML5?
 
Old 10-09-2015, 03:47 PM   #11
un1x
Member
 
Registered: Oct 2015
Posts: 645

Original Poster
Rep: Reputation: Disabled
just tell u a thing : Midori sucks!

runnin google-chrome and problem solved !!

_______________________________________________

btw: got a nice kernel panic tryin to run kernel-generic

THX for u support !

Last edited by un1x; 10-09-2015 at 04:13 PM.
 
Old 10-09-2015, 04:10 PM   #12
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
I use Chrome. To easily keep it up-to-date, you can use forum member ruario's script, latest-chrome.

I was thinking of suggesting Chrome on my previous post, but usually when people run a browser other than Firefox or Chrome, they purposefully decided to, so I didn't want to question your decision.
 
Old 10-14-2015, 10:59 AM   #13
un1x
Member
 
Registered: Oct 2015
Posts: 645

Original Poster
Rep: Reputation: Disabled
Hi fellow slackware users...

how do I install gnome 3 ?

thx...
 
Old 10-14-2015, 11:11 AM   #14
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,667

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
this is out of the topic
please post another thread about this
also, you can use the search feature of this forum.
GNOME 3 has been discussed many many times before
 
  


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
What Do I Need To Know About Huge vs. Generic Kernels During Installation? joncr Slackware 16 07-18-2012 06:29 AM
[SOLVED] switch Huge SMP to Generic czezz Slackware 16 07-07-2011 09:07 AM
generic or huge kernels? metrofox Slackware 25 04-15-2009 04:04 AM
Generic vs Huge kernel in Slack 12 techyranger Slackware 4 01-23-2008 01:30 PM
Switch from huge-smp-2.6.21.5 to generic-2.6.21.5 tronayne Slackware 1 07-30-2007 08:34 AM

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

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