Which kernel support RTL8188FTV (USB wireless)?

Post Reply
Message
Author
melon688
Posts: 47
Joined: Tue 25 Oct 2011, 01:42
Location: Taiwan

Which kernel support RTL8188FTV (USB wireless)?

#1 Post by melon688 »

I try many edition,all not support.

dmesg
usb 2-2: new high-speed USB device number 5 using ehci-pci
usb 2-2: New USB device found, idVendor=0bda, idProduct=f179, bcdDevice= 0.00
usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-2: Product: 802.11n
usb 2-2: Manufacturer: Realtek
usb 2-2: SerialNumber: 00E0282EB6ED

lsusb
Bus 002 Device 005: ID 0bda:f179 Realtek Semiconductor Corp.

need help. tkanks

melon688
Posts: 47
Joined: Tue 25 Oct 2011, 01:42
Location: Taiwan

#2 Post by melon688 »

RTL8188CUS is working good

dmesg
usb 2-2: RTL8188CU rev B (TSMC) 1T1R, TX queues 2, WiFi=1, BT=0, GPS=0, HI PA=0
usb 2-2: RTL8188CU MAC: 00:92:c3:b5:4c:7b
usb 2-2: rtl8xxxu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
usb 2-2: Firmware revision 80.0 (signature 0x88c1)
usbcore: registered new interface driver rtl8xxxu
usbcore: registered new interface driver rtl8192cu

lsusb
Bus 002 Device 008: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#3 Post by Flash »

So what did you do that made it start working?

ozsouth
Posts: 858
Joined: Fri 01 Jan 2010, 22:08
Location: S.E Australia

#4 Post by ozsouth »

rtl8812ftv isn't standard, so will need a driver compiled. I couldn't find source code to compile, so you may be out of luck. Are you sure of the model? Please plug in that adaptor & run lsusb. Also, we always need to know which kernel (uname -r) & puppy version you are using.
* Edit: is rtl8188ftv not 8812 - < mybrainfade />*
Last edited by ozsouth on Fri 22 Nov 2019, 06:55, edited 1 time in total.

User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

#5 Post by perdido »

ozsouth wrote:rtl8812ftv isn't standard, so will need a driver compiled. I couldn't find source code to compile, so you may be out of luck.
Saw this pointed to for 0bda:f179
https://github.com/kelebek333/rtl8188fu
kernel 4.15.x ~ 5.3.x (Linux Mint or Ubuntu Derivatives)

referenced from here
https://forums.linuxmint.com/viewtopic.php?t=295485

.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#6 Post by rcrsn51 »

ozsouth wrote:Please plug in that adaptor & run lsusb.
usb 2-2: New USB device found, idVendor=0bda, idProduct=f179, bcdDevice= 0.00

ozsouth
Posts: 858
Joined: Fri 01 Jan 2010, 22:08
Location: S.E Australia

#7 Post by ozsouth »

perdido, rcrsn51 - thanks guys - source for required rtl8188fu IS available - now just need kernel version (uname -r) & puppy version to make driver.

melon688
Posts: 47
Joined: Tue 25 Oct 2011, 01:42
Location: Taiwan

#8 Post by melon688 »

Flash wrote:So what did you do that made it start working?
I have both RTL8188FTV and RTL8188CU.

RTL8188CU is working,
RTL8188FTV is not working.
ozsouth wrote:- now just need kernel version (uname -r) & puppy version to make driver.
bionicpup64
4.19.23

xenialpup64 7.5
4.9.58

upupbb 19.03
4.9.163

ozsouth
Posts: 858
Joined: Fri 01 Jan 2010, 22:08
Location: S.E Australia

#9 Post by ozsouth »

As I have to download over 600mb to make each driver & the source says kernel 4.15 minimum, I made just the bionicpup64 one, kernel 4.19.23.
Download .pet, open it with roxfiler, wait a few seconds & then plug in usb adaptor. Should be detected.
http://s000.tinyupload.com/?file_id=742 ... 9154729183

melon688
Posts: 47
Joined: Tue 25 Oct 2011, 01:42
Location: Taiwan

#10 Post by melon688 »

ozsouth wrote:As I have to download over 600mb to make each driver & the source says kernel 4.15 minimum, I made just the bionicpup64 one, kernel 4.19.23.
Download .pet, open it with roxfiler, wait a few seconds & then plug in usb adaptor. Should be detected.
http://s000.tinyupload.com/?file_id=742 ... 9154729183

bionicpup64 8.0 + rtl8188fu-bionicpup64-4.pet + RTL8188FTV
is working.

THANKS

this is the Linux source on CD
https://drive.google.com/file/d/1PxAnpn ... sp=sharing

ozsouth
Posts: 858
Joined: Fri 01 Jan 2010, 22:08
Location: S.E Australia

#11 Post by ozsouth »

@melon - your source wouldn't compile. I didn't have any of the pups you wanted drivers for so to download was over 600mb each. You could swap the 4.19.23 kernel into Xenialpup64 (just boot from another pup, swap in vmlinuz & zdrv files, rename zdrv then reboot).
I did have lxpupbionic32, using 4.9.163-lxpup-32-pae kernel, so have made a driver for that. If not in your pup, could swap in that kernel.
http://s000.tinyupload.com/?file_id=067 ... 5634382994
Last edited by ozsouth on Sun 24 Nov 2019, 23:17, edited 2 times in total.

melon688
Posts: 47
Joined: Tue 25 Oct 2011, 01:42
Location: Taiwan

#12 Post by melon688 »

ozsouth wrote:...You could swap the 4.19.23 kernel into Xenialpup64 (just boot from another pup, swap in vmlinuz & zdrv files then reboot)....
http://s000.tinyupload.com/?file_id=067 ... 5634382994
Now,all
bionicpup64 (4.19.23)
xenialpup64 7.5 (swap to 4.19.23)
upupbb 19.03 (4.9.163)
are working with RTL8188FTV.

THANKS.

Post Reply