manishsadh
Group: Members
Posts: 42
Joined: Jan. 2007 |
|
Posted: Feb. 21 2007,04:59 |
|
Hi Folks,
my usb stick wireless model : d-link DWL G122 h/w ver c1
i hope i got the adapter that dsl claims to be working with. following is the link to it. unfortunately it is in the "Cards That Work, But May Take Some Effort" category.
dsl verified wireless card
the link light is blinking.
when i do lsusb i get the following
Quote | Bus 001 Device 001: ID 0000:0000 Bus 001 Device 002: ID 07d1:3c03 D-Link System Bus 001 Device 003: ID 0718:0083 Imation Corp. Bus 001 Device 004: ID 1241:1177
|
i have an imation usb pen drive and a usb mouse connected besides the dlink usb wireless adapter.
as per the link above i copied rt73.o, wirelessLanUp.sh and wirelessLanDown.sh scripts and ran wirelessLanUp.sh. i get segmentation fault error.
then i decided to reboot
i did lsmod first.
i get the following
Quote | Module size used by Not Tainted
hid 22372 0 (unused) usb-storage 61696 1 usb-ohci 17896 0 (unused) usbcore 57600 1 [hid usb-storage usb-ohci]
|
then i do dmesg i get the following. i am posting only the usb part.
Quote | usb.c USB device 2 (vend/prod 0x7d1/0x3c03) is not claimed by any driver
|
then i did
Code Sample | insmod rt73.o
|
i did lsmod again and i get the following
Quote | Module size used by Not Tainted
rt73 219520 0 (unused) hid 22372 0 (unused) usb-storage 61696 1 usb-ohci 17896 0 (unused) usbcore 57600 1 [rt73 hid usb-storage usb-ohci]
|
then i do dmesg again and i get the following
Quote | usb.c USB device 2 (vend/prod 0x7d1/0x3c03) is not claimed by any driver
|
what is going on ? is the usb adapter recognized. if it is, is this the right driver ?
finally after loading the module what commands do i use to configure using dhcp.
Thanks a lot.
|