Page 1 of 1

problem with the drivers for the wi-fi

PostPosted: Apr 20th, '14, 16:53
by airmaik
two days ago I bought this internal network card

http://www.netis-systems.com/en/products/Wireless-PCI-Adapters/77.html#.U1DA-PEvBDU

the network center ι have this picture

https://www.flickr.com/photos/99709873@N05/13926641332/

after clicking on the network tells me this

https://www.flickr.com/photos/99709873@N05/13950200414/in/photostream/

package firmware-ralimk installed

any idea ?

Re: problem with the drivers for the wi-fi

PostPosted: Apr 20th, '14, 22:44
by doktor5000
Please no screenshots for such cases.

Which media did you use to install Mageia, and which desktop environment are you using? Do you use net_applet or NetworkManager?
And please provide the output of the following commands:

Code: Select all
lspcidrake -v | grep -i net
ps -ef | grep -v grep | grep -ie net -e wpa


and, as root:
Code: Select all
journalctl -b -u network --no-pager -a
systemctl status network.service -a
journalctl -b | grep -i firmware

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 00:06
by airmaik
the installation was from DVD dualarch with xfce , and uses net_applet

Code: Select all
lspcidrake -v | grep -i net
rt2800pci       : Ralink corp.|Device 5362 [NETWORK_OTHER] (vendor:1814 device:5362)
r8169           : Realtek Semiconductor Co., Ltd.|RTL8101E/RTL8102E PCI Express Fast Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8136 subv:1458 subd:e000) (rev: 02)


Code: Select all
ps -ef | grep -v grep | grep -ie net -e wpa
root        16     2  0 00:34 ?        00:00:00 [netns]
root      1137     1  0 00:34 ?        00:00:00 /usr/sbin/wpa_supplicant -B -i wlp0s29f7u2 -c /etc/wpa_supplicant.conf -D wext
jenny     2192  1862  0 00:34 ?        00:00:01 /usr/bin/perl /usr/bin/net_applet


Code: Select all
journalctl -b -u network --no-pager -a
21 00:55:13 localhost ifplugd(enp3s0)[1084]: ifplugd 0.28 initializing.
21 00:55:13 localhost ifplugd(enp3s0)[1084]: Using interface enp3s0/00:24:1D:90:AD:C4 with driver <r8169> (version: 2.3LK-NAPI)
21 00:55:13 localhost ifplugd(enp3s0)[1084]: Using detection mode: SIOCETHTOOL
21 00:55:13 localhost ifplugd(enp3s0)[1084]: Initialization complete, link beat not detected.
21 00:55:14 localhost network[816]: Ενεργοποίηση διεπαφής loopback:  [ok]
21 00:55:14 localhost network[816]: Ρύθμιση του ασύρματου κανονιστικού τομέα [ok]
21 00:55:14 localhost network[816]: Ενεργοποίηση διεπαφής enp3s0:  [ok]
21 00:55:14 localhost network[816]: Ενεργοποίηση διεπαφής wlp0s29f7u2:  Error for wireless request "Set Encode" (8B2A) :
21 00:55:14 localhost network[816]: SET failed on device wlp0s29f7u2 ; Invalid argument.
21 00:55:14 localhost network[816]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
21 00:55:14 localhost network[816]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
21 00:55:14 localhost ifplugd(wlp0s29f7u2)[1140]: ifplugd 0.28 initializing.
21 00:55:14 localhost ifplugd(wlp0s29f7u2)[1140]: Using interface wlp0s29f7u2/C0:4A:00:13:FE:84 with driver <rt2800usb> (version: 3.12.17-desktop-1.mga4)
21 00:55:14 localhost ifplugd(wlp0s29f7u2)[1140]: Using detection mode: SIOCETHTOOL
21 00:55:14 localhost ifplugd(wlp0s29f7u2)[1140]: Initialization complete, link beat not detected.
21 00:55:14 localhost network[816]: [ΕΝΤΑΞΕΙ]
21 00:55:14 localhost systemd[1]: Started LSB: Bring up/down networking.
21 00:55:15 localhost ifplugd(wlp0s29f7u2)[1140]: Link beat detected.
21 00:55:16 localhost ifplugd(wlp0s29f7u2)[1140]: Executing '/etc/ifplugd/ifplugd.action wlp0s29f7u2 up'.
21 00:55:17 localhost dhclient[1882]: DHCPREQUEST on wlp0s29f7u2 to 255.255.255.255 port 67
21 00:55:17 localhost dhclient[1882]: DHCPACK from 192.168.1.1
21 00:55:17 localhost dhclient[1882]: bound to 192.168.1.12 -- renewal in 116399 seconds.
21 00:55:17 localhost ifplugd(wlp0s29f7u2)[1140]: client: Determining IP information for wlp0s29f7u2... done.
21 00:55:18 localhost ifplugd(wlp0s29f7u2)[1140]: Program executed successfully.


