- Vezeték nélküli fülhallgatók
- Milyen asztali (teljes vagy fél-) gépet vegyek?
- Kormányok / autós szimulátorok topikja
- Vezeték nélküli fejhallgatók
- Fejhallgató erősítő és DAC topik
- 5.1, 7.1 és gamer fejhallgatók
- Apple MacBook
- OLED monitor topic
- Mini-ITX
- Házi barkács, gányolás, tákolás, megdöbbentő gépek!
Aktív témák
-
qwertly
addikt
Sziasztok ubuntu van fent a xp mellet már úgy ahogy képbe vagyok hogy mit kell feltelepíteni a csomagokból de usb wlan nem boldogulok a drivert még letudom szedni az internetről és ki is tudom csomagolni
de utána meghalok.Van valamilyen általános szabály,hogy miképpen kell a linux által nem tartalmazott drivereket feltelepíteni vagy beleforgatni a kernelbe
.Ez lehet web kamera nyomtató és egyebek.
****************************************************************RT73 a/b/g STA driver interface with WPA Supplicant
Ralink Tech Corp.
*****************************************************************
Q0. Contents:
-----------------------
defconfig
driver_ralink.c
driver_ralink.h
drivers.c
Makefile
README
wpa_supplicant_example.conf
Q1. How to compile
-----------------------
The driver interface was developed on wpa_supplicant v.0.4.7.
You can install the WPA Supplicant Free Edition development from website.
http://hostap.epitest.fi/wpa_supplicant/
After download the package then go to wpa_supplicant directory
Follow the steps..
1.) Copy file "driver_ralink.c" and "driver_ralink.h" we provide to wpa_supplicant directory.
2.) Set driver_ralink configuration as y in the "defconfig" or update to the "defconfig" we provide::
# Driver interface for Ralink rt73 driver
CONFIG_DRIVER_RALINK=y
3.) Add wpa_driver_ralink_ops() into wpa_supplicant_drivers() in file "drivers.c"
or update to the file "drivers.c" we provide::
#ifdef CONFIG_DRIVER_RALINK
extern struct wpa_driver_ops wpa_driver_ralink_ops; /* driver_ralink.c */
#endif /* CONFIG_DRIVER_RALINK */
:
:
struct wpa_driver_ops *wpa_supplicant_drivers[] =
{
#ifdef CONFIG_DRIVER_RALINK
&wpa_driver_ralink_ops,
#endif /* CONFIG_DRIVER_RALINK */
}
4.) Edit the "Makefile" or update to the "Makefile" we provide::
ifdef CONFIG_DRIVER_RALINK
CFLAGS += -DCONFIG_DRIVER_RALINK
OBJS_d += driver_ralink.o
endif
5.) type $cp defconfig .config
6.) Compile the source code using 'make' command.
Q2. How to start wpa_supplicant
--------------------------------
1.) First start rt73 driver.
2.) Edit/Create a configuration file of wpa_supplicant.
-a) Set your work directory of wpa_supplicant for sockets
ctrl_interface = YOUR_WORK_PATH
-b) Set YOUR_OPENSC_PATH if need be. (e.g. generate certificates)
opensc_engine_path =/YOUR_OPENSC_PATH/engine_opensc.so
pkcs11_engine_path =/YOUR_OPENSC_PATH/engine_pkcs11.so
pkcs11_module_path =/YOUR_OPENSC_PATH/opensc-pkcs11.so
-c) Set network configuration. (e.g. WPA/EAP-TTLS)
*** refer to wpa_supplicant.conf in details or related documents ***
3.) Manually start wpa_supplicant,
type $./wpa_supplicant -c your_config_file -i rausb0 -D ralink
turn on debug mode,
type $./wpa_supplicant -c your_config_file -i rausb0 -D ralink -d
Nem tudom,hogy lehet-e?de bekopiztam,hogy mitekénne csinálni hogy működjön nem tudok angolul de valamennyire megértettem de még így sem működik.Valamilyen guru lenne szíves segíteni?
Aktív témák
- A nagy Szóda, Szódakészítés topic - legyen egy kis fröccs is! :-)
- Magga: PLEX: multimédia az egész lakásban
- Építő/felújító topik
- Crimson Desert
- Renault, Dacia topik
- Vezeték nélküli fülhallgatók
- Xbox Series X|S
- Motorola Moto G06 Power – nagyfater új zakót vett
- Samsung Galaxy Felhasználók OFF topicja
- Hálózati / IP kamera
- További aktív témák...
- MEGA AKCIÓ! - Jogtiszta Windows - Office & Autodesk & CorelDRAW - Azonnal - Számlával - Garanciával
- Windows, Office licencek kedvező áron, egyenesen a Microsoft-tól - Automata kézbesítés utalással is!
- Fallout 4 Pip-Boy Edition eladó
- Adobe Előfizetések - Adobe Creative Cloud All Apps - 12 Hónap - 15% AKCIÓ
- Játékkulcsok ! : PC Steam, EA App, Ubisoft, Windows és egyéb játékok
- MSI Cyborg 15 - 15.6"FHD 144Hz - Intel 7 240H 16GB - 1TB - RTX 5060 - Win11 - 1,5 év garancia
- Sosemhasznált! HP OmniBook 5 i3-1315U 8GB 512GB 16" FHD+ Gar.: 1 év
- Apple iPhone 13 Mini 128GB,Újszerű,Adatkabel,12 hónap garanciával
- Apple Watch Space Black rozsdamentes acél szíj
- HP Z420 Workstation,Xeon E5-1620 CPU,8GB RAM,500GB SATA3 HDD,WIN10
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest

de utána meghalok.Van valamilyen általános szabály,hogy miképpen kell a linux által nem tartalmazott drivereket feltelepíteni vagy beleforgatni a kernelbe
.Ez lehet web kamera nyomtató és egyebek.
