feren-OS / Bug-Reporting-Center

The place for reporting Feren OS issues & bugs (April 2019 Snapshot and newer)
15 stars 4 forks source link

Wifi USB Adapter can scan networks, can connect, but can't browse Internet (DNS) #226

Open achede22 opened 3 years ago

achede22 commented 3 years ago

Package Name or Section of Feren OS where this bug resides Where does this bug happen? (e.g.: feren-themer-cinnamon) ___ Wifi Network Wifi Network works on Windows 10, same PC Ethernet works in FerenOS with no problems

Describe the bug A clear and concise description of what the bug is. Wifi USB Adapter can scan networks, can connect to the router SSID, but can't browse Internet (DNS error)

Trying to fix it I mannualy setup DNS address and that not worked

Steps to Reproduce

  1. Connect a Wifi USB Adapter
  2. Connect to a network
  3. Try to browse the web (Error) try with any browser, any network, same results

Expected behavior FerenOS can browse internet with an USB Wifi Adapter antenna.

Screenshots Firefox message: We can’t connect to the server at www.google.com.

If that address is correct, here are three other things you can try:

Try again later.
Check your network connection.
If you are connected but behind a firewall, check that Firefox has permission to access the Web.

Additional context

Already tried

$ iwconfig
lo        no wireless extensions.

enp2s0    no wireless extensions.

wlx00e02d0d95f0  IEEE 802.11bgn  ESSID:"Chiguires_Home"  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency:2.462 GHz  Access Point: 28:9E:FC:42:E3:F5   
          Bit Rate:72.2 Mb/s   Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=100/100  Signal level=100/100  Noise level=0/100
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
$ ethtool -a wlx00e02d0d95f0
Pause parameters for wlx00e02d0d95f0:
Cannot get device pause settings: Operation not supported
$ lspci -vvv | grep -i net
02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)
        Subsystem: Foxconn International, Inc. NetLink BCM5784M Gigabit Ethernet PCIe
sudo dnf install -y broadcom-wl kernel-devel 
    E: Unable to locate package broadcom-wl
    E: Unable to locate package kernel-devel

sudo akmods --force --kernel `uname -r` --akmod wl
    akmods command not found

sudo modprobe -a wl
$ sudo modprobe -a wl
modprobe: WARNING: Module wl not found in directory /lib/modules/5.8.0-50-generic
dmesg |grep XID # No answer 
dominichayesferen commented 3 years ago

Try checking for drivers in Driver Manager while both the adapter and the Ethernet are connected.

achede22 commented 3 years ago

Driver Manager is empty, and No propietary drivers are in use.

achede22 commented 3 years ago

`inxi -Fxz

Network: Device-1: Broadcom and subsidiaries NetLink BCM5784M Gigabit Ethernet PCIe vendor: Foxconn driver: tg3
v: kernel port: e000 bus ID: 02:00.0
IF: enp2s0 state: up speed: 100 Mbps duplex: full mac:

      Device-2: Realtek RTL8188EUS 802.11n Wireless Network Adapter type: USB driver: r8188eu bus ID: 1-1:2  
      IF: wlx00e02d0d95f0 state: down mac: <filter> 

lsusb Bus 001 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter`

achede22 commented 3 years ago
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make all
make install
systemctl restart NetworkManager

Same DNS issue

achede22 commented 3 years ago
cd ~
rm -rf rtl8188eu/
git clone https://github.com/lwfinger/rtl8188eu -b v5.2.2.4
cd rtl8188eu/
make
sudo make install
sudo modprobe -rv 8188eu
sudo modprobe -v 8188eu
sudo systemctl restart NetworkManager

Same DNA Issue

achede22 commented 3 years ago

wifi  ethernet ip wifi ip

dominichayesferen commented 3 years ago

I mean, the OS is saying your wireless network is at 0% Strength, so, uh, that WOULD explain the lack of DNS Resolving.

Did it work over in Windows?

achede22 commented 3 years ago

The Router is just over the PC, and it works for Windows in the same PC, 100% signal strength, also for my mobile phone, PS4 and TV.

dominichayesferen commented 3 years ago

In that case... I'm stumped. Added 'Help Needed' for this case, though.