Code: Select all
systemctl status network.service -a
network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network)
   Active: active (running) since Δευ 2014-04-21 00:55:14 EEST; 4min 18s ago
  Process: 816 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/network.service
           ├─1084 /sbin/ifplugd -I -b -i enp3s0
           ├─1138 /usr/sbin/wpa_supplicant -B -i wlp0s29f7u2 -c /etc/wpa_supplicant.conf -D wext
           ├─1140 /sbin/ifplugd -I -b -i wlp0s29f7u2
           └─2387 dhclient -1 -q -lf /var/lib/dhclient/dhclient--wlp0s29f7u2.lease -pf /var/run/dhclient-wlp0s29f7u2.pid wlp0s29f7u2

21 00:55:14 localhost ifplugd(wlp0s29f7u2)[1140]: Initialization complete, link beat not detected.
21 00:55:14 localhost network[816]: [ok]
21 00:55:14 localhost systemd[1]: Started LSB: Bring up/down networking.
21 00:55:15 localhost ifplugd(wlp0s29f7u2)[1140]: Link beat detected.
21 00:55:16 localhost ifplugd(wlp0s29f7u2)[1140]: Executing '/etc/ifplugd/ifplugd.action wlp0s29f7u2 up'.
21 00:55:17 localhost dhclient[1882]: DHCPREQUEST on wlp0s29f7u2 to 255.255.255.255 port 67
21 00:55:17 localhost dhclient[1882]: DHCPACK from 192.168.1.1
21 00:55:17 localhost dhclient[1882]: bound to 192.168.1.12 -- renewal in 116399 seconds.
21 00:55:17 localhost ifplugd(wlp0s29f7u2)[1140]: client: Determining IP information for wlp0s29f7u2... done.
21 00:55:18 localhost ifplugd(wlp0s29f7u2)[1140]: Program executed successfully.


Code: Select all
journalctl -b | grep -i firmware
localhost kernel: ieee80211 phy1: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
localhost kernel: ieee80211 phy1: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 10:02
by doktor5000
Well, everything looks good, you even got an IP adress from your DHCP server. Please also show the output as root of
Code: Select all
ifconfig -a
netstat -rn
ping -c4 8.8.8.8
ping -c4 google.com

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 11:30
by airmaik
Code: Select all
ifconfig -a
enp3s0    Link encap:Ethernet  HWaddr 00:24:1D:90:AD:C4 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

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:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wlp0s29f7u2 Link encap:Ethernet  HWaddr C0:4A:00:13:FE:84 
          inet addr:192.168.1.12  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::c24a:ff:fe13:fe84/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:62710 errors:0 dropped:0 overruns:0 frame:0
          TX packets:39636 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:88101838 (84.0 MiB)  TX bytes:3496058 (3.3 MiB)


Code: Select all
netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG        0 0          0 wlp0s29f7u2
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 wlp0s29f7u2
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 wlp0s29f7u2


Code: Select all
ping -c4 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=44 time=81.5 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=44 time=81.2 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=44 time=80.3 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=44 time=77.3 ms

