it-bt4
(usa Outra)
Enviado em 18/09/2009 - 00:19h
Renato, dei lspci e pelo que entendi o adaptador não esta instalado,confere:
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev
02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Aud
io Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (r
ev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controll er #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controll er #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controll er #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controll er #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Control ler (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bri dge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Co ntroller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 8400 GS] (rev a1)
02:02.0 Communication controller: Conexant Systems, Inc. SoftV92 SpeakerPhone So ftRing Modem with SmartSP (rev 01)
02:05.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ether net Controller (rev 13)
...e ainda:
root@bt:~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=0 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
root@bt:~#
mas porem;
eu consegui ler o drive para linux que esta no cd que acompanha o adaptador usb e não achei nada executavel so arquivos de texto! li um "readme" e pelo que entendi o driver deve ser compilado ,é isso?
*****************************************************************
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
que novela hein!!!!
obs:bt4 livecd em questão
foi falta de atenção,tô quase entendendo, escuta toda ves que eu for executar o live cd vou ter que fazer este procedimento? não tem como gravar um live cd já com a configuração feita?