LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-14-2017, 07:10 PM   #16
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,996

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628

This is how I read all of that.

"new Pentium-class CPUs" to mean the latest versions of products.

"first Pentium SKUs to feature Hyper-Threading", meaning these same new products.

"Kaby Lake, Intel is changing up " Only those processors based the Kaby Lake die/chip size.
"

"Kaby lake hyper-threading has now been put in pentium and celeron class cpus." Meaning only those that are being manufactured today. They can't add in HT to older Pentiums.
 
Old 04-16-2017, 08:08 AM   #17
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by aal View Post
Hi all,

After installing Ubuntu 16.04 on my new dell inspiron 11 3162 (CPU = celeron 3050, RAM = 2GB), and then installing xfce4 desktop (to make it run better on small hardware), I was noticing that the GUI was not being as ¨snappy¨ as I am used to on similar hardware, Acer 720c, but with Debian/xfce4.

Specifically, when using firefox, there was a noticeable delay switching tabs and also when doing 2-finger scrolling on the touchpad I would do the action, wait, and then see the screen move.


during the Ubuntu install I had seen a warning: possible missing firmware for module i915, which I traced to the following firmware package:

kbl_dmc_ver1_01

Which seems to have something to do with graphics?, so I installed it and it SEEMS to have fixed both these problems.

But this was a qualitative problem so I could be kidding myself... especially since I did not believe that kbl could relate to an old celeron CPUs.

So... the question is:

Would installing kbl_dmc_ver1_01 on my machine affect those issues? How?

Many thanks in advance for any insights.

Regards....

Andrew.

you just have to compile your kernel from vanilla, and include i915. Once done you can start it with vmlinuz and initrd.gz that you created.

I had the same issue on a new pc, and it is important to compile yourself your linux kernel, otherwise nothing will work by default. That's linux, you have to get used to gcc.
 
Old 04-16-2017, 10:19 AM   #18
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
Originally Posted by Xeratul View Post
I had the same issue on a new pc, and it is important to compile yourself your linux kernel, otherwise nothing will work by default. That's linux, you have to get used to gcc.
Or get used to your newest machine being 6 years old. Arguably 6 months old depending on which distro you use. Outside of quirky wireless drivers and firmware I really haven't needed to gcc much in the past 5-ish years. But I'm not exactly rolling in new hardware these days.
 
Old 04-16-2017, 11:03 AM   #19
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Rep: Reputation: 255Reputation: 255Reputation: 255
I have too an acer, which is brand new, 2 months ago.

Quote:
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
00:15.0 DMA controller: Intel Corporation Lynx Point-LP Low Power Sub-System DMA (rev 04)
00:15.1 Serial bus controller [0c80]: Intel Corporation Lynx Point-LP I2C Controller #0 (rev 04)
00:15.2 Serial bus controller [0c80]: Intel Corporation Lynx Point-LP I2C Controller #1 (rev 04)
00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 (rev e4)
00:1d.0 USB controller: Intel Corporation Lynx Point-LP USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Lynx Point-LP SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
00:1f.6 Signal processing controller: Intel Corporation Lynx Point-LP Thermal (rev 04)
01:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
this is mine, which did not work on default stable devuan.
Quote:
lspci | grep Athe
02:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
Compiling a kernel from vanilla is a good way to learn a bit.

you have to make sure that the right modules are into your compiled kernel, with the menu config during kernel compiling.
Quote:
ath9k_common 21995 1 ath9k
ath9k_hw 404428 2 ath9k,ath9k_common
ath 16335 3 ath9k_hw,ath9k,ath9k_common
Once done, check your initrd.gz with lsinitramfs so that you know which modules are loaded in


those modules are a minimum to have into your kernel