--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 77.360/80.131/81.564/1.693 ms


Code: Select all
ping -c4 google.com
PING google.com (173.194.116.98) 56(84) bytes of data.
64 bytes from 173.194.116.98: icmp_seq=1 ttl=53 time=73.3 ms
64 bytes from 173.194.116.98: icmp_seq=2 ttl=53 time=76.0 ms
64 bytes from 173.194.116.98: icmp_seq=3 ttl=53 time=74.8 ms
64 bytes from 173.194.116.98: icmp_seq=4 ttl=53 time=75.0 ms

--- google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 73.351/74.821/76.006/0.971 ms

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 11:40
by doktor5000
Everythings just fine, internet connection works and name resolution (DNS) is also OK. What's your issue at all, apart from your initial post?

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 11:49
by airmaik
sent me this picture and I can not go to networks

https://www.flickr.com/photos/99709873@N05/13950200414/in/photostream/

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 14:13
by doktor5000
airmaik wrote:and I can not go to networks

What does that mean exactly, please rephrase.
Again - your internet connection is already established - so apart from this error message, what issue do you have currently with your internet connection?

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 14:48
by airmaik
I have, because another usb for the internet, show it also in the picture

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 15:26
by doktor5000
Please show the output as root of
Code: Select all
lspcidrake -v
rfkill list all


And please don't use separate code tags for the commands and their output, just stick them together into one.
You may want to look at ftp://ftp5.gwdg.de/pub/linux/mandriva/m ... e_tags.ogv

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 15:54
by airmaik
Code: Select all
lspcidrake -v
rt2800pci       : Ralink corp.|Device 5362 [NETWORK_OTHER] (vendor:1814 device:5362)
r8169           : Realtek Semiconductor Co., Ltd.|RTL8101E/RTL8102E PCI Express Fast Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8136 subv:1458 subd:e000) (rev: 02)
Card:NVIDIA GeForce 8100 to GeForce 360: NVIDIA Corporation|G96 [GeForce 9500 GT] [DISPLAY_VGA] (vendor:10de device:0640 subv:1acc subd:909e) (rev: a1)
i2c_i801        : Intel Corporation|NM10/ICH7 Family SMBus Controller [SERIAL_SMBUS] (vendor:8086 device:27da subv:1458 subd:5001) (rev: 01)
ata_piix        : Intel Corporation|NM10/ICH7 Family SATA Controller [IDE mode] [STORAGE_IDE] (vendor:8086 device:27c0 subv:1458 subd:b002) (rev: 01)
intel_rng       : Intel Corporation|82801GB/GR (ICH7 Family) LPC Interface Bridge [BRIDGE_ISA] (vendor:8086 device:27b8 subv:1458 subd:5001) (rev: 01)
unknown         : Intel Corporation|82801 PCI Bridge [BRIDGE_PCI] (vendor:8086 device:244e) (rev: e1)
ehci_pci        : Intel Corporation|NM10/ICH7 Family USB2 EHCI Controller [SERIAL_USB] (vendor:8086 device:27cc subv:1458 subd:5006) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #4 [SERIAL_USB] (vendor:8086 device:27cb subv:1458 subd:5004) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #3 [SERIAL_USB] (vendor:8086 device:27ca subv:1458 subd:5004) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #2 [SERIAL_USB] (vendor:8086 device:27c9 subv:1458 subd:5004) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #1 [SERIAL_USB] (vendor:8086 device:27c8 subv:1458 subd:5004) (rev: 01)
shpchp          : Intel Corporation|NM10/ICH7 Family PCI Express Port 2 [BRIDGE_PCI] (vendor:8086 device:27d2) (rev: 01)
shpchp          : Intel Corporation|NM10/ICH7 Family PCI Express Port 1 [BRIDGE_PCI] (vendor:8086 device:27d0) (rev: 01)
snd_hda_intel   : Intel Corporation|NM10/ICH7 Family High Definition Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:27d8 subv:1458 subd:a002) (rev: 01)
shpchp          : Intel Corporation|82G33/G31/P35/P31 Express PCI Express Root Port [BRIDGE_PCI] (vendor:8086 device:29c1) (rev: 10)
unknown         : Intel Corporation|82G33/G31/P35/P31 Express DRAM Controller [BRIDGE_HOST] (vendor:8086 device:29c0 subv:1458 subd:5000) (rev: 10)
hub             : Linux 3.12.17-desktop-1.mga4 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
rt2800usb       : TPlink|802.11 n WLAN (vendor:148f device:5370)
hub             : Linux 3.12.17-desktop-1.mga4 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
usbhid          : PixArt|USB Optical Mouse [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:093a device:2510)
hub             : Linux 3.12.17-desktop-1.mga4 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub             : Linux 3.12.17-desktop-1.mga4 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
usb_storage     : GENERIC|USB Storage Device [Mass Storage|SCSI|Bulk-Only] (vendor:0aec device:3260)
hub             : Linux 3.12.17-desktop-1.mga4 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hid_generic     : PixArt USB Optical Mouse


