Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rt3090 (solucionado)
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Mon Apr 18, 2011 1:34 am    Post subject: rt3090 (solucionado) Reply with quote

Hola, e tenido problemas con mi tarjeta wi-fi la cual es una:
RaLink RT3090 Wireless 802.11n 1T/1R PCIe
descargue de la pagina http://www.ralinktech.com/support.php?s=2 un controlador para mi tarjeta,
lo intente compilar y me marco un error. ¿Alguien sabe si existe alguna solución?
actualmente tengo el nucleo "linux-2.6.36-gentoo-r8" y el error que me marca es el siguiente.

initialization for 'rt28xx_iw_handler_def')
make[2]: *** [/root/drivers/rt3090/DPO_RT3090_LinuxSTA_V2.3.1.7_20100618_WiFiBTCombo_RFKill/os/linux/../../os/linux/sta_ioctl.o] Error 1
make[1]: *** [_module_/root/drivers/rt3090/DPO_RT3090_LinuxSTA_V2.3.1.7_20100618_WiFiBTCombo_RFKill/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.36-gentoo-r1'
make: *** [LINUX] Error 2


soy nuevo en gentoo y la manera en que lo compilo es la siguiente.

me situo en el directorio descargado y prosigo con las siguiente linea:

make && make modules_install




espero me puedan ayudar!!


Last edited by yealexxx on Sun Apr 24, 2011 10:52 pm; edited 1 time in total
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Mon Apr 18, 2011 4:57 am    Post subject: Reply with quote

http://www.ralinktech.com/support.php?s=2 download
Quote:
Firmware RT28XX/RT30XX PCI/mPCI/PCIe/CardBus series (RT2760/RT2790/RT2860/RT2890/RT3060/RT3062/RT3562/RT2860/RT2760/RT2890/RT2790/RT3090)

move RT2860_Firmware_V26.zip to /lib/firmware
Code:
unzip  /lib/firmware/RT2860_Firmware_V26.zip
cp /lib/firmware/RT2860_Firmware_V26.zip/rt2860.bin /lib/firmware/rt2860.bin
cd /usr/src/linux;make menuconfig

Edit menuconfig to:
Quote:
Device Drivers --->
[*] Networking support --->
-*- Wireless --->
--- Wireless
<M> cfg80211 - wireless configuration API
[ ] nl80211 testmode command
[ ] enable developer warnings
[ ] cfg80211 regulatory debugging
[ ] enable powersave by default
[ ] cfg80211 DebugFS entries
[*] cfg80211 wireless extensions compatibility
[*] Wireless extensions sysfs files
<M> Common routines for IEEE802.11 drivers
[ ] lib80211 debugging messages
<M> Generic IEEE 802.11 Networking Stack (mac80211)
Default rate control algorithm (Minstrel) --->
[ ] Enable mac80211 mesh networking (pre-802.11s) support
[ ] Export mac80211 internals in DebugFS
[ ] Select mac80211 debugging features --->
[*] Network device support --->
[*] Wireless LAN --->
< > Ralink driver support --->
[*] Staging drivers --->
--- Staging drivers
[ ] Exclude Staging drivers from being built
<M> Ralink 2860/3090 wireless support

Code:
make && make modules_install
If you have a /boot partition;
Code:
 mount /boot
then
Code:
cp arch/x86/boot/bzImage /boot/<your kernel name>
reboot

_________________
Defund the FCC.
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Tue Apr 19, 2011 2:05 pm    Post subject: Reply with quote

gracias por la resuesta, espero poder probarlo pronto
Back to top
View user's profile Send private message
tomk
Bodhisattva
Bodhisattva


Joined: 23 Sep 2003
Posts: 7221
Location: Sat in front of my computer

PostPosted: Tue Apr 19, 2011 2:30 pm    Post subject: Reply with quote

Moved from Kernel & Hardware to Spanish.
_________________
Search | Read | Answer | Report | Strip
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Fri Apr 22, 2011 2:14 pm    Post subject: Reply with quote

Hola tuve la oportunidad de re-compilar el kernel tal y como lo pusiste, pero no obtuve un buen resultado :´(
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Apr 22, 2011 3:08 pm    Post subject: Reply with quote

Code:
modprobe rt2860sta
then
Code:
ifconfig
Es "wlan0" en los resultados?
Code:
ifconfig
Es "wlan0" en los resultados?
Code:
ls /lib/firmware
Es "rt2860.bin" en los resultados?

¿Tiene una conexión Ethernet con cable?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Fri Apr 22, 2011 8:23 pm    Post subject: Reply with quote

localhost ~ # modprobe rt2860sta
FATAL: Module rt2860sta not found.


localhost ~ # ifconfig
eth0 Link encap:Ethernet HWaddr 3c:4a:92:55:85:e9
inet addr:192.168.1.67 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::3e4a:92ff:fe55:85e9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1670 errors:0 dropped:0 overruns:0 frame:0
TX packets:1256 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1081280 (1.0 MiB) TX bytes:176355 (172.2 KiB)
Interrupt:40 Base address:0x8000

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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1199 (1.1 KiB) TX bytes:1199 (1.1 KiB)



localhost ~ # ls /lib/firmware/
RT2860_Firmware_V26 RT2860_Firmware_V26.zip rt2860.bin



eso es lo que sale cuando ejecuto las instrucciones.
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Fri Apr 22, 2011 8:45 pm    Post subject: Reply with quote

localhost ~ # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Apr 22, 2011 9:54 pm    Post subject: Reply with quote

no es compilar el módulo rt2860sta.
Code:
emerge pciutils wgetpaste
awk '/Network testing/,/Device Drivers/' /usr/src/linux/.config | wgetpaste
awk '/CONFIG_WLAN/,/Enable WiMAX/' /usr/src/linux/.config | wgetpaste
awk '/CONFIG_STAGING/,/Texas Instruments/' /usr/src/linux/.config | wgetpaste
lspci -k | wgetpaste
Envíe el "URL" ha obtenido
_________________
Defund the FCC.
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Fri Apr 22, 2011 10:44 pm    Post subject: Reply with quote

Hello, I can't understand a lot of things.
If you can help me for amsn I will thank you.{
My amsn


Last edited by yealexxx on Mon Aug 15, 2011 12:18 am; edited 1 time in total
Back to top
View user's profile Send private message
chaydok
n00b
n00b


Joined: 10 Apr 2011
Posts: 12

PostPosted: Sat Apr 23, 2011 7:40 am    Post subject: Reply with quote

Solucionaste el problema ?
yo tengo la misma tarjeta pero corriendo con ndiswrapper
avisas para postear la solución con ndiswrapper
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Sat Apr 23, 2011 1:49 pm    Post subject: Reply with quote

Aun no lo soluciono, pero si lo logro claro que avisare.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Apr 23, 2011 5:33 pm    Post subject: Reply with quote

ejecutar el código y después las direcciones que se devuelven.
Tengo que ver lo que puede ser errónea.
Code:
emerge pciutils wgetpaste
awk '/Network testing/,/Device Drivers/' /usr/src/linux/.config | wgetpaste
awk '/CONFIG_WLAN/,/Enable WiMAX/' /usr/src/linux/.config | wgetpaste
awk '/CONFIG_STAGING/,/Texas Instruments/' /usr/src/linux/.config | wgetpaste
lspci -k | wgetpaste

_________________
Defund the FCC.
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Sat Apr 23, 2011 6:34 pm    Post subject: Reply with quote

cuando ejecuto

emerge pciutils wgetpaste

todo va perfecto y luego


localhost ~ # awk '/Network testing/,/Device Drivers' /usr/src/linux/.config | wgetpaste
awk: /Network testing/,/Device Drivers
awk: ^ unterminated regexp
No input read. Nothing to paste. Aborting.

localhost ~ # awk '/CONFIG_WLAN/,/Enable WiMAX' /usr/src/linux/.config | wgetpaste
awk: /CONFIG_WLAN/,/Enable WiMAX
awk: ^ unterminated regexp
No input read. Nothing to paste. Aborting.


localhost ~ # awk '/CONFIG_STAGING/,/Texas Instruments' /usr/src/linux/.config | wgetpaste
awk: /CONFIG_STAGING/,/Texas Instruments
awk: ^ unterminated regexp
No input read. Nothing to paste. Aborting.


localhost ~ # lspci -k | wgetpaste
Your paste can be seen here: http://paste.pocoo.org/show/376957/
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Apr 23, 2011 8:13 pm    Post subject: Reply with quote

Quote:
02:00.0 Network controller: RaLink RT3090 Wireless 802.11n 1T/1R PCIe
Subsystem: Hewlett-Packard Company Device 1453
Kernel driver in use: rt2800pci
Kernel modules: rt2800pci

rt2800, como se muestra en su "lspci-k" es correcto si los controladores incorporado funcione para usted. El código siguiente determina si el wlan0 obras.
ejecutar el código y después las direcciones que se devuelven.
Code:
wgetpaste /usr/src/linux/.config
ifconfig | wgetpaste
iwlist scan | wgetpaste

_________________
Defund the FCC.
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Sun Apr 24, 2011 1:42 am    Post subject: Reply with quote

Gracias por la ayuda. Lo que sale del siguiente código es:


localhost ~ # wgetpaste /usr/src/linux/.config
Your paste can be seen here: http://paste.pocoo.org/show/377099/



localhost ~ # ifconfig | wgetpaste
Your paste can be seen here: http://paste.pocoo.org/show/377100/



localhost ~ # iwlist scan | wgetpaste
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

sit0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

No input read. Nothing to paste. Aborting.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 24, 2011 1:50 am    Post subject: Reply with quote

¿Su computadora portátil tiene en fuera de control de "wifi"? ¿Su computadora portátil tiene el Indicador luminoso de "wifi"? ¿Sabía usted
Code:
emerge rfkill


ejecutar el código:
Code:
cd /usr/src/linux;make menuconfig
editar "menuconfig" para incluir:
Quote:
Device Drivers --->
[*] X86 Platform Specific Device Drivers --->
<*> HP WMI extras
<M> Eee PC WMI Hotkey Driver (EXPERIMENTAL)
<*> WMI
a continuación
Code:
make && make modules_install
cp arch/x86/boot/bzImage /boot/<su núcleo nombre>
emerge rfkill
reboot

cuando se reinicia:
Code:
rfkill list | wgetpaste
rfkill unblock all
rfkill list | wgetpaste
ifconfig wlan0 up | wgetpaste
iwlist scan | wgetpaste
dmesg | tail -100 | wgetpaste
después las direcciones que se devuelven.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Sun Apr 24, 2011 2:55 pm    Post subject: Reply with quote

Hola la luz del wifi si está encendido pero ahora tengo otro problema:


localhost linux # make menuconfig
scripts/kconfig/mconf arch/x86/Kconfig
Your display is too small to run Menuconfig!
It must be at least 19 lines by 80 columns.
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 24, 2011 3:09 pm    Post subject: Reply with quote

No he oído hablar de este problema antes. ¿Cómo cambiar la configuración del kernel?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Sun Apr 24, 2011 3:22 pm    Post subject: Reply with quote

reinicié la compu y me dejo ejecutar make menuconfig. Ahora esto es lo nuevo que me sale despues de ejécutar los pasos.



localhost ~ # rfkill list | wgetpaste
Your paste can be seen here: http://paste.pocoo.org/show/377326/
localhost ~ # rfkill unblock all
localhost ~ # rfkill wlan0 up | wgetpaste
Usage: rfkill [options] command
Options:
--version show version (0.4)
Commands:
help
event
list [IDENTIFIER]
block IDENTIFIER
unblock IDENTIFIER
where IDENTIFIER is the index no. of an rfkill switch or one of:
<idx> all wifi wlan bluetooth uwb ultrawideband wimax wwan gps fm
No input read. Nothing to paste. Aborting.
localhost ~ # iwlist scan | wgetpaste
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

sit0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

No input read. Nothing to paste. Aborting.
localhost ~ # dmesg | tail -100 | wgetpaste
Your paste can be seen here: http://paste.pocoo.org/show/377327/
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 24, 2011 3:43 pm    Post subject: Reply with quote

Quote:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
es una muy buena noticia
Quote:
localhost ~ # rfkill wlan0 up | wgetpaste
es un error tipográfico.
Code:
ifconfig wlan0 up | wgetpaste
iwlist scan | wgetpaste
dmesg | tail -100 | wgetpaste
después las direcciones que se devuelven.
Quote:
[ 20.447103] phy0 -> rt2800_load_firmware: Error - PBF system register not ready.
[ 20.594016] phy0 -> rt2800_load_firmware: Error - PBF system register not ready.
es una mala noticia. "Bug" en el kernel 2.6.36.
Recomendar la actualización de la versión del kernel. Recomienda "= sys-kernel/gentoo-sources-2.6.38-r1" da ~x86
_________________
Defund the FCC.
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Sun Apr 24, 2011 6:21 pm    Post subject: Reply with quote

localhost ~ # ifconfig wlan0 up | wgetpaste
SIOCSIFFLAGS: Device or resource busy
No input read. Nothing to paste. Aborting.
localhost ~ # iwlist scan | wgetpaste
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

sit0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

No input read. Nothing to paste. Aborting.
localhost ~ # dmesg | tail -100 | wgetpaste
Your paste can be seen here: http://paste.pocoo.org/show/377419/


Y ¿Cómo actualizo el kernel? con emerge source etc ¿?
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 24, 2011 7:32 pm    Post subject: Reply with quote

Code:
nano /etc/portage/package.keywords
Edición que incluye:
Quote:
sys-kernel/gentoo-sources-2.6.38-r1 ~x86

Code:
emerge --sync
emerge gentoo-sources
eselect kernel set linux-2.6.38-gentoo-r1
cd /usr/src/linux;make menuconfig

Examinar y garantizar los cambios se incluyen:
Quote:
Device Drivers --->
[*] X86 Platform Specific Device Drivers --->
<*> HP WMI extras
<M> Eee PC WMI Hotkey Driver (EXPERIMENTAL)
<*> WMI

Code:
make && make modules_install
cp arch/x86/boot/bzImage /boot/<el nombre de su nuevo kernel>
nano /boot/grub/grub.conf

edición para añadir una nueva opción para el nombre de su nuevo kernel
Code:
reboot
utilizar la elección de su nombre nuevo kernel
_________________
Defund the FCC.
Back to top
View user's profile Send private message
yealexxx
n00b
n00b


Joined: 30 Dec 2010
Posts: 52

PostPosted: Sun Apr 24, 2011 8:25 pm    Post subject: Reply with quote

Cuando intento hacer el eselect me desplega el siguiente error.


localhost ~ # eselect kernel set linux-2.6.38-gentoo-r1
!!! Error: Target "linux-2.6.38-gentoo-r1" doesn't appear to be valid!
exiting
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Apr 24, 2011 8:38 pm    Post subject: Reply with quote

como ejemplo
Quote:
~ # eselect kernel list
Available kernel symlink targets:
[1] linux-2.6.36-gentoo-r5
[2] linux-2.6.37-gentoo
[3] linux-2.6.37-gentoo-r2
[4] linux-2.6.38-gentoo
[5] linux-2.6.38-gentoo-r1 *
utilizar el número, como en
Code:
eselect kernel set 5

_________________
Defund the FCC.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum