Mam kartu SMC2402W.
Zatial sa zda sa ze novy driver vyresil problem, lebo uz 9 hodin stahujem bez toho, aby ma odpojilo. Spozoroval som dlhsi interval vacsieho noisu, kedy sa na par sekund zastavil traffic, ale spojenie sa vratilo po uplynuti tej doby a nemusel som spustat nastavovaci skript wlan spojenia. Neviem ci za to mozem dakovat opravam v driveri alebo parametru retry, ktory som nastavil na 32.
Pouzivam driver:
Open-Source wireless driver for TI ACX100 chipset
http://acx100.sourceforge.net
A changelog od verzie 0.2.0pre3, ktory som pouzival doteraz vyzera:
2003.11.16 - 0.2.0pre6 released
- fix kernel OOPS on driver init failure
- add support for new wireless extension ioctl implementation format,
move set_retry from iwpriv to standard ioctl
- add support for scanning ioctls (needed for apradar etc.)
- add /proc entry for acx100
- change iwconfig name from driver version to 802.11 ID string,
move driver version into default nick name
- change channel in start_net to a non-overlapping channel
- add human-readable ACX100 explanations for reasons of failure codes
- don't try to modify Tx level for unknown radio types
- fix compiler warnings
- README updates
- remove unnecessary includes
2003.11.07 - 0.2.0pre5 released
- fix problem causing all sorts of machine lockups:
implemented centralized card settings management
- changed net queue mechanism to avoid netdev watchdog timeout messages
- initial ACX100 USB (DWL-120+) firmware loading support
- enable EXPERIMENTAL_VER_0_3 features by default now:
- replace CPU-burning loops by scheduled delays / faster timing loops
- radio Tx level phy setting
- show error when loading empty firmware file
- fix crash in acx100_probe_pci() on error cleanup
- PowerPC compile fixes (WIP)
- small fixes in start_net
- HUGE README update
- remove many unneeded header file includes
- added crashme script for stability testing
2003.10.07 - 0.2.0pre4 released
- fix for APs with hidden ESSID: make sure we use user configured ESSID here
- fix Tx ring buffer overflow
- probable fix for deauthen packet receiving resulting in dropped link
- fix module unload crash uncovered by card hotplug functionality
- show current network mode only after getting associated
- slight optimizations
- card EEPROM ID cleanup
- improve README