LINUX.ORG.RU

wifi брелок, помогите плз..


0

1

Помогите пожалуйста понять где я косячу..
замучился чтото пытаться к старому компу прикрутить wifi брелок.
ситуация следующая:
gentoo-3.3.1
дешевый брелок с DX который определяется как
XG-703A 802.11g
несложным поиском нашел что это такое какие драйвера использует и что за firmware надо.
http://linuxwireless.org/en/users/Drivers/p54
делаю все по написанной схеме, включаю в ядре поддержку драйвера p54usb,
делаю emerge prism54-firmware, который добавляет нужные прошивки в /lib/firmware/
прошивка которая должна будет использоваться называется правильно, isl3887usb и втыкаю брелок. все ок, лампочка на нем загорается, как-будто все нормально, заработало.
Но.

# iwconfig
lo        no wireless extensions.
tunl0     no wireless extensions.
wlan0     no wireless extensions.
eth0      no wireless extensions.
при этом
#dmesg
usb 1-6: new high-speed USB device number 6 using ehci_hcd
usb 1-6: reset high-speed USB device number 6 using ehci_hcd
ieee80211 phy3: p54 detected a LM87 firmware
p54: rx_mtu reduced from 3240 to 2384
ieee80211 phy3: FW rev 2.13.24.0 - Softmac protocol 5.9
ieee80211 phy3: cryptographic accelerator WEP:YES, TKIP:YES, CCMP:YES
ieee80211 phy3: hwaddr 00:60:b3:c8:4e:a9, MAC:isl3887 RF:Frisbee
ieee80211 phy3: Selected rate control algorithm 'minstrel_ht'
usb 1-6: is registered as 'phy3'
usbcore: registered new interface driver p54usb
тоесть брелок он находит и даже прошивку грузит..
подскажите пожалуйста, куда можно покапать? где я туплю и чтото не до конца делаю? спасибо!

Ответ на: комментарий от AITap

интерфейс поднимал.. но iwconfig всеравно в упор не видет ничего :(

# ifconfig wlan0 up

#ifconfig
wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:60:b3:c8:4e:a9  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

# iwconfig
lo        no wireless extensions.
tunl0     no wireless extensions.
wlan0     no wireless extensions.
eth0      no wireless extensions.
elfrock
() автор топика
Ответ на: комментарий от elfrock

модули тоже все загружены какие нужны:

#lsmod

Module                  Size  Used by
vfat                    7103  1 
fat                    35168  1 vfat
arc4                     946  2 
nvidia               4649829  42 
usbhid                 12484  0 
p54usb                  8917  0 
p54common              19727  1 p54usb
crc_ccitt                983  1 p54common
mac80211              145023  2 p54common,p54usb
snd_intel8x0           19367  0 
cfg80211              103909  2 mac80211,p54common
snd_ac97_codec         75662  1 snd_intel8x0
ac97_bus                 670  1 snd_ac97_codec
snd_pcm                39618  2 snd_ac97_codec,snd_intel8x0
snd_page_alloc          4601  2 snd_pcm,snd_intel8x0
snd_timer              11068  1 snd_pcm
snd                    27843  4 snd_timer,snd_pcm,snd_ac97_codec,snd_intel8x0
ohci_hcd               14831  0 
ehci_hcd               27874  0 


elfrock
() автор топика
Ответ на: комментарий от Pinkbyte

lspci -k конечно могу дать, вот он. правда не очень понимаю зачем...это же usb брелок?

# lspci -k
00:00.0 Host bridge: nVidia Corporation nForce2 IGP2 (rev a2)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev a2)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev a2)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev a2)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev a2)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev a2)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a3)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
00:02.0 USB controller: nVidia Corporation nForce2 USB Controller (rev a3)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
	Kernel driver in use: ohci_hcd
00:02.1 USB controller: nVidia Corporation nForce2 USB Controller (rev a3)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
	Kernel driver in use: ohci_hcd
00:02.2 USB controller: nVidia Corporation nForce2 USB Controller (rev a3)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
	Kernel driver in use: ehci_hcd
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
	Kernel driver in use: forcedeth
00:05.0 Multimedia audio controller: nVidia Corporation nForce Audio Processing Unit (rev a2)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
	Kernel driver in use: snd_intel8x0
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
	Kernel driver in use: AMD_IDE
00:0d.0 FireWire (IEEE 1394): nVidia Corporation nForce2 FireWire (IEEE 1394) Controller (rev a3)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device f541
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev a2)
02:00.0 VGA compatible controller: nVidia Corporation NV25 [GeForce4 Ti 4200] (rev a3)
	Subsystem: ASUSTeK Computer Inc. Device 8047
	Kernel driver in use: nvidia

а lsusb дает такое:

lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c069 Logitech, Inc. 
Bus 001 Device 003: ID 0cde:0008 Z-Com XG-703A 802.11g Wireless Adapter [Intersil ISL3887]

чуть побольше всего пишет lsusb -v (часть про мой брелок)

Bus 001 Device 003: ID 0cde:0008 Z-Com XG-703A 802.11g Wireless Adapter [Intersil ISL3887]
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0cde Z-Com
  idProduct          0x0008 XG-703A 802.11g Wireless Adapter [Intersil ISL3887]
  bcdDevice           10.40
  iManufacturer           1 GlobespanVirata
  iProduct                2 USB Device
  iSerial                 3 3887-0000
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           53
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           5
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

elfrock
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.