Code: Select all
rfkill list all
1: phy2: Wireless LAN
   Soft blocked: no
   Hard blocked: no

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 16:45
by doktor5000
EDIT: So the upper one (Ralink) is currently not working.

airmaik wrote:lspcidrake -v
rt2800pci : Ralink corp.|Device 5362 [NETWORK_OTHER] (vendor:1814 device:5362)

rt2800usb : TPlink|802.11 n WLAN (vendor:148f device:5370)


A driver has been loaded but no interface has been created yet. Can you please post the output as root of

Code: Select all
rpm -qa | grep firmware
lsmod | grep rt2
journalctl -ab | grep rt2

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 16:56
by airmaik
Code: Select all
rpm -qa | grep firmware
radeon-firmware-20140119-1.mga4.nonfree
kernel-firmware-20131013-2.mga4
ralink-firmware-20140119-1.mga4.nonfree


Code: Select all
lsmod | grep rt2
rt2800usb              27034  0
rt2x00usb              20742  1 rt2800usb
rt2800pci              18719  0
rt2800lib              88813  2 rt2800pci,rt2800usb
rt2x00pci              13287  1 rt2800pci
rt2x00mmio             13603  1 rt2800pci
rt2x00lib              55306  6 rt2x00pci,rt2x00usb,rt2800lib,rt2800pci,rt2800usb,rt2x00mmio
eeprom_93cx6           13344  1 rt2800pci
mac80211              516025  4 rt2x00lib,rt2x00pci,rt2x00usb,rt2800lib
cfg80211              474802  2 mac80211,rt2x00lib
crc_ccitt              12707  1 rt2800lib
usbcore               228902  7 uhci_hcd,rt2x00usb,usb_storage,rt2800usb,ehci_hc


Code: Select all
journalctl -ab | grep rt2

21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 11 in queue 2
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 13 in queue 2
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 14 in queue 2
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 0
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 0
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 0
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 0, dropping
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:41 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 11 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 12 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 13 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 14 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 14 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 14 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 15 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 15 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 15 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 0 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 3 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 3 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 3 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 4 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 5 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 6 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 6 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 6 in queue 2
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:43 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:52 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
21 17:00:52 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
21 17:00:52 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 10 in queue 2
21 17:00:52 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:56 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
21 17:00:56 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
21 17:00:56 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 1 in queue 2
21 17:00:56 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
21 17:00:56 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
21 17:00:56 localhost kernel: ieee80211 phy2: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 2 in queue 2
21 17:00:56 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:00:56 localhost kernel: ieee80211 phy2: rt2800usb_txdone: Warning - Got TX status for an empty queue 2, dropping
21 17:26:57 localhost draknetcenter[17041]: Found settings for driver "rt2800pci" in category "network::connection::wireless"
21 17:26:57 localhost draknetcenter[17041]: Required kernel_module package for module "rt2800pci" is already installed, skipping
21 17:26:57 localhost draknetcenter[17041]: No tools package for module "rt2800pci" is required, skipping
21 17:26:57 localhost draknetcenter[17041]: Required firmware package for module "rt2800pci" is already installed, skipping
21 17:26:57 localhost draknetcenter[17041]: Loading module rt2800pci
21 17:26:58 localhost draknetcenter[17041]: Settings for driver "rt2800pci" applied
21 17:27:12 localhost draknetcenter[17041]: Found settings for driver "rt2800pci" in category "network::connection::wireless"
21 17:27:12 localhost draknetcenter[17041]: Required kernel_module package for module "rt2800pci" is already installed, skipping
21 17:27:12 localhost draknetcenter[17041]: No tools package for module "rt2800pci" is required, skipping
21 17:27:12 localhost draknetcenter[17041]: Required firmware package for module "rt2800pci" is already installed, skipping
21 17:27:12 localhost draknetcenter[17041]: Loading module rt2800pci
21 17:27:12 localhost draknetcenter[17041]: Settings for driver "rt2800pci"

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 19:56
by doktor5000
Can you please unplug the USB adapter that you currently use for wireless, then reboot and provide again the output as root of
Code: Select all
lsmod | grep rt2
journalctl -ab | grep rt2

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 22:04
by airmaik
Code: Select all
lsmod | grep rt2
rt2800usb              27034  0
rt2x00usb              20742  1 rt2800usb
rt2800pci              18719  0
rt2800lib              88813  2 rt2800pci,rt2800usb
rt2x00pci              13287  1 rt2800pci
rt2x00mmio             13603  1 rt2800pci
rt2x00lib              55306  6 rt2x00pci,rt2x00usb,rt2800lib,rt2800pci,rt2800usb,rt2x00mmio
eeprom_93cx6           13344  1 rt2800pci
mac80211              516025  4 rt2x00lib,rt2x00pci,rt2x00usb,rt2800lib
cfg80211              474802  2 mac80211,rt2x00lib
crc_ccitt              12707  1 rt2800lib
usbcore               228902  7 uhci_hcd,rt2x00usb,usb_storage,rt2800usb,ehci_hcd,ehci_pci,usbhid


Code: Select all
journalctl -ab | grep rt2
21 23:01:57 localhost kernel: ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5392, rev 0223 detected
21 23:01:57 localhost kernel: ieee80211 phy0: rt2800_init_eeprom: Error - Invalid RF chipset 0x5362 detected
21 23:01:57 localhost kernel: ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to allocate device
21 23:02:07 localhost kernel: usbcore: registered new interface driver rt2800usb
21 23:02:07 localhost network[811]: Ενεργοποίηση διεπαφής wlp0s29f7u2:  ΣΦΑΛΜΑ    : [/etc/sysconfig/network-scripts/ifup-eth] rt2800usb device wlp0s29f7u2 does not seem to be present, delaying initialization.
21 23:02:07 localhost /etc/sysconfig/network-scripts/ifup-eth[1084]: rt2800usb device wlp0s29f7u2 does not seem to be present, delaying initialization.

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 22:21
by doktor5000
airmaik wrote:21 23:01:57 localhost kernel: ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5392, rev 0223 detected
21 23:01:57 localhost kernel: ieee80211 phy0: rt2800_init_eeprom: Error - Invalid RF chipset 0x5362 detected
21 23:01:57 localhost kernel: ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to allocate device


Seems your device is not supported currently. Also can't find it listed at neither http://rt2x00.serialmonkey.com/wiki/index.php/Hardware nor http://ralink.rapla.net/

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 22:31
by airmaik
Thank you very much doktor5000 at least I have an answer for my problem

Re: problem with the drivers for the wi-fi

PostPosted: Apr 21st, '14, 23:28
by doktor5000
You should probably ask the developers of that driver directly: http://rt2x00.serialmonkey.com/mailman/ ... monkey.com