Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection issue #11

Open
Scav-engeR opened this issue Jun 28, 2024 · 2 comments
Open

Connection issue #11

Scav-engeR opened this issue Jun 28, 2024 · 2 comments

Comments

@Scav-engeR
Copy link

Can someone please explain to me how am i even able to connect to the internet via wireless connection? Much appreciated....

@hosseinseilani
Copy link
Owner

hi
use these 3 methods:(recommended 2th method )

***First method: Find your driver here. Find your hardware model with this command. The installation method is on the site below.
lspci | grep Wireless
Debian wireless drivers site
https://wiki.debian.org/WiFi

**the second method : connect an Internet to the system and type these commands:
sudo apt install firmware-linux-nonfree
sudo apt-get install firmware-iwlwifi
sudo apt install firmware-realtek

***The third method: Repository for the unofficial driver. Search non-free for Debian and upgrade the distribution. Open this file.
/etc/apt/sources.list
Add this:
deb http://httpredir.debian.org/debian/ stretch main contrib non-free
Then hit this:

sudo apt update
sudo apt install linux-image-$(uname -r|sed 's,[^-]-[^-]-,,') linux-headers-$(uname -r|sed 's,[^- ]-[^-]-,,') broadcom-sta-dkms
sudo modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
sudo modprobe wl

@Scav-engeR
Copy link
Author

ok great thanks for the timely response)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants