Page 1 of 1

How to use Dell 5540 wifi card in Puppy 512?

Posted: Wed 06 Jul 2011, 20:47
by Vigobuzz
Hello everyone! :D

I'm running puppy wary 5.1.2 with kernel 2.6.32-40.
Since I'm experiencing some problem in compiling (http://murga-linux.com/puppy/viewtopic.php?p=536423), I'm asking some help in order to make work a "dell wireless 5540" wifi card on my dell latitude e6410.
I tried with the preloaded modules and with the ndiswrapper without success. :(

I found this link in another thread: http://www.broadcom.com/support/802.11/linux_sta.php. Could be this useful?

Could somebody kindly help me?

Thanks in advance,

Vigobuzz

Posted: Thu 07 Jul 2011, 11:52
by rcrsn51
Hello again Vigobuzz:

Tempestuous is the expert on wifi cards, but here is how to get things started. Type the command

Code: Select all

lspci -nn
Locate your wifi device and report back the numbers in the square brackets, like [14e4:1677].

These are the manufacturer/product ID codes for your device.

Posted: Thu 07 Jul 2011, 12:39
by pemasu
Is that wireless wifi card hsdpa/3g modem card ?
If it is, then rerwin is also expert to answer.
2.6.32 kernel is quite old. Some newer kernel might provide better support.
You should try with newer kernel version puppy also.

Posted: Thu 07 Jul 2011, 19:23
by Vigobuzz
Here I'm back. Hello! :D

@rcrsn51:
Using the suggested command, I found a Broadcom Hardware [14e4:4353].

@pemasu:
Actually, I'd like to keep the 2.6.32 kernel because I'm not able to recompile some 3rd party's module that I'm using right now.

Posted: Thu 07 Jul 2011, 19:46
by rcrsn51
pemasu wrote:Is that wireless wifi card hsdpa/3g modem card ?
I Googled this device and it looks like pemasu is correct. This appears to be a 3G modem on a pcie mini-card.

However, the device [14e4:4353] is an 802.11x wifi adapter. I think that I'm out of my depth here.

Posted: Thu 07 Jul 2011, 20:21
by pemasu
For example in console:

Code: Select all

lspci -nnv
tells the wireless - wifi - wired adapters and cards you have.
That command tells the name and revision numbers.

You could post the findings regarding your wireless - wifi information. Card name, specifications and revision number.

Example here:
Network controller [0280]: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01)

Posted: Fri 08 Jul 2011, 14:35
by Vigobuzz
Here is the result of the lspci -nnv command:

02:00.0 Network controller [0280]: Broadcom corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)
Subsystem: Dell Device [1028:000e]

I Hope it will help,
Bye :D

Posted: Fri 08 Jul 2011, 15:59
by pemasu
So you have broadcom wireless card which needs wl module driver.
There is one made by Piratesmack and yesterday at another instance I made experimental pet of that driver also.
That broadcom wireless is troublesome, it needs that b43 and ssb modules are unloaded before that wl module works.
Here is both pets. First one is made by Piratesmack and the second one is the experimental one which has the module and script from kirk which was copied from fatdog build.
Install whichever pet and then reboot.

Please....report how it goes. It is essential to get feedback. And I would like to know if my pet works also since it is simple in structure.
You need to uninstall the other pet before you can try the next one.

Posted: Fri 08 Jul 2011, 19:31
by Vigobuzz
Thank you, :D I'll try these pets.

From today on, I will be away from home for some day...
For my feedback, please be patient for 4-5 days... :oops:

I'm working on a different Laptop now (an HP G61-465sl which ALL the hardware - wireless included - has been recognized by wary 5.1.2 8) )

Thanks again and see you soon! :D

Posted: Fri 08 Jul 2011, 22:18
by rcrsn51
@Vigobuzz: Before continuing, we need to clarify something. Are you really using a Dell Wireless 5540 HSPA Mobile Broadband Mini-Card, like here? Or are you talking about an internal adapter used to connect to a wifi access point?

@pemasu: It looks like your drivers are compiled for k2.6.33.2. Will they work in Wary?

Posted: Fri 08 Jul 2011, 23:17
by Vigobuzz
Hello! :D

I'm using an internal adapter used to connect to a wifi access point.
Mobile phones are not involved.

It's a built in adapter with a switch on the case that turns the antenna on and off.

Bye!

Posted: Fri 08 Jul 2011, 23:24
by pemasu
Oh damn. I read the first post so quickly that I somehow thought it was Lucid 5.1 or that was what my mind told me.....
No, my posted drivers dont work with 2.6.32 kernel.
The driver source needs recompiling against that kernel source.
I am sorry. These namings seems to win my understanding.
I havent been very succesful with wary builds since they use so old kernel and have used too old xorg version.
My new laptop hw just dont like them so I havent even bothered to download them.
I might be able to use vesa driver and get working environment to do that compiling, lets see. Last wary I tested just freezed immediately after I got X.

Posted: Fri 08 Jul 2011, 23:34
by rcrsn51
Here is the Broadcom wl driver for Wary 512.

Posted: Fri 08 Jul 2011, 23:37
by pemasu
Now I thank you since I was misleading.
Is the right source now kernel_src-2.6.32-40-patched.sfs

Posted: Fri 08 Jul 2011, 23:40
by rcrsn51
pemasu wrote:Is the right source now kernel_src-2.6.32-40-patched.sfs
Yes.

Posted: Fri 08 Jul 2011, 23:43
by Vigobuzz
Thank you all, I'll give it a try! :D

I'll let you know in a few days...

See you! :D

Posted: Tue 12 Jul 2011, 19:06
by Vigobuzz
Hello, here I'm back! :D

Your broadcom driver for Wary 5.1.2 kernel 2.6.32-40 is working great! 8)
Thank you again!

Bye! :D

Posted: Tue 12 Jul 2011, 19:12
by rcrsn51
Glad to help.