i am stuck

Ogz <[email protected]> Tue, 15 Nov 2005 16:11:53 +0200
Newsgroups gmane.linux.linux-wlan.user
Message-ID <[email protected]>
Hi. I couldnt mamanged to connect my pc using wireless adapter.

Adapter: http://www.linksys.com/servlet/Satellite?childpagename=US%2FLayout&packedargs=c%3DL_Product_C2%26cid%3D1115416827517&pagename=Linksys%2FCommon%2FVisitorWrapper

We are using an Access Point.

I followed the instructions that is written at:
ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/README

here are some outputs:

#lsusb -v

Bus 005 Device 002: ID 13b1:000d
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x13b1
  idProduct          0x000d
  bcdDevice            0.04
  iManufacturer           1 Cisco-Linksys
  iProduct                2 Wireless-G USB Network Adapter
  iSerial                 0
 bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              300mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      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
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)

#/etc/init.d/wlan stop

Shutting Down WLAN Devices: Shutting Down WLAN Devices: wlanctl-ng: No
such device
wlan0: ERROR while getting interface flags: No such device
FATAL: Module p80211 is in use.


#/etc/init.d/wlan start
Starting WLAN Devices:

#/etc/init.d/wlan status
/etc/init.d/wlan: line 82: status: command not found

#lsmod | grep usb

prism2_usb             79652  0
p80211                 32976  2 prism2_usb
usbhid                 38784  0
usbcore               124544  5 prism2_usb,ehci_hcd,uhci_hcd,usbhid

There is no wlan0 at the ifconfig output. I also edited the
/etc/wlan/wlancfg-ssidname and /etc/wlan/wlan.conf.

I will be happy is someone help me.

The adapter is 802-11g standart, can it be the problem? Should i check
and follow http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Linux.Wireless.drivers.802.11ag.html
?

And as the last part:

#uname -a
Linux bitcalisan 2.6.14-1-686 #1 Tue Nov 1 15:51:43 JST 2005 i686 GNU/Linux

I am using Debian unstable.