Quote:
./kernel/lib/crc16.ko
./kernel/lib/xz/xz_dec_test.ko
./kernel/fs/ext4/ext4.ko
./kernel/fs/efivarfs/efivarfs.ko
./kernel/fs/fat/fat.ko
./kernel/fs/fat/msdos.ko
./kernel/fs/fat/vfat.ko
./kernel/fs/jbd2/jbd2.ko
./kernel/fs/nls/nls_cp850.ko
./kernel/fs/nls/nls_cp1250.ko
./kernel/fs/ntfs/ntfs.ko
./kernel/fs/mbcache.ko
./kernel/net/ipv4/netfilter/iptable_nat.ko
./kernel/net/ipv4/netfilter/ipt_MASQUERADE.ko
./kernel/net/ipv4/netfilter/nf_nat_ipv4.ko
./kernel/net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko
./kernel/net/ipv4/netfilter/nf_log_arp.ko
./kernel/net/ipv4/netfilter/nf_log_ipv4.ko
./kernel/net/ipv6/netfilter/nf_log_ipv6.ko
./kernel/net/wireless/cfg80211.ko
./kernel/net/mac80211/mac80211.ko
./kernel/net/netfilter/xt_LOG.ko
./kernel/net/netfilter/xt_addrtype.ko
./kernel/net/netfilter/xt_nat.ko
./kernel/net/netfilter/nf_log_common.ko
./kernel/net/netfilter/nf_nat_ftp.ko
./kernel/net/netfilter/xt_mark.ko
./kernel/net/netfilter/nf_nat_irc.ko
./kernel/net/netfilter/nf_nat_sip.ko
./kernel/net/netfilter/nf_nat.ko
./kernel/sound/hda/snd-hda-core.ko
./kernel/sound/soundcore.ko
./kernel/sound/core/snd-hrtimer.ko
./kernel/sound/core/oss/snd-pcm-oss.ko
./kernel/sound/core/oss/snd-mixer-oss.ko
./kernel/sound/core/snd.ko
./kernel/sound/core/snd-hwdep.ko
./kernel/sound/core/seq/snd-seq-dummy.ko
./kernel/sound/core/seq/oss/snd-seq-oss.ko
./kernel/sound/core/seq/snd-seq-device.ko
./kernel/sound/core/seq/snd-seq-midi.ko
./kernel/sound/core/seq/snd-seq-midi-event.ko
./kernel/sound/core/seq/snd-seq-virmidi.ko
./kernel/sound/core/seq/snd-seq.ko
./kernel/sound/core/snd-rawmidi.ko
./kernel/sound/core/snd-pcm.ko
./kernel/sound/core/snd-timer.ko
./kernel/sound/usb/snd-usb-audio.ko
./kernel/sound/usb/line6/snd-usb-line6.ko
./kernel/sound/usb/line6/snd-usb-variax.ko
./kernel/sound/usb/snd-usbmidi-lib.ko
./kernel/sound/soc/snd-soc-core.ko
./kernel/sound/pci/hda/snd-hda-codec-analog.ko
./kernel/sound/pci/hda/snd-hda-codec-idt.ko
./kernel/sound/pci/hda/snd-hda-codec-cirrus.ko
./kernel/sound/pci/hda/snd-hda-codec-cmedia.ko
./kernel/sound/pci/hda/snd-hda-codec.ko
./kernel/sound/pci/hda/snd-hda-codec-hdmi.ko
./kernel/sound/pci/hda/snd-hda-intel.ko
./kernel/sound/pci/hda/snd-hda-codec-realtek.ko
./kernel/sound/pci/hda/snd-hda-codec-conexant.ko
./kernel/sound/pci/hda/snd-hda-codec-generic.ko
./kernel/sound/drivers/snd-virmidi.ko
./kernel/sound/drivers/snd-dummy.ko
./kernel/sound/drivers/mpu401/snd-mpu401.ko
./kernel/sound/drivers/mpu401/snd-mpu401-uart.ko
./kernel/sound/drivers/snd-aloop.ko
./kernel/crypto/ecb.ko
./kernel/crypto/michael_mic.ko
./kernel/crypto/crc32c_generic.ko
./kernel/drivers/hid/hid-ntrig.ko
./kernel/drivers/hid/usbhid/usbhid.ko
./kernel/drivers/hid/hid-sony.ko
./kernel/drivers/gpu/drm/drm.ko
./kernel/drivers/gpu/drm/drm_kms_helper.ko
./kernel/drivers/gpu/drm/i915/i915.ko
./kernel/drivers/i2c/algos/i2c-algo-bit.ko
./kernel/drivers/misc/eeprom/eeprom_93cx6.ko
./kernel/drivers/thermal/x86_pkg_temp_thermal.ko
./kernel/drivers/usb/common/usb-common.ko
./kernel/drivers/usb/storage/usb-storage.ko
./kernel/drivers/usb/storage/ums-realtek.ko
./kernel/drivers/usb/core/usbcore.ko
./kernel/drivers/usb/host/xhci-hcd.ko
./kernel/drivers/usb/host/uhci-hcd.ko
./kernel/drivers/usb/host/xhci-pci.ko
./kernel/drivers/usb/host/ehci-hcd.ko
./kernel/drivers/usb/host/xhci-plat-hcd.ko
./kernel/drivers/usb/host/ohci-pci.ko
./kernel/drivers/usb/host/ohci-hcd.ko
./kernel/drivers/usb/host/ehci-pci.ko
./kernel/drivers/usb/class/usblp.ko
./kernel/drivers/bcma/bcma.ko
./kernel/drivers/video/fbdev/i810/i810fb.ko
./kernel/drivers/video/fbdev/mb862xx/mb862xxfb.ko
./kernel/drivers/video/fbdev/core/sysfillrect.ko
./kernel/drivers/video/fbdev/core/fb_ddc.ko
./kernel/drivers/video/fbdev/core/sysimgblt.ko
./kernel/drivers/video/fbdev/core/syscopyarea.ko
./kernel/drivers/video/fbdev/core/fb_sys_fops.ko
./kernel/drivers/video/fbdev/vga16fb.ko
./kernel/drivers/video/fbdev/i740fb.ko
./kernel/drivers/video/fbdev/uvesafb.ko
./kernel/drivers/video/vgastate.ko
./kernel/drivers/net/netconsole.ko
./kernel/drivers/net/dummy.ko
./kernel/drivers/net/bonding/bonding.ko
./kernel/drivers/net/ethernet/intel/i40e/i40e.ko
./kernel/drivers/net/ethernet/intel/ixgb/ixgb.ko
./kernel/drivers/net/ethernet/intel/igbvf/igbvf.ko
./kernel/drivers/net/ethernet/intel/e1000/e1000.ko
./kernel/drivers/net/ethernet/intel/e100.ko
./kernel/drivers/net/ethernet/intel/igb/igb.ko
./kernel/drivers/net/ethernet/intel/ixgbe/ixgbe.ko
./kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko
./kernel/drivers/net/ethernet/realtek/r8169.ko
./kernel/drivers/net/ethernet/realtek/8139cp.ko
./kernel/drivers/net/ethernet/realtek/8139too.ko
./kernel/drivers/net/wireless/ath/ath10k/ath10k_core.ko
./kernel/drivers/net/wireless/ath/ath.ko
./kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko
./kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko
./kernel/drivers/net/wireless/ath/ath9k/ath9k.ko
./kernel/drivers/net/wireless/ath/ar5523/ar5523.ko
./kernel/drivers/net/wireless/ath/wcn36xx/wcn36xx.ko
./kernel/drivers/net/wireless/ath/carl9170/carl9170.ko
./kernel/drivers/net/wireless/broadcom/b43/b43.ko
./kernel/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl818x_pci.ko
./kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8187.ko
./kernel/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/rtl8188ee.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/rtl8192ee.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/rtl8192de.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192se/rtl8192se.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/rtl8192cu.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl_usb.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/rtl8723ae.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl_pci.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtlwifi.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/rtl8723be.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/rtl8192ce.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common.ko
./kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist.ko
./kernel/drivers/net/mii.ko
./kernel/drivers/net/usb/asix.ko
./kernel/drivers/net/usb/ax88179_178a.ko
./kernel/drivers/net/usb/cdc_subset.ko
./kernel/drivers/net/usb/usbnet.ko
./kernel/drivers/net/usb/net1080.ko
./kernel/drivers/net/usb/zaurus.ko
./kernel/drivers/net/usb/rtl8150.ko
./kernel/drivers/net/usb/cdc_ether.ko
./kernel/drivers/net/usb/lan78xx.ko
./kernel/drivers/net/usb/cdc_ncm.ko
./kernel/drivers/net/usb/mcs7830.ko
./kernel/drivers/net/usb/r8152.ko
./kernel/drivers/net/phy/microchip.ko
./kernel/drivers/net/mdio.ko
./kernel/drivers/mmc/card/mmc_block.ko
./kernel/drivers/mmc/core/mmc_core.ko
./kernel/drivers/block/pktcdvd.ko
./kernel/drivers/block/brd.ko
./kernel/drivers/block/nbd.ko
./kernel/drivers/block/loop.ko
./kernel/drivers/block/aoe/aoe.ko
./kernel/drivers/block/null_blk.ko
./kernel/drivers/block/mtip32xx/mtip32xx.ko
./kernel/drivers/input/gameport/gameport.ko
./kernel/drivers/input/joystick/zhenhua.ko
./kernel/drivers/input/joystick/magellan.ko
./kernel/drivers/input/joystick/sidewinder.ko
./kernel/drivers/input/joystick/twidjoy.ko
./kernel/drivers/input/joystick/gf2k.ko
./kernel/drivers/input/joystick/guillemot.ko
./kernel/drivers/input/joystick/stinger.ko
./kernel/drivers/input/joystick/spaceball.ko
./kernel/drivers/input/joystick/joydump.ko
./kernel/drivers/input/joystick/iforce/iforce.ko
./kernel/drivers/input/joystick/warrior.ko
./kernel/drivers/input/joystick/xpad.ko
./kernel/drivers/input/joystick/adi.ko
./kernel/drivers/input/joystick/analog.ko
./kernel/drivers/input/joystick/cobra.ko
./kernel/drivers/input/joystick/spaceorb.ko
./kernel/drivers/input/joystick/as5011.ko
./kernel/drivers/input/joystick/grip_mp.ko
./kernel/drivers/input/joystick/tmdc.ko
./kernel/drivers/input/joystick/a3d.ko
./kernel/drivers/input/joystick/interact.ko
./kernel/drivers/input/joystick/grip.ko
./kernel/drivers/input/joydev.ko
./kernel/drivers/ssb/ssb.ko
 
  


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
Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r816 TNT BOM BOM Debian 18 07-05-2015 11:19 AM
Fix i915 driver gonny95 Linux - Newbie 3 08-24-2014 01:43 PM
Inspiron 6000 i915 Video Fix mike513 Linux - Laptop and Netbook 6 01-23-2007 06:48 PM
i915 module problems rrr-jr Linux - Hardware 2 05-05-2006 12:31 AM
i915 module matrixon Linux - Software 1 06-24-2005 10:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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