You are not logged in.
Pages: 1
hello guys, I need your help ... how can I tell if all the devices of the laptop work? mine is a 250 hp g5 i7 .... for example I noticed that the WIiFi card does not work ..... there is a way to understand what are the recognized devices and which are not?
thank you so much
Last edited by Head_on_a_Stick (2017-02-26 10:56:13)
Nothing happens by chance
Offline
there is a way to understand what are the recognized devices and which are not?
There is a guide for this on the Debian wiki:
https://wiki.debian.org/HowToIdentifyADevice/PCI
So you need to look at the output of:
lspci -nn
and take the two numbers inside the square brackets, for example:
03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG Network Connection [8086:4227] (rev 02)
In this case, the identifying numbers are [8086:4227]
Simply enter these numbers (and the square brackets) along with the word "debian" into the search bar at https://www.startpage.com/
For my example, the first link in the list is https://wiki.debian.org/iwlegacy, which provides the correct instructions for that card
You can also use https://wikidevi.com/wiki/Main_Page
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
hello guys, I need your help ... how can I tell if all the devices of the laptop work? mine is a 250 hp g5 i7 .... for example I noticed that the WIiFi card does not work ..... there is a way to understand what are the recognized devices and which are not?
thank you so much
As HoaS suggested, the way to go is to enumerate all buses (PCI, PCIe, ISA, USB, i2s, whatever), look at each device found, research what it does, then find out if a driver's been loaded for it and whether the driver actually works, and if not, load the driver manually (autoload sometimes doesn't catch all needed modules!). Also check the syslog and kernel ringbuffer (/var/log/syslog, dmesg) for messages about found but initialized or failed devices.
An example for a device that is usually detected and available but not in use by default on mondern laptop computers because the driver is not being loaded by default is the trusted platform module (TPM), see e.g. here for some info on it.
To sum up: You need to take a long and hard look at what you got, and there is no very simple way to do it.
Offline
Thanks so much Head_on_a_Stick ho utilizzato il comando lspci -nn e mi appare questo
virgola80@fringe:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:5904] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5916] (rev 02)
00:04.0 Signal processing controller [1180]: Intel Corporation Device [8086:1903] (rev 02)
00:08.0 System peripheral [0880]: Intel Corporation Device [8086:1911]
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:9d2f] (rev 21)
00:14.2 Signal processing controller [1180]: Intel Corporation Device [8086:9d31] (rev 21)
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:9d3a] (rev 21)
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:9d03] (rev 21)
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:9d14] (rev f1)
00:1c.5 PCI bridge [0604]: Intel Corporation Device [8086:9d15] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:9d58] (rev 21)
00:1f.2 Memory controller [0580]: Intel Corporation Device [8086:9d21] (rev 21)
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:9d71] (rev 21)
00:1f.4 SMBus [0c05]: Intel Corporation Device [8086:9d23] (rev 21)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
02:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
Devices are not recognized? can you give me some help?
Nothing happens by chance
Offline
02:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
This seems to be the solution. You need another kernel.
But wait for HoaS! He has a better overview.
Offline
Unklar Hello, I tried to update the kernel to version 4.9 but the system hangs on bluetooth, now I'm reinstalling from scratch ... I'm desperate the PC model has 250 hp g5 .... i7 ... help
Nothing happens by chance
Offline
But what are you reinstalling? Or did I miss it?
Keep BunsenLabs #!yish please.
Offline
OK, it looks like you have a post-Broadwell Intel chipset which will need this guide to work best:
https://forums.bunsenlabs.org/viewtopic.php?id=1185
And the other key point is that the wireless (and bluetooth) card will not work with the backported kernel unless the backported firmware is also installed afterwards:
sudo apt install --target jessie-backports firmware-iwlwifi
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Hello Head_on_a_Stick I took your advice and https://forums.bunsenlabs.org/viewtopic.php?id=1185 sembre that goes best I launched the lspci command -nn and I see this
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:5904] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5916] (rev 02)
00:04.0 Signal processing controller [1180]: Intel Corporation Device [8086:1903] (rev 02)
00:08.0 System peripheral [0880]: Intel Corporation Device [8086:1911]
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:9d2f] (rev 21)
00:14.2 Signal processing controller [1180]: Intel Corporation Device [8086:9d31] (rev 21)
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:9d3a] (rev 21)
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:9d03] (rev 21)
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:9d14] (rev f1)
00:1c.5 PCI bridge [0604]: Intel Corporation Device [8086:9d15] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:9d58] (rev 21)
00:1f.2 Memory controller [0580]: Intel Corporation Device [8086:9d21] (rev 21)
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:9d71] (rev 21)
00:1f.4 SMBus [0c05]: Intel Corporation Device [8086:9d23] (rev 21)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
02:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
Then I launched the command sudo apt install --target jessie-backports firmware-iwlwifi
but by this message E: Option to --target command line does not understandable and does not work wiifi
what do I do?
Nothing happens by chance
Offline
Then I launched the command sudo apt install --target jessie-backports firmware-iwlwifi
but by this message E: Option to --target command line does not understandable and does not work wiifi
Ooops, sorry!
Try:
sudo apt install firmware-iwlwifi/jessie-backports
Or:
sudo apt-get install --target-release=jessie-backports firmware-iwlwifi
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Bingo ... now all too funaziona audio .... I noticed the kernel to version 4.9 are a genius help was fantastic ....
I launched the command lspci -nn and I see this
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:5904] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5916] (rev 02)
00:04.0 Signal processing controller [1180]: Intel Corporation Device [8086:1903] (rev 02)
00:08.0 System peripheral [0880]: Intel Corporation Device [8086:1911]
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:9d2f] (rev 21)
00:14.2 Signal processing controller [1180]: Intel Corporation Device [8086:9d31] (rev 21)
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:9d3a] (rev 21)
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:9d03] (rev 21)
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:9d14] (rev f1)
00:1c.5 PCI bridge [0604]: Intel Corporation Device [8086:9d15] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:9d58] (rev 21)
00:1f.2 Memory controller [0580]: Intel Corporation Device [8086:9d21] (rev 21)
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:9d71] (rev 21)
00:1f.4 SMBus [0c05]: Intel Corporation Device [8086:9d23] (rev 21)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
02:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
how to tell if all the portable devices are configured?
Nothing happens by chance
Offline
how to tell if all the portable devices are configured?
You can use:
lspci -k
This will list all of the "kernel drivers in use"
As long as a driver is listed for the device then it should work, provided that any necessary firmware is installed.
You can use this to check your wireless card, it should return a list of access points:
sudo ip link set wlan0 up && sudo iwlist wlan0 scan | grep SSID
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Thank you so much I'll list the lspci -k command
00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
Subsystem: Hewlett-Packard Company Device 81ed
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
Subsystem: Hewlett-Packard Company Device 81ed
Kernel driver in use: i915
00:04.0 Signal processing controller: Intel Corporation Device 1903 (rev 02)
Subsystem: Hewlett-Packard Company Device 81ed
Kernel driver in use: proc_thermal
00:08.0 System peripheral: Intel Corporation Device 1911
Subsystem: Hewlett-Packard Company Device 81ed
00:14.0 USB controller: Intel Corporation Device 9d2f (rev 21)
Subsystem: Hewlett-Packard Company Device 81ed
Kernel driver in use: xhci_hcd
00:14.2 Signal processing controller: Intel Corporation Device 9d31 (rev 21)
Subsystem: Hewlett-Packard Company Device 81ed
Kernel driver in use: intel_pch_thermal
00:16.0 Communication controller: Intel Corporation Device 9d3a (rev 21)
Subsystem: Hewlett-Packard Company Device 81ed
Kernel driver in use: mei_me
00:17.0 SATA controller: Intel Corporation Device 9d03 (rev 21)
Subsystem: Hewlett-Packard Company Device 81ed
Kernel driver in use: ahci
00:1c.0 PCI bridge: Intel Corporation Device 9d14 (rev f1)
Kernel driver in use: pcieport
00:1c.5 PCI bridge: Intel Corporation Device 9d15 (rev f1)
Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Device 9d58 (rev 21)
Subsystem: Hewlett-Packard Company Device 81ed
00:1f.2 Memory controller: Intel Corporation Device 9d21 (rev 21)
Subsystem: Hewlett-Packard Company Device 81ed
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
Subsystem: Hewlett-Packard Company Device 81ed
Kernel driver in use: snd_hda_intel
00:1f.4 SMBus: Intel Corporation Device 9d23 (rev 21)
Subsystem: Hewlett-Packard Company Device 81ed
Kernel driver in use: i801_smbus
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Subsystem: Hewlett-Packard Company Device 81ed
Kernel driver in use: r8169
02:00.0 Network controller: Intel Corporation Device 24fb (rev 10)
Subsystem: Intel Corporation Device 2110
Kernel driver in use: iwlwifi
It seems to work all for now .... thank you so much for your valuable help.......
I will not have problermi when there are updates to bunselab?
thank you so much
---Please use [ code ] tags for terminal output! It is MUCH easier to read and scroll through---
Last edited by damo (2017-02-25 17:52:38)
Nothing happens by chance
Offline
I will not have problermi when there are updates to bunselab?
No, it should be fine for normal upgrades.
If you decide to change the sources from jessie to stretch and `dist-upgrade` to the next stable release then you should read the notes carefully beforehand:
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Ok thank you so much you were very helpful
Nothing happens by chance
Offline
Pages: 1