ath5k phy0: дальнейший txbuf недоступен, отбрасывание пакета - PullRequest
1 голос
/ 14 ноября 2011

У меня возникли проблемы с драйвером atheros для Linux.Я использую одноранговое соединение для обмена данными изображения со стереокамеры на другие компьютеры, но иногда соединение разрывается.

С помощью команды "dmesg":

[ 9972.163572] ath5k phy0: no further txbuf available, dropping packet
[ 9982.198551] ath5k phy0: no further txbuf available, dropping packet
[ 9992.234257] ath5k phy0: no further txbuf available, dropping packet
[10002.268378] ath5k phy0: no further txbuf available, dropping packet
[10012.273300] ath5k phy0: no further txbuf available, dropping packet
[10022.295328] ath5k phy0: no further txbuf available, dropping packet
[10032.298293] ath5k phy0: no further txbuf available, dropping packet
[10042.305553] ath5k phy0: no further txbuf available, dropping packet
[10052.340335] ath5k phy0: no further txbuf available, dropping packet
[10062.375493] ath5k phy0: no further txbuf available, dropping packet
[10072.410039] ath5k phy0: no further txbuf available, dropping packet
[10082.445162] ath5k phy0: no further txbuf available, dropping packet
[10092.480088] ath5k phy0: no further txbuf available, dropping packet
[10102.501502] ath5k phy0: no further txbuf available, dropping packet
[10112.549637] ath5k phy0: no further txbuf available, dropping packet

I 'Я читал из других источников (например, https://bbs.archlinux.org/viewtopic.php?id=88765), что эта проблема может быть внутренней для драйвера и что исправление уже сделано, но я боюсь, что моя версия ядра уже должна решить эту проблему.

My Kernel, от "uname -a":

Linux raposang 2.6.35-30-generic #61-Ubuntu SMP Tue Oct 11 15:29:15 UTC 2011 i686 GNU/Linux

Распространение, от "lsb_release -a":

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.10
Release:    10.10
Codename:   maverick

Также от "lshw -c network":

  *-network               
       description: Ethernet interface
       product: 82573L Gigabit Ethernet Controller
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: eth0
       version: 00
       serial: 00:03:1d:09:1e:bf
       capacity: 1GB/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=1.0.2-k4 firmware=0.5-7 ip=192.168.1.1 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:42 memory:fdee0000-fdefffff ioport:cf00(size=32)
  *-network
       description: Ethernet interface
       product: 82573L Gigabit Ethernet Controller
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth1
       version: 00
       serial: 00:03:1d:09:1e:c0
       size: 100MB/s
       capacity: 1GB/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=1.0.2-k4 duplex=full firmware=0.5-7 ip=10.0.20.188 latency=0 link=yes multicast=yes port=twisted pair speed=100MB/s
       resources: irq:43 memory:fdce0000-fdcfffff ioport:df00(size=32)
  *-network
       description: Wireless interface
       product: AR5413 802.11abg NIC
       vendor: Atheros Communications Inc.
       physical id: e
       bus info: pci@0000:03:0e.0
       logical name: wlan0
       version: 01
       serial: 00:02:6f:4e:bf:75
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath5k driverversion=2.6.35-30-generic firmware=N/A ip=192.168.0.1 latency=168 link=yes maxlatency=28 mingnt=10 multicast=yes wireless=IEEE 802.11abg
       resources: irq:18 memory:fd9e0000-fd9effff

Наконец, вам также может пригодиться "lsmod":

Module                  Size  Used by
snd_usb_audio          86480  0 
snd_usbmidi_lib        17413  1 snd_usb_audio
pcspkr                  1498  0 
snd_hda_codec_realtek   218460  1 
arc4                    1165  2 
snd_hda_intel          22235  2 
snd_hda_codec          87552  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5040  2 snd_usb_audio,snd_hda_codec
joydev                  8767  1 
snd_pcm                71475  3 snd_usb_audio,snd_hda_intel,snd_hda_codec
snd_seq_midi            4588  0 
i915                  295819  3 
snd_rawmidi            17783  2 snd_usbmidi_lib,snd_seq_midi
hid_logitech            8971  0 
raw1394                22462  2 
video1394              13050  6 
ath5k                 130083  0 
snd_seq_midi_event      6047  1 snd_seq_midi
snd_seq                47174  2 snd_seq_midi,snd_seq_midi_event
ff_memless              4393  1 hid_logitech
mac80211              231927  1 ath5k
drm_kms_helper         30136  1 i915
snd_timer              19067  2 snd_pcm,snd_seq
ath                     8153  1 ath5k
usbhid                 36882  1 hid_logitech
snd_seq_device          5744  3 snd_seq_midi,snd_rawmidi,snd_seq
cp210x                 11168  1 
drm                   168092  3 i915,drm_kms_helper
ppdev                   5556  0 
hid                    67742  2 hid_logitech,usbhid
snd                    49102  15 snd_usb_audio,snd_usbmidi_lib,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
ftdi_sio               30685  2 
parport_pc             26058  1 
cfg80211              144790  3 ath5k,mac80211,ath
usbserial              33839  8 cp210x,ftdi_sio
psmouse                59033  0 
i2c_algo_bit            5168  1 i915
led_class               2633  1 ath5k
serio_raw               4022  0 
intel_agp              26566  2 i915
soundcore                880  1 snd
snd_page_alloc          7120  2 snd_hda_intel,snd_pcm
video                  18712  1 i915
agpgart                32011  2 drm,intel_agp
output                  1883  1 video
lp                      7342  0 
parport                31492  3 ppdev,parport_pc,lp
ohci1394               27024  2 video1394
floppy                 54311  0 
ieee1394               81069  3 raw1394,video1394,ohci1394
e1000e                132956  0 

Любая помощь будет признательна!

Спасибо,

Филипп Иисус

...