LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-25-2019, 09:19 AM   #16
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963

Quote:
Originally Posted by rsain3000 View Post
and then what will i do in that distro i can not even hack so i just need to explore that distro to become more comfortable in linux?
No, you need to actually PAY ATTENTION and read what you're being told.

Kali is for experienced Linux users..you ARE NOT. There is absolutely NOTHING that Kali can do, that you cannot do with any other distro of Linux. Only difference being that Kali has security/pentesting tools built in, and you don't have to manually install them. That's it....if you want to learn, that will give you excellent experience. And chances are just loading Mint will get your wifi working right out of the box.

You're ignoring the advice of people who are far more experienced than you, and you're wondering why you're having problems.
 
1 members found this post helpful.
Old 06-25-2019, 02:01 PM   #17
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
In all fairness, there's loads of reports of problems with certain obscure realtek devices.
Combine that with a Linux newb who wants to jump in the deep end, sh!t happens.

dear OP, Kali is based on Debian.
see here: https://wiki.debian.org/rtl819x?high...8rtl8188eus%29
It mentions your device; apparently you can use the r8188eu driver which should be part of the kernel, but this does not jibe with my tests. Something is fishy.

See here:
https://www.linuxquestions.org/quest...er-4175626502/
That's for Slackware.
Good Luck adapting it to Debian/Kali.
 
Old 06-25-2019, 09:32 PM   #18
rsain3000
LQ Newbie
 
Registered: Jun 2019
Distribution: kali
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ondoho View Post
It mentions your device; apparently you can use the r8188eu driver which should be part of the kernel, but this does not jibe with my tests. Something is fishy.
well i have this id 0bda:f179 when i did lsusb and google out the driver rtl8188ftv i installed this from this.
still not working

reference from this

Last edited by rsain3000; 06-25-2019 at 11:10 PM.
 
Old 06-25-2019, 11:54 PM   #19
rsain3000
LQ Newbie
 
Registered: Jun 2019
Distribution: kali
Posts: 12

Original Poster
Rep: Reputation: 0
i run this code

Code:
sudo apt-get install git build-essential
git clone git://github.com/ulli-kroll/rtl8188fu
cd rtl8188fu
make
sudo make installfw
sudo modprobe cfg80211
sudo insmod rtl8188fu.ko
sudo depmod -a
sudo update-initramfs -u
the wifi works but its not connecting to any of the wifi
update: upon reboot wifi is gone not showing anything
i have to do these code again to wifi to work upon boots

output of ifconfig:
Code:
wlan1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 06:98:9d:b4:65:f2  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
output of iwconfig:
Code:
wlan1     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
there is no wireless and ap associated that why i cannot connect to any wifi with my adaptor so anyone can fix this?

Last edited by rsain3000; 06-26-2019 at 01:48 AM.
 
Old 06-26-2019, 07:00 AM   #20
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by rsain3000 View Post
i run this code
Code:
sudo apt-get install git build-essential
git clone git://github.com/ulli-kroll/rtl8188fu
cd rtl8188fu
make
sudo make installfw
sudo modprobe cfg80211
sudo insmod rtl8188fu.ko
sudo depmod -a
sudo update-initramfs -u
the wifi works but its not connecting to any of the wifi update: upon reboot wifi is gone not showing anything i have to do these code again to wifi to work upon boots output of ifconfig:
Code:
wlan1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 06:98:9d:b4:65:f2  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
output of iwconfig:
Code:
wlan1     unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
there is no wireless and ap associated that why i cannot connect to any wifi with my adaptor so anyone can fix this?
Again, you appear to just be ignoring what you're being told. Kali **IS NOT FOR NEW USERS** but experienced Linux users, and if you read Kali's own website, it tells you this, along with the fact that Kali disables wifi by default. There is much advice on Kali's website on this:
https://forums.kali.org/showthread.p...-from-terminal

But **AGAIN**, you really should load something else. Because all you're going to have is problems with everything you try to do that isn't security/pentesting related. Kali **IS NOT** meant for daily use, so your experiences with web browsers, email, and other such programs aren't going to be good. And to state it again, ANY modern distro of Linux can do everything Kali can do. If you're a new user and genuinely want to actually learn, you'd be far better of loading Mint, then identifying the various tools, what they do, and installing them. THAT will give you far more knowledge.
 
2 members found this post helpful.
Old 06-26-2019, 07:27 AM   #21
rsain3000
LQ Newbie
 
Registered: Jun 2019
Distribution: kali
Posts: 12

Original Poster
Rep: Reputation: 0
ok as many people said i am changing my distro to idk give me a review and if this adpater doesnt work there then i will open up another thread
 
Old 06-27-2019, 06:44 AM   #22
rsain3000
LQ Newbie
 
Registered: Jun 2019
Distribution: kali
Posts: 12

Original Poster
Rep: Reputation: 0
installed linux mint(bdw i still have kali ) and with above code it work like champ
but i have to run this code again and again across reboot

Last edited by rsain3000; 06-27-2019 at 09:05 AM.
 
Old 06-22-2023, 03:43 AM   #23
tix
Member
 
Registered: May 2011
Posts: 31
Blog Entries: 6

Rep: Reputation: 1
SLACKWARE 14.2 - Installing RTL8188FU (0bda:f179) & USING AS WIFI ACCESS POINT USING HOSTAPD

Although this post may be old, I hope this reply will be of assistance to a desperate Slackware Linux user stuck with a Realtek Semiconductor Corp USB dongle
(idVendor=0bda, idProduct=f179) and wanting to use it as an access point via hostapd.

https://www.linuxquestions.org/quest...hostapd-38996/

Cheers and Enjoy!
 
Old 06-22-2023, 09:05 AM   #24
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by tix View Post
Although this post may be old, I hope this reply will be of assistance to a desperate Slackware Linux user stuck with a Realtek Semiconductor Corp USB dongle
(idVendor=0bda, idProduct=f179) and wanting to use it as an access point via hostapd.

https://www.linuxquestions.org/quest...hostapd-38996/

Cheers and Enjoy!
Nice, but the original post was for Kali not Slackware. And the OP wound up using Mint instead. I would consider posting this in the Slackware forum if I were you, so others can benefit.
 
  


Reply

Tags
driver, kali linux, networking, problem, realtek



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install rtl8188eus driver in kali linux? aahce Linux - Wireless Networking 1 05-20-2019 08:50 AM
[SOLVED] RTL8188EUS wireless adapter andrewld Slackware 14 11-27-2018 05:14 AM
LXer: Migrating from Kali Linux 2 to Kali Linux 2016.1 LXer Syndicated Linux News 0 02-01-2016 07:50 AM
Failed to fetch http://http.kali.org/kali/dists/kali/Release.gpg aymeric75 Linux - General 2 07-11-2015 05:10 AM
kernal panic after update redhat enterprice 4 from kernal(2.6.9-5) to kernal(2.6.9-42 TAREK-SALAMA Linux - Enterprise 3 09-10-2006 09:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration