How to use Dell 5540 wifi card in Puppy 512?

For drivers and kernel modules.
Post Reply
Message
Author
User avatar
Vigobuzz
Posts: 10
Joined: Mon 20 Jun 2011, 20:04

How to use Dell 5540 wifi card in Puppy 512?

#1 Post 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

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#2 Post 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.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#3 Post 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.

User avatar
Vigobuzz
Posts: 10
Joined: Mon 20 Jun 2011, 20:04

#4 Post 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.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#5 Post 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.
Last edited by rcrsn51 on Fri 08 Jul 2011, 16:56, edited 1 time in total.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#6 Post 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)

User avatar
Vigobuzz
Posts: 10
Joined: Mon 20 Jun 2011, 20:04

#7 Post 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

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#8 Post 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.

User avatar
Vigobuzz
Posts: 10
Joined: Mon 20 Jun 2011, 20:04

#9 Post 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

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#10 Post 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?

User avatar
Vigobuzz
Posts: 10
Joined: Mon 20 Jun 2011, 20:04

#11 Post 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!

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#12 Post 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.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#13 Post by rcrsn51 »

Here is the Broadcom wl driver for Wary 512.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#14 Post by pemasu »

Now I thank you since I was misleading.
Is the right source now kernel_src-2.6.32-40-patched.sfs

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#15 Post by rcrsn51 »

pemasu wrote:Is the right source now kernel_src-2.6.32-40-patched.sfs
Yes.

User avatar
Vigobuzz
Posts: 10
Joined: Mon 20 Jun 2011, 20:04

#16 Post by Vigobuzz »

Thank you all, I'll give it a try! :D

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

See you! :D

User avatar
Vigobuzz
Posts: 10
Joined: Mon 20 Jun 2011, 20:04

#17 Post 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

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#18 Post by rcrsn51 »

Glad to help.

Post Reply