Networking Forums

Networking Forums > Computer Networking > Linux Networking > trouble detecting DLINK PCI wireless card on Redhat

Reply
Thread Tools Display Modes

trouble detecting DLINK PCI wireless card on Redhat

 
 
Joydeep Roy
Guest
Posts: n/a

 
      01-28-2004, 11:30 PM
I have Redhat 2.4.20-28.9 and DLINK PCI wireless card ( DWL-520 ).
Initially RDHT 9.0 with kernel 2.4.20-6 was installed in virgin system.
Subsequently kernel.2.4.20-28.9.rpm was installed so that the wlan drivers
are compatible with the kernel.

To detect the pci NIC I have loaded the following RPMS
kernel-wlan-ng-usb-0.2.1-pre14
kernel-wlan-ng-0.2.1-pre14
kernel-wlan-ng-modules-rh9.28-0.2.1-pre14

During booting I get
Unresolved symbols in
p80211.o
prism2_pci.o
prism2_plx.o
prism2_cs.o
prism2_usb.o


Also lsmod does not list any prism_* modules or p80211 module.

Looking forward to some help.

Thanks,
-Joydeep


 
Reply With Quote
 
 
 
 
Joydeep Roy
Guest
Posts: n/a

 
      01-30-2004, 06:35 PM

"Joydeep Roy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have Redhat 2.4.20-28.9 and DLINK PCI wireless card ( DWL-520 ).
> Initially RDHT 9.0 with kernel 2.4.20-6 was installed in virgin system.
> Subsequently kernel.2.4.20-28.9.rpm was installed so that the wlan drivers
> are compatible with the kernel.
>
> To detect the pci NIC I have loaded the following RPMS
> kernel-wlan-ng-usb-0.2.1-pre14
> kernel-wlan-ng-0.2.1-pre14
> kernel-wlan-ng-modules-rh9.28-0.2.1-pre14
>
> During booting I get
> Unresolved symbols in
> p80211.o
> prism2_pci.o
> prism2_plx.o
> prism2_cs.o
> prism2_usb.o
>
>
> Also lsmod does not list any prism_* modules or p80211 module.
>
> Looking forward to some help.
>
> Thanks,
> -Joydeep
>
>


My wireless card works on Redhat linux now.



Here are the conclusions of my investigations

1) DLINK DWL-520 is not expected to work on motherboard

where pci version is not 2.2 or later.



I had to use Vantec Go 2.0 PCI USB wireless card instead because

It was compatible with pci 2.1 of my motherboard.



First rebuild your kernel and boot with it because linux-wlan-ng-0.2.1

driver expects the path to the source code of the currently running kernel.

Then make sure the vendor id and product id is present in the linux-wlan-ng

Source code if not modify



linux-wlan-ng-0.2.1-pre9/src/prism2/driver/prism2sta.c

at around line 450 to 455 to add the following

static struct usb_device_id usb_prism_tbl[] = {

{PRISM_USB_DEVICE(0xyourvendorid, 0xyourproductid, "Your
vendor info")},



Now follow the README that comes with the driver.



Make sure the SSID in /etc/wlan/wlan.cfg and channel # in
/etc/wlan/wlancfg-SSID

is correct and matches your wireless network or WaccessPoint node's SSID.



 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble detecting network Mattiocwit Wireless Internet 1 10-12-2007 03:50 AM
Can't get PCI Network Card to Work - Knoppix 4.0.2/Redhat 7.2/Redhat 8.0 deja@chronofish.com Linux Networking 0 11-20-2005 05:02 PM
trouble using my dlink wireless router DI-624 Paperchas3r Windows Networking 1 02-25-2004 10:29 PM
Redhat 9 Wireless Instructions Here! (Dlink DWL-650+) Dave Roberts Linux Networking 0 02-09-2004 10:05 AM
wireless trouble (WaveLan and DLink) Neil Wireless Internet 2 01-18-2004 05:06 PM



1 2 3 4 5 6 7 8 9 10 11