Compré una antena wifi bastante barata y ahora tengo que instalar el controlador RT2870 en Ubuntu 14.04 de 64 bits.
Descargué el archivo del controlador 2010_0709_RT2870_Linux_STA_v2.4.0.1 de su página web oficial e intenté compilarlo, pero aparece un error de compilación que no sé cómo solucionar.
Entonces, después de emitir, make
el proceso comienza y después de un tiempo termina con
/home/xxx/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevDetach’:
/home/xxx/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1694:38: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
struct net_device_ops *pNetDevOps = pNetDev->netdev_ops;
^
/home/xxx/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevAttach’:
/home/xxx/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1731:38: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
struct net_device_ops *pNetDevOps = pNetDev->netdev_ops;
^
make[2]: *** [/home/xxx/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.o] Error 1
make[1]: *** [_module_/home/xxx/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-39-generic'
make: *** [LINUX] Error 2
¿El error está en las líneas que publiqué o necesito publicar el registro de creación completo?
Si esto es suficiente, ¿cuál es el error y cómo solucionarlo?
Hágame saber si necesita más información.
EDITAR
El resultado de lsusb
es
$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 021: ID 04e8:6864 Samsung Electronics Co., Ltd
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Planeo conectar la antena al puerto USB 3, pero cualquier otro puerto 2.0 estaría bien.
La antena se llama "de largo alcance" y está conectada a un adaptador inalámbrico USB mediante un cable coaxial, mientras que el cable USB va del adaptador a la PC.
Se parece a esto
Cuando intento ver la dmesg
respuesta con enchufar/desconectar, obtengo esta respuesta:
USB 3.0 port
Dec 4 18:04:54 lmachine kernel: [10849.357767] usb 3-2: new full-speed USB device number 42 using xhci_hcd
Dec 4 18:04:54 lmachine kernel: [10849.357997] usb 3-2: Device not responding to set address.
Dec 4 18:04:54 lmachine kernel: [10849.561776] usb 3-2: Device not responding to set address.
Dec 4 18:04:54 lmachine kernel: [10849.765513] usb 3-2: device not accepting address 42, error -71
Dec 4 18:04:54 lmachine kernel: [10849.877506] usb 3-2: new full-speed USB device number 43 using xhci_hcd
Dec 4 18:04:54 lmachine kernel: [10849.877740] usb 3-2: Device not responding to set address.
Dec 4 18:04:55 lmachine kernel: [10850.081491] usb 3-2: Device not responding to set address.
Dec 4 18:04:55 lmachine kernel: [10850.285161] usb 3-2: device not accepting address 43, error -71
Dec 4 18:04:55 lmachine kernel: [10850.397118] usb 3-2: new full-speed USB device number 44 using xhci_hcd
Dec 4 18:04:55 lmachine kernel: [10850.397317] usb 3-2: Device not responding to set address.
Dec 4 18:04:55 lmachine kernel: [10850.601210] usb 3-2: Device not responding to set address.
Dec 4 18:04:55 lmachine kernel: [10850.804880] usb 3-2: device not accepting address 44, error -71
Dec 4 18:04:55 lmachine kernel: [10850.916809] usb 3-2: new full-speed USB device number 45 using xhci_hcd
Dec 4 18:04:55 lmachine kernel: [10850.916998] usb 3-2: Device not responding to set address.
Dec 4 18:04:56 lmachine kernel: [10851.120847] usb 3-2: Device not responding to set address.
Dec 4 18:04:56 lmachine kernel: [10851.324533] usb 3-2: device not accepting address 45, error -71
Dec 4 18:04:56 lmachine kernel: [10851.324563] hub 3-0:1.0: unable to enumerate USB device on port 2
USB 2.0 port
Dec 4 18:08:03 lmachine kernel: [11038.030811] usb 3-4: new full-speed USB device number 46 using xhci_hcd
Dec 4 18:08:03 lmachine kernel: [11038.031007] usb 3-4: Device not responding to set address.
Dec 4 18:08:03 lmachine kernel: [11038.234943] usb 3-4: Device not responding to set address.
Dec 4 18:08:03 lmachine kernel: [11038.438574] usb 3-4: device not accepting address 46, error -71
Dec 4 18:08:03 lmachine kernel: [11038.550577] usb 3-4: new full-speed USB device number 47 using xhci_hcd
Dec 4 18:08:03 lmachine kernel: [11038.550849] usb 3-4: Device not responding to set address.
Dec 4 18:08:03 lmachine kernel: [11038.754561] usb 3-4: Device not responding to set address.
Dec 4 18:08:04 lmachine kernel: [11038.958250] usb 3-4: device not accepting address 47, error -71
Dec 4 18:08:04 lmachine kernel: [11039.070209] usb 3-4: new full-speed USB device number 48 using xhci_hcd
Dec 4 18:08:04 lmachine kernel: [11039.070405] usb 3-4: Device not responding to set address.
Dec 4 18:08:04 lmachine kernel: [11039.274254] usb 3-4: Device not responding to set address.
Dec 4 18:08:04 lmachine kernel: [11039.477961] usb 3-4: device not accepting address 48, error -71
Dec 4 18:08:04 lmachine kernel: [11039.589985] usb 3-4: new full-speed USB device number 49 using xhci_hcd
Dec 4 18:08:04 lmachine kernel: [11039.590238] usb 3-4: Device not responding to set address.
Dec 4 18:08:04 lmachine kernel: [11039.793950] usb 3-4: Device not responding to set address.
Dec 4 18:08:05 lmachine kernel: [11039.997635] usb 3-4: device not accepting address 49, error -71
Dec 4 18:08:05 lmachine kernel: [11039.997665] hub 3-0:1.0: unable to enumerate USB device on port 4
Respuesta1
Este controlador antiguo, de alrededor de 2010, fue creado para núcleos 2.6.xx; Como puede ver, está ejecutando 3.13.0-39. Nunca se compilará.
El controlador para estos dispositivos, rt2800usb, está incluido en Ubuntu 14.04 de forma predeterminada. Si no funciona como se esperaba, algo anda mal. Díganos qué está mal y detalles sobre su dispositivo:
lsusb
Supongo que tu USB inalámbrico está conectado a esto:
046d:c52b Logitech, Inc. Unifying Receiver
Buscando en Google encontré esto:¿Es compatible el receptor Unifying de Logitech?te sugiero que instalessintonizary vea si aparece la conexión inalámbrica.