Leider bekomme ich bei meine Versuchen keine Fehlermeldung, wie soll das dann beschreiben?
Die Lösung von KP97:
- Backport Kernel 6.6.13+bpo-amd64 installieren
- Das Paket rtl8188fu-dkms_4.3.23.6~noble9.1_all.deb von / für Ubuntu installieren (Ubuntu Noble ist 24.04)
Wenn man in das controlfile schaut,
Wo finde ich den Controlfile?
rtl8188fu-dkms_4.3.23.6~noble9.1_all.deb extrahiert:
Code: Alles auswählen
tree
.
├── control
│ ├── conffiles
│ ├── control
│ ├── md5sums
│ ├── postinst
│ ├── postrm
│ └── prerm
├── data
│ ├── etc
│ │ └── modprobe.d
│ │ ├── rtl8188fu-alias.conf
│ │ └── rtl8188fu.conf
│ └── usr
│ ├── share
│ │ └── doc
│ │ └── rtl8188fu-dkms
│ │ ├── changelog.gz
│ │ ├── copyright
│ │ └── README.Debian
│ └── src
│ └── rtl8188fu-4.3.23.6~ppa
│ ├── core
│ │ ├── efuse
│ │ │ └── rtw_efuse.c
│ │ ├── rtw_ap.c
│ │ ├── rtw_beamforming.c
│ │ ├── rtw_br_ext.c
│ │ ├── rtw_btcoex.c
│ │ ├── rtw_bt_mp.c
│ │ ├── rtw_cmd.c
│ │ ├── rtw_debug.c
│ │ ├── rtw_eeprom.c
│ │ ├── rtw_ieee80211.c
│ │ ├── rtw_io.c
│ │ ├── rtw_ioctl_query.c
│ │ ├── rtw_ioctl_rtl.c
│ │ ├── rtw_ioctl_set.c
│ │ ├── rtw_iol.c
│ │ ├── rtw_mem.c
│ │ ├── rtw_mlme.c
│ │ ├── rtw_mlme_ext.c
│ │ ├── rtw_mp.c
│ │ ├── rtw_mp_ioctl.c
│ │ ├── rtw_odm.c
│ │ ├── rtw_p2p.c
│ │ ├── rtw_pwrctrl.c
│ │ ├── rtw_recv.c
│ │ ├── rtw_rf.c
│ │ ├── rtw_security.c
│ │ ├── rtw_sreset.c
│ │ ├── rtw_sta_mgt.c
│ │ ├── rtw_tdls.c
│ │ ├── rtw_vht.c
│ │ ├── rtw_wapi.c
│ │ ├── rtw_wapi_sms4.c
│ │ ├── rtw_wlan_util.c
│ │ └── rtw_xmit.c
│ ├── dkms.conf
│ ├── firmware
│ │ └── rtl8188fufw.bin
│ ├── hal
│ │ ├── btc
│ │ │ ├── HalBtc8188c2Ant.c
│ │ │ ├── HalBtc8188c2Ant.h
│ │ │ ├── HalBtc8192d2Ant.c
│ │ │ ├── HalBtc8192d2Ant.h
│ │ │ ├── HalBtc8192e1Ant.c
│ │ │ ├── HalBtc8192e1Ant.h
│ │ │ ├── HalBtc8192e2Ant.c
│ │ │ ├── HalBtc8192e2Ant.h
│ │ │ ├── HalBtc8703b1Ant.c
│ │ │ ├── HalBtc8703b1Ant.h
│ │ │ ├── HalBtc8703b2Ant.c
│ │ │ ├── HalBtc8703b2Ant.h
│ │ │ ├── HalBtc8723a1Ant.c
│ │ │ ├── HalBtc8723a1Ant.h
│ │ │ ├── HalBtc8723a2Ant.c
│ │ │ ├── HalBtc8723a2Ant.h
│ │ │ ├── HalBtc8723b1Ant.c
│ │ │ ├── HalBtc8723b1Ant.h
│ │ │ ├── HalBtc8723b2Ant.c
│ │ │ ├── HalBtc8723b2Ant.h
│ │ │ ├── HalBtc8812a1Ant.c
│ │ │ ├── HalBtc8812a1Ant.h
│ │ │ ├── HalBtc8812a2Ant.c
│ │ │ ├── HalBtc8812a2Ant.h
│ │ │ ├── HalBtc8821a1Ant.c
│ │ │ ├── HalBtc8821a1Ant.h
│ │ │ ├── HalBtc8821a2Ant.c
│ │ │ ├── HalBtc8821a2Ant.h
│ │ │ ├── HalBtc8821aCsr2Ant.c
│ │ │ ├── HalBtc8821aCsr2Ant.h
│ │ │ ├── HalBtcOutSrc.h
│ │ │ └── Mp_Precomp.h
│ │ ├── efuse
│ │ │ ├── efuse_mask.h
│ │ │ └── rtl8188f
│ │ │ ├── HalEfuseMask8188F_SDIO.c
│ │ │ ├── HalEfuseMask8188F_SDIO.h
│ │ │ ├── HalEfuseMask8188F_USB.c
│ │ │ └── HalEfuseMask8188F_USB.h
│ │ ├── hal_btcoex.c
│ │ ├── hal_com.c
│ │ ├── hal_com_c2h.h
│ │ ├── hal_com_phycfg.c
│ │ ├── hal_dm.c
│ │ ├── hal_dm.h
│ │ ├── hal_hci
│ │ │ └── hal_usb.c
│ │ ├── hal_intf.c
│ │ ├── hal_mp.c
│ │ ├── hal_phy.c
│ │ ├── HalPwrSeqCmd.c
│ │ ├── led
│ │ │ └── hal_usb_led.c
│ │ ├── phydm
│ │ │ ├── halhwimg.h
│ │ │ ├── halphyrf_ap.c
│ │ │ ├── halphyrf_ap.h
│ │ │ ├── halphyrf_ce.c
│ │ │ ├── halphyrf_ce.h
│ │ │ ├── halphyrf_win.c
│ │ │ ├── halphyrf_win.h
│ │ │ ├── mp_precomp.h
│ │ │ ├── phydm_acs.c
│ │ │ ├── phydm_acs.h
│ │ │ ├── phydm_adaptivity.c
│ │ │ ├── phydm_adaptivity.h
│ │ │ ├── phydm_antdect.c
│ │ │ ├── phydm_antdect.h
│ │ │ ├── phydm_antdiv.c
│ │ │ ├── phydm_antdiv.h
│ │ │ ├── phydm_beamforming.c
│ │ │ ├── phydm_beamforming.h
│ │ │ ├── phydm.c
│ │ │ ├── phydm_cfotracking.c
│ │ │ ├── phydm_cfotracking.h
│ │ │ ├── phydm_debug.c
│ │ │ ├── phydm_debug.h
│ │ │ ├── phydm_dig.c
│ │ │ ├── phydm_dig.h
│ │ │ ├── phydm_dynamicbbpowersaving.c
│ │ │ ├── phydm_dynamicbbpowersaving.h
│ │ │ ├── phydm_dynamictxpower.c
│ │ │ ├── phydm_dynamictxpower.h
│ │ │ ├── phydm_edcaturbocheck.c
│ │ │ ├── phydm_edcaturbocheck.h
│ │ │ ├── phydm_features.h
│ │ │ ├── phydm.h
│ │ │ ├── phydm_hwconfig.c
│ │ │ ├── phydm_hwconfig.h
│ │ │ ├── phydm_interface.c
│ │ │ ├── phydm_interface.h
│ │ │ ├── phydm_noisemonitor.c
│ │ │ ├── phydm_noisemonitor.h
│ │ │ ├── phydm_pathdiv.c
│ │ │ ├── phydm_pathdiv.h
│ │ │ ├── phydm_powertracking_ap.c
│ │ │ ├── phydm_powertracking_ap.h
│ │ │ ├── phydm_powertracking_ce.c
│ │ │ ├── phydm_powertracking_ce.h
│ │ │ ├── phydm_powertracking_win.c
│ │ │ ├── phydm_powertracking_win.h
│ │ │ ├── phydm_precomp.h
│ │ │ ├── phydm_pre_define.h
│ │ │ ├── phydm_rainfo.c
│ │ │ ├── phydm_rainfo.h
│ │ │ ├── phydm_regdefine11ac.h
│ │ │ ├── phydm_regdefine11n.h
│ │ │ ├── phydm_reg.h
│ │ │ ├── phydm_rxhp.c
│ │ │ ├── phydm_rxhp.h
│ │ │ ├── phydm_types.h
│ │ │ ├── rtchnlplan.c
│ │ │ ├── rtchnlplan.h
│ │ │ ├── rtl8188f
│ │ │ │ ├── hal8188freg.h
│ │ │ │ ├── halhwimg8188f_bb.c
│ │ │ │ ├── halhwimg8188f_bb.h
│ │ │ │ ├── halhwimg8188f_fw.c
│ │ │ │ ├── halhwimg8188f_fw.h
│ │ │ │ ├── halhwimg8188f_mac.c
│ │ │ │ ├── halhwimg8188f_mac.h
│ │ │ │ ├── halhwimg8188f_rf.c
│ │ │ │ ├── halhwimg8188f_rf.h
│ │ │ │ ├── halphyrf_8188f.c
│ │ │ │ ├── halphyrf_8188f.h
│ │ │ │ ├── phydm_regconfig8188f.c
│ │ │ │ ├── phydm_regconfig8188f.h
│ │ │ │ ├── phydm_rtl8188f.c
│ │ │ │ ├── phydm_rtl8188f.h
│ │ │ │ └── version_rtl8188f.h
│ │ │ └── txbf
│ │ │ ├── halcomtxbf.c
│ │ │ ├── halcomtxbf.h
│ │ │ ├── haltxbf8192e.c
│ │ │ ├── haltxbf8192e.h
│ │ │ ├── haltxbf8814a.c
│ │ │ ├── haltxbf8814a.h
│ │ │ ├── haltxbf8821b.c
│ │ │ ├── haltxbf8821b.h
│ │ │ ├── haltxbf8822b.c
│ │ │ ├── haltxbf8822b.h
│ │ │ ├── haltxbfinterface.c
│ │ │ ├── haltxbfinterface.h
│ │ │ ├── haltxbfjaguar.c
│ │ │ └── haltxbfjaguar.h
│ │ └── rtl8188f
│ │ ├── Hal8188FPwrSeq.c
│ │ ├── rtl8188f_cmd.c
│ │ ├── rtl8188f_dm.c
│ │ ├── rtl8188f_hal_init.c
│ │ ├── rtl8188f_phycfg.c
│ │ ├── rtl8188f_rf6052.c
│ │ ├── rtl8188f_rxdesc.c
│ │ ├── rtl8188f_sreset.c
│ │ └── usb
│ │ ├── rtl8188fu_led.c
│ │ ├── rtl8188fu_recv.c
│ │ ├── rtl8188fu_xmit.c
│ │ ├── usb_halinit.c
│ │ └── usb_ops.c
│ ├── include
│ │ ├── autoconf.h
│ │ ├── basic_types.h
│ │ ├── byteorder
│ │ │ ├── big_endian.h
│ │ │ ├── generic.h
│ │ │ ├── little_endian.h
│ │ │ ├── swabb.h
│ │ │ └── swab.h
│ │ ├── circ_buf.h
│ │ ├── cmd_osdep.h
│ │ ├── custom_gpio.h
│ │ ├── drv_conf.h
│ │ ├── drv_types_ce.h
│ │ ├── drv_types_gspi.h
│ │ ├── drv_types.h
│ │ ├── drv_types_linux.h
│ │ ├── drv_types_pci.h
│ │ ├── drv_types_xp.h
│ │ ├── ethernet.h
│ │ ├── gspi_hal.h
│ │ ├── gspi_ops.h
│ │ ├── gspi_ops_linux.h
│ │ ├── gspi_osintf.h
│ │ ├── h2clbk.h
│ │ ├── Hal8188FPhyCfg.h
│ │ ├── Hal8188FPhyReg.h
│ │ ├── Hal8188FPwrSeq.h
│ │ ├── hal_btcoex.h
│ │ ├── hal_com.h
│ │ ├── hal_com_h2c.h
│ │ ├── hal_com_led.h
│ │ ├── hal_com_phycfg.h
│ │ ├── hal_com_reg.h
│ │ ├── hal_data.h
│ │ ├── hal_gspi.h
│ │ ├── hal_ic_cfg.h
│ │ ├── hal_intf.h
│ │ ├── hal_pg.h
│ │ ├── hal_phy.h
│ │ ├── hal_phy_reg.h
│ │ ├── HalPwrSeqCmd.h
│ │ ├── HalVerDef.h
│ │ ├── ieee80211_ext.h
│ │ ├── ieee80211.h
│ │ ├── if_ether.h
│ │ ├── ip.h
│ │ ├── linux
│ │ │ └── wireless.h
│ │ ├── mlme_osdep.h
│ │ ├── mp_custom_oid.h
│ │ ├── nic_spec.h
│ │ ├── osdep_intf.h
│ │ ├── osdep_service_bsd.h
│ │ ├── osdep_service_ce.h
│ │ ├── osdep_service.h
│ │ ├── osdep_service_linux.h
│ │ ├── osdep_service_xp.h
│ │ ├── pci_hal.h
│ │ ├── pci_ops.h
│ │ ├── pci_osintf.h
│ │ ├── recv_osdep.h
│ │ ├── rtl8188f_cmd.h
│ │ ├── rtl8188f_dm.h
│ │ ├── rtl8188f_hal.h
│ │ ├── rtl8188f_led.h
│ │ ├── rtl8188f_recv.h
│ │ ├── rtl8188f_rf.h
│ │ ├── rtl8188f_spec.h
│ │ ├── rtl8188f_sreset.h
│ │ ├── rtl8188f_xmit.h
│ │ ├── rtw_ap.h
│ │ ├── rtw_beamforming.h
│ │ ├── rtw_br_ext.h
│ │ ├── rtw_btcoex.h
│ │ ├── rtw_bt_mp.h
│ │ ├── rtw_byteorder.h
│ │ ├── rtw_cmd.h
│ │ ├── rtw_debug.h
│ │ ├── rtw_eeprom.h
│ │ ├── rtw_efuse.h
│ │ ├── rtw_event.h
│ │ ├── rtw_ht.h
│ │ ├── rtw_ioctl.h
│ │ ├── rtw_ioctl_query.h
│ │ ├── rtw_ioctl_rtl.h
│ │ ├── rtw_ioctl_set.h
│ │ ├── rtw_io.h
│ │ ├── rtw_iol.h
│ │ ├── rtw_mem.h
│ │ ├── rtw_mlme_ext.h
│ │ ├── rtw_mlme.h
│ │ ├── rtw_mp.h
│ │ ├── rtw_mp_ioctl.h
│ │ ├── rtw_mp_phy_regdef.h
│ │ ├── rtw_odm.h
│ │ ├── rtw_p2p.h
│ │ ├── rtw_pwrctrl.h
│ │ ├── rtw_qos.h
│ │ ├── rtw_recv.h
│ │ ├── rtw_rf.h
│ │ ├── rtw_security.h
│ │ ├── rtw_sreset.h
│ │ ├── rtw_tdls.h
│ │ ├── rtw_version.h
│ │ ├── rtw_vht.h
│ │ ├── rtw_wapi.h
│ │ ├── rtw_wifi_regd.h
│ │ ├── rtw_xmit.h
│ │ ├── sta_info.h
│ │ ├── usb_hal.h
│ │ ├── usb_ops.h
│ │ ├── usb_ops_linux.h
│ │ ├── usb_osintf.h
│ │ ├── usb_vendor_req.h
│ │ ├── wifi.h
│ │ ├── wlan_bssdef.h
│ │ └── xmit_osdep.h
│ ├── Kconfig
│ ├── LICENSE
│ ├── Makefile
│ ├── os_dep
│ │ ├── linux
│ │ │ ├── custom_gpio_linux.c
│ │ │ ├── ioctl_cfg80211.c
│ │ │ ├── ioctl_cfg80211.h
│ │ │ ├── ioctl_linux.c
│ │ │ ├── ioctl_mp.c
│ │ │ ├── mlme_linux.c
│ │ │ ├── os_intfs.c
│ │ │ ├── recv_linux.c
│ │ │ ├── rtw_proc.c
│ │ │ ├── rtw_proc.h
│ │ │ ├── usb_intf.c
│ │ │ ├── usb_ops_linux.c
│ │ │ ├── wifi_regd.c
│ │ │ └── xmit_linux.c
│ │ └── osdep_service.c
│ └── README.md
└── debian-binary
Ist folgender File gemeint?
control
Code: Alles auswählen
Package: rtl8188fu-dkms
Version: 4.3.23.6~noble9.1
Architecture: all
Maintainer: Gökhan Gökkaya <wirelessanten@gmail.com>
Installed-Size: 9683
Depends: dkms (>= 2.1.0.0), linux-libc-dev, libc6-dev
Section: kernel
Priority: optional
Homepage: http://www.realtek.com.tw/
Description: rtl8188fu driver in DKMS format.
Modaliases: rtl8188fu(usb:v0BDApF179d*dc*dsc*dp*icFFiscFFipFFin*)
Meine Erfahrung besagt mir ich bin auf einem Weg zu einem Bastelsystem, oder ist dies ein Sonderfall?
Bei einem Arch Linux funktionieren die Sticks OTB.
https://aur.archlinux.org/packages/8188 ... 3-dkms-git
Alle Wege führen immer zu
https://github.com/kelebek333/rtl8188fu
patchwork.kernel org https://patchwork.kernel.org/project/li ... gmail.com/
Ist evtl. dieser Kernelpatch erforderlich und zuverlässiger als die Lösung von KP97?
MS Windows
Warum benötige ich bei Windows 10 zwei unterschiedliche Treiber, bei gleicher Linux lsusb Ausgabe?
Code: Alles auswählen
Bus 00x Device 009: ID 0bda:f179 Realtek Semiconductor Corp. RTL8188FTV 802.11b/g/n 1T1R 2.4G WLAN Adapter
Die Sticks sind leicht unterschiedlich groß und kommen von Aliexpress.
Realtek RTL8188FTV WiFi adapter
Wie kann ich mir von Sticks genauere Spezifikationen anzeigen lassen?