How do I make Debian 9 detect network hardware?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
While programming, without big deals, the wifi stoped working. I tryed to unload and load the b43 drivers my wifi uses, but didn't work, tired, I decided to do a fresh install of debian 9.4.
I did so, I did re-install b43 and enable it, but I just realize the problem is no network adapter is recognise.
The result of lspci is as follows:
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI 0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader (rev 01)
01:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
02:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)
The laptop stopped working suddenly so I don't believe it's due to hardware problems.
How can I make debian detect my wi-fi card?
debian networking broadcom
add a comment |Â
up vote
0
down vote
favorite
While programming, without big deals, the wifi stoped working. I tryed to unload and load the b43 drivers my wifi uses, but didn't work, tired, I decided to do a fresh install of debian 9.4.
I did so, I did re-install b43 and enable it, but I just realize the problem is no network adapter is recognise.
The result of lspci is as follows:
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI 0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader (rev 01)
01:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
02:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)
The laptop stopped working suddenly so I don't believe it's due to hardware problems.
How can I make debian detect my wi-fi card?
debian networking broadcom
Your wifi card isn't listed , runupdate-pciidsthen check it withlspci.
â GAD3R
Jun 7 at 17:39
Doesdmesgshow any messages regarding theb43driver? Doesmodprobe b43give any errors? That might give us some more clues to look at. Also, make sure that the firmware is installed.
â ErikF
Jun 7 at 21:04
What makes you think that the hardware is indestructible? The connectors for the wifi card can be bad over time, mechanical, chemical reasons....
â MatsK
Jun 8 at 6:31
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
While programming, without big deals, the wifi stoped working. I tryed to unload and load the b43 drivers my wifi uses, but didn't work, tired, I decided to do a fresh install of debian 9.4.
I did so, I did re-install b43 and enable it, but I just realize the problem is no network adapter is recognise.
The result of lspci is as follows:
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI 0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader (rev 01)
01:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
02:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)
The laptop stopped working suddenly so I don't believe it's due to hardware problems.
How can I make debian detect my wi-fi card?
debian networking broadcom
While programming, without big deals, the wifi stoped working. I tryed to unload and load the b43 drivers my wifi uses, but didn't work, tired, I decided to do a fresh install of debian 9.4.
I did so, I did re-install b43 and enable it, but I just realize the problem is no network adapter is recognise.
The result of lspci is as follows:
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI 0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader (rev 01)
01:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
02:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)
The laptop stopped working suddenly so I don't believe it's due to hardware problems.
How can I make debian detect my wi-fi card?
debian networking broadcom
edited Jun 7 at 17:19
telcoM
10k11032
10k11032
asked Jun 7 at 15:14
Roberto P. Romero
11
11
Your wifi card isn't listed , runupdate-pciidsthen check it withlspci.
â GAD3R
Jun 7 at 17:39
Doesdmesgshow any messages regarding theb43driver? Doesmodprobe b43give any errors? That might give us some more clues to look at. Also, make sure that the firmware is installed.
â ErikF
Jun 7 at 21:04
What makes you think that the hardware is indestructible? The connectors for the wifi card can be bad over time, mechanical, chemical reasons....
â MatsK
Jun 8 at 6:31
add a comment |Â
Your wifi card isn't listed , runupdate-pciidsthen check it withlspci.
â GAD3R
Jun 7 at 17:39
Doesdmesgshow any messages regarding theb43driver? Doesmodprobe b43give any errors? That might give us some more clues to look at. Also, make sure that the firmware is installed.
â ErikF
Jun 7 at 21:04
What makes you think that the hardware is indestructible? The connectors for the wifi card can be bad over time, mechanical, chemical reasons....
â MatsK
Jun 8 at 6:31
Your wifi card isn't listed , run
update-pciids then check it with lspci.â GAD3R
Jun 7 at 17:39
Your wifi card isn't listed , run
update-pciids then check it with lspci.â GAD3R
Jun 7 at 17:39
Does
dmesg show any messages regarding the b43 driver? Does modprobe b43 give any errors? That might give us some more clues to look at. Also, make sure that the firmware is installed.â ErikF
Jun 7 at 21:04
Does
dmesg show any messages regarding the b43 driver? Does modprobe b43 give any errors? That might give us some more clues to look at. Also, make sure that the firmware is installed.â ErikF
Jun 7 at 21:04
What makes you think that the hardware is indestructible? The connectors for the wifi card can be bad over time, mechanical, chemical reasons....
â MatsK
Jun 8 at 6:31
What makes you think that the hardware is indestructible? The connectors for the wifi card can be bad over time, mechanical, chemical reasons....
â MatsK
Jun 8 at 6:31
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Does the laptop have a physical RF-killswitch? Typically such a switch would disable the WiFi and bluetooth transmitters by virtually "unplugging" them.
@Roberto P. Romero, To add to this answer, you may need to reboot after installing your drivers and verifying that any hardware switches are on to reinitialize your kernel and devices.
â kemotep
Jun 7 at 19:30
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Does the laptop have a physical RF-killswitch? Typically such a switch would disable the WiFi and bluetooth transmitters by virtually "unplugging" them.
@Roberto P. Romero, To add to this answer, you may need to reboot after installing your drivers and verifying that any hardware switches are on to reinitialize your kernel and devices.
â kemotep
Jun 7 at 19:30
add a comment |Â
up vote
1
down vote
Does the laptop have a physical RF-killswitch? Typically such a switch would disable the WiFi and bluetooth transmitters by virtually "unplugging" them.
@Roberto P. Romero, To add to this answer, you may need to reboot after installing your drivers and verifying that any hardware switches are on to reinitialize your kernel and devices.
â kemotep
Jun 7 at 19:30
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Does the laptop have a physical RF-killswitch? Typically such a switch would disable the WiFi and bluetooth transmitters by virtually "unplugging" them.
Does the laptop have a physical RF-killswitch? Typically such a switch would disable the WiFi and bluetooth transmitters by virtually "unplugging" them.
answered Jun 7 at 17:22
telcoM
10k11032
10k11032
@Roberto P. Romero, To add to this answer, you may need to reboot after installing your drivers and verifying that any hardware switches are on to reinitialize your kernel and devices.
â kemotep
Jun 7 at 19:30
add a comment |Â
@Roberto P. Romero, To add to this answer, you may need to reboot after installing your drivers and verifying that any hardware switches are on to reinitialize your kernel and devices.
â kemotep
Jun 7 at 19:30
@Roberto P. Romero, To add to this answer, you may need to reboot after installing your drivers and verifying that any hardware switches are on to reinitialize your kernel and devices.
â kemotep
Jun 7 at 19:30
@Roberto P. Romero, To add to this answer, you may need to reboot after installing your drivers and verifying that any hardware switches are on to reinitialize your kernel and devices.
â kemotep
Jun 7 at 19:30
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f448452%2fhow-do-i-make-debian-9-detect-network-hardware%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Your wifi card isn't listed , run
update-pciidsthen check it withlspci.â GAD3R
Jun 7 at 17:39
Does
dmesgshow any messages regarding theb43driver? Doesmodprobe b43give any errors? That might give us some more clues to look at. Also, make sure that the firmware is installed.â ErikF
Jun 7 at 21:04
What makes you think that the hardware is indestructible? The connectors for the wifi card can be bad over time, mechanical, chemical reasons....
â MatsK
Jun 8 at 6:31