Wireless card configuration for DW1501, on Dell Laptop
Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Wireless card configuration for DW1501, on Dell Laptop
Hi,
I am trying to configure wireless access for my del laptop, N4010.
On searching for network devices it does not detect a wireless or ethernet card on its own. There is an option to add a wireless card.
To add a wireless card it asks for following parameters:
adapter : it is a drop down menu
(There is no broadcom or dw1501 inthis dropdown)
Device : it is a drop down menu
(If this is the first device i'm tryin to add, would it be eth0. or does the selection depend on some other parameter like PCI slot)
IRQ : (i have checked it to be 7 on windows, so suppose same sould have to be used on linux)
MEM : (would starting address of memory be fine or a range has to be specified)
Clue less on remaining parameters.
IO :
IO1 :
IO2 :
DMA0 :
DMA1 :
Frequently the lspci output will show what chipset is being used in the wireless card, and that is pretty much determines what driver should be used. Since some chipsets, particularly those from Broadcom, require the user to install additional software or firmware, knowing the chipset really sets the direction. Since the installation didn't detect the wireless card to begin with, we do need to understand what hardware is there so we can point you in an appropriate direction.
By the way, are you using RHEL 4 on this laptop or something else? The reason I'm asking is that wireless support in Linux has made a lot of strides since RHEL 4, and you might be better off with a different, and more modern, distro.
(I am also using windows 7 on the same system and it detects wireless card to be using memory area of 16Kb from f0300000, so pasting only the output for wireless card)
Could you please post the output of just plain lspci? The chipset isn't listed if you use the -nvvv flags, and that is the information that is needed. There are at least 3 different drivers for Broadcom chipsets (four if you count ndiswrapper) and the specific driver needed depends on the chipset.
Cripes. That figures. Is Windows any more informative about this card? I suspect that RHEL is relying on an old kernel that doesn't handle wireless very well. Is there some reason why you're using it rather than something more desktop oriented? And have you contacted Red Hat for support since that is what you pay for?
The only other alternative is to play hit and miss with the drivers available. If you look in lsmod and see that b43 is loading, you could try to install firmware and see if that enables wireless. Otherwise you could try to install the Broadcom sta driver and see if that works. If b43 is being loaded, you would have to blacklist it if you install the sta driver.
In the services tab windows says it is BCM43XX, so i suppose i would have to use sta driver.
I have not bought support for RHEL5, i my using RHEL as i have to and not by choice.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.