Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] wireless is not working

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Agvaniot
Posts: 42
Joined: 2017-07-26 13:07

[Solved] wireless is not working

#1 Post by Agvaniot »

i just installed debian and wireless is not working.
i tried to apt-get firmware-iwlwifi
and linux-firmware-nonfree.
but still no wifi access my iwconfig is looking like this.

lo no wireless extensions.

enp3s0 no wireless extensions.

wlp2s0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on

my lspci wireless card is : intel corporation wireless 3165

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2041
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 149 times
Been thanked: 212 times

Re: wireless is not working

#2 Post by Hallvor »

Please post the output of:

Code: Select all

lspci -v | grep Network
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

Agvaniot
Posts: 42
Joined: 2017-07-26 13:07

Re: wireless is not working

#3 Post by Agvaniot »

Hallvor wrote:Please post the output of:

Code: Select all

lspci -v | grep Network
02:00.0 Network controller: Intel Corporation Wireless 3165 (rev 79)

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2041
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 149 times
Been thanked: 212 times

Re: wireless is not working

#4 Post by Hallvor »

It looks like it is detected. I guess we need more details.

https://wiki.debian.org/WiFi/HowToUse
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

Agvaniot
Posts: 42
Joined: 2017-07-26 13:07

Re: wireless is not working

#5 Post by Agvaniot »

Hallvor wrote:It looks like it is detected. I guess we need more details.

https://wiki.debian.org/WiFi/HowToUse
i tried the wicd section because thats what comes out of my debian box but sadly
im still unable to use the wireless card

User avatar
Hallvor
Global Moderator
Global Moderator
Posts: 2041
Joined: 2009-04-16 18:35
Location: Kristiansand, Norway
Has thanked: 149 times
Been thanked: 212 times

Re: wireless is not working

#6 Post by Hallvor »

I haven't used Wicd for a long time, but open preferences to find this:
Image

Then try changing wlan0 to wlp2s0.
[HowTo] Install and configure Debian bookworm
Debian 12 | KDE Plasma | ThinkPad T440s | 4 × Intel® Core™ i7-4600U CPU @ 2.10GHz | 12 GiB RAM | Mesa Intel® HD Graphics 4400 | 1 TB SSD

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: wireless is not working

#7 Post by stevepusser »

You have a Debian version that comes with wicd preinstalled instead of network-manager? What version is this?

The last I tried it, wicd also required you to manually add the wireless interface to manage into its preferences before you could use it. That might be at the root of your problem.
MX Linux packager and developer

Agvaniot
Posts: 42
Joined: 2017-07-26 13:07

Re: wireless is not working

#8 Post by Agvaniot »

i using version 9.1.

Agvaniot
Posts: 42
Joined: 2017-07-26 13:07

Re: wireless is not working

#9 Post by Agvaniot »

Ok i instlled network-manager and change the config to 'true'
restart the pc and the wireless is now working.
thanks for the help

Post Reply