Linux Lite Forums
Wifi Adapter - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24)
+--- Thread: Wifi Adapter (/showthread.php?tid=2941)



Wifi Adapter - tukkie - 05-26-2016

Hi,

On Linux Lite 3.0 beta, I can't get connected to the internet with my wifi adapter.

My adapter is a Realtek RTL8191SU.

Is there a solution for this adapter?


Re: Wifi Adapter - firenice03 - 05-26-2016

Try checking - Menu / Install Drivers then under the Additional Tab see if there are any drivers listed for your device..

Also check that your radio is not turned off/blocked..
Running the below in the terminal (ctrl+alt+t) will diplay WiFi and Bluetooth and if they are off (blocked)..
Code:
rfkill list

If no drivers or radios are on.. may want to give the output of the following command.
Code:
inxi -Fxz



Re: Wifi Adapter - tukkie - 05-26-2016

There are no drivers installed.

Output of inxi -Fxz is:
Code:
piet@piet-MS-7795:~$ inxi -Fzx
System:    Host: piet-MS-7795 Kernel: 4.4.0-22-generic x86_64 (64 bit gcc: 5.3.1)
           Desktop: Xfce 4.12.3 (Gtk 2.24.28) Distro: Ubuntu 16.04 xenial
Machine:   Mobo: MEDION model: MS-7795 v: 1.0 Bios: American Megatrends v: E7795MLN.103 date: 06/05/2012
CPU:       Dual core AMD E2-1800 APU with Radeon HD Graphics (-MCP-) cache: 1024 KB
           flags: (lm nx sse sse2 sse3 sse4a ssse3 svm) bmips: 6787
           clock speeds: max: 1700 MHz 1: 1360 MHz 2: 1700 MHz
Graphics:  Card: Advanced Micro Devices [AMD/ATI] Wrestler [Radeon HD 7340] bus-ID: 00:01.0
           Display Server: X.Org 1.18.3 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1680x1050@59.95hz
           GLX Renderer: Gallium 0.4 on AMD PALM (DRM 2.43.0, LLVM 3.8.0)
           GLX Version: 3.0 Mesa 11.2.0 Direct Rendering: Yes
Audio:     Card-1 Advanced Micro Devices [AMD] FCH Azalia Controller driver: snd_hda_intel bus-ID: 00:14.2
           Card-2 Advanced Micro Devices [AMD/ATI] Wrestler HDMI Audio driver: snd_hda_intel bus-ID: 00:01.1
           Sound: Advanced Linux Sound Architecture v: k4.4.0-22-generic
Network:   Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 01:00.0
           IF: p4p1 state: up speed: 100 Mbps duplex: full mac: <filter>
           Card-2: Realtek RTL8191SU 802.11n WLAN Adapter driver: r8712u usb-ID: 002-003
           IF: wlx94dbc9ad0553 state: N/A mac: N/A
Drives:    HDD Total Size: 1320.3GB (0.8% used) ID-1: /dev/sda model: ST320LM000_HM321 size: 320.1GB
           ID-2: USB /dev/sdb model: 024_HN size: 1000.2GB
Partition: ID-1: / size: 25G used: 5.0G (22%) fs: ext4 dev: /dev/sda3
           ID-2: swap-1 size: 5.24GB used: 0.00GB (0%) fs: swap dev: /dev/sda4
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 54.5C mobo: N/A gpu: 54.0
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 187 Uptime: 7 min Memory: 348.6/3558.4MB Init: systemd runlevel: 5 Gcc sys: 5.3.1
           Client: Shell (bash 4.3.421) inxi: 2.2.35
piet@piet-MS-7795:~$



Re: Wifi Adapter - firenice03 - 05-26-2016

Give this thread a read.. In the meanwhile
https://www.linuxliteos.com/forums/installing-software/wifi-problem/msg8844/#msg8844
- Some insight.. Lots of info thou..

Found this??
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PFid=48&Level=5&Conn=4&ProdID=229&DownTypeID=3&GetDown=false&Downloads=true

FYI..
Use systemback to make a backup prior - this way if it doesn't yield the results you can revert back easily..




Re: Wifi Adapter - Wirezfree - 05-26-2016

Hi,

I had some notes from when I did an install for a friend.
Now that was 2.8 with kernel 3.16, and he had a DLink(I think) WiFi device with the RTL8191SU.
Now the the kernel is 3.19 on LL 3.0
I found these instructions, and they worked on that device.

But first, create backup with systemback(firenice03 Wink )

Then open terminal, ctrl+alt+t then enter each line, 1 by 1
Code:
sudo apt-get update
sudo apt-get install git
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
Then re-boot



Re: Wifi Adapter - tukkie - 05-27-2016

Hi,

My problem is solved.

I installed ndiswrapper. Then I installed the windows driver from Realtek. That did not work.

Then I downloaded the windows driver from the manufactory site, and installed that driver.

And that driver worked.

Thanks for your support.


Re: Wifi Adapter - Wirezfree - 05-27-2016

Glad you sorted it... maybe you can marked solved, it can help people with similar issues Smile


Re: Wifi Adapter - tukkie - 05-27-2016

I was looking for the button solved, but couldn't find it thats wy the thumb up.

Sorry, I find it.