Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
system won't detect IEEE 802.11b PRISM3 USB
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
beyond os
n00b
n00b


Joined: 16 Aug 2005
Posts: 4
Location: Estonia

PostPosted: Thu Aug 18, 2005 6:42 pm    Post subject: system won't detect IEEE 802.11b PRISM3 USB Reply with quote

system : Gentoo 2005.1, installed manualy
kernel 2.6.12

i am using a desknote b530 computer, which has a built in USB wifi card

problem is, that i can't get it work, kernel won't even detect it,
i tried different configuration for the kernel, but still nothing

in my opinion kernel doesn't support prism III, there are prism54, but with this module it didn't work either

any help about this

lsusb -v output for USB port where my wifi card is located
Code:

Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x124a
  idProduct          0x168b
  bcdDevice            1.32
  iManufacturer           1 AirVast Taiwan
  iProduct                2 IEEE 802.11b PRISM3 USB
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      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
        wMaxPacketSize         64
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
        wMaxPacketSize         64
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               none
        wMaxPacketSize          8
        bInterval               1
  Language IDs: (length=4)
     0409 English(US)


it seems to me, that this tool knows that there is a wifi card,

i only have lo and eth0(realtek) in my netconf, there is no wlan
_________________
.::Edin Na Zu::.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54813
Location: 56N 3W

PostPosted: Thu Aug 18, 2005 8:15 pm    Post subject: Reply with quote

beyond os,

Your device is advertised as idVendor 0x124a, dProduct 0x168b there is a howto for 2.4 and 2.6 here
http://www.fuschlberger.net/flybook/?m=13.
I know it says Prism2 but the vendor and product IDs match.

Google for
Code:
0x124a +0x168b +linux
for more hits.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
beyond os
n00b
n00b


Joined: 16 Aug 2005
Posts: 4
Location: Estonia

PostPosted: Fri Aug 19, 2005 7:05 am    Post subject: Reply with quote

i compiled the module and whe i run
modprobe prism2_usb then its all ok

but when i say
/etc/inid.d/wlan restart

then i get an error that
Code:
Shutting Down WLAN Devices: Shutting Down WLAN Devices: message=lnxreq_ifstate
  ifstate=disable
  resultcode=success
FATAL: Module wlan0 not found.
FATAL: Module p80211 is in use.

Starting WLAN Devices: FATAL: Module wlan0 not found.


imo i have a module prism2_usb not wlan0, where can i change it
_________________
.::Edin Na Zu::.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54813
Location: 56N 3W

PostPosted: Fri Aug 19, 2005 10:27 am    Post subject: Reply with quote

beyond os,

I dont have wireless but /etc/inid.d/wlan is a script that will use a data file of a similar name in /etc/conf.d/
Reading the script will tell you the names of the data file.

For sure, wlan0 is the logical name of an interface, not a kernel module, if modprobe prism2_usb worked for you, prism2_usb is your module name.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
beyond os
n00b
n00b


Joined: 16 Aug 2005
Posts: 4
Location: Estonia

PostPosted: Tue Aug 23, 2005 12:15 pm    Post subject: Reply with quote

got it working

only problem is getting to the network

interface is up and running(also connected to the accespoint),
but i can't even ping the router

it seems to me that the problem is somewhere in the routing table
and dhcp doesn't work

i got the network up only with static ip and gateway

so this is not a problem when i'm at home, but
i am using a laptop and therefore when i want to connect to the
network somewhere else i must manually change my
network configuration accoding to specific network


anyway i think that this headline problem is solved,
my card is detected and working, so thanks for help

now i just need to read the manuals about networking
and how to configure them right
_________________
.::Edin Na Zu::.
Back to top
View user's profile Send private message
Kuhndog86
Apprentice
Apprentice


Joined: 20 Jul 2004
Posts: 271
Location: Minnesota

PostPosted: Tue Oct 04, 2005 5:58 pm    Post subject: Reply with quote

I had the same problem here. I solved it by writing a script called prism2_usb in /etc/hotplug/usb that contained this:

Code:

#!/bin/bash
/etc/init.d/wlan restart
dhcpcd wlan0


use chmod to make the script bootable. That way, whenever hot/coldplug loads the prism2_usb module, it starts wlan and then attempts to get a DHCP address for it. This has worked fine for me for the last 3 days. The only problem I had was if i disabled and re-enabled wireless, it would not load again.
Good luck,

--Ben
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum