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

 

 

 

Wi-Fi No WORK (realtek rtl8111/8168/8411 pci express gig..)

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
SomeoneWithNoSmarts
Posts: 2
Joined: 2019-07-12 01:29

Wi-Fi No WORK (realtek rtl8111/8168/8411 pci express gig..)

#1 Post by SomeoneWithNoSmarts »

Long Story Short. I have what I THINK is my WI-Fi device that is named
realtek rtl8111/8168/8411 pci express gigabit Ethernet controller
which is detected by some wi-fi manager but can't be used?
I don't know what information you guys need to help but this is what I know, oh and its beginner since im a beginner Linux user. I know very basic linux commands

I have a Debian cinnamon 10th version and that's all I know, please help.

and excuse that bad typing, first time writing in a forum

User avatar
ruwolf
Posts: 639
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 40 times
Been thanked: 28 times

Re: Wi-Fi No WORK (realtek rtl8111/8168/8411 pci express gig

#2 Post by ruwolf »

Why do you think, that it cannot be used?
As described in https://packages.debian.org/buster/r8168-dkms, some types of such cards works with driver included in kernel, another need this non-free package.

User avatar
oswaldkelso
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1494
Joined: 2005-07-26 23:20
Location: UK
Has thanked: 1 time
Been thanked: 59 times

Re: Wi-Fi No WORK (realtek rtl8111/8168/8411 pci express gig

#3 Post by oswaldkelso »

That driver requires a non-free (slaveware) driver to function.

You could add the non-free repo install the non-free-firmware package

Or save yourself a years of pain and gain the self satisfaction for giving it to the man by spending a few buck on a wifi card that works with free-software.

I did. cost me $2

https://wiki.debian.org/WiFi

this is the type of pain I refer to.
https://medium.com/@lgobinath/no-ethern ... e2779dc9b8
Free Software Matters
Ash init durbatulûk, ash init gimbatul,
Ash init thrakatulûk agh burzum-ishi krimpatul.
My oldest used PC: 1999 imac 333Mhz 256MB PPC abandoned by Debian

SomeoneWithNoSmarts
Posts: 2
Joined: 2019-07-12 01:29

Re: Wi-Fi No WORK (realtek rtl8111/8168/8411 pci express gig

#4 Post by SomeoneWithNoSmarts »

Imma look into the open source wi-fi card, and see if i can follow the guide u sent me, and the realtek is my wi-fi that is aviable in the icon for the wifi setting but the debian refuse to connect to it

theblueplll
Posts: 154
Joined: 2019-04-29 01:17
Been thanked: 2 times

Re: Wi-Fi No WORK (realtek rtl8111/8168/8411 pci express gig

#5 Post by theblueplll »

SomeoneWithNoSmarts wrote:Imma look into the open source wi-fi card, and see if i can follow the guide u sent me, and the realtek is my wi-fi that is aviable in the icon for the wifi setting but the debian refuse to connect to it
If Debian is recognizing it and it is in the list of devices are you sure it isn't your network settings?

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

Re: Wi-Fi No WORK (realtek rtl8111/8168/8411 pci express gig

#6 Post by stevepusser »

That's not your wi-fi device! Look closer at what the output says:

Code: Select all

realtek rtl8111/8168/8411 pci express gigabit Ethernet controller
Ethernet is a wired network device. You'll need to show us the actual device.

Do you have a Net connection with the wired NIC or via a tethered phone? If so, install inxi, then run in a terminal as root or with sudo to update your device ID database:

Code: Select all

update-usbids
update-pciids
then as a normal user

Code: Select all

inxi -N
If you don't have a connection, give us the output of

Code: Select all

lspci
lsusb
Also, are you running Debian on bare metal or in a virtual machine?
MX Linux packager and developer

arzgi
Posts: 1194
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 31 times

Re: Wi-Fi No WORK (realtek rtl8111/8168/8411 pci express gig

#7 Post by arzgi »

[quote="stevepusser"]
run in a terminal as root or with sudo to update your device ID database:

Code: Select all

update-usbids
update-pciids
Seems update-usbids has been dropped from buster.

Code: Select all

arto@acer:~$ sudo apt-file update
Löytyi:1 http://deb.debian.org/debian buster InRelease
Nouda:2 http://deb.debian.org/debian buster-updates InRelease [46,8 kB]
Löytyi:3 http://security.debian.org/debian-security buster/updates InRelease
Noudettiin 46,8 kt ajassa 6s (8 498 t/s)      
Luetaan pakettiluetteloita... Valmis
Muodostetaan riippuvuussuhteiden puu       
Luetaan tilatiedot... Valmis        
All packages are up to date.
arto@acer:~$ apt-file search update-usbids
arto@acer:~$ apt-file search update-pciids
manpages-ja: /usr/share/man/ja/man8/update-pciids.8.gz
pciutils: /usr/sbin/update-pciids
pciutils: /usr/share/man/man8/update-pciids.8.gz
arto@acer:~$ 

Post Reply