Kezdőlap › Fórumok › blackPanther OS › blackPanther OS CD/DVD kérdések/válaszok › wlan kártya
- This topic has 56 hozzászólás, 9 résztvevő, and was last updated 15 years, 9 months telt el by
admin.
-
SzerzőBejegyzés
-
2006-11-18-22:17 #2077968
„de ezekkel az „o” „c” „h” kiterjesztésekkel nem tudok mit kezdeni.”
Nyílván le kellene fordítani!
Jobb lenne, ha azt a readme-t tennéd közzé! 🙂
2006-11-18-22:21 #2077969ok. íme:
RTL8180 Linux Driver version 1.2 readme file for driver running on station mode.
The driver is composed of several parts:
(1)source code
driver module initialization and interface between rtl8180 driver and system call.
r8180_pci_init.c driver module initialization and register/unregister network device
r8180_pci_init.h include file
r8180_if.c interface between rtl8180 driver and system call
r8180_if.h include file
r8180_type.h type definition for rtl8180 driver
r8180_export.h exported function name from rtl8180 driver(2)object code
rtl8180 driver
priv_part.o rtl8180 driver object code(3)Default driver
rtl8180_24x.o default driver module compiled in kernel 2.4.18.(4)Makefile
PLEASE SPECIFY INCLUDEPATH CORRECTLY ACCORDING TO YOUR LINUX ENVIRONMENT.
FOR EXAMPLE, ” INCLUDEPATH=-I /usr/src/linux-2.4.18-3/include/ ” in RedHat7.3.
FOR EXAMPLE, ” INCLUDEPATH=-I /usr/src/linux-2.4.18-14/include/ ” in RedHat8.0.(5)wlanup/wlandown
simple script file to activate/shut_down wireless lan.Please try to load linux_24x.o first by „insmod -f rtl8180_24x.o”.
If it doesn’t work, you are suggested to compile loadable driver module following the steps as:
(0)Make sure the C-compile version. Run „gcc -v”.
If gcc version is 2.xx, use release driver RTL8180_24x_RH73.zip.
If gcc version is 3.xx, use release driver RTL8180_24x_SuSE.zip.
(1)Modify macros in Makefile. For example, KERNELRELEASE, IO_FLAGS, ENDIAN_FLAGS, INCLUDEPATH
and RTL8180_TARGET which represent kernel release version, pci I/O space mapping,
big/little endian, rtl8180 driver name.
(2)Check pci module initialization and system call interfaces in the provided source code,
r8180_pci_init.c ….etc.
(3)Run ‘make’ to generate new driver module.
(4)Load driver by „insmod xxx.o”After driver being loaded successfully, set Wireless LAN specific parameters as follows
and enable wlan device by „iwpriv wlan0 enable” manually.
Or modify script files, wlanup/wlandown, to activate/shut_down wireless lan.This driver uses Wireless Extension as an interface allowing you to set
Wireless LAN specific parameters.
Current driver supports „iwpriv”, manipulate driver private ioctls, to set MIBs.iwpriv wlan0 wlan_para [parameters]=[val]
whereparameter explaination [parameters] [val] constraints
Set channel number channel {1~14}
Set basic rates basicrates {bit0 = 1Mbps, bit1 = 2Mbps, bit2 = 5.5Mbps, bit3 = 11 Mbps}
Set operational rates oprates {bit0 = 1Mbps, bit1 = 2Mbps, bit2 = 5.5Mbps, bit3 = 11 Mbps}
Set authentication type authtype {opensystem, sharedkey, both}
Set desired ssid to scan ssid2scan {0~z, less than 32 characters}
Set RTS threshold rtsthres {256~2304}
Set fragment threshold fragthres {256~2304}
Set preamble mode preamble {short,long,auto}
Set network type networktype {infra,adhoc,auto}
Set WEP mode wepmode {off,wep40,wep104}
Set WEP default key ID wepdkeyid {0~3}
Set 1st WEP40 key value wepkey40_1 {0~f, total 10 characters}
Set 2st WEP40 key value wepkey40_2 {0~f, total 10 characters}
Set 3st WEP40 key value wepkey40_3 {0~f, total 10 characters}
Set 4st WEP40 key value wepkey40_4 {0~f, total 10 characters}
Set 1st WEP104 key value wepkey104_1 {0~f, total 26 characters}
Set 2st WEP104 key value wepkey104_2 {0~f, total 26 characters}
Set 3st WEP104 key value wepkey104_3 {0~f, total 26 characters}
Set 4st WEP104 key value wepkey104_4 {0~f, total 26 characters}
Print help message helpFor example:
iwpriv wlan0 wlan_para channel=1
iwpriv wlan0 wlan_para basicrates=0xf
iwpriv wlan0 wlan_para oprates=0xf
iwpriv wlan0 wlan_para authtype=opensystem
iwpriv wlan0 wlan_para ssid2scan=testssid
iwpriv wlan0 wlan_para fragthres=512
iwpriv wlan0 wlan_para preamble=long
iwpriv wlan0 wlan_para wepmode=off
iwpriv wlan0 wlan_para wepdkeyid=0
iwpriv wlan0 wlan_para wepkey40_1=0123456789
iwpriv wlan0 wlan_para wepkey104_1=01234567890123456789012345
iwpriv wlan0 wlan_para networktype=infra
iwpriv wlan0 wlan_para help;Also, you could set more than one parameter at the same time. For example:
iwpriv wlan0 wlan_para basicrates=0xf,authtype=opensystem,ssid2scan=testssid
2006-11-18-22:46 #2077970„
Please try to load linux_24x.o first by „insmod -f rtl8180_24x.o”.…………………………
(3)Run ‘make’ to generate new driver module.
(4)Load driver by „insmod xxx.o”Ez úgy tűnik 2.4.x kernelhez van.
Ha 2.6.x kerneled van akkor nem jó!uname -r
kiírja a kerneled verzióját.2006-11-19-15:57 #2077971Próbáld meg az Ndiswrapper BP-s csomagját (ftp.blackpanther.hu) feltelepiteni,ami felhasználja hozzá a wlan kártya windowsos driverét,hátha azzal müködni fog..
2006-11-25-14:47 #2077972van hozzá blackPanther driver csomag a seeker könyvtárban de nem volt ilyen eszközöm nem tudtam tesztelni, ha nem jutsz vele semmire akkor ami Bee is javasolt az is megoldás lehet. Felrakod az ndiswrapper csomagot és a windows meghajtóból kinyert *-.inf és *.sys fájlok használata után működik
2006-11-25-14:51 #2077973van hozzá blackPanther driver csomag a seeker könyvtárban de nem volt ilyen eszközöm nem tudtam tesztelni, ha nem jutsz vele semmire akkor ami Bee is javasolt az is megoldás lehet. Felrakod az ndiswrapper csomagot és a windows meghajtóból kinyert *-.inf és *.sys fájlok használata után működik
2008-10-15-15:01 #2077974Ebben a topicban folytatom:
[root@localhost blackpanther]# lsmod | grep ath
ath_pci 91392 0
wlan 193552 1 ath_pci
ath_hal 190352 1 ath_pci
[root@localhost blackpanther]# iwconfig
lo no wireless extensions.wmaster0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:”SMC”
Mode:Managed Frequency:2.437 GHz Access Point: 00:13:F7:45:38:35
Bit Rate=54 Mb/s Tx-Power=17 dBm
Retry min limit:7 RTS thr:off Fragment thr=2346 B
Encryption key:off
Link Quality=69/100 Signal level=-62 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0[root@localhost blackpanther]# iwlist scan
lo Interface doesn’t support scanning.wmaster0 Interface doesn’t support scanning.
wlan0 Scan completed :
Cell 01 – Address: 00:13:F7:45:38:35
ESSID:”SMC”
Mode:Master
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=49/100 Signal level=-62 dBm
Encryption key:off
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
12 Mb/s; 24 Mb/s; 36 Mb/s; 9 Mb/s; 18 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=00000000f8da7cb52008-10-15-16:06 #2077975akkor most mi is a gond? megy a kártyád, ott az AP, látja a netet….
2008-10-15-16:52 #2077976vector wrote:akkor most mi is a gond? megy a kártyád, ott az AP, látja a netet….A gond az,hogy ez az usb-s kártya.
Ha kihuzom ez van: [root@localhost blackpanther]# lsmod | grep ath
ath_pci 91392 0
wlan 193552 1 ath_pci
ath_hal 190352 1 ath_pci
[root@localhost blackpanther]# iwconfig
lo no wireless extensions.[root@localhost blackpanther]# iwlist scan
lo Interface doesn’t support scanning.[root@localhost blackpanther]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:163 errors:0 dropped:0 overruns:0 frame:0
TX packets:163 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10492 (10.2 KiB) TX bytes:10492 (10.2 KiB)2008-10-15-17:31 #2077977most először újra kellene tölteni a modult szerintem, utána kellene megnézni az eszközt…
ha ezután sem lesz az iwconfig-ra semmi, akkor kellene egy lspci vagy lspcidrake kimenete is -
SzerzőBejegyzés
- Be kell jelentkezni a hozzászóláshoz.
legutóbbi hsz