Üdv!
Régóta próbálok valami értelmes wifi configot belőni, de nem akar menni. Annyit tudok, hogy a wpa_supplicant kellene hozzá, de hogy pontosan hogyan, arról fogalmam sincsen.
Broadcom BCM4318-as kártyám van, és ndiswrapperrel megy is.
Code:
samurai ~ # lspci | grep Wireless
00:06.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
samurai ~ # /etc/init.d/net.eth0 start
* Starting eth0
* Configuring wireless network for eth0
* no access points found
* Couldn’t find any access points on eth0
* Failed to configure wireless for eth0
A gondom az, hogy nem indul el a szolgáltatás, ami gond, mert ha nem vagyok netközelben, akkor nem tud elindulni pár dolog, ami kellhet nekem (apache2, sql szerverek). Illetve szeretnék majd olyan kávézókban netezni, ahol adnak ingyen wireless netet. Mindenféleképpen valami gui kellene nekem, ki is néztem egyet: Kwifimanager, de ehhez kellene az, hogy be tudjam lőni a kártyámat. Az /etc/conf.d/net így néz ki:
Code:
eth0_modules=( „!iwconfig” „wpa_supplicant” )
config_eth0=( „null” )
wpa_supplicant_eth0=”-Dndiswrapper -u”
config_eth1=( „dhcp” )
dhcp_eth1=”nodns nontp nonis release”
fallback_eth0=( „null” )
fallback_eth1=( „null” )
Valami olyan megoldás kellene, hogy bármilyen hálózathoz tudjak csatlakozni, ne csak az előre bedrótozotthoz.
legutóbbi